summaryrefslogtreecommitdiffstats
Commit message (Collapse)AuthorAgeFilesLines
* 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
* Merge branches 'master' and 'camping'scott Chacon2007-11-180-0/+0
|
* little docsscott Chacon2007-11-181-3/+1
|
* pretty much donescott Chacon2007-11-181-27/+151
|
* followed one path, but now I think I'm going to back outscott Chacon2007-11-181-8/+46
|
* just about done with the camping interfacescott Chacon2007-11-181-16/+176
|
* added a sample camping appscott Chacon2007-11-171-0/+172
|
* made it not change working directories when running git commands unless it ↵scott Chacon2007-11-173-27/+30
| | | | needs to
* significantly improved log performancescott Chacon2007-11-177-28/+28
|
* added a benchmarking filescott Chacon2007-11-161-0/+151
|
* updated the docsscott Chacon2007-11-1628-1141/+2109
|
* added checkout_indexscott Chacon2007-11-164-1/+38
|
* Merge branches 'master' and 'index'scott Chacon2007-11-160-0/+0
|
* added some examples to the READMEscott Chacon2007-11-161-0/+25
|
* added update-refscott Chacon2007-11-164-1/+23
|
* added some low level tree operations and testsscott Chacon2007-11-166-2/+209
|
* forgot gblobscott Chacon2007-11-152-15/+15
|
* only call rev-parse and cat-file for size and type when neededscott Chacon2007-11-152-22/+41
|
* added object content cachingscott Chacon2007-11-153-3/+6
|
* added unit tests for object predicatesscott Chacon2007-11-151-0/+4
|
* added tree? blob? commit? tag? predicates for git objectsscott Chacon2007-11-151-0/+16
|
* new bare testing reposcott Chacon2007-11-15226-17/+122
|
* added test for bare reposcott Chacon2007-11-153-7/+24
|
* added name-rev support for commit objectsscott Chacon2007-11-144-7/+13
|
* updated the unit test to look at some of the archive filesscott Chacon2007-11-141-1/+12
|
* changed a unit testscott Chacon2007-11-141-1/+1
|