summaryrefslogtreecommitdiffstats
path: root/lib/git
Commit message (Collapse)AuthorAgeFilesLines
* added grep and author searching to logsScott Chacon2008-05-272-1/+19
|
* added apply and am functions and --until to logsScott Chacon2008-05-273-1/+34
|
* Add the possibility to read blob contents in chunks via IO#popenMichael Siebert2008-05-122-9/+25
|
* bug fixesScott Chacon2008-03-231-16/+15
|
* Added gc task to base.Joshua Peek2008-03-142-0/+8
|
* added patch from Cassie Schmitz for file checkoutScott Chacon2008-03-132-0/+12
|
* added tree.depth and tree.full_treeScott Chacon2008-03-082-0/+16
|
* Merge commit 'eric/master'Scott Chacon2008-03-081-2/+2
|\
| * Element reference should be an integer for stashes, not a symbolEric Goodwin2008-03-051-2/+2
| |
* | reverted the pure ruby code to system calls and split the pure ruby to a new ↵Scott Chacon2008-03-087-913/+8
|/ | | | library
* 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-034-1/+113
|\
| * Added in the stashesEric Goodwin2008-03-034-1/+113
| |
* | added patch from Bernd Ahlers <bernd at ba-net.org> to make repo_size a bit ↵scott Chacon2008-01-311-1/+1
| | | | | | | | more portable
* | added a small fix from Shu-yu Guo <shu at rfrn.org> to not pass-thru ↵scott Chacon2008-01-311-1/+1
| | | | | | | | $COMMIT_SHA:$PATH
* | 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
| | | | through merge conflicts
* 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
| | | | | fixed an issue with raw object tree formatting added ls_tree implementation in raw git
* 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-206-392/+349
|
* added files from the gitrb project, which seems abandoned, but which is ↵scott Chacon2007-11-206-0/+734
| | | | great code
* added a timer to gitweb, so I can see if i'm speeding it upscott Chacon2007-11-201-3/+4
| | | | took out another git call
* 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 ↵scott Chacon2007-11-192-9/+22
| | | | custom logger to Git
* more speed improvementsscott Chacon2007-11-193-1/+7
|
* changed logging to be far more efficient if you're accessing all the commit ↵scott Chacon2007-11-193-12/+59
| | | | objects
* made it not change working directories when running git commands unless it ↵scott Chacon2007-11-171-23/+26
| | | | needs to
* 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-164-1/+102
|
* 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-132-21/+113
|
* added the tree functions and testsscott Chacon2007-11-122-6/+64
|
* added a bunch of good stuff to the commit objectscott Chacon2007-11-123-1/+106
|
* added push, changed some docs, merged README and EXAMPLES, fixed the Rake ↵scott Chacon2007-11-122-1/+9
| | | | tasks to build a proper gem
* 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
|