summaryrefslogtreecommitdiffstats
path: root/lib
Commit message (Expand)AuthorAgeFilesLines
* added patch from eric goodwin for stashes and unit tests for stashesScott Chacon2008-03-031-2/+0
* Merge commit 'eric/master' into testScott Chacon2008-03-035-1/+116
|\
| * Added in the stashesEric Goodwin2008-03-035-1/+116
* | added patch from Bernd Ahlers <bernd at ba-net.org> to make repo_size a bit m...scott Chacon2008-01-311-1/+1
* | added a small fix from Shu-yu Guo <shu at rfrn.org> to not pass-thru $COMMIT_...scott Chacon2008-01-311-1/+1
* | patch provided by Nick Hengeveldscott Chacon2008-01-141-3/+3
|/
* applied a patch by mateusz jedruch <mateusz.jedruch@gmail.com> for iterating ...scott Chacon2007-11-292-7/+35
* added ls-tree to gitrscott Chacon2007-11-272-6/+10
* fixed issue with running a 'git log' with an object that won't rev-parse (file)scott Chacon2007-11-271-2/+4
* added Matthias and Simon to credits for the gitrb codescott Chacon2007-11-277-9/+94
* started the ruby-only command line git clientscott Chacon2007-11-233-2/+19
* got log and cat-file moved to pure rubyscott Chacon2007-11-232-4/+132
* have the pure ruby bindings working to some degreescott Chacon2007-11-207-392/+352
* added files from the gitrb project, which seems abandoned, but which is great...scott Chacon2007-11-206-0/+734
* added a timer to gitweb, so I can see if i'm speeding it upscott Chacon2007-11-201-3/+4
* i now have the gitweb view page running off only 2 git callsscott Chacon2007-11-202-9/+64
* added some TODO notes, the History.txt entry i forgot and a way to attach a c...scott Chacon2007-11-193-11/+24
* 1.0.4 taggingsscott Chacon2007-11-191-1/+1
* more speed improvementsscott Chacon2007-11-193-1/+7
* changed logging to be far more efficient if you're accessing all the commit o...scott Chacon2007-11-193-12/+59
* made it not change working directories when running git commands unless it ne...scott Chacon2007-11-171-23/+26
* significantly improved log performancescott Chacon2007-11-173-4/+4
* updated the docsscott Chacon2007-11-161-6/+6
* added checkout_indexscott Chacon2007-11-162-0/+13
* added update-refscott Chacon2007-11-163-0/+15
* added some low level tree operations and testsscott Chacon2007-11-165-2/+103
* forgot gblobscott Chacon2007-11-151-1/+1
* only call rev-parse and cat-file for size and type when neededscott Chacon2007-11-152-22/+41
* added object content cachingscott Chacon2007-11-151-2/+4
* added tree? blob? commit? tag? predicates for git objectsscott Chacon2007-11-151-0/+16
* new bare testing reposcott Chacon2007-11-151-17/+2
* added test for bare reposcott Chacon2007-11-151-4/+19
* added name-rev support for commit objectsscott Chacon2007-11-142-2/+9
* added 'archive' and testsscott Chacon2007-11-144-3/+50
* updated a bunch of the documentationscott Chacon2007-11-133-21/+159
* added the tree functions and testsscott Chacon2007-11-122-6/+64
* added a bunch of good stuff to the commit objectscott Chacon2007-11-124-8/+107
* updated the docs, added a version to the library, added a History filescott Chacon2007-11-121-0/+2
* added push, changed some docs, merged README and EXAMPLES, fixed the Rake tas...scott Chacon2007-11-122-1/+9
* added documentation and a license filescott Chacon2007-11-112-2/+6
* adding my testing git directoryscott Chacon2007-11-112-1/+14
* added taggingscott Chacon2007-11-115-10/+137
* added merging functionsscott Chacon2007-11-113-3/+53
* added branch and checkout functionalityscott Chacon2007-11-114-4/+64
* changed .commit to .gcommit for consistencyscott Chacon2007-11-111-2/+7
* added remove and resetscott Chacon2007-11-113-0/+35
* fixed a small environment bugscott Chacon2007-11-111-4/+4
* added the commit(), changed base.commit, base.tree, base.blob to gcommit, gtr...scott Chacon2007-11-113-14/+45
* git add working, git status object workingscott Chacon2007-11-114-24/+189
* got clone and init to work - my first writing functionsscott Chacon2007-11-104-22/+70