summaryrefslogtreecommitdiffstats
path: root/EXAMPLES
Commit message (Collapse)AuthorAgeFilesLines
* adding my testing git directoryscott Chacon2007-11-111-5/+1
|
* added taggingscott Chacon2007-11-111-9/+10
|
* added merging functionsscott Chacon2007-11-111-7/+8
|
* added branch and checkout functionalityscott Chacon2007-11-111-7/+18
|
* changed .commit to .gcommit for consistencyscott Chacon2007-11-111-2/+2
|
* added remove and resetscott Chacon2007-11-111-4/+13
|
* added the commit(), changed base.commit, base.tree, base.blob to gcommit, ↵scott Chacon2007-11-111-21/+13
| | | | gtree, gblob
* git add working, git status object workingscott Chacon2007-11-111-3/+3
|
* got clone and init to work - my first writing functionsscott Chacon2007-11-101-6/+4
|
* few hours work - diff is donescott Chacon2007-11-101-15/+29
|
* added branches, more log stuff, better tests, changed the log api a bitscott Chacon2007-11-091-0/+109
added tests for Git::Lib, started Git::Diff development