index
:
jgit.git
master
master%private
next
stable-0.10
stable-0.11
stable-0.12
stable-0.7
stable-0.8
stable-0.9
stable-1.0
stable-1.1
stable-1.2
stable-1.3
stable-2.0
stable-2.1
stable-2.2
stable-2.3
stable-3.0
stable-3.1
stable-3.2
stable-3.3
stable-3.4
stable-3.5
stable-3.6
stable-3.7
stable-4.0
stable-4.1
stable-4.10
stable-4.11
stable-4.2
stable-4.3
stable-4.4
stable-4.5
stable-4.6
stable-4.7
stable-4.8
stable-4.9
stable-5.0
stable-5.1
stable-5.10
stable-5.11
stable-5.12
stable-5.13
stable-5.2
stable-5.3
stable-5.4
stable-5.5
stable-5.6
stable-5.7
stable-5.8
stable-5.9
stable-6.0
stable-6.1
stable-6.10
stable-6.2
stable-6.3
stable-6.4
stable-6.5
stable-6.6
stable-6.7
stable-6.8
stable-6.9
stable-7.0
stable-7.1
JGit, the Java implementation of git: https://github.com/eclipse-jgit/jgit
www-data
about
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
org.eclipse.jgit
/
src
/
org
/
eclipse
/
jgit
/
merge
Commit message (
Expand
)
Author
Age
Files
Lines
*
Merge branch 'stable-7.0' into stable-7.1
Matthias Sohn
2024-12-06
1
-3
/
+6
|
\
|
*
Merge branch 'stable-6.10' into stable-7.0
Matthias Sohn
2024-12-06
1
-3
/
+6
|
|
\
|
|
*
Fix potential NPE in ResolveMerger#getAttributesContentMergeStrategy
Matthias Sohn
2024-12-05
1
-3
/
+6
*
|
|
RecursiveMerger: fix boxing warning
Matthias Sohn
2024-11-19
1
-1
/
+1
*
|
|
Suppress non-externalized string warnings
Matthias Sohn
2024-11-19
1
-3
/
+3
*
|
|
Merge branch 'stable-7.0' into stable-7.1
Matthias Sohn
2024-11-05
3
-4
/
+57
|
\
|
|
|
*
|
Merge branch 'stable-6.10' into stable-7.0
Matthias Sohn
2024-11-05
3
-4
/
+57
|
|
\
|
|
|
*
ResolveMerger: Allow setting the TreeWalk AttributesNodeProvider
Nasser Grainawi
2024-11-05
1
-0
/
+23
|
|
*
Add Union merge strategy support
Nasser Grainawi
2024-11-04
3
-4
/
+34
*
|
|
RevolveMerger: honor ignoreConflicts also for binary files
Kamil Musin
2024-10-08
1
-2
/
+15
*
|
|
Record failing paths in recursive merge.
jackdt@google.com
2024-09-23
1
-2
/
+19
|
/
/
*
|
Remove deprecated MergeMessageFormatter#formatWithConflicts
Matthias Sohn
2024-09-03
1
-18
/
+0
*
|
Remove deprecated MergeFormatter#formatMerge using charset name
Matthias Sohn
2024-09-03
1
-31
/
+0
*
|
Remove deprecated MergeFormatter#formatMerge using charset name
Matthias Sohn
2024-09-03
1
-34
/
+0
|
/
*
[errorprone] Fix error pattern JdkObsolete
Matthias Sohn
2024-04-29
1
-3
/
+2
*
ResolveMerger: Fix the issue with binary modify-modify conflicts
Sruteesh
2024-04-25
1
-30
/
+43
*
MergeAlgorithm: Fix diff3 conflict hunk computation
Antonin Delpeuch
2024-04-09
1
-2
/
+11
*
[errorprone] Add missing javadoc summary
Matthias Sohn
2023-09-25
2
-1
/
+11
*
Merge branch 'stable-6.6' into stable-6.7
Matthias Sohn
2023-09-03
1
-22
/
+25
|
\
|
*
Checkout: better directory handling
Thomas Wolf
2023-09-03
1
-22
/
+25
*
|
Merge: Add diff3 style merge conflict formatter.
Haamed Gheibi
2023-07-31
4
-15
/
+147
*
|
Fix all Javadoc warnings and fail on them
Antoine Musso
2023-06-16
12
-33
/
+41
|
/
*
Fix API breakage caused by extracting WorkTreeUpdater
Matthias Sohn
2022-11-15
2
-636
/
+612
*
[merge] Fix merge conflicts with symlinks
Thomas Wolf
2022-09-07
1
-53
/
+115
*
Move WorkTreeUpdater to merge package
Han-Wen Nienhuys
2022-09-06
2
-1
/
+635
*
WorkTreeUpdater: use DirCacheCheckout#StreamSupplier
Han-Wen Nienhuys
2022-09-06
1
-4
/
+1
*
WorkTreeUpdater: remove safeWrite option
Han-Wen Nienhuys
2022-09-06
1
-1
/
+1
*
WorkTreeUpdater#Result: hide data members
Han-Wen Nienhuys
2022-08-23
1
-4
/
+4
*
Fix API errors caused by 23a71696cd
Matthias Sohn
2022-08-12
1
-0
/
+2
*
Reapply "Create util class for work tree updating in both filesystem and index."
Nitzan Gur-Furman
2022-08-08
2
-362
/
+156
*
Revert "Create util class for work tree updating in both filesystem and index."
Jonathan Nieder
2022-08-05
2
-154
/
+361
*
Create util class for work tree updating in both filesystem and index.
Nitzan Gur-Furman
2022-07-25
2
-361
/
+154
*
[checkout] Use .gitattributes from the commit to be checked out
Thomas Wolf
2022-03-07
1
-39
/
+60
*
Merge conflict messages: prefix conflict lines with a hash
Thomas Wolf
2022-01-31
1
-10
/
+36
*
Remove redundant type arguments
Thomas Wolf
2021-09-30
1
-1
/
+1
*
Implement ours/theirs content conflict resolution
Thomas Wolf
2021-04-19
3
-45
/
+204
*
Allow file mode conflicts in virtual base commit on recursive merge.
Marija Savtchouk
2021-04-06
1
-9
/
+12
*
Allow dir/file conflicts in virtual base commit on recursive merge.
Marija Savtchouk
2021-02-09
1
-10
/
+13
*
ResolveMerger: do not content-merge gitlinks on del/mod conflicts
Demetr Starshov
2020-08-26
1
-28
/
+44
*
ResolveMerger: choose OURS on gitlink when ignoreConflicts
Demetr Starshov
2020-08-26
1
-9
/
+11
*
ResolveMerger: improving content merge readability
Demetr Starshov
2020-08-26
1
-12
/
+14
*
ResolveMerger: extracting createGitLinksMergeResult method
Demetr Starshov
2020-08-26
1
-8
/
+14
*
ResolveMerger: Ignore merge conflicts if asked so
Ivan Frade
2020-03-19
1
-16
/
+26
*
Merge branch 'stable-5.6'
Matthias Sohn
2020-02-28
1
-1
/
+1
|
\
|
*
Move array designators from the variable to the type
David Pursehouse
2020-02-27
1
-1
/
+1
*
|
Merge branch 'stable-5.6'
Matthias Sohn
2020-02-22
1
-1
/
+1
|
\
|
|
*
Reorder modifiers to follow Java Language Specification
David Pursehouse
2020-02-19
1
-1
/
+1
*
|
Update EDL 1.0 license headers to new short SPDX compliant format
Matthias Sohn
2020-01-04
18
-684
/
+90
|
/
*
Enable and fix "Statement unnecessarily nested within else clause" warnings
David Pursehouse
2019-10-17
4
-62
/
+59
*
MergeAlgorithm: Suppress Error Prone warning about reference equality
David Pursehouse
2019-08-08
1
-1
/
+6
[next]