aboutsummaryrefslogtreecommitdiffstats
path: root/org.eclipse.jgit/src/org/eclipse/jgit/api
Commit message (Expand)AuthorAgeFilesLines
* Use git config core.commentCharThomas Wolf2022-03-265-34/+94
* LsRemoteCommand: apply url.*.insteadOfThomas Wolf2022-03-151-6/+14
* [push] support the "matching" RefSpecs ":" and "+:"Thomas Wolf2022-03-061-1/+1
* Describe: add support for core.abbrev config optionMatthias Sohn2022-03-021-12/+16
* Cap describe abbrev optionMatthias Sohn2022-03-021-2/+10
* DescribeCommand: Add support for --abbrev=0Matthias Sohn2022-03-021-0/+3
* DescribeCommand: Support configuring the hash abbreviationSebastian Schuberth2022-02-191-5/+26
* PushCommand: determine remote from git config if not givenThomas Wolf2022-02-141-1/+31
* PushCommand: consider push.default when no RefSpecs are givenRolf Theunissen2022-02-141-12/+117
* Prevent that an instance of PushCommand is reusedThomas Wolf2022-02-141-0/+1
* [rebase] InteractiveHandler2: handle Gerrit Change-IdsThomas Wolf2022-02-041-6/+27
* Introduce a constant for the length of an abbreviated hash stringSebastian Schuberth2022-02-033-6/+18
* RebaseCommand: fix commit message in "fixup" caseThomas Wolf2022-02-021-25/+29
* Merge conflict messages: prefix conflict lines with a hashThomas Wolf2022-01-313-4/+4
* RebaseCommand: better commit message rewordingThomas Wolf2022-01-311-27/+110
* CommitCommand: commit message cleanupThomas Wolf2022-01-311-3/+76
* Don't block in GC#gc until garbage collection finishedMatthias Sohn2021-11-281-2/+4
* GarbageCollectCommand: add numberOfBitmaps to statisticskylezhao2021-10-081-0/+1
* Remove redundant type argumentsThomas Wolf2021-09-301-1/+1
* [errorprone] NameRevCommand: remove ignored call of #toStringMatthias Sohn2021-09-291-3/+4
* Merge branch 'master' into nextMatthias Sohn2021-09-131-2/+10
|\
| * Ignore IllegalStateException if JVM is already shutting downMatthias Sohn2021-08-291-2/+10
* | Merge branch 'master' into nextMatthias Sohn2021-06-152-52/+521
|\|
| * Merge "Add git config for conflict style merge/diff3"Matthias Sohn2021-05-261-0/+14
| |\
| | * Add git config for conflict style merge/diff3Thomas Wolf2021-05-031-0/+14
| * | ApplyCommand: fix "no newline at end" detectionThomas Wolf2021-05-261-1/+5
| * | ApplyCommand: handle completely empty context lines in text patchesThomas Wolf2021-05-261-2/+14
| * | ApplyCommand: use byte arrays for text patches, not stringsThomas Wolf2021-05-261-38/+32
| * | ApplyCommand: support binary patchesThomas Wolf2021-05-261-30/+244
| * | ApplyCommand: convert to git internal format before applying patchThomas Wolf2021-05-181-24/+255
| |/
* | Merge branch 'master' into nextMatthias Sohn2021-05-126-134/+302
|\|
| * Implement ours/theirs content conflict resolutionThomas Wolf2021-04-195-55/+196
| * Refactor CommitCommand to improve readabilityMatthias Sohn2021-03-231-72/+90
| * CommitCommand: fix formattingMatthias Sohn2021-03-231-2/+1
| * CommitCommand: remove unncessary commentMatthias Sohn2021-03-231-1/+0
| * Ensure post-commit hook is called after index lock was releasedMatthias Sohn2021-03-231-6/+17
* | Enable CommitCommand to use a fluent styleAlex Blewitt2021-03-191-2/+4
|/
* init: add config option to set default for the initial branch nameMatthias Sohn2021-02-221-3/+10
* init: allow specifying the initial branch name for the new repositoryMatthias Sohn2021-02-221-0/+23
* Fail clone if initial branch doesn't exist in remote repositoryMatthias Sohn2021-02-222-1/+22
* GPG signature verification via BouncyCastleThomas Wolf2021-02-164-1/+429
* GPG: support git config gpg.programThomas Wolf2021-02-072-19/+92
* Fix DateRevQueue tie breaks with more than 2 elementsAdithya Chakilam2021-02-071-8/+13
* Client-side protocol V2 support for fetchingThomas Wolf2021-01-011-2/+2
* Use Map interface instead of ConcurrentHashMap classThomas Wolf2021-01-011-3/+2
* TagCommand: propagate NO_CHANGE informationThomas Wolf2020-12-082-35/+42
* TagCommand: make -f work with lightweight tags for NO_CHANGEThomas Wolf2020-12-081-0/+6
* TagCommand: support signing annotated tagsThomas Wolf2020-12-071-26/+152
* Add support for reading symrefs from pack capabilitiesLee Worrall2020-11-261-0/+4
* Allow to resolve a conflict by checking out a fileThomas Wolf2020-11-171-1/+6