summaryrefslogtreecommitdiffstats
path: root/lib
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-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-207-392/+352
|
* 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-193-11/+24
| | | | custom logger to Git
* 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 ↵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-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 ↵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
|
* 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, ↵scott Chacon2007-11-113-14/+45
| | | | gtree, gblob
* 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
|
* few hours work - diff is donescott Chacon2007-11-107-45/+244
|
* added branches, more log stuff, better tests, changed the log api a bitscott Chacon2007-11-099-16/+183
| | | | added tests for Git::Lib, started Git::Diff development
* added some branching beginningsscott Chacon2007-11-086-5/+50
| | | | added tests for .size
* got all the unit tests to run from either place, fixed some old functionalityscott Chacon2007-11-082-1/+5
|
* moved the git objects into the object.rb filescott Chacon2007-11-086-31/+160
|