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
stable-7.3
stable-7.4
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
/
lib
Commit message (
Expand
)
Author
Age
Files
Lines
*
Support config param "gc.pruneexpire"
Christian Halstrick
2012-09-17
1
-0
/
+6
*
Additional unit tests for the GC
Sasa Zivkov
2012-09-16
1
-0
/
+74
*
Merge "Set core.precomposeunicode to true when creating repository on Mac"
Matthias Sohn
2012-08-26
1
-0
/
+3
|
\
|
*
Set core.precomposeunicode to true when creating repository on Mac
Robin Rosenberg
2012-08-22
1
-0
/
+3
*
|
Merge changes I98df46ce,Ifb815a12,I051a1724
Robin Rosenberg
2012-08-21
1
-32
/
+147
|
\
\
|
*
|
Support [<ref>]@{upstream} revision syntax
Robin Rosenberg
2012-07-20
1
-1
/
+42
|
*
|
Support parsing previous checkout as a revision expresion.
Robin Rosenberg
2012-07-20
1
-40
/
+102
|
*
|
Allow a @ without branch in revision syntax
Robin Rosenberg
2012-07-16
1
-3
/
+15
|
|
/
*
/
Teach BranchTrackingStatus to handle tracking of local branches
Matthias Sohn
2012-08-18
2
-6
/
+39
|
/
*
Rename local variables in Repository.resolve
Robin Rosenberg
2012-07-13
1
-61
/
+63
*
Make clear method on StoredConfig public
Robin Rosenberg
2012-06-21
1
-0
/
+5
*
Add "--squash" option to MergeCommand
Tomasz Zarna
2012-06-15
2
-27
/
+70
*
Define ObjectInserter.Filter to wrap another ObjectInserter
Shawn O. Pearce
2012-06-14
1
-0
/
+54
*
Merge branch 'stable-2.0'
Shawn O. Pearce
2012-06-07
2
-25
/
+33
|
\
|
*
Get rid of warnings about empty statments
Robin Rosenberg
2012-06-06
1
-0
/
+1
|
*
Support gitdir: refs in BaseRepositoryBuilder.findGitDir
Kevin Sawicki
2012-06-04
1
-25
/
+32
*
|
Merge changes Iee9af8d5,I8e1674f0,If5a6fcc5,I3bb28e4d
Shawn O. Pearce
2012-06-05
2
-0
/
+328
|
\
\
|
|
/
|
/
|
|
*
Batch reference updates together for storage
Shawn O. Pearce
2012-05-22
2
-0
/
+328
*
|
Update ORIG_HEAD when resetting
Kevin Sawicki
2012-05-31
1
-0
/
+33
*
|
Update smudged entries when writing index
Kevin Sawicki
2012-05-28
1
-2
/
+2
|
/
*
Add Object type to Comparable implements declaration
Kevin Sawicki
2012-05-10
1
-1
/
+1
*
Remove 86 boxing warnings
Kevin Sawicki
2012-05-08
4
-6
/
+13
*
Merge "Index config section and subsection names in one pass"
Robin Rosenberg
2012-04-02
2
-148
/
+136
|
\
|
*
Index config section and subsection names in one pass
Shawn O. Pearce
2012-04-02
2
-148
/
+136
*
|
Add @Override annotations to enums
Tomasz Zarna
2012-04-02
1
-0
/
+104
|
/
*
Sort Config entries and use O(log N) lookup
Shawn O. Pearce
2012-03-27
2
-39
/
+123
*
Extract inner classes from Config
Shawn O. Pearce
2012-03-27
3
-140
/
+236
*
Clarify the purpose of ObjectInserter.buffer()
Shawn O. Pearce
2012-03-18
1
-4
/
+28
*
Revert "Quickfix for AutoCRLF handling"
Shawn O. Pearce
2012-03-15
1
-24
/
+1
*
Move JGitText to an internal package
Robin Rosenberg
2012-03-12
11
-11
/
+11
*
Merge "Quickfix for AutoCRLF handling"
Chris Aniszczyk
2012-03-05
1
-1
/
+24
|
\
|
*
Quickfix for AutoCRLF handling
Robin Rosenberg
2012-03-03
1
-1
/
+24
*
|
Support gitdir references in working tree .git file
Kevin Sawicki
2012-02-08
1
-4
/
+46
|
/
*
Add command support for listing stashed commits
Kevin Sawicki
2012-01-20
1
-0
/
+6
*
Add BranchTrackingStatus for getting remote tracking status
Robin Stocker
2012-01-16
1
-0
/
+140
*
Add BranchConfig helper for access to branch config section
Robin Stocker
2012-01-16
1
-0
/
+114
*
Fix resolution of tree when path is empty
Robin Rosenberg
2012-01-15
1
-1
/
+1
*
Make sure all bytes are written to files on close, or get an error.
Robin Rosenberg
2012-01-15
1
-1
/
+2
*
Resolve ~ with no trailing number as the first parent commit
Kevin Sawicki
2012-01-14
1
-7
/
+10
*
Merge "Use constants from ConfigConstants in CoreConfig"
Matthias Sohn
2012-01-05
2
-3
/
+15
|
\
|
*
Use constants from ConfigConstants in CoreConfig
Kevin Sawicki
2012-01-03
2
-3
/
+15
*
|
Provide file mode of paths in index from IndexDiff
Kevin Sawicki
2012-01-04
1
-0
/
+11
|
/
*
Add constant for default name for the Git repo configuration
Tomasz Zarna
2012-01-02
2
-1
/
+4
*
Add comand support for git-submodule
Kevin Sawicki
2011-12-28
2
-0
/
+12
*
Support getting specific entry number in reflog
Kevin Sawicki
2011-12-19
1
-5
/
+4
*
Support resolving integer-based reflog revisions
Kevin Sawicki
2011-12-16
1
-5
/
+35
*
Use System.arraycopy to copy parent object id array
Kevin Sawicki
2011-12-07
1
-2
/
+1
*
Merge "RepositoryState: add method canAmend"
Christian Halstrick
2011-11-30
1
-0
/
+18
|
\
|
*
RepositoryState: add method canAmend
Jens Baumgart
2011-11-28
1
-0
/
+18
*
|
Remove calls to printStackTrace in catch blocks
Kevin Sawicki
2011-11-28
1
-2
/
+0
|
/
[next]