aboutsummaryrefslogtreecommitdiffstats
path: root/org.eclipse.jgit.lfs/src/org/eclipse/jgit/lfs/LfsPrePushHook.java
Commit message (Expand)AuthorAgeFilesLines
* [push, lfs] Tell the pre-push hook whether the push is a dry runThomas Wolf2022-03-231-3/+5
* LFS: Fix error occurring during delete branchNail Samatov2022-01-271-0/+3
* Update EDL 1.0 license headers to new short SPDX compliant formatMatthias Sohn2020-01-041-38/+5
* Add ability to redirect stderr from git hooksTim Neumann2019-12-091-0/+14
* Deprecate Constants.CHARSET in favor of StandardCharsets.UTF_8David Pursehouse2018-09-041-3/+3
* Specify charset when constructing InputStreamReaderDavid Pursehouse2018-09-021-1/+1
* refactor: simplify collection.toArray()Michael Keppler2018-08-231-1/+1
* Remove trivial cases of using deprecated RefDatabase.getRefs()Matthias Sohn2018-04-251-2/+2
* Merge branch 'stable-4.11'David Pursehouse2018-04-091-0/+4
|\
| * LFS: Fix potential NPE in LfsPrePushHookMarkus Duft2018-04-041-0/+4
* | Consistently use Constants.CHARSET rather than StandardCharsets.UTF_8David Pursehouse2018-03-111-2/+2
|/
* LFS: Dramatically improve checkout speed with SSH authenticationMarkus Duft2018-03-011-2/+3
* LFS: pre-push upload supportMarkus Duft2018-02-271-0/+272