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
Commit message (
Expand
)
Author
Age
Files
Lines
*
Merge changes I8277fd45,I7ac4e0ae,Ib475dfc0,Ib26adf95
Shawn Pearce
2012-03-07
6
-39
/
+220
|
\
|
*
Try to send HTTP error messages over sideband
Dave Borowitz
2012-03-07
4
-7
/
+110
|
*
Extract the capability parsing logic in {Upload,Receive}Pack
Dave Borowitz
2012-03-07
2
-14
/
+78
|
*
Make capability strings in BasePack{Fetch,Push}Connection public
Dave Borowitz
2012-03-07
2
-14
/
+28
|
*
Fix a typo in "capabilities" in ReceivePack
Dave Borowitz
2012-03-07
1
-6
/
+6
*
|
Remove ambiguous CheckoutConflictException
Tomasz Zarna
2012-03-06
3
-4
/
+10
|
/
*
Merge "Check connection's error stream before reading from it"
Christian Halstrick
2012-03-06
1
-1
/
+5
|
\
|
*
Check connection's error stream before reading from it
Kevin Sawicki
2012-03-05
1
-1
/
+5
*
|
Set person and message on stash ref update
Kevin Sawicki
2012-03-05
1
-2
/
+6
*
|
Return command from StashCreateCommand setters
Kevin Sawicki
2012-03-05
1
-2
/
+6
*
|
Support insteadOf and pushInsteadOf URL replacement
Kevin Sawicki
2012-03-05
1
-2
/
+41
*
|
Merge "Quickfix for AutoCRLF handling"
Chris Aniszczyk
2012-03-05
3
-4
/
+27
|
\
\
|
|
/
|
/
|
|
*
Quickfix for AutoCRLF handling
Robin Rosenberg
2012-03-03
3
-4
/
+27
*
|
RawText#getEOL() does the same thing as RawText#getLineDelimiter()
Tomasz Zarna
2012-03-05
2
-20
/
+1
*
|
Merge "Update example code for obtaining a locked DirCache"
Christian Halstrick
2012-03-05
1
-1
/
+1
|
\
\
|
*
|
Update example code for obtaining a locked DirCache
Kevin Sawicki
2012-03-02
1
-1
/
+1
*
|
|
Add ApplyCommand to JGit API
Tomasz Zarna
2012-03-04
8
-0
/
+517
*
|
|
Merge "Remove null access warning in DirCacheCheckout"
Robin Rosenberg
2012-03-04
1
-14
/
+12
|
\
\
\
|
*
|
|
Remove null access warning in DirCacheCheckout
Kevin Sawicki
2012-03-02
1
-14
/
+12
|
|
/
/
*
/
/
Include eclipse.inf
Matthias Sohn
2012-03-03
1
-0
/
+1
|
/
/
*
|
Allow to get end-of-line characters for a RawText
Tomasz Zarna
2012-03-02
1
-0
/
+17
*
|
Load .gitmodules config before adding values to it
Sascha Scholz
2012-03-02
1
-4
/
+8
*
|
Merge "Exclude org.eclipse.jgit from pack200 packing"
Christian Halstrick
2012-03-02
1
-0
/
+2
|
\
\
|
*
|
Exclude org.eclipse.jgit from pack200 packing
Matthias Sohn
2012-03-02
1
-0
/
+2
*
|
|
Merge "Reuse existing modes and ids"
Christian Halstrick
2012-03-02
1
-15
/
+13
|
\
\
\
|
|
/
/
|
/
|
|
|
*
|
Reuse existing modes and ids
Kevin Sawicki
2012-02-29
1
-15
/
+13
*
|
|
Extract filterCommands as a static method on ReceiveCommand
Dave Borowitz
2012-02-29
2
-13
/
+28
*
|
|
Remove PreUploadHook.onPreAdvertiseRefs
Dave Borowitz
2012-02-29
3
-27
/
+0
*
|
|
Add an AdvertiseRefsHookChain, similar to the other hook chains
Dave Borowitz
2012-02-29
1
-0
/
+98
*
|
|
Modify refs in UploadPack/ReceivePack using a hook interface
Dave Borowitz
2012-02-29
8
-76
/
+461
*
|
|
Fix a typo referring to RevFilter as RefFilter
Dave Borowitz
2012-02-29
1
-1
/
+1
*
|
|
Minor javadoc wording fixes in ReceivePack
Dave Borowitz
2012-02-29
1
-2
/
+2
*
|
|
Expose an OutputStream from ReceivePack for sending client messages
Dave Borowitz
2012-02-29
1
-12
/
+55
*
|
|
Allow creating ReceiveCommands with a specified type
Dave Borowitz
2012-02-29
1
-0
/
+22
*
|
|
Execute ReceiveCommands via a method rather than in ReceivePack
Dave Borowitz
2012-02-29
2
-67
/
+79
|
/
/
*
|
Add command support for applying a stashed commit
Kevin Sawicki
2012-02-28
4
-10
/
+221
*
|
Add support for creating a stashed commit
Kevin Sawicki
2012-02-28
4
-0
/
+329
*
|
Add all paths option to CheckoutCommand
Kevin Sawicki
2012-02-26
1
-3
/
+22
*
|
Let the date formatter pick the locale.
Daniel Megert
2012-02-25
2
-5
/
+38
*
|
Add support for autosetuprebase to the CloneCommand
Stefan Lay
2012-02-23
1
-0
/
+8
*
|
Merge "Add IGNORE_ERRORS to FileUtils.delete()"
Matthias Sohn
2012-02-21
1
-3
/
+10
|
\
\
|
*
|
Add IGNORE_ERRORS to FileUtils.delete()
Christian Halstrick
2012-02-21
1
-3
/
+10
*
|
|
Prepare 2.0.0-SNAPSHOT builds
Matthias Sohn
2012-02-16
3
-32
/
+32
*
|
|
Merge branch 'stable-1.3'
Matthias Sohn
2012-02-16
1
-8
/
+33
|
\
\
\
|
|
/
/
|
/
|
|
|
*
|
Prepare post 1.3.0.201202151440-r build
stable-1.3
Matthias Sohn
2012-02-16
3
-4
/
+4
|
*
|
JGit 1.3.0.201202151440-r
v1.3.0.201202151440-r
Matthias Sohn
2012-02-15
3
-4
/
+4
|
*
|
Generate conflicts and index updates on file mode changes
Christian Halstrick
2012-02-13
1
-8
/
+33
*
|
|
Merge branch 'stable-1.3'
Matthias Sohn
2012-02-13
7
-53
/
+77
|
\
|
|
|
|
/
|
/
|
|
*
Prepare post 1.3.0.201202121842-rc4 builds
Matthias Sohn
2012-02-13
3
-4
/
+4
|
*
JGit 1.3.0.201202121842-rc4
v1.3.0.201202121842-rc4
Matthias Sohn
2012-02-13
3
-4
/
+4
[next]