| Commit message (Expand) | Author | Age | Files | Lines |
* | 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 | 21 | -121/+203 |
|\ |
|
| * | debug-show-packdelta: Dump a pack delta to the console | Shawn O. Pearce | 2010-07-09 | 3 | -0/+129 |
| * | 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 | 5 | -4/+5 |
| * | 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 | 3 | -30/+91 |
* | | 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 | 4 | -70/+140 |
* | | 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 |
|/ |
|
* | Merge changes I53f71dc0,I3a899a3a,I3e8bd245,Ie7c9db83,If396326e,I6f4cf8da,I3b... | Shawn Pearce | 2010-06-14 | 1 | -1/+1 |
|\ |
|
| * | Make constant static in RebuildCommitGraph | Robin Rosenberg | 2010-06-13 | 1 | -1/+1 |
* | | Start 0.9 development | Shawn O. Pearce | 2010-06-14 | 2 | -18/+18 |
|/ |
|
* | Repository can be configured with FS | Marc Strapetz | 2010-06-04 | 1 | -1/+2 |
* | Qualify post-0.8.1 builds | Shawn O. Pearce | 2010-06-02 | 2 | -18/+18 |
* | JGit 0.8.1v0.8.1 | Shawn O. Pearce | 2010-06-02 | 2 | -18/+18 |
* | Externalize strings in Commit command | Shawn O. Pearce | 2010-05-28 | 3 | -4/+10 |
* | Externalize strings from JGit | Sasa Zivkov | 2010-05-19 | 46 | -303/+657 |
* | Add commit command to the pgm package | Christian Halstrick | 2010-05-12 | 3 | -1/+88 |
* | Qualify builds as 0.8.0 | Shawn O. Pearce | 2010-03-20 | 2 | -15/+15 |
* | Merge branch 'push-sideband' into stable-0.7 | Shawn O. Pearce | 2010-03-12 | 2 | -1/+30 |
|\ |
|
| * | Capture non-progress side band #2 messages and put in result | Shawn O. Pearce | 2010-03-12 | 2 | -1/+30 |
* | | pgm: Report not in git repository rather than NPE | Shawn O. Pearce | 2010-03-11 | 1 | -1/+2 |
|/ |
|
* | Cleanup OSGi Import-Package specifications to use versions | Shawn O. Pearce | 2010-02-02 | 1 | -15/+15 |
* | Fix .classpath to make jgit easily runnable from inside eclipse | Christian Halstrick | 2010-02-02 | 1 | -0/+1 |
* | Generate an Eclipse IP log with jgit eclipse-iplog | Shawn O. Pearce | 2010-01-29 | 5 | -1/+228 |
* | Correct bundle, provider names to be consistent | Shawn O. Pearce | 2010-01-23 | 1 | -2/+2 |
* | Merge branch 'ref-abstract' | Shawn O. Pearce | 2010-01-23 | 5 | -13/+64 |
|\ |
|
| * | branch: Add -m option to rename a branch | Shawn O. Pearce | 2010-01-23 | 1 | -4/+37 |
| * | Replace writeSymref with RefUpdate.link | Shawn O. Pearce | 2010-01-23 | 1 | -3/+6 |
| * | Rewrite reference handling to be abstract and accurate | Shawn O. Pearce | 2010-01-23 | 4 | -6/+21 |
* | | Introduce a named constant for the .git directory. | Robin Rosenberg | 2010-01-15 | 6 | -10/+16 |
|/ |
|
* | Finish removing Apache Felix maven-bundle-plugin | Shawn O. Pearce | 2010-01-12 | 1 | -3/+1 |
* | Fix merge for "Partial revert "Switch build to Apache Felix maven-bundle-plug... | Robin Rosenberg | 2010-01-12 | 1 | -0/+1 |
* | Merge "Partial revert "Switch build to Apache Felix maven-bundle-plugin"" | Robin Rosenberg | 2010-01-12 | 5 | -0/+67 |
|\ |
|