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.test
/
tst
/
org
/
eclipse
/
jgit
/
gitrepo
Commit message (
Expand
)
Author
Age
Files
Lines
*
RepoCommand: Preserve executable bit in <copyfile>
Ivan Frade
2018-10-31
1
-0
/
+118
*
RepoCommand.RemoteReader: Add method to read contents and mode of file
Ivan Frade
2018-10-31
1
-12
/
+19
*
RepoCommandTest: Extract method to assert file contents
Ivan Frade
2018-10-30
1
-42
/
+17
*
Explicitly specify charset when constructing BufferedReader
David Pursehouse
2018-09-26
1
-29
/
+30
*
Make inner classes static where possible
David Pursehouse
2018-09-26
1
-1
/
+1
*
Deprecate Constants.CHARSET in favor of StandardCharsets.UTF_8
David Pursehouse
2018-09-04
2
-12
/
+12
*
Merge "Support remove-project node in the manifest parser"
Jonathan Nieder
2018-08-20
1
-0
/
+26
|
\
|
*
Support remove-project node in the manifest parser
Masaya Suzuki
2018-08-20
1
-0
/
+26
*
|
Use project names instead of paths for the submodule name
Masaya Suzuki
2018-07-27
1
-28
/
+66
|
/
*
Repository: Deprecate #peel method
David Pursehouse
2018-05-22
1
-1
/
+1
*
RepoCommandSymlinkTest#testLinkFileBare: Use try-with-resource
David Pursehouse
2018-03-15
1
-34
/
+36
*
RepoCommandTest: Refactor to use try-with-resource
David Pursehouse
2018-03-15
1
-395
/
+373
*
Consistently use Constants.CHARSET rather than StandardCharsets.UTF_8
David Pursehouse
2018-03-11
2
-11
/
+11
*
RepoCommand: generate relative submodule URLs from absolute URLs.
Han-Wen Nienhuys
2018-02-21
1
-0
/
+58
*
RepoCommand: don't record new commit if tree did not change
Han-Wen Nienhuys
2018-02-19
1
-2
/
+54
*
RepoCommand: persist unreadable submodules in .gitmodules
Han-Wen Nienhuys
2018-02-19
1
-33
/
+44
*
Use constants from StandardCharsets instead of hard-coded strings
David Pursehouse
2017-12-07
1
-4
/
+5
*
Cleanup: Organize imports
Matthias Sohn
2017-08-30
1
-0
/
+1
*
Fix out-of-bounds exception in RepoCommand#relative
Han-Wen Nienhuys
2017-05-24
1
-0
/
+1
*
RepoCommand: Add linkfile support.
Dan Willemsen
2017-04-18
1
-0
/
+162
*
Fix RepoCommand to allow for relative URLs
Han-Wen Nienhuys
2017-04-13
1
-0
/
+127
*
Cleanup and test trailing slash handling in ManifestParser
Han-Wen Nienhuys
2017-04-11
2
-0
/
+131
*
ManifestParser: Throw exception if remote does not have fetch attribute
Han-Wen Nienhuys
2017-04-10
1
-0
/
+33
*
Enable and fix warnings about redundant specification of type arguments
David Pursehouse
2017-02-20
1
-1
/
+1
*
Enable and fix 'Should be tagged with @Override' warning
David Pursehouse
2017-02-19
1
-0
/
+1
*
RepoCommandTest: Don't wrap create{Bare,Work}Directory in t-w-r
David Pursehouse
2017-01-28
1
-362
/
+321
*
Organize imports
David Pursehouse
2016-11-14
1
-1
/
+1
*
Fix javadoc errors and unused imports introduced by ddd0fe25
Matthias Sohn
2016-06-01
1
-3
/
+0
*
RepoCommand: record manifest shallow recommendation in .gitmodules
Stefan Beller
2016-05-31
1
-0
/
+48
*
RepoCommand: record manifest groups as submodule labels
Stefan Beller
2016-05-31
1
-0
/
+49
*
RepoCommandTest: Improve assertion message for remote branch recording
Stefan Beller
2016-05-25
1
-2
/
+2
*
Merge branch 'stable-4.2'
Matthias Sohn
2016-02-15
1
-2
/
+3
|
\
|
*
ManifestParserTest: Don't use deprecated StringBufferInputStream
David Pursehouse
2016-02-15
1
-2
/
+3
*
|
Merge branch 'stable-4.2'
Matthias Sohn
2016-02-12
1
-26
/
+30
|
\
|
|
*
RepoCommandTest: Open Git instances in try-with-resource
David Pursehouse
2016-02-12
1
-26
/
+30
*
|
[gitrepo] Support revision in remote tag.
Yuxuan 'fishy' Wang
2016-01-27
1
-0
/
+53
|
/
*
Skip nested copyfiles in RepoCommand.
Yuxuan 'fishy' Wang
2015-12-22
1
-1
/
+6
*
Fixed jgit test failures on Windows
Andrey Loskutov
2015-10-12
1
-11
/
+16
*
RepoCommand: Add setRecordRemoteBranch option to record upstream branch
Stefan Beller
2015-10-05
1
-0
/
+45
*
Add setTargetBranch in RepoCommand.
Yuxuan 'fishy' Wang
2015-07-10
1
-30
/
+51
*
Add getters to RepoProject.
Yuxuan 'fishy' Wang
2015-05-26
1
-6
/
+6
*
Cleanup code and Eclipse compile errors in new gitrepo API
Andrey Loskutov
2015-05-24
1
-2
/
+0
*
Refactor to expose ManifestParser.
Yuxuan 'fishy' Wang
2015-05-22
2
-0
/
+114
*
Fix tests on windows by closing repos
Christian Halstrick
2014-12-12
1
-226
/
+232
*
Support remote aliases in repo manifest.
Yuxuan 'fishy' Wang
2014-08-18
1
-0
/
+24
*
Support non-default remotes in project tag.
Yuxuan 'fishy' Wang
2014-08-18
1
-0
/
+30
*
Add support to <include> tag in repo manifest xml.
Yuxuan 'fishy' Wang
2014-08-13
1
-0
/
+40
*
Remove overlapping submodules from repo manifest.
Yuxuan 'fishy' Wang
2014-07-29
1
-0
/
+59
*
Strip trailing /s in repo base URI.
Yuxuan 'fishy' Wang
2014-07-28
1
-1
/
+1
*
Unit test for the updating behavior in RepoCommand API.
Yuxuan 'fishy' Wang
2014-05-27
1
-47
/
+148
[next]