Skip to content
Open
Show file tree
Hide file tree
Changes from all commits
Commits
Show all changes
49 commits
Select commit Hold shift + click to select a range
8acfc5e
STRY50557163 : [Delta-Loading]Find the delta of changes between curre…
akkinenic Dec 12, 2019
1aee7d8
Revert "STRY50557163 : [Delta-Loading]Find the delta of changes betwe…
akkinenic Dec 12, 2019
386d75b
Allow inaccessible GIT env vars
mcolemanNOW Nov 30, 2015
935ea83
Allow tag names to end with '@', but '@' cannot be the only character
mcolemanNOW Jan 12, 2016
ce48a54
Disable all hooks from executing
Oct 11, 2019
56c531e
Update tests to account for all hooks being disabled
Oct 11, 2019
9eca465
STRY50557163 : [Delta-Loading]Find the delta of changes between curr…
akkinenic Dec 12, 2019
4e84bc2
STRY50515803: fixed Test cases when hook is disabled
May 26, 2020
d02d848
STRY50374949: Support SSH for Basic authentication (without MID server)
Jan 31, 2020
6499bde
STRY50515803: Port the following changes:
May 27, 2020
1495677
STRY50515803: Fixed NullPointerException when saving .jgitconfig file…
junnacui Jul 16, 2020
9d6e657
STRY50515803: fixed IT failure in Jenkins build (at org.eclipse.jgit.…
Jun 2, 2020
ba53dc8
Fixed test failures
Nov 3, 2020
a4f15d6
update jgit version
Nov 3, 2020
6b41bab
STRY51637620: Undo customization in jGit that was done to support nul…
Nov 16, 2020
958a453
STRY51637620: Bumped jGit version to 5.9.0-snc-1
Nov 16, 2020
f767064
Revert "STRY51637620: Bumped jGit version to 5.9.0-snc-1"
Nov 17, 2020
4337c95
MAINT: Prevent org.eclipse.jgit.gpg.bc and org.eclipse.jgit.pgm from …
Nov 18, 2020
153e2eb
Revert "Revert "STRY51637620: Bumped jGit version to 5.9.0-snc-1""
Nov 18, 2020
9ab90b1
MAINT: Downgrade maven-deploy-plugin to 2.7 to fix the deployment issue
Nov 20, 2020
6718c0e
Create method to filter modify files while ignoring add/deletes
matthew-clase Jan 8, 2021
31838ca
Specify a dummy terminal type PtyChannelConfiguration and pass it thr…
Dec 13, 2020
d247a8a
Update version to 5.9.0-snc-2-SNAPSHOT
Dec 13, 2020
29002b2
Fixed test failure in GcPruneNonReferencedTest.nonReferencedObjects_o…
Dec 14, 2020
67a95dd
Refactor method name, allow for original funcationality to be preserved
matthew-clase Jan 11, 2021
852cae8
STRY51679658: Remove dependency on net.i2p.crypto
Jan 7, 2021
48f0c18
Added tests for new filterModify method
matthew-clase Jan 11, 2021
ac431ba
STRY51783300: Modify hidden file removal to avoid formatting ADD/DELE…
matthew-clase Jan 11, 2021
58e9d00
MAINT: bump jgit version to 5.9.0-snc-2
Jan 20, 2021
7195ca5
Merge remote-tracking branch 'origin/stable-5.9' into scratch/STRY516…
venkat-kaluva Apr 27, 2022
66abbab
update pom version
venkat-kaluva Apr 29, 2022
6a29f08
Change pom version back to 5.13.0-snc-1
davidhodgson-servicenow Jul 6, 2022
7fe2945
Merge pull request #24 from ServiceNow/scratch/STRY51637620-merge-5.9…
davidhodgson-servicenow Jul 6, 2022
44f7e45
Merge remote-tracking branch 'origin/stable-5.13' into stable-6.6
Aug 18, 2023
929cfed
Ignore testPrePushHookRedirects test as Hook is disabled
Aug 18, 2023
15ff634
DEF0425995: Disable access to env variables
Aug 18, 2023
ec7e6e1
DEF0425995: Disable dash license tool dependency
Aug 21, 2023
01ef43f
Make performanceTrace protected to be override by subclass
Aug 21, 2023
652bc8c
DEF0425995: add .java_version file to force compile with java 11
Aug 21, 2023
088de27
DEF0425995: Ignore tests on Jenkis due to missing diff tool
Aug 22, 2023
8d77aaf
DEF0425995: disable test due to jenkins setup
Aug 22, 2023
8c94589
DEF0425995: Update jgit version to 6.6.1-snc-1
Aug 24, 2023
aced947
Checkout: better directory handling
tomaswolf Aug 11, 2023
870e430
Bump version to 6.6.1-snc-2-SNAPSHOT (#27)
david-reko Oct 10, 2023
19162c7
Bump version to 6.6.1-snc-2 (#28)
david-reko Oct 13, 2023
014245a
Merge branch 'stable-6.6'
Sep 4, 2025
9865cbd
Merge remote-tracking branch 'upstream/stable-7.3' into scratch/maste…
Sep 5, 2025
75c409f
DEF0721604: Update version to 7.3.1-snc-1-SNAPSHOT
Sep 5, 2025
ba42c65
DEF0721604: Updated version to 7.3.1-snc-1
Oct 10, 2025
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
1 change: 1 addition & 0 deletions .java-version
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
17
2 changes: 1 addition & 1 deletion org.eclipse.jgit.ant.test/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@
<parent>
<groupId>org.eclipse.jgit</groupId>
<artifactId>org.eclipse.jgit-parent</artifactId>
<version>7.3.1-SNAPSHOT</version>
<version>7.3.1-snc-1</version>
</parent>

<artifactId>org.eclipse.jgit.ant.test</artifactId>
Expand Down
2 changes: 1 addition & 1 deletion org.eclipse.jgit.ant/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@
<parent>
<groupId>org.eclipse.jgit</groupId>
<artifactId>org.eclipse.jgit-parent</artifactId>
<version>7.3.1-SNAPSHOT</version>
<version>7.3.1-snc-1</version>
</parent>

<artifactId>org.eclipse.jgit.ant</artifactId>
Expand Down
2 changes: 1 addition & 1 deletion org.eclipse.jgit.archive/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@
<parent>
<groupId>org.eclipse.jgit</groupId>
<artifactId>org.eclipse.jgit-parent</artifactId>
<version>7.3.1-SNAPSHOT</version>
<version>7.3.1-snc-1</version>
</parent>

<artifactId>org.eclipse.jgit.archive</artifactId>
Expand Down
2 changes: 1 addition & 1 deletion org.eclipse.jgit.benchmarks/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@
<parent>
<groupId>org.eclipse.jgit</groupId>
<artifactId>org.eclipse.jgit-parent</artifactId>
<version>7.3.1-SNAPSHOT</version>
<version>7.3.1-snc-1</version>
</parent>

<artifactId>org.eclipse.jgit.benchmarks</artifactId>
Expand Down
36 changes: 18 additions & 18 deletions org.eclipse.jgit.coverage/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@
<parent>
<groupId>org.eclipse.jgit</groupId>
<artifactId>org.eclipse.jgit-parent</artifactId>
<version>7.3.1-SNAPSHOT</version>
<version>7.3.1-snc-1</version>
</parent>
<modelVersion>4.0.0</modelVersion>

Expand All @@ -27,88 +27,88 @@
<dependency>
<groupId>org.eclipse.jgit</groupId>
<artifactId>org.eclipse.jgit</artifactId>
<version>7.3.1-SNAPSHOT</version>
<version>7.3.1-snc-1</version>
</dependency>
<dependency>
<groupId>org.eclipse.jgit</groupId>
<artifactId>org.eclipse.jgit.ant</artifactId>
<version>7.3.1-SNAPSHOT</version>
<version>7.3.1-snc-1</version>
</dependency>
<dependency>
<groupId>org.eclipse.jgit</groupId>
<artifactId>org.eclipse.jgit.archive</artifactId>
<version>7.3.1-SNAPSHOT</version>
<version>7.3.1-snc-1</version>
</dependency>
<dependency>
<groupId>org.eclipse.jgit</groupId>
<artifactId>org.eclipse.jgit.http.apache</artifactId>
<version>7.3.1-SNAPSHOT</version>
<version>7.3.1-snc-1</version>
</dependency>
<dependency>
<groupId>org.eclipse.jgit</groupId>
<artifactId>org.eclipse.jgit.http.server</artifactId>
<version>7.3.1-SNAPSHOT</version>
<version>7.3.1-snc-1</version>
</dependency>
<dependency>
<groupId>org.eclipse.jgit</groupId>
<artifactId>org.eclipse.jgit.lfs</artifactId>
<version>7.3.1-SNAPSHOT</version>
<version>7.3.1-snc-1</version>
</dependency>
<dependency>
<groupId>org.eclipse.jgit</groupId>
<artifactId>org.eclipse.jgit.lfs.server</artifactId>
<version>7.3.1-SNAPSHOT</version>
<version>7.3.1-snc-1</version>
</dependency>
<dependency>
<groupId>org.eclipse.jgit</groupId>
<artifactId>org.eclipse.jgit.pgm</artifactId>
<version>7.3.1-SNAPSHOT</version>
<version>7.3.1-snc-1</version>
</dependency>
<dependency>
<groupId>org.eclipse.jgit</groupId>
<artifactId>org.eclipse.jgit.ui</artifactId>
<version>7.3.1-SNAPSHOT</version>
<version>7.3.1-snc-1</version>
</dependency>
<dependency>
<groupId>org.eclipse.jgit</groupId>
<artifactId>org.eclipse.jgit.ssh.apache</artifactId>
<version>7.3.1-SNAPSHOT</version>
<version>7.3.1-snc-1</version>
</dependency>

<dependency>
<groupId>org.eclipse.jgit</groupId>
<artifactId>org.eclipse.jgit.test</artifactId>
<version>7.3.1-SNAPSHOT</version>
<version>7.3.1-snc-1</version>
</dependency>
<dependency>
<groupId>org.eclipse.jgit</groupId>
<artifactId>org.eclipse.jgit.ant.test</artifactId>
<version>7.3.1-SNAPSHOT</version>
<version>7.3.1-snc-1</version>
</dependency>
<dependency>
<groupId>org.eclipse.jgit</groupId>
<artifactId>org.eclipse.jgit.http.test</artifactId>
<version>7.3.1-SNAPSHOT</version>
<version>7.3.1-snc-1</version>
</dependency>
<dependency>
<groupId>org.eclipse.jgit</groupId>
<artifactId>org.eclipse.jgit.pgm.test</artifactId>
<version>7.3.1-SNAPSHOT</version>
<version>7.3.1-snc-1</version>
</dependency>
<dependency>
<groupId>org.eclipse.jgit</groupId>
<artifactId>org.eclipse.jgit.lfs.test</artifactId>
<version>7.3.1-SNAPSHOT</version>
<version>7.3.1-snc-1</version>
</dependency>
<dependency>
<groupId>org.eclipse.jgit</groupId>
<artifactId>org.eclipse.jgit.lfs.server.test</artifactId>
<version>7.3.1-SNAPSHOT</version>
<version>7.3.1-snc-1</version>
</dependency>
<dependency>
<groupId>org.eclipse.jgit</groupId>
<artifactId>org.eclipse.jgit.ssh.apache.test</artifactId>
<version>7.3.1-SNAPSHOT</version>
<version>7.3.1-snc-1</version>
</dependency>
</dependencies>

Expand Down
2 changes: 1 addition & 1 deletion org.eclipse.jgit.gpg.bc.test/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@
<parent>
<groupId>org.eclipse.jgit</groupId>
<artifactId>org.eclipse.jgit-parent</artifactId>
<version>7.3.1-SNAPSHOT</version>
<version>7.3.1-snc-1</version>
</parent>

<artifactId>org.eclipse.jgit.gpg.bc.test</artifactId>
Expand Down
3 changes: 2 additions & 1 deletion org.eclipse.jgit.gpg.bc/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@
<parent>
<groupId>org.eclipse.jgit</groupId>
<artifactId>org.eclipse.jgit-parent</artifactId>
<version>7.3.1-SNAPSHOT</version>
<version>7.3.1-snc-1</version>
</parent>

<artifactId>org.eclipse.jgit.gpg.bc</artifactId>
Expand All @@ -30,6 +30,7 @@
<properties>
<translate-qualifier/>
<source-bundle-manifest>${project.build.directory}/META-INF/SOURCE-MANIFEST.MF</source-bundle-manifest>
<maven.deploy.skip>true</maven.deploy.skip>
</properties>

<dependencies>
Expand Down
2 changes: 1 addition & 1 deletion org.eclipse.jgit.http.apache/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@
<parent>
<groupId>org.eclipse.jgit</groupId>
<artifactId>org.eclipse.jgit-parent</artifactId>
<version>7.3.1-SNAPSHOT</version>
<version>7.3.1-snc-1</version>
</parent>

<artifactId>org.eclipse.jgit.http.apache</artifactId>
Expand Down
2 changes: 1 addition & 1 deletion org.eclipse.jgit.http.server/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@
<parent>
<groupId>org.eclipse.jgit</groupId>
<artifactId>org.eclipse.jgit-parent</artifactId>
<version>7.3.1-SNAPSHOT</version>
<version>7.3.1-snc-1</version>
</parent>

<artifactId>org.eclipse.jgit.http.server</artifactId>
Expand Down
2 changes: 1 addition & 1 deletion org.eclipse.jgit.http.test/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@
<parent>
<groupId>org.eclipse.jgit</groupId>
<artifactId>org.eclipse.jgit-parent</artifactId>
<version>7.3.1-SNAPSHOT</version>
<version>7.3.1-snc-1</version>
</parent>

<artifactId>org.eclipse.jgit.http.test</artifactId>
Expand Down
2 changes: 1 addition & 1 deletion org.eclipse.jgit.junit.http/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@
<parent>
<groupId>org.eclipse.jgit</groupId>
<artifactId>org.eclipse.jgit-parent</artifactId>
<version>7.3.1-SNAPSHOT</version>
<version>7.3.1-snc-1</version>
</parent>

<artifactId>org.eclipse.jgit.junit.http</artifactId>
Expand Down
2 changes: 1 addition & 1 deletion org.eclipse.jgit.junit.ssh/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@
<parent>
<groupId>org.eclipse.jgit</groupId>
<artifactId>org.eclipse.jgit-parent</artifactId>
<version>7.3.1-SNAPSHOT</version>
<version>7.3.1-snc-1</version>
</parent>

<artifactId>org.eclipse.jgit.junit.ssh</artifactId>
Expand Down
2 changes: 1 addition & 1 deletion org.eclipse.jgit.junit/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@
<parent>
<groupId>org.eclipse.jgit</groupId>
<artifactId>org.eclipse.jgit-parent</artifactId>
<version>7.3.1-SNAPSHOT</version>
<version>7.3.1-snc-1</version>
</parent>

<artifactId>org.eclipse.jgit.junit</artifactId>
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -166,7 +166,7 @@ public String getProperty(String key) {

@Override
public FileBasedConfig openUserConfig(Config parent, FS fs) {
assert parent == null || parent == systemGitConfig;
assert parent == null || parent == systemGitConfig || parent instanceof FileBasedConfig;
return userGitConfig;
}

Expand Down
2 changes: 1 addition & 1 deletion org.eclipse.jgit.lfs.server.test/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@
<parent>
<groupId>org.eclipse.jgit</groupId>
<artifactId>org.eclipse.jgit-parent</artifactId>
<version>7.3.1-SNAPSHOT</version>
<version>7.3.1-snc-1</version>
</parent>

<artifactId>org.eclipse.jgit.lfs.server.test</artifactId>
Expand Down
2 changes: 1 addition & 1 deletion org.eclipse.jgit.lfs.server/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@
<parent>
<groupId>org.eclipse.jgit</groupId>
<artifactId>org.eclipse.jgit-parent</artifactId>
<version>7.3.1-SNAPSHOT</version>
<version>7.3.1-snc-1</version>
</parent>

<artifactId>org.eclipse.jgit.lfs.server</artifactId>
Expand Down
2 changes: 1 addition & 1 deletion org.eclipse.jgit.lfs.test/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@
<parent>
<groupId>org.eclipse.jgit</groupId>
<artifactId>org.eclipse.jgit-parent</artifactId>
<version>7.3.1-SNAPSHOT</version>
<version>7.3.1-snc-1</version>
</parent>

<artifactId>org.eclipse.jgit.lfs.test</artifactId>
Expand Down
2 changes: 1 addition & 1 deletion org.eclipse.jgit.lfs/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@
<parent>
<groupId>org.eclipse.jgit</groupId>
<artifactId>org.eclipse.jgit-parent</artifactId>
<version>7.3.1-SNAPSHOT</version>
<version>7.3.1-snc-1</version>
</parent>

<artifactId>org.eclipse.jgit.lfs</artifactId>
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@
<parent>
<groupId>org.eclipse.jgit</groupId>
<artifactId>jgit.tycho.parent</artifactId>
<version>7.3.1-SNAPSHOT</version>
<version>7.3.1-snc-1</version>
</parent>

<groupId>org.eclipse.jgit.feature</groupId>
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@
<parent>
<groupId>org.eclipse.jgit</groupId>
<artifactId>jgit.tycho.parent</artifactId>
<version>7.3.1-SNAPSHOT</version>
<version>7.3.1-snc-1</version>
</parent>

<groupId>org.eclipse.jgit.feature</groupId>
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@
<parent>
<groupId>org.eclipse.jgit</groupId>
<artifactId>jgit.tycho.parent</artifactId>
<version>7.3.1-SNAPSHOT</version>
<version>7.3.1-snc-1</version>
</parent>

<groupId>org.eclipse.jgit.feature</groupId>
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@
<parent>
<groupId>org.eclipse.jgit</groupId>
<artifactId>jgit.tycho.parent</artifactId>
<version>7.3.1-SNAPSHOT</version>
<version>7.3.1-snc-1</version>
</parent>

<groupId>org.eclipse.jgit.feature</groupId>
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@
<parent>
<groupId>org.eclipse.jgit</groupId>
<artifactId>jgit.tycho.parent</artifactId>
<version>7.3.1-SNAPSHOT</version>
<version>7.3.1-snc-1</version>
</parent>

<groupId>org.eclipse.jgit.feature</groupId>
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@
<parent>
<groupId>org.eclipse.jgit</groupId>
<artifactId>jgit.tycho.parent</artifactId>
<version>7.3.1-SNAPSHOT</version>
<version>7.3.1-snc-1</version>
</parent>

<groupId>org.eclipse.jgit.feature</groupId>
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@
<parent>
<groupId>org.eclipse.jgit</groupId>
<artifactId>jgit.tycho.parent</artifactId>
<version>7.3.1-SNAPSHOT</version>
<version>7.3.1-snc-1</version>
</parent>

<artifactId>org.eclipse.jgit.repository</artifactId>
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@
<parent>
<groupId>org.eclipse.jgit</groupId>
<artifactId>jgit.tycho.parent</artifactId>
<version>7.3.1-SNAPSHOT</version>
<version>7.3.1-snc-1</version>
</parent>

<groupId>org.eclipse.jgit.feature</groupId>
Expand All @@ -30,7 +30,7 @@
<dependency>
<groupId>org.eclipse.jgit.feature</groupId>
<artifactId>org.eclipse.jgit</artifactId>
<version>7.3.1-SNAPSHOT</version>
<version>7.3.1-snc-1</version>
</dependency>
</dependencies>

Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@
<parent>
<groupId>org.eclipse.jgit</groupId>
<artifactId>jgit.tycho.parent</artifactId>
<version>7.3.1-SNAPSHOT</version>
<version>7.3.1-snc-1</version>
</parent>

<groupId>org.eclipse.jgit.feature</groupId>
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@
<parent>
<groupId>org.eclipse.jgit</groupId>
<artifactId>jgit.tycho.parent</artifactId>
<version>7.3.1-SNAPSHOT</version>
<version>7.3.1-snc-1</version>
</parent>

<groupId>org.eclipse.jgit.feature</groupId>
Expand Down
2 changes: 1 addition & 1 deletion org.eclipse.jgit.packaging/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@

<groupId>org.eclipse.jgit</groupId>
<artifactId>jgit.tycho.parent</artifactId>
<version>7.3.1-SNAPSHOT</version>
<version>7.3.1-snc-1</version>
<packaging>pom</packaging>

<name>JGit Tycho Parent</name>
Expand Down
2 changes: 1 addition & 1 deletion org.eclipse.jgit.pgm.test/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@
<parent>
<groupId>org.eclipse.jgit</groupId>
<artifactId>org.eclipse.jgit-parent</artifactId>
<version>7.3.1-SNAPSHOT</version>
<version>7.3.1-snc-1</version>
</parent>

<artifactId>org.eclipse.jgit.pgm.test</artifactId>
Expand Down
Loading