index
:
jgit.git
master
master%private
next
servlet-4
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
stable-7.2
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
/
src
/
org
/
eclipse
/
jgit
/
api
Commit message (
Expand
)
Author
Age
Files
Lines
*
Add NotesCommand to the JGit API
Chris Aniszczyk
2011-04-10
5
-0
/
+619
*
Add "Conflicts" section to merge message on conflict
Robin Stocker
2011-04-06
1
-3
/
+11
*
Add CHERRY_PICK_HEAD for cherry-pick conflicts
Robin Stocker
2011-04-06
4
-8
/
+34
*
Add parameters for timeout and branches to clone
Stefan Lay
2011-04-06
1
-0
/
+62
*
Try to checkout branch after cloning
Stefan Lay
2011-04-06
1
-10
/
+38
*
[findbugs] Make mutable static field final
Matthias Sohn
2011-04-03
1
-1
/
+1
*
Add open(File) and wrap(Repository) to Git
Christian Halstrick
2011-04-02
1
-1
/
+47
*
Let CloneCommand not checkout HEAD on bare repos
Christian Halstrick
2011-03-30
1
-3
/
+6
*
Allow InitCommand to run on existing git repos
Christian Halstrick
2011-03-29
1
-2
/
+3
*
Do not categorize merge failures as 'abnormal'
Philipp Thun
2011-03-28
4
-13
/
+13
*
Introduce FAILED result for RebaseCommand
Philipp Thun
2011-03-24
2
-27
/
+84
*
Merge "Introduce CherryPickResult"
Mathias Kinzler
2011-03-24
3
-23
/
+177
|
\
|
*
Introduce CherryPickResult
Philipp Thun
2011-03-23
3
-23
/
+177
*
|
Add status command to GIT api
Christian Halstrick
2011-03-23
3
-0
/
+238
|
/
*
PullCommand: Use short ref name in merge message
Robin Stocker
2011-03-22
1
-3
/
+4
*
Improve MergeResult
Philipp Thun
2011-03-21
2
-3
/
+52
*
Add path filtering to LogCommand
Chris Aniszczyk
2011-03-17
1
-0
/
+23
*
CommitCommand: add option to insert a change id
Jens Baumgart
2011-03-17
1
-0
/
+36
*
Use parent directory in InitCommand if directory is "."
Philipp Thun
2011-03-16
1
-1
/
+3
*
PushCommand: Allow adding any reference string
Shawn O. Pearce
2011-03-15
1
-0
/
+39
*
PushCommand: Add utilities for --all, --tags
Shawn O. Pearce
2011-03-15
1
-0
/
+20
*
Merge "PushCommand: Default to pushing HEAD"
Chris Aniszczyk
2011-03-15
1
-0
/
+7
|
\
|
*
PushCommand: Default to pushing HEAD
Shawn O. Pearce
2011-03-14
1
-0
/
+7
*
|
Merge "PushCommand: Set force-update in-place"
Chris Aniszczyk
2011-03-15
1
-5
/
+3
|
\
|
|
*
PushCommand: Set force-update in-place
Shawn O. Pearce
2011-03-14
1
-5
/
+3
*
|
Merge "Make --git-dir optional for 'jgit init'"
Chris Aniszczyk
2011-03-15
1
-1
/
+1
|
\
\
|
*
|
Make --git-dir optional for 'jgit init'
Philipp Thun
2011-03-15
1
-1
/
+1
*
|
|
Replace 'occured' by 'occurred'
Philipp Thun
2011-03-15
3
-4
/
+4
|
/
/
*
|
Merge "Always fetch tags during clone"
Chris Aniszczyk
2011-03-14
1
-0
/
+2
|
\
\
|
*
|
Always fetch tags during clone
Shawn O. Pearce
2011-03-14
1
-0
/
+2
|
|
/
*
/
CommitCommand: set correct Reflog message when amending
Jens Baumgart
2011-03-14
1
-2
/
+3
|
/
*
Make the supported Transports extensible and discoverable
Shawn O. Pearce
2011-03-13
2
-16
/
+27
*
Add -o option to commit command
Philipp Thun
2011-03-11
1
-3
/
+211
*
Allow to amend a commit with CommitCommand
Tomasz Zarna
2011-03-07
1
-2
/
+26
*
Fix NPE on checkout of remote tracking branch
Matthias Sohn
2011-03-01
1
-7
/
+11
*
FetchCommand: do not set a null credentials provider
Matthias Sohn
2011-02-24
1
-1
/
+2
*
Wrong constant used when configuring a repository
Tomasz Zarna
2011-02-18
1
-2
/
+2
*
Add git-reset to the Git API
Chris Aniszczyk
2011-02-17
2
-0
/
+271
*
Fix NullPointer when pulling from a deleted local branch
Stefan Lay
2011-02-16
1
-1
/
+4
*
CreateBranchCommand: Wrong existence check
Mathias Kinzler
2011-02-14
1
-1
/
+3
*
Setup the default remote and merge config in CloneCommand
Chris Aniszczyk
2011-02-13
1
-1
/
+8
*
PullCommand: use default remote instead of throwing Exception
Mathias Kinzler
2011-02-08
1
-7
/
+4
*
PushCommand: do not set a null credentials provider
Jens Baumgart
2011-02-02
1
-1
/
+2
*
Merge "Add git-clone to the Git API"
Chris Aniszczyk
2011-02-01
2
-0
/
+282
|
\
|
*
Add git-clone to the Git API
Chris Aniszczyk
2011-01-31
2
-0
/
+282
*
|
Proper handling of rebase during pull
Mathias Kinzler
2011-01-31
2
-39
/
+49
|
/
*
Add setCredentialsProvider to PullCommand
Tomasz Zarna
2011-01-28
1
-0
/
+17
*
Make PullCommand work with Rebase
Mathias Kinzler
2011-01-28
2
-51
/
+94
*
RebaseCommand: detect and handle fast-forward properly
Mathias Kinzler
2011-01-28
2
-5
/
+106
*
[findbugs] Do not ignore exceptional return value of mkdir
Matthias Sohn
2011-01-28
1
-1
/
+1
[next]