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
Commit message (
Expand
)
Author
Age
Files
Lines
*
Prepare post 2.2.0.201212191850-r builds
stable-2.2
Matthias Sohn
2012-12-21
3
-3
/
+3
*
JGit v2.2.0.201212191850-r
v2.2.0.201212191850-r
Matthias Sohn
2012-12-20
3
-3
/
+3
*
Fix hidden field warning
Matthias Sohn
2012-12-12
1
-3
/
+3
*
Fix empty control block warnings
Matthias Sohn
2012-12-12
1
-7
/
+8
*
Cleanup unused import and Java 6 syntax in Archive
Robin Rosenberg
2012-12-12
1
-5
/
+0
*
archive: Add tar support
Jonathan Nieder
2012-12-04
3
-2
/
+39
*
archive: Add --format option that switches between formats
Jonathan Nieder
2012-12-04
4
-19
/
+66
*
archive: Record executable and symlink bits
Jonathan Nieder
2012-12-04
1
-4
/
+10
*
[RFC] archive: Switch to commons-compress as ZIP archiver
Jonathan Nieder
2012-12-03
3
-6
/
+13
*
add: Fix bad metaVar reference in <filepattern> help
Jonathan Nieder
2012-11-28
2
-1
/
+2
*
Add a case statement for fast-forward merge
Robin Rosenberg
2012-11-25
1
-0
/
+1
*
Have git-ls tree to accept path args like git-ls-tree
Ketan Padegaonkar
2012-11-18
1
-2
/
+14
*
Add "jgit archive" tool that writes a tree as a ZIP file
Jonathan Nieder
2012-11-16
4
-0
/
+110
*
Add reflog command to JGit CLI
Tomasz Zarna
2012-11-16
3
-0
/
+90
*
Make an exception for the formatting rules (turn off) for some files
Robin Rosenberg
2012-11-16
1
-0
/
+1
*
Harmonize the JDT settings within JGit
Robin Rosenberg
2012-11-16
4
-10
/
+68
*
Add missing @since tags to mark API added in 2.2
Matthias Sohn
2012-11-16
2
-2
/
+11
*
Add support for --no-ff while merging
Tomasz Zarna
2012-11-16
3
-4
/
+61
*
Add a test for org.eclipse.jgit.pgm.Tag
Tomasz Zarna
2012-11-15
3
-2
/
+10
*
Do not fail when checking out HEAD
Tomasz Zarna
2012-11-15
1
-0
/
+2
*
Prefix an abnormal CLI command termination with 'fatal:'
Tomasz Zarna
2012-11-15
2
-2
/
+0
*
Merge "Fix formatting in org.eclipse.jgit.pgm.CLIText"
Matthias Sohn
2012-11-14
1
-6
/
+2
|
\
|
*
Fix formatting in org.eclipse.jgit.pgm.CLIText
Tomasz Zarna
2012-11-11
1
-6
/
+2
*
|
diff, log -p: do not use outs before it is initialized
Jonathan Nieder
2012-11-14
2
-4
/
+16
|
/
*
Suppress resource warnings with Java 7
Robin Rosenberg
2012-10-25
1
-0
/
+1
*
Add --squash option to org.eclipse.jgit.pgm.Merge
Tomasz Zarna
2012-10-07
3
-1
/
+14
*
Revert "The constructor CmdLineException(String) is deprecated"
Shawn O. Pearce
2012-09-26
6
-36
/
+20
*
Remove uses of TextBuiltin.out in favor of outw
Robin Rosenberg
2012-09-23
3
-14
/
+18
*
The constructor CmdLineException(String) is deprecated
Tomasz Zarna
2012-09-23
6
-20
/
+36
*
Suppress boxing warnings where we know they are ok
Robin Rosenberg
2012-09-22
11
-26
/
+58
*
Prepare 2.2.0 builds
Matthias Sohn
2012-09-19
3
-31
/
+31
*
Add tests for output result of merging -- org.eclipse.jgit.pgm.Merge
Tomasz Zarna
2012-09-17
3
-1
/
+5
*
Check for write errors in standard out and exit with error
Robin Rosenberg
2012-09-16
39
-220
/
+263
*
Added new Status CLI command 'jgit status'
Robin Rosenberg
2012-09-09
4
-2
/
+213
*
Output result of switching branch -- o.e.jgit.pgm.Checkout
Tomasz Zarna
2012-09-05
3
-4
/
+50
*
Fix NPE when notes are present
Robin Rosenberg
2012-09-05
1
-1
/
+1
*
Garbage collector for FileRepositories
Christian Halstrick
2012-07-29
2
-0
/
+59
*
show: Implement command line show for any object
Shawn O. Pearce
2012-07-18
4
-1
/
+322
*
Typo in CLIText#unknownMergeStratey, should be #unknownMergeStrategy
Tomasz Zarna
2012-07-14
3
-3
/
+3
*
Prepare 2.1.0 builds
Matthias Sohn
2012-06-14
3
-30
/
+30
*
Prepare post v2.0.0.201206130900-r builds
Matthias Sohn
2012-06-14
3
-3
/
+3
*
JGit v2.0.0.201206130900-r
v2.0.0.201206130900-r
Matthias Sohn
2012-06-13
3
-3
/
+3
*
Add org.eclipse.jgit.pgm.feature to enable consumption via p2
Matthias Sohn
2012-06-12
2
-0
/
+58
*
Prepare next 2.0.0-SNAPSHOT builds
Matthias Sohn
2012-06-06
2
-2
/
+2
*
JGit v2.0.0.201206060730-rc3
v2.0.0.201206060730-rc3
Matthias Sohn
2012-06-06
2
-2
/
+2
*
Prepare next 2.0.0-SNAPSHOT builds
Matthias Sohn
2012-05-31
2
-2
/
+2
*
JGit v2.0.0.201205301645-rc2
v2.0.0.201205301645-rc2
Matthias Sohn
2012-05-30
2
-2
/
+2
*
Add config --list command to pgm
Tomasz Zarna
2012-05-23
3
-0
/
+123
*
Add user friendly output from jgit commit command
Mikael Karlsson
2012-05-18
1
-1
/
+6
*
Add --all switch to org.eclipse.jgit.pgm.Commit
Tomasz Zarna
2012-05-10
3
-2
/
+11
[next]