Skip to main content
summaryrefslogtreecommitdiffstats
AgeCommit message (Expand)AuthorFilesLines
2011-12-16Enforce the use of Java5 API:s only (with a few exceptions)Robin Rosenberg2-0/+100
2011-12-15Fix MergeCommandTest to pass if File.executable is not supportedRobin Rosenberg1-4/+12
2011-12-11Fix ResolveMerger not to add paths with FileMode 0Christian Halstrick1-0/+75
2011-11-28Always checkout master when it matches the advertised HEADKevin Sawicki1-0/+16
2011-11-23Adapt merge message to C Git for remote-tracking branchRobin Stocker1-2/+2
2011-11-23Guard against null branch in PullCommandKevin Sawicki1-0/+12
2011-11-23Support adding all refs to LogCommandKevin Sawicki1-0/+91
2011-11-22maxObjectSizeLimit for receive-pack.Sasa Zivkov1-0/+95
2011-11-18Add missing '' characters around quoted variablesKevin Sawicki1-1/+1
2011-11-10Clean up tab usage in Directory/File conflict tableRobin Rosenberg1-9/+9
2011-11-10Add detection of untracked folders to IndexDiffFilterJens Baumgart1-0/+66
2011-11-10[blame] Fix blame following renames in non-toplevel directoriesCarsten Pfeiffer2-11/+101
2011-11-09Merge "Do not use the deprecated Tree class internally"Christian Halstrick1-31/+47
2011-11-09Do not use the deprecated Tree class internallyRobin Rosenberg1-31/+47
2011-11-09Kill GitIndexRobin Rosenberg1-481/+0
2011-11-09Deprecate GitIndex more by using only DirCache internally.Robin Rosenberg4-846/+808
2011-11-06Don't throw away the stack trace when tests failRobin Rosenberg2-120/+82
2011-11-04Merge "Allow '\' in user names in URI-ish"Shawn Pearce1-0/+66
2011-11-04Allow '\' in user names in URI-ishRobin Rosenberg1-0/+66
2011-11-04Provide an id for submodule entries.Kevin Sawicki1-0/+171
2011-10-27Merge "Close the repo in CloneCommandTest"Christian Halstrick1-0/+1
2011-10-26Merge changes I488e9c97,I30f1049f,I1c088dceMatthias Sohn2-2/+128
2011-10-26Cosmetic adjustment of relative date format, do not display "0 months"Robin Rosenberg1-2/+2
2011-10-26Close the repo in CloneCommandTestRobin Rosenberg1-0/+1
2011-10-26Merge "Allow detecting which files were renamed during a revwalk"Matthias Sohn2-0/+179
2011-10-25Allow detecting which files were renamed during a revwalkCarsten Pfeiffer2-0/+179
2011-10-22Define a utility class for handling Git date formatsRobin Rosenberg1-0/+126
2011-10-20Use the SystemReader to get system timeRobin Rosenberg1-1/+9
2011-10-18Fix bad checkout behaviour when a file is removedRobin Rosenberg1-0/+30
2011-10-07Merge changes I7cdb563b,I7f60ae68,I7bd1e769,I92683805,I0e51a8e6Shawn O. Pearce1-9/+19
2011-10-05Merge "Fix DirCacheEdtor.DeleteTree for empty string argument"Christian Halstrick1-0/+117
2011-10-02Do not attempt to resolve describe-labels with less than four digitsRobin Rosenberg1-0/+4
2011-10-01Fix DirCacheEdtor.DeleteTree for empty string argumentRobin Rosenberg1-0/+117
2011-09-30Add blame unit test for file that is renamed twice.Kevin Sawicki1-0/+42
2011-09-30Merge "Use bundle dependency for org.hamcrest.org"Robin Rosenberg1-4/+4
2011-09-29Fire IndexChangedEvent on DirCache.commit()Matthias Sohn1-0/+72
2011-09-28Fix status in index entries after checkout of pathsChristian Halstrick1-0/+52
2011-09-27Use bundle dependency for org.hamcrest.orgMatthias Sohn1-4/+4
2011-09-26Merge "Fix DirCache,getEntriesWithin for empty string arguemnt"Christian Halstrick1-0/+7
2011-09-24Fix DirCache,getEntriesWithin for empty string arguemntRobin Rosenberg1-0/+7
2011-09-21Test the reflog message for commit, cherry-pick, revert and mergeRobin Rosenberg4-1/+61
2011-09-15Prepare 1.2.0 buildsMatthias Sohn2-33/+33
2011-09-15Prepare post v1.1.0.201109151100-r buildstable-1.1Matthias Sohn2-2/+2
2011-09-15JGit v1.1.0.201109151100-rv1.1.0.201109151100-rMatthias Sohn2-2/+2
2011-09-14Fix smart HTTP client stream alignment errorsShawn O. Pearce1-9/+19
2011-09-07Prepare post v1.1.0.201109071825-rc3 buildsMatthias Sohn2-2/+2
2011-09-07JGit v1.1.0.201109071825-rc3v1.1.0.201109071825-rc3Matthias Sohn2-2/+2
2011-09-05Use commit message best practices for Mylyn Commit templateMatthias Sohn2-0/+7
2011-09-05Add a helper for parsing branch switch info out of a reflog entryRobin Rosenberg1-0/+18
2011-09-01Prepare post-v1.1.0.201109011030-rc2 buildsMatthias Sohn2-2/+2

Back to the top