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
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
org.eclipse.jgit.pgm
/
src
Commit message (
Expand
)
Author
Age
Files
Lines
*
Merge branch 'stable-4.2'
Matthias Sohn
2016-02-03
1
-8
/
+8
|
\
|
*
Branch: Fix variable hiding warning
David Pursehouse
2016-02-02
1
-8
/
+8
*
|
Merge changes from topic 'reftree'
Shawn Pearce
2016-01-21
1
-4
/
+27
|
\
\
|
*
|
debug-rebuild-ref-tree: Copy HEAD into RefTree
Shawn Pearce
2016-01-15
1
-4
/
+13
|
*
|
debug-rebuild-ref-tree: Add --enable flag to turn the database on
Shawn Pearce
2016-01-15
1
-0
/
+14
*
|
|
daemon: Add --ketch=LEADER flag
Shawn Pearce
2016-01-19
1
-1
/
+46
|
|
/
|
/
|
*
|
Merge branch 'stable-4.2'
David Pursehouse
2016-01-20
15
-63
/
+70
|
\
\
|
|
/
|
/
|
|
*
Add $NON-NLS to suppress "Non-externalized string literal" warnings
David Pursehouse
2016-01-19
9
-40
/
+40
|
*
Don't use deprecated constructors of CmdLineException
David Pursehouse
2016-01-19
6
-22
/
+29
|
*
RevParse: Remove superfluous semicolon
David Pursehouse
2016-01-14
1
-1
/
+1
*
|
FileRepository: Support extensions.refsBackendType = RefTree
Shawn Pearce
2016-01-11
1
-7
/
+22
*
|
Merge changes from topic 'reftree'
Shawn Pearce
2016-01-07
1
-0
/
+130
|
\
\
|
*
|
debug-rebuild-ref-tree: Simple program to build a RefTree
Shawn Pearce
2016-01-07
1
-0
/
+130
*
|
|
Make sure CLIGitCommand and Main produce (almost) same results
Andrey Loskutov
2016-01-06
1
-35
/
+76
*
|
|
branch command: print help if requested, even if arguments are wrong
Andrey Loskutov
2016-01-06
2
-4
/
+37
*
|
|
Added CLIText.fatalError(String) API for tests
Andrey Loskutov
2016-01-06
3
-5
/
+18
|
/
/
*
|
branch command: provide convenient and meaningful options help
Andrey Loskutov
2016-01-02
4
-36
/
+149
*
|
clone: display progress messages
Shawn Pearce
2015-12-31
1
-5
/
+16
*
|
Sort "eager" path-like options to the end of the help
Andrey Loskutov
2015-12-29
1
-0
/
+36
*
|
reset command: provide convenient and meaningful options help
Andrey Loskutov
2015-12-29
1
-5
/
+5
*
|
status command: consume more then one argument after --
Andrey Loskutov
2015-12-29
1
-2
/
+4
*
|
repo command: properly name the required 'path' argument
Andrey Loskutov
2015-12-29
1
-1
/
+1
*
|
Don't treat command termination due '-h' option as a fatal error
Andrey Loskutov
2015-12-29
4
-18
/
+157
*
|
Provide a root cause for aborted commands
Andrey Loskutov
2015-12-29
2
-1
/
+29
*
|
Allow checkout paths without specifying branch name
Andrey Loskutov
2015-12-28
1
-4
/
+3
*
|
Fix push with jgit pgm failing with "unauthorized"
Matthias Sohn
2015-12-15
1
-0
/
+3
*
|
Null-annotated Ref class and fixed related compiler errors
Andrey Loskutov
2015-12-15
2
-4
/
+13
|
/
*
Add remote command to JGit CLI
Kaloyan Raev
2015-12-11
2
-0
/
+198
*
Support atomic push in JGit client
Shawn Pearce
2015-12-02
1
-0
/
+4
*
Null-annotated Repository class and fixed related compiler errors
Andrey Loskutov
2015-11-25
7
-11
/
+32
*
git rev-parse: Add --verify option
Thomas Meyer
2015-11-19
2
-3
/
+16
*
reset command should support the -- <paths> parameters
Kaloyan Raev
2015-10-29
1
-11
/
+24
*
Merge "RepoCommand: Add setRecordRemoteBranch option to record upstream branch"
Jonathan Nieder
2015-10-05
1
-0
/
+4
|
\
|
*
RepoCommand: Add setRecordRemoteBranch option to record upstream branch
Stefan Beller
2015-10-05
1
-0
/
+4
*
|
pgm: Open RevWalk and TreeWalk in try-with-resource
David Pursehouse
2015-10-01
8
-79
/
+87
*
|
pgm: Create instances of Git in try-with-resource
David Pursehouse
2015-10-01
14
-215
/
+235
|
/
*
Fix non-externalized string warning in Main.execute()
Matthias Sohn
2015-07-24
1
-1
/
+1
*
Honor also https_proxy environment variable
Christian Halstrick
2015-07-24
1
-25
/
+31
*
Delete deprecated TextBuiltin.out
Matthias Sohn
2015-06-03
1
-10
/
+0
*
Replace deprecated release() methods by close()
Matthias Sohn
2015-05-21
12
-92
/
+60
*
Expose disposeBody() on RevCommit and RevTag
Shawn Pearce
2015-05-10
1
-0
/
+1
*
Restore AwtCredentialsProvider to enable debugging pgm in Eclipse
Matthias Sohn
2015-04-22
1
-4
/
+46
*
CLI status should support --untracked-files
Kaloyan Raev
2015-03-12
2
-10
/
+137
*
Add "--long" option to JGit describe
Christian Halstrick
2015-03-09
1
-0
/
+5
*
Move console classes to pgm bundle
Matthias Sohn
2015-02-10
4
-46
/
+297
*
Add option --orphan for checkout
RĂ¼diger Herrmann
2015-02-04
1
-3
/
+6
*
[pgm] Prevent commands from writing progress to System.err
RĂ¼diger Herrmann
2015-01-13
6
-6
/
+6
*
[pgm] Add option --bare to clone command
Matthias Sohn
2014-12-22
1
-1
/
+4
*
[pgm] Implement clone using CloneCommand
Matthias Sohn
2014-12-22
2
-120
/
+31
*
[pgm] Add option --tags for ls-remote
Matthias Sohn
2014-12-16
1
-1
/
+4
[next]