| Commit message (Expand) | Author | Age | Files | Lines |
* | Merge branch 'stable-1.2' | Matthias Sohn | 2011-12-16 | 1 | -0/+83 |
|\ |
|
| * | Fix MergeCommandTest to pass if File.executable is not supported | Robin Rosenberg | 2011-12-15 | 1 | -4/+12 |
| * | Fix ResolveMerger not to add paths with FileMode 0 | Christian Halstrick | 2011-12-11 | 1 | -0/+75 |
* | | Prepare 1.3.0 builds | Matthias Sohn | 2011-12-10 | 2 | -33/+33 |
* | | Merge "Add percent-encoding of reserved characters in URIish" | Shawn Pearce | 2011-12-02 | 1 | -12/+218 |
|\ \
| |/
|/| |
|
| * | Add percent-encoding of reserved characters in URIish | Robin Rosenberg | 2011-12-02 | 1 | -12/+218 |
* | | Always checkout master when it matches the advertised HEAD | Kevin Sawicki | 2011-11-28 | 1 | -0/+16 |
* | | Adapt merge message to C Git for remote-tracking branch | Robin Stocker | 2011-11-23 | 1 | -2/+2 |
* | | Guard against null branch in PullCommand | Kevin Sawicki | 2011-11-22 | 1 | -0/+12 |
* | | Support adding all refs to LogCommand | Kevin Sawicki | 2011-11-22 | 1 | -0/+91 |
* | | maxObjectSizeLimit for receive-pack. | Sasa Zivkov | 2011-11-22 | 1 | -0/+95 |
* | | Add missing '' characters around quoted variables | Kevin Sawicki | 2011-11-18 | 1 | -1/+1 |
* | | Clean up tab usage in Directory/File conflict table | Robin Rosenberg | 2011-11-10 | 1 | -9/+9 |
* | | Add detection of untracked folders to IndexDiffFilter | Jens Baumgart | 2011-11-10 | 1 | -0/+66 |
* | | [blame] Fix blame following renames in non-toplevel directories | Carsten Pfeiffer | 2011-11-10 | 2 | -11/+101 |
* | | Merge "Do not use the deprecated Tree class internally" | Christian Halstrick | 2011-11-09 | 1 | -31/+47 |
|\ \ |
|
| * | | Do not use the deprecated Tree class internally | Robin Rosenberg | 2011-11-09 | 1 | -31/+47 |
* | | | Kill GitIndex | Robin Rosenberg | 2011-11-09 | 1 | -481/+0 |
|/ / |
|
* / | Deprecate GitIndex more by using only DirCache internally. | Robin Rosenberg | 2011-11-09 | 4 | -846/+808 |
|/ |
|
* | Don't throw away the stack trace when tests fail | Robin Rosenberg | 2011-11-06 | 2 | -120/+82 |
* | Merge "Allow '\' in user names in URI-ish" | Shawn Pearce | 2011-11-04 | 1 | -0/+66 |
|\ |
|
| * | Allow '\' in user names in URI-ish | Robin Rosenberg | 2011-11-04 | 1 | -0/+66 |
* | | Provide an id for submodule entries. | Kevin Sawicki | 2011-11-04 | 1 | -0/+171 |
|/ |
|
* | Merge "Close the repo in CloneCommandTest" | Christian Halstrick | 2011-10-27 | 1 | -0/+1 |
|\ |
|
| * | Close the repo in CloneCommandTest | Robin Rosenberg | 2011-10-26 | 1 | -0/+1 |
* | | Merge changes I488e9c97,I30f1049f,I1c088dce | Matthias Sohn | 2011-10-26 | 2 | -2/+128 |
|\ \ |
|
| * | | Cosmetic adjustment of relative date format, do not display "0 months" | Robin Rosenberg | 2011-10-26 | 1 | -2/+2 |
| * | | Define a utility class for handling Git date formats | Robin Rosenberg | 2011-10-23 | 1 | -0/+126 |
| |/ |
|
* | | Merge "Allow detecting which files were renamed during a revwalk" | Matthias Sohn | 2011-10-26 | 2 | -0/+179 |
|\ \
| |/
|/| |
|
| * | Allow detecting which files were renamed during a revwalk | Carsten Pfeiffer | 2011-10-25 | 2 | -0/+179 |
* | | Use the SystemReader to get system time | Robin Rosenberg | 2011-10-20 | 1 | -1/+9 |
|/ |
|
* | Fix bad checkout behaviour when a file is removed | Robin Rosenberg | 2011-10-18 | 1 | -0/+30 |
* | Merge changes I7cdb563b,I7f60ae68,I7bd1e769,I92683805,I0e51a8e6 | Shawn O. Pearce | 2011-10-07 | 1 | -9/+19 |
|\ |
|
| * | Fix smart HTTP client stream alignment errors | Shawn O. Pearce | 2011-09-14 | 1 | -9/+19 |
* | | Merge "Fix DirCacheEdtor.DeleteTree for empty string argument" | Christian Halstrick | 2011-10-05 | 1 | -0/+117 |
|\ \ |
|
| * | | Fix DirCacheEdtor.DeleteTree for empty string argument | Robin Rosenberg | 2011-10-01 | 1 | -0/+117 |
* | | | Do not attempt to resolve describe-labels with less than four digits | Robin Rosenberg | 2011-10-03 | 1 | -0/+4 |
* | | | Add blame unit test for file that is renamed twice. | Kevin Sawicki | 2011-09-30 | 1 | -0/+42 |
* | | | Merge "Use bundle dependency for org.hamcrest.org" | Robin Rosenberg | 2011-09-30 | 1 | -4/+4 |
|\ \ \ |
|
| * | | | Use bundle dependency for org.hamcrest.org | Matthias Sohn | 2011-09-27 | 1 | -4/+4 |
* | | | | Fire IndexChangedEvent on DirCache.commit() | Matthias Sohn | 2011-09-30 | 1 | -0/+72 |
* | | | | Fix status in index entries after checkout of paths | Christian Halstrick | 2011-09-28 | 1 | -0/+52 |
|/ / / |
|
* | | | Merge "Fix DirCache,getEntriesWithin for empty string arguemnt" | Christian Halstrick | 2011-09-26 | 1 | -0/+7 |
|\| | |
|
| * | | Fix DirCache,getEntriesWithin for empty string arguemnt | Robin Rosenberg | 2011-09-25 | 1 | -0/+7 |
* | | | Test the reflog message for commit, cherry-pick, revert and merge | Robin Rosenberg | 2011-09-21 | 4 | -1/+61 |
|/ / |
|
* | | Prepare 1.2.0 builds | Matthias Sohn | 2011-09-15 | 2 | -33/+33 |
* | | Prepare post v1.1.0.201109151100-r buildstable-1.1 | Matthias Sohn | 2011-09-15 | 2 | -2/+2 |
* | | JGit v1.1.0.201109151100-rv1.1.0.201109151100-r | Matthias Sohn | 2011-09-15 | 2 | -2/+2 |
|/ |
|
* | Prepare post v1.1.0.201109071825-rc3 builds | Matthias Sohn | 2011-09-08 | 2 | -2/+2 |
* | JGit v1.1.0.201109071825-rc3v1.1.0.201109071825-rc3 | Matthias Sohn | 2011-09-08 | 2 | -2/+2 |