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.pgm
/
src
Commit message (
Expand
)
Author
Age
Files
Lines
...
|
*
Use ObjectReader in RevWalk, TreeWalk
Shawn O. Pearce
2010-06-28
1
-1
/
+1
|
*
Refactor Repository.openObject to be Repository.open
Shawn O. Pearce
2010-06-28
2
-10
/
+7
|
*
Move FileRepository to storage.file.FileRepository
Shawn O. Pearce
2010-06-26
4
-4
/
+4
|
*
Allow Repository.getDirectory() to be null
Shawn O. Pearce
2010-06-25
1
-3
/
+5
|
*
Rename Repository getWorkDir to getWorkTree
Shawn O. Pearce
2010-06-25
3
-3
/
+3
|
*
Refactor repository construction to builder class
Shawn O. Pearce
2010-06-25
1
-68
/
+8
|
*
Replace WindowCache with ObjectReader
Shawn O. Pearce
2010-06-25
1
-2
/
+2
|
*
Use FileRepository where we assume other file semantics
Shawn O. Pearce
2010-06-25
1
-7
/
+10
|
*
Make lib.Repository abstract and lib.FileRepository its implementation
Shawn O. Pearce
2010-06-25
3
-6
/
+6
|
*
Use FileKey to resolve Git repository arguments
Shawn O. Pearce
2010-06-25
2
-18
/
+26
|
*
Use CoreConfig, UserConfig and TransferConfig directly
Shawn O. Pearce
2010-06-23
1
-1
/
+3
*
|
log: Implement --follow
Shawn O. Pearce
2010-07-03
2
-11
/
+62
*
|
log: Add whitespace ignore options
Shawn O. Pearce
2010-07-03
2
-30
/
+89
*
|
Redo DiffFormatter API to be easier to use
Shawn O. Pearce
2010-07-03
2
-9
/
+10
*
|
log, diff: Add rename detection support
Shawn O. Pearce
2010-07-03
3
-70
/
+136
*
|
Added check for binary files while diffing
Jeff Schumacher
2010-06-29
1
-6
/
+17
*
|
Added further support for whitespace ignoring during diff
Jeff Schumacher
2010-06-28
1
-2
/
+28
|
/
*
Make constant static in RebuildCommitGraph
Robin Rosenberg
2010-06-13
1
-1
/
+1
*
Repository can be configured with FS
Marc Strapetz
2010-06-04
1
-1
/
+2
*
Externalize strings in Commit command
Shawn O. Pearce
2010-05-28
2
-4
/
+5
*
Externalize strings from JGit
Sasa Zivkov
2010-05-19
42
-300
/
+467
*
Add commit command to the pgm package
Christian Halstrick
2010-05-12
1
-0
/
+85
*
Merge branch 'push-sideband' into stable-0.7
Shawn O. Pearce
2010-03-12
2
-1
/
+30
|
\
|
*
Capture non-progress side band #2 messages and put in result
Shawn O. Pearce
2010-03-12
2
-1
/
+30
*
|
pgm: Report not in git repository rather than NPE
Shawn O. Pearce
2010-03-11
1
-1
/
+2
|
/
*
Generate an Eclipse IP log with jgit eclipse-iplog
Shawn O. Pearce
2010-01-29
2
-0
/
+217
*
Merge branch 'ref-abstract'
Shawn O. Pearce
2010-01-23
5
-13
/
+64
|
\
|
*
branch: Add -m option to rename a branch
Shawn O. Pearce
2010-01-23
1
-4
/
+37
|
*
Replace writeSymref with RefUpdate.link
Shawn O. Pearce
2010-01-23
1
-3
/
+6
|
*
Rewrite reference handling to be abstract and accurate
Shawn O. Pearce
2010-01-23
4
-6
/
+21
*
|
Introduce a named constant for the .git directory.
Robin Rosenberg
2010-01-15
6
-10
/
+16
|
/
*
Merge branch 'cq-diff'
Shawn O. Pearce
2010-01-06
1
-0
/
+131
|
\
|
*
Fix some warnings regarding unnecessary imports and accessing static methods
Christian Halstrick
2009-10-07
1
-13
/
+4
|
*
Add the "jgit diff" command
Johannes Schindelin
2009-10-06
2
-0
/
+141
*
|
Recognize Git repository environment variables
Robin Rosenberg
2009-12-28
1
-2
/
+53
*
|
Method to get a 'humanish' name from a path
Mykola Nikishov
2009-12-19
1
-8
/
+4
*
|
Replace a hard-coded default remote's name with a constant
Mykola Nikishov
2009-11-29
3
-3
/
+5
*
|
Prompt for passwords from the console in jgit command line tools
Shawn O. Pearce
2009-11-02
1
-2
/
+44
*
|
Move AWT based SSH authenticator to ui bundle
Shawn O. Pearce
2009-11-02
1
-0
/
+2
*
|
Refactor the cached Authenticator data out of AwtAuthenticator
Shawn O. Pearce
2009-11-02
1
-2
/
+4
*
|
Delete obsolete JarLinkUtil
Shawn O. Pearce
2009-11-02
1
-212
/
+0
*
|
Switch pgm, test to proper plugin projects
Shawn O. Pearce
2009-11-02
1
-31
/
+0
*
|
Correct location of AmazonS3 command line client
Shawn O. Pearce
2009-10-31
1
-0
/
+136
*
|
Remove trailing whitespace at end of line
Alex Blewitt
2009-10-31
1
-1
/
+1
|
/
*
Move HttpSupport's configureHttpProxy to jgit-pgm
Shawn O. Pearce
2009-10-05
1
-8
/
+46
*
Move AmazonS3 command line utility to jgit-pgm
Shawn O. Pearce
2009-10-05
3
-0
/
+25
*
Initial JGit contribution to eclipse.org
Git Development Community
2009-09-29
46
-0
/
+5577
[prev]