aboutsummaryrefslogtreecommitdiffstats
path: root/org.eclipse.jgit/src/org/eclipse/jgit
Commit message (Expand)AuthorAgeFilesLines
* Ignore invalid TagOpt valuesThomas Wolf2017-08-261-2/+7
* Add a getter for a list of RefSpecs to ConfigThomas Wolf2017-08-264-12/+60
* Improve getting typed values from a ConfigThomas Wolf2017-08-263-203/+480
* Merge "Fix JGit set core.fileMode to false by default instead of true for non...David Pursehouse2017-08-251-1/+1
|\
| * Fix JGit set core.fileMode to false by default instead of true for non Window...Joan Goyeau2017-07-241-1/+1
* | Merge "Fix default directory set when setDirectory wasn't called."David Pursehouse2017-08-251-2/+13
|\ \
| * | Fix default directory set when setDirectory wasn't called.Joan Goyeau2017-08-251-2/+13
* | | FileMode: Remove unnecessary @SuppressWarnings("synthetic-access")David Pursehouse2017-08-251-6/+0
* | | Add toString() methods to OpenSshConfig to help debuggingMatthias Sohn2017-08-261-0/+31
* | | Do most %-token substitutions in OpenSshConfigThomas Wolf2017-08-261-5/+129
* | | Let Jsch know about ~/.ssh/configThomas Wolf2017-08-262-144/+519
* | | Consume request body before flushing the bufferMasaya Suzuki2017-08-251-12/+17
|/ /
* | ObjectToPack: Add missing @Override annotationDavid Pursehouse2017-08-241-0/+1
* | Cleanup: message reporting for HTTP redirect handlingThomas Wolf2017-08-232-15/+19
* | Do authentication re-tries on HTTP POSTThomas Wolf2017-08-222-22/+121
* | reftable: reserve standard PackExtShawn Pearce2017-08-171-0/+3
* | reftable: resolve symbolic referencesShawn Pearce2017-08-171-0/+39
* | reftable: support threshold based compactionShawn Pearce2017-08-172-0/+52
* | reftable: compact merged tablesShawn Pearce2017-08-171-0/+223
* | reftable: merge-join reftablesShawn Pearce2017-08-171-0/+375
* | reftable: scan and lookup reftable filesShawn Pearce2017-08-178-0/+1874
* | reftable: create and write reftable filesShawn Pearce2017-08-177-0/+2006
* | Add support to follow HTTP redirectsThomas Wolf2017-08-173-65/+270
* | Merge "Fix off-by-one error in Strings.count()"Christian Halstrick2017-08-161-4/+7
|\ \
| * | Fix off-by-one error in Strings.count()Thomas Wolf2017-08-141-4/+7
* | | Merge "Use relative paths for attribute rule matching"Christian Halstrick2017-08-161-4/+10
|\| |
| * | Use relative paths for attribute rule matchingThomas Wolf2017-08-111-4/+10
* | | Send a detailed event on working tree modificationsThomas Wolf2017-08-1510-25/+374
* | | Merge branch 'stable-4.8'Matthias Sohn2017-08-151-2/+11
|\ \ \
| * \ \ Merge branch 'stable-4.7' into stable-4.8Matthias Sohn2017-08-151-2/+11
| |\ \ \
| | * \ \ Merge branch 'stable-4.6' into stable-4.7Matthias Sohn2017-08-141-2/+11
| | |\ \ \
| | | * \ \ Merge branch 'stable-4.5' into stable-4.6Matthias Sohn2017-08-141-2/+11
| | | |\ \ \
| | | | * | | Fix exception handling for opening bitmap index filesChristian Halstrick2017-08-141-2/+11
* | | | | | | Do not apply pushInsteadOf to existing pushUrisThomas Wolf2017-08-141-8/+10
* | | | | | | Record submodule paths with untracked changes as FileMode.GITLINKThomas Wolf2017-08-141-13/+23
* | | | | | | Fix handling of pushInsteadOfThomas Wolf2017-08-141-6/+16
* | | | | | | Merge "Ensure EOL stream type is DIRECT when -text attribute is present"Christian Halstrick2017-08-141-6/+10
|\ \ \ \ \ \ \
| * | | | | | | Ensure EOL stream type is DIRECT when -text attribute is presentThomas Wolf2017-08-111-6/+10
| | |_|_|_|/ / | |/| | | | |
* | | | | | | Rename extensions.refsStorage to refStorageShawn Pearce2017-08-111-1/+1
* | | | | | | Expose LongMap in util packageShawn Pearce2017-08-092-10/+33
* | | | | | | NB: encode and decode 24-bit intsShawn Pearce2017-08-091-0/+41
|/ / / / / /
* | | | | | Update thread-safety warning about RepositoryShawn Pearce2017-08-081-1/+7
* | | | | | ReflogWriter: Minor cleanupDave Borowitz2017-08-021-40/+37
* | | | | | Eliminate SectionParser construction boilerplateDave Borowitz2017-08-0211-75/+13
* | | | | | Merge changes I424295df,Ib003f7c8David Pursehouse2017-08-011-5/+24
|\ \ \ \ \ \
| * | | | | | Treat RawText of binary data as file with one single line.Han-Wen Nienhuys2017-08-011-5/+24
* | | | | | | Merge "Use w1 for hashCode of AbbreviatedObjectId"Terry Parker2017-07-281-1/+1
|\ \ \ \ \ \ \
| * | | | | | | Use w1 for hashCode of AbbreviatedObjectIdShawn Pearce2017-07-281-1/+1
* | | | | | | | Merge "IntList: support contains(int)"David Pursehouse2017-07-281-0/+15
|\| | | | | | |
| * | | | | | | IntList: support contains(int)Shawn Pearce2017-07-281-0/+15