| Commit message (Expand) | Author | Age | Files | Lines |
* | Merge branch 'stable-0.9' | Shawn O. Pearce | 2010-09-16 | 2 | -4/+10 |
|\ |
|
| * | clone: Correct formatting of init message | Shawn O. Pearce | 2010-09-15 | 2 | -4/+10 |
* | | Add --all option to RevWalkTextBuiltin | Christian Halstrick | 2010-09-16 | 1 | -0/+17 |
|/ |
|
* | Refactor diff sequence API | Shawn O. Pearce | 2010-09-06 | 2 | -16/+10 |
* | log: Fix commit headers and -p flag | Shawn O. Pearce | 2010-09-03 | 1 | -1/+1 |
* | diff: Default arguments to HEAD, working directory | Shawn O. Pearce | 2010-09-02 | 1 | -4/+36 |
* | log, diff: Add --src-prefix, --dst-prefix, --no-prefix | Shawn O. Pearce | 2010-09-02 | 2 | -0/+32 |
* | Move rename detection, path following into DiffFormatter | Shawn O. Pearce | 2010-09-02 | 2 | -108/+60 |
* | Refactor Git API exceptions to a new package | Chris Aniszczyk | 2010-09-01 | 1 | -4/+4 |
* | diff: Fix bad metaVar reference in --abbrev option | Shawn O. Pearce | 2010-09-01 | 1 | -1/+1 |
* | Remove unused import | Matthias Sohn | 2010-08-26 | 1 | -1/+0 |
* | Fix parsing of multiple authors in PersonIdent. | Marc Strapetz | 2010-08-26 | 1 | -1/+2 |
* | Fully implement SHA-1 abbreviations | Shawn O. Pearce | 2010-08-23 | 3 | -43/+82 |
* | Move commit and tag formatting to CommitBuilder, TagBuilder | Shawn O. Pearce | 2010-08-23 | 2 | -2/+2 |
* | Rename Commit, Tag to CommitBuilder, TagBuilder | Shawn O. Pearce | 2010-08-23 | 2 | -3/+5 |
* | Perform automatic CRLF to LF conversion during WorkingTreeIterator | Marc Strapetz | 2010-08-20 | 1 | -1/+2 |
* | Allow object reuse selection to occur in parallel | Shawn O. Pearce | 2010-08-20 | 1 | -1/+3 |
* | Make Tag class only for writing | Shawn O. Pearce | 2010-08-20 | 2 | -8/+37 |
* | Make Commit class only for writing | Shawn O. Pearce | 2010-08-20 | 2 | -14/+31 |
* | Remove unnecessary ObjectId.copy() calls | Shawn O. Pearce | 2010-08-19 | 1 | -1/+1 |
* | Merge changes I39bfefee,I47795987,I70d120fb,I58cc5e01,I96bee7b9 | Shawn O. Pearce | 2010-08-05 | 2 | -1/+37 |
|\ |
|
| * | Pass PackConfig down to PackWriter when packing | Shawn O. Pearce | 2010-07-28 | 2 | -1/+37 |
* | | Rename getOldName,getNewName to getOldPath,getNewPath | Shawn O. Pearce | 2010-08-04 | 2 | -8/+8 |
* | | Allow version builtin to run without git repository | Benjamin Muskalla | 2010-08-02 | 1 | -0/+5 |
|/ |
|
* | Fix concurrent read / write issue in LockFile on Windows | Jens Baumgart | 2010-07-27 | 4 | -5/+5 |
* | Merge branch 'delta' | Shawn O. Pearce | 2010-07-22 | 19 | -121/+200 |
|\ |
|
| * | debug-show-packdelta: Dump a pack delta to the console | Shawn O. Pearce | 2010-07-09 | 1 | -0/+127 |
| * | amend commit: Refactor repository construction to builder class | Shawn O. Pearce | 2010-07-03 | 1 | -3/+3 |
| * | Move DirCache factory methods to Repository | Shawn O. Pearce | 2010-06-30 | 6 | -7/+6 |
| * | Ensure RevWalk is released when done | Shawn O. Pearce | 2010-06-29 | 1 | -0/+1 |
| * | Use ObjectReader in RevWalk, TreeWalk | Shawn O. Pearce | 2010-06-28 | 1 | -1/+1 |
| * | Refactor Repository.openObject to be Repository.open | Shawn O. Pearce | 2010-06-28 | 2 | -10/+7 |
| * | Move FileRepository to storage.file.FileRepository | Shawn O. Pearce | 2010-06-26 | 4 | -4/+4 |
| * | Allow Repository.getDirectory() to be null | Shawn O. Pearce | 2010-06-25 | 1 | -3/+5 |
| * | Rename Repository getWorkDir to getWorkTree | Shawn O. Pearce | 2010-06-25 | 3 | -3/+3 |
| * | Refactor repository construction to builder class | Shawn O. Pearce | 2010-06-25 | 1 | -68/+8 |
| * | Replace WindowCache with ObjectReader | Shawn O. Pearce | 2010-06-25 | 1 | -2/+2 |
| * | Use FileRepository where we assume other file semantics | Shawn O. Pearce | 2010-06-25 | 1 | -7/+10 |
| * | Make lib.Repository abstract and lib.FileRepository its implementation | Shawn O. Pearce | 2010-06-25 | 3 | -6/+6 |
| * | Use FileKey to resolve Git repository arguments | Shawn O. Pearce | 2010-06-25 | 2 | -18/+26 |
| * | Use CoreConfig, UserConfig and TransferConfig directly | Shawn O. Pearce | 2010-06-23 | 1 | -1/+3 |
* | | log: Implement --follow | Shawn O. Pearce | 2010-07-03 | 2 | -11/+62 |
* | | log: Add whitespace ignore options | Shawn O. Pearce | 2010-07-03 | 2 | -30/+89 |
* | | Redo DiffFormatter API to be easier to use | Shawn O. Pearce | 2010-07-03 | 2 | -9/+10 |
* | | log, diff: Add rename detection support | Shawn O. Pearce | 2010-07-03 | 3 | -70/+136 |
* | | Added check for binary files while diffing | Jeff Schumacher | 2010-06-29 | 1 | -6/+17 |
* | | Added further support for whitespace ignoring during diff | Jeff Schumacher | 2010-06-28 | 1 | -2/+28 |
|/ |
|
* | Make constant static in RebuildCommitGraph | Robin Rosenberg | 2010-06-13 | 1 | -1/+1 |
* | Repository can be configured with FS | Marc Strapetz | 2010-06-04 | 1 | -1/+2 |
* | Externalize strings in Commit command | Shawn O. Pearce | 2010-05-28 | 2 | -4/+5 |