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
/
src
/
org
/
eclipse
/
jgit
/
api
/
AddCommand.java
Commit message (
Expand
)
Author
Age
Files
Lines
*
[errorprone] Use ArrayList instead of LinkedList
Matthias Sohn
2023-09-22
1
-2
/
+2
*
[errorprone] AddCommand#filepattern: use a more specific type
Matthias Sohn
2023-09-22
1
-2
/
+2
*
AddCommand: ability to switch off renormalization
Thomas Wolf
2023-04-28
1
-2
/
+56
*
Update EDL 1.0 license headers to new short SPDX compliant format
Matthias Sohn
2020-01-04
1
-38
/
+5
*
Use Instant instead of milliseconds for filesystem timestamp handling
Matthias Sohn
2019-07-18
1
-2
/
+3
*
Fix javadoc in org.eclipse.jgit annotations and api packages
Matthias Sohn
2017-12-18
1
-8
/
+16
*
Enable and fix warnings about redundant specification of type arguments
David Pursehouse
2017-02-20
1
-1
/
+1
*
Enable and fix 'Should be tagged with @Override' warning
David Pursehouse
2017-02-19
1
-0
/
+1
*
Add built-in LFS smudge filter for local case
Christian Halstrick
2016-09-20
1
-0
/
+5
*
Implement DIR_NO_GITLINKS
Preben Ingvaldsen
2016-04-05
1
-1
/
+5
*
AddCommand: Use NameConflictTreeWalk to identify file-dir changes
Shawn Pearce
2015-12-29
1
-5
/
+18
*
AddCommand: Avoid unnecessary string conversions
Shawn Pearce
2015-12-23
1
-11
/
+17
*
AddCommand: Cleanup conditional logic
Shawn Pearce
2015-12-23
1
-49
/
+54
*
Add support for clean filters
Christian Halstrick
2015-11-27
1
-0
/
+4
*
Adds the git attributes computation on the treewalk
Arthur Daussy
2015-11-18
1
-0
/
+3
*
Use try-with-resources to fix warnings in AddCommand
Matthias Sohn
2015-04-02
1
-4
/
+2
*
Document that path parameters should use '/' as separator
Robin Stocker
2013-11-15
1
-4
/
+8
*
Mark non-externalizable strings as such
Robin Rosenberg
2012-12-27
1
-1
/
+1
*
Git API does not declare GitAPIException call() and related cleanups
Robin Rosenberg
2012-05-30
1
-1
/
+2
*
Handle content length in WorkingTreeIterator
Robin Rosenberg
2012-03-27
1
-1
/
+3
*
Move JGitText to an internal package
Robin Rosenberg
2012-03-12
1
-1
/
+1
*
Use object id provided by working tree iterator for submodules
Kevin Sawicki
2012-03-10
1
-16
/
+4
*
Keep submodules in index that are missing in working directory
Kevin Sawicki
2012-03-10
1
-2
/
+3
*
Retain executable mode of existing files on Windows
Kevin Sawicki
2012-01-03
1
-1
/
+1
*
Add comand support for git-submodule
Kevin Sawicki
2011-12-28
1
-13
/
+30
*
Remove empty iterator from TreeWalk
Shawn O. Pearce
2010-12-07
1
-1
/
+0
*
Check assume unchanged flag in Add command
Stefan Lay
2010-11-29
1
-13
/
+19
*
Refactor Git API exceptions to a new package
Chris Aniszczyk
2010-09-01
1
-0
/
+2
*
Add openEntryStream to WorkingTreeIterator
Shawn O. Pearce
2010-08-23
1
-6
/
+16
*
Add the parameter "update" to the Add command
Stefan Lay
2010-08-04
1
-12
/
+41
*
Merge branch 'delta'
Shawn O. Pearce
2010-07-22
1
-2
/
+2
*
Allow client of Add command to set a WorkingTreeIterator
Stefan Lay
2010-07-22
1
-3
/
+17
*
Allow for filepattern "." in AddCommand
Stefan Lay
2010-07-22
1
-1
/
+5
*
Do not add ignored files in Add command
Stefan Lay
2010-07-22
1
-2
/
+6
*
Move ignore node handling into WorkingTreeIterator
Shawn O. Pearce
2010-07-21
1
-2
/
+1
*
Git Porcelain API: Add Command
Stefan Lay
2010-07-14
1
-0
/
+168