aboutsummaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
...
| * | | Document that Git instance returned by CloneCommand needs to be closedMatthias Sohn2015-01-221-0/+6
| |/ /
* / / Silence non-externalized string warnings in RepoCommandMatthias Sohn2015-01-221-4/+4
|/ /
* | Merge remote-tracking branch 'origin/stable-3.6'Matthias Sohn2015-01-213-10/+34
|\ \
| * | Prepare 3.6.3-SNAPSHOT buildsstable-3.6Matthias Sohn2015-01-2155-266/+266
| * | JGit v3.6.2.201501210735-rv3.6.2.201501210735-rMatthias Sohn2015-01-2155-59/+59
| * | Don't remove pack from pack list for problems which could be transientMatthias Sohn2015-01-213-15/+21
| * | Log reason for ignoring pack when IOException occurredMatthias Sohn2015-01-153-2/+20
* | | Fix RawText.getLineDelimiter() for empty first lineFrank Wagner2015-01-172-1/+8
* | | Silence API warning raised since 7fafd372Matthias Sohn2015-01-131-0/+9
* | | [pgm] Prevent commands from writing progress to System.errRüdiger Herrmann2015-01-136-6/+6
* | | Update atomic constantStefan Beller2015-01-121-1/+1
* | | Merge "[pgm] Add missing help text for clone --bare option"Christian Halstrick2015-01-121-0/+1
|\ \ \
| * | | [pgm] Add missing help text for clone --bare optionMatthias Sohn2015-01-071-0/+1
* | | | Add basic support for .gitattributesArthur Daussy2015-01-0718-23/+2090
|/ / /
* | | AIOOB in ChangeIdUtil.indexOfChangeId if amended message is a newlineAndrey Loskutov2015-01-062-0/+6
* | | Merge branch 'stable-3.6'Matthias Sohn2015-01-046-57/+203
|\| |
| * | Prepare 3.6.2-SNAPSHOT buildsMatthias Sohn2015-01-0455-266/+266
| * | JGit v3.6.1.201501031845-rv3.6.1.201501031845-rMatthias Sohn2015-01-0455-59/+59
| * | Trim author/committer name and email in commit headerRüdiger Herrmann2015-01-032-2/+14
| * | Rename detection should canonicalize line endingsMarc Strapetz2015-01-022-40/+86
| * | PathMatcher should respect "assumeDirectory" flagAndrey Loskutov2014-12-282-15/+103
* | | Add .mailmap to correct Shawn and Saša's log entriesShawn Pearce2015-01-021-0/+5
* | | Compare API changes against 3.6.0Matthias Sohn2014-12-281-1/+1
* | | Prepare 3.7.0-SNAPSHOT buildsMatthias Sohn2014-12-2455-267/+267
* | | Merge branch 'stable-3.6'Matthias Sohn2014-12-2464-408/+640
|\| |
| * | Prepare 3.6.1-SNAPSHOT buildsMatthias Sohn2014-12-2355-266/+266
| * | JGit v3.6.0.201412230720-rv3.6.0.201412230720-rMatthias Sohn2014-12-2355-61/+60
| * | [pgm] Add option --bare to clone commandMatthias Sohn2014-12-222-1/+24
| * | [pgm] Implement clone using CloneCommandMatthias Sohn2014-12-224-120/+169
| * | Merge "Fix junit tests under windows when the platform is explicitly changed"...Matthias Sohn2014-12-222-5/+15
| |\ \
| | * | Fix junit tests under windows when the platform is explicitly changedChristian Halstrick2014-12-222-5/+15
| * | | Merge "[pgm] Add option --tags for ls-remote" into stable-3.6Christian Halstrick2014-12-223-1/+36
| |\ \ \
| | * | | [pgm] Add option --tags for ls-remoteMatthias Sohn2014-12-163-1/+36
| * | | | Merge "[pgm] Add option --heads for ls-remote" into stable-3.6Christian Halstrick2014-12-223-1/+16
| |\| | |
| | * | | [pgm] Add option --heads for ls-remoteMatthias Sohn2014-12-163-1/+16
| * | | | Merge "[pgm] Use LsRemoteCommand to implement ls-remote and add a test" into ...Christian Halstrick2014-12-222-16/+114
| |\| | | | | |/ / | |/| |
| | * | [pgm] Use LsRemoteCommand to implement ls-remote and add a testMatthias Sohn2014-12-152-16/+114
| * | | Fix unit tests for windows by explicitly closing test reposChristian Halstrick2014-12-221-0/+3
* | | | Merge branch 'stable-3.6'Shawn Pearce2014-12-1951-433/+1288
|\| | |
| * | | Merge branch 'stable-3.5' into stable-3.6Matthias Sohn2014-12-1925-141/+533
| |\ \ \ | | |/ / | |/| |
| | * | JGit v3.5.3.201412180710-rv3.5.3.201412180710-rstable-3.5Matthias Sohn2014-12-1855-59/+59
| | * | Merge branch 'stable-3.4' into stable-3.5Matthias Sohn2014-12-1825-141/+533
| | |\ \
| | | * | JGit v3.4.2.201412180340-rv3.4.2.201412180340-rstable-3.4Matthias Sohn2014-12-1855-59/+59
| | | * | ObjectChecker: Disallow names potentially mapping to ".git" on HFS+Matthias Sohn2014-12-182-0/+207
| | | * | ObjectChecker: Disallow Windows shortname "GIT~1"Christian Halstrick2014-12-182-0/+45
| | | * | ObjectChecker: Disallow ".git." and ".git<space>"Shawn Pearce2014-12-183-10/+124
| | | * | Always ignore case when forbidding .git in ObjectCheckerShawn Pearce2014-12-182-22/+5
| | | * | DirCache: Refuse to read files with invalid pathsShawn Pearce2014-12-182-0/+55
| | | * | DirCache: Replace isValidPath with DirCacheCheckout.checkValidPathShawn Pearce2014-12-183-36/+10
| | | * | Replace "a." with "a-" in unit testsShawn Pearce2014-12-188-29/+31