Skip to main content
aboutsummaryrefslogtreecommitdiffstats
AgeCommit message (Expand)AuthorFilesLines
2015-01-21Prepare 3.6.3-SNAPSHOT buildsstable-3.6Matthias Sohn55-266/+266
2015-01-21JGit v3.6.2.201501210735-rv3.6.2.201501210735-rMatthias Sohn55-59/+59
2015-01-21Don't remove pack from pack list for problems which could be transientMatthias Sohn3-15/+21
2015-01-15Log reason for ignoring pack when IOException occurredMatthias Sohn3-2/+20
2015-01-04Prepare 3.6.2-SNAPSHOT buildsMatthias Sohn55-266/+266
2015-01-03JGit v3.6.1.201501031845-rv3.6.1.201501031845-rMatthias Sohn55-59/+59
2015-01-02Trim author/committer name and email in commit headerRĂ¼diger Herrmann2-2/+14
2015-01-02Rename detection should canonicalize line endingsMarc Strapetz2-40/+86
2014-12-28PathMatcher should respect "assumeDirectory" flagAndrey Loskutov2-15/+103
2014-12-23Prepare 3.6.1-SNAPSHOT buildsMatthias Sohn55-266/+266
2014-12-23JGit v3.6.0.201412230720-rv3.6.0.201412230720-rMatthias Sohn55-61/+60
2014-12-22[pgm] Add option --bare to clone commandMatthias Sohn2-1/+24
2014-12-22[pgm] Implement clone using CloneCommandMatthias Sohn4-120/+169
2014-12-22Merge "Fix junit tests under windows when the platform is explicitly changed"...Matthias Sohn2-5/+15
2014-12-22Merge "[pgm] Add option --tags for ls-remote" into stable-3.6Christian Halstrick3-1/+36
2014-12-22Merge "[pgm] Add option --heads for ls-remote" into stable-3.6Christian Halstrick3-1/+16
2014-12-22Fix junit tests under windows when the platform is explicitly changedChristian Halstrick2-5/+15
2014-12-22Merge "[pgm] Use LsRemoteCommand to implement ls-remote and add a test" into ...Christian Halstrick2-16/+114
2014-12-22Fix unit tests for windows by explicitly closing test reposChristian Halstrick1-0/+3
2014-12-18Merge branch 'stable-3.5' into stable-3.6Matthias Sohn25-141/+533
2014-12-18JGit v3.5.3.201412180710-rv3.5.3.201412180710-rstable-3.5Matthias Sohn55-59/+59
2014-12-18Merge branch 'stable-3.4' into stable-3.5Matthias Sohn25-141/+533
2014-12-18JGit v3.4.2.201412180340-rv3.4.2.201412180340-rstable-3.4Matthias Sohn55-59/+59
2014-12-18ObjectChecker: Disallow names potentially mapping to ".git" on HFS+Matthias Sohn2-0/+207
2014-12-18ObjectChecker: Disallow Windows shortname "GIT~1"Christian Halstrick2-0/+45
2014-12-18ObjectChecker: Disallow ".git." and ".git<space>"Shawn Pearce3-10/+124
2014-12-18Always ignore case when forbidding .git in ObjectCheckerShawn Pearce2-22/+5
2014-12-18DirCache: Refuse to read files with invalid pathsShawn Pearce2-0/+55
2014-12-18DirCache: Replace isValidPath with DirCacheCheckout.checkValidPathShawn Pearce3-36/+10
2014-12-18Replace "a." with "a-" in unit testsShawn Pearce8-29/+31
2014-12-16[pgm] Add option --tags for ls-remoteMatthias Sohn3-1/+36
2014-12-16[pgm] Add option --heads for ls-remoteMatthias Sohn3-1/+16
2014-12-15[pgm] Use LsRemoteCommand to implement ls-remote and add a testMatthias Sohn2-16/+114
2014-12-14Support the new repository layout for submodulesChristian Halstrick3-0/+28
2014-12-14Allow explicit configuration of git directory in CloneCommandChristian Halstrick2-4/+109
2014-12-14Allow explicit configuration of git directory in InitCommandChristian Halstrick7-11/+230
2014-12-12Merge "Fix tests on windows by closing repos" into stable-3.6Matthias Sohn9-258/+274
2014-12-12Fix tests on windows by closing reposChristian Halstrick9-258/+274
2014-12-12Merge "Prevent NPE if ref can't be resolved when executing ReflogCommand" int...Christian Halstrick1-0/+4
2014-12-12RepoCommand should close opened reposChristian Halstrick1-0/+2
2014-12-12Fix LocalDiskRepositoryTestCase to create correct type of reposChristian Halstrick2-1/+6
2014-12-12Prevent NPE if ref can't be resolved when executing ReflogCommandMatthias Sohn1-0/+4
2014-12-12Merge "Fix DirCacheCheckout to set correct file length if core.autocrlf=true"...Christian Halstrick2-4/+50
2014-12-12Merge "CheckoutCommand: Fix checking out ours/theirs when no base stage exist...Christian Halstrick2-3/+42
2014-12-11Fix DirCacheCheckout to set correct file length if core.autocrlf=trueMatthias Sohn2-4/+50
2014-12-10CheckoutCommand: Fix checking out ours/theirs when no base stage existsRobin Stocker2-3/+42
2014-12-05Make sure modifications to config-param trustFolderStat are detectedChristian Halstrick1-11/+10
2014-11-30Merge "Honor git-core meaning of receive.denyDeletes allowing tag deletion"Matthias Sohn1-10/+36
2014-11-29Honor git-core meaning of receive.denyDeletes allowing tag deletionShawn Pearce1-10/+36
2014-11-29Move checkPath from DirCacheCheckout to ObjectCheckerShawn Pearce4-24/+86

Back to the top