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
Commit message (
Expand
)
Author
Age
Files
Lines
*
Add "Conflicts" section to merge message on conflict
Robin Stocker
2011-04-06
2
-3
/
+43
*
Refactor reading and writing heads in Repository
Robin Stocker
2011-04-06
1
-40
/
+47
*
Add CHERRY_PICK_HEAD for cherry-pick conflicts
Robin Stocker
2011-04-06
10
-10
/
+203
*
Add parameters for timeout and branches to clone
Stefan Lay
2011-04-06
2
-0
/
+88
*
Try to checkout branch after cloning
Stefan Lay
2011-04-06
3
-14
/
+57
*
Fix DirCache.isModified()
Philipp Thun
2011-04-04
1
-1
/
+1
*
[findbugs] Use explicit initialization
Matthias Sohn
2011-04-04
1
-1
/
+1
*
[findbugs] Make mutable static field final
Matthias Sohn
2011-04-03
1
-1
/
+1
*
Merge "Make DeltaBaseCache per-ObjectReader"
Chris Aniszczyk
2011-04-02
3
-41
/
+42
|
\
|
*
Make DeltaBaseCache per-ObjectReader
Shawn O. Pearce
2011-04-01
3
-41
/
+42
*
|
Merge "Fix ReceivePack connectivity validation with alternates"
Chris Aniszczyk
2011-04-02
2
-24
/
+29
|
\
\
|
*
|
Fix ReceivePack connectivity validation with alternates
Shawn O. Pearce
2011-04-01
2
-24
/
+29
|
|
/
*
|
Merge "Add open(File) and wrap(Repository) to Git"
Christian Halstrick
2011-04-02
2
-1
/
+159
|
\
\
|
*
|
Add open(File) and wrap(Repository) to Git
Christian Halstrick
2011-04-02
2
-1
/
+159
*
|
|
Support reading first SHA-1 from large FETCH_HEAD files
Carsten Pfeiffer
2011-04-01
2
-1
/
+46
*
|
|
Merge "Let LockFile.unlock use FileUtils.delete()"
Shawn Pearce
2011-04-01
1
-1
/
+5
|
\
\
\
|
|
_
|
/
|
/
|
|
|
*
|
Let LockFile.unlock use FileUtils.delete()
Christian Halstrick
2011-04-02
1
-1
/
+5
*
|
|
Enhance RefDatabase with a refresh() method
Christian Halstrick
2011-04-02
2
-0
/
+17
|
/
/
*
/
RefDirectory: Use FileSnapshot for packed-refs
Shawn O. Pearce
2011-04-01
4
-32
/
+41
|
/
*
smart HTTP: Return errors inside payload
Shawn O. Pearce
2011-04-01
6
-7
/
+95
*
UploadPack: Add a PreUploadHook to monitor and control behavior
Shawn O. Pearce
2011-04-01
5
-22
/
+354
*
Allow application filters on smart HTTP operations
Shawn O. Pearce
2011-04-01
5
-64
/
+228
*
PackWriter: Fix the way delta chain cycles are prevented
Shawn O. Pearce
2011-04-01
1
-58
/
+49
*
PackWriter: Combine small reuse batches together
Shawn O. Pearce
2011-04-01
1
-4
/
+24
*
PackWriter: Remove dummy list 0
Shawn O. Pearce
2011-04-01
3
-31
/
+35
*
PackWriter: Speed up pruning of objects from cached packs
Shawn O. Pearce
2011-04-01
4
-80
/
+86
*
Make PacketLineIn public
Shawn O. Pearce
2011-04-01
1
-6
/
+44
*
Merge changes I2c8e917a,Ica9e50c0
Shawn Pearce
2011-04-01
2
-18
/
+17
|
\
|
*
Do not normalize URIishes
Robin Rosenberg
2011-03-28
2
-16
/
+15
|
*
Use Ignore to bypass unused test
Robin Rosenberg
2011-03-28
1
-2
/
+2
*
|
Merge "Fix broken git prefix detection"
Shawn Pearce
2011-04-01
2
-4
/
+15
|
\
|
|
*
Fix broken git prefix detection
Robin Rosenberg
2011-03-28
2
-4
/
+15
*
|
Bump jsch to 0.1.44
Anatol Pomozov
2011-03-31
1
-1
/
+2
*
|
Let CloneCommand not checkout HEAD on bare repos
Christian Halstrick
2011-03-30
1
-3
/
+6
*
|
Added Merge command to the CLI
Christian Halstrick
2011-03-29
5
-0
/
+142
*
|
Allow InitCommand to run on existing git repos
Christian Halstrick
2011-03-29
1
-2
/
+3
*
|
Merge "Do not categorize merge failures as 'abnormal'"
Christian Halstrick
2011-03-29
5
-22
/
+22
|
\
\
|
*
|
Do not categorize merge failures as 'abnormal'
Philipp Thun
2011-03-28
5
-22
/
+22
*
|
|
Fix possible NPE in DirCache.isModified()
Philipp Thun
2011-03-28
1
-1
/
+1
|
/
/
*
|
Merge "Detaching HEAD when checking out the same commit."
Shawn Pearce
2011-03-27
3
-4
/
+46
|
\
\
|
*
|
Detaching HEAD when checking out the same commit.
Sasa Zivkov
2011-03-25
3
-4
/
+46
*
|
|
Merge "Fix: possible IndexOutOfBoundsException in ReflogReader"
Shawn Pearce
2011-03-27
2
-11
/
+28
|
\
\
\
|
*
|
|
Fix: possible IndexOutOfBoundsException in ReflogReader
Marc Strapetz
2011-03-22
2
-11
/
+28
*
|
|
|
Merge "Registering the Checkout command and fixed a typo."
Shawn Pearce
2011-03-27
2
-1
/
+2
|
\
\
\
\
|
|
_
|
_
|
/
|
/
|
|
|
|
*
|
|
Registering the Checkout command and fixed a typo.
Sasa Zivkov
2011-03-24
2
-1
/
+2
|
|
|
/
|
|
/
|
*
|
|
Prevent NPE during fetch and push via SSH
Matthias Sohn
2011-03-24
1
-2
/
+4
*
|
|
Introduce FAILED result for RebaseCommand
Philipp Thun
2011-03-24
3
-27
/
+424
|
/
/
*
|
Merge "Introduce CherryPickResult"
Mathias Kinzler
2011-03-24
4
-23
/
+250
|
\
\
|
*
|
Introduce CherryPickResult
Philipp Thun
2011-03-23
4
-23
/
+250
*
|
|
Add status command to GIT api
Christian Halstrick
2011-03-23
4
-0
/
+372
[next]