summaryrefslogtreecommitdiffstats
Commit message (Collapse)AuthorAgeFilesLines
* Added authors fileHEADmasterChris Alfonso2008-07-141-0/+6
|
* [INTERNAL ONLY] Adding RPM related stuffBrenton Leanhardt2008-06-243-2/+85
|
* Adding trivial rebase supportBrenton Leanhardt2008-06-242-0/+11
|
* Adding forcefull pushingBrenton Leanhardt2008-06-242-4/+8
|
* updated README with new install instructionsScott Chacon2008-05-271-0/+6
|
* added grep and author searching to logsScott Chacon2008-05-273-1/+31
|
* added apply and am functions and --until to logsScott Chacon2008-05-274-2/+35
|
* updated license to have valid infoScott Chacon2008-05-261-1/+1
|
* updated gemspec to actually work this timeScott Chacon2008-05-222-2/+2
|
* updated gem specs and updated TODO fileScott Chacon2008-05-124-19/+19
|
* Add the possibility to read blob contents in chunks via IO#popenMichael Siebert2008-05-124-9/+61
|
* 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
|
* updated the README file to remove gitr and suchScott Chacon2008-03-131-28/+2
|
* added tree.depth and tree.full_treeScott Chacon2008-03-083-0/+21
|
* 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-0813-1050/+15
|/ | | | library
* added patch from eric goodwin for stashes and unit tests for stashesScott Chacon2008-03-033-2/+85
|
* Merge commit 'eric/master' into testScott Chacon2008-03-036-1/+117
|\
| * Added in the stashesEric Goodwin2008-03-037-2/+118
| |
* | updated Rakefile to 1.0.5Scott Chacon2008-03-031-1/+1
| |
* | 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-293-7/+36
| | | | through merge conflicts
* applied helper patch kindly submitted by skaar <skaar@waste.org>scott Chacon2007-11-291-3/+13
|
* added some information about gitr to the README filescott Chacon2007-11-271-0/+18
|
* added ls-tree to gitrscott Chacon2007-11-273-17/+30
|
* everything but the archive and diff functions are now in pure ruby in the ↵scott Chacon2007-11-271-4/+8
| | | | camping app
* Merge branches 'master' and 'internals'scott Chacon2007-11-2717-19/+1088
|\
| * fixed issue with running a 'git log' with an object that won't rev-parse (file)scott Chacon2007-11-274-11/+13
| |
| * added Matthias and Simon to credits for the gitrb codescott Chacon2007-11-2712-21/+139
| | | | | | | | | | 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-234-2/+88
| |
| * got log and cat-file moved to pure rubyscott Chacon2007-11-234-28/+162
| |
| * have the pure ruby bindings working to some degreescott Chacon2007-11-208-393/+373
| |
| * added files from the gitrb project, which seems abandoned, but which is ↵scott Chacon2007-11-207-0/+749
| | | | | | | | great code
* | added a test for the loggerscott Chacon2007-11-201-0/+38
|/
* added a timer to gitweb, so I can see if i'm speeding it upscott Chacon2007-11-202-5/+14
| | | | took out another git call
* i now have the gitweb view page running off only 2 git callsscott Chacon2007-11-205-16/+75
|
* need to add a grep function notescott Chacon2007-11-191-0/+1
|
* added some TODO notes, the History.txt entry i forgot and a way to attach a ↵scott Chacon2007-11-197-14/+35
| | | | custom logger to Git
* 1.0.4 taggingsscott Chacon2007-11-192-2/+2
|
* updated documentationscott Chacon2007-11-199-49/+55
|
* more speed improvementsscott Chacon2007-11-194-4/+11
|
* updated docsscott Chacon2007-11-1921-1311/+1448
|
* added a tiny bit of docs to the gitweb.rb scriptscott Chacon2007-11-191-0/+4
|
* can now remove repos and clone/pull from the urlscott Chacon2007-11-191-26/+50
|
* changed logging to be far more efficient if you're accessing all the commit ↵scott Chacon2007-11-197-20/+69
| | | | objects