aboutsummaryrefslogtreecommitdiffstats
path: root/org.eclipse.jgit.lfs/src/org/eclipse/jgit/lfs/LfsPointer.java
Commit message (Expand)AuthorAgeFilesLines
* Deprecate Constants.CHARSET in favor of StandardCharsets.UTF_8David Pursehouse2018-09-041-4/+4
* Consistently use Constants.CHARSET rather than StandardCharsets.UTF_8David Pursehouse2018-03-111-4/+4
* LFS: pre-push upload supportMarkus Duft2018-02-271-1/+21
* Fix javadoc in org.eclipse.jgit.lfsMatthias Sohn2017-12-171-5/+12
* Use constants from StandardCharsets instead of hard-coded stringsDavid Pursehouse2017-12-071-5/+5
* Don't rely on default locale when using toUpperCase() and toLowerCase()Matthias Sohn2017-01-281-1/+2
* Add LfsPointerFilter TreeFilterDariusz Luksza2017-01-101-3/+8
* Fix encoding of LFSPointer filesChristian Halstrick2016-11-241-5/+13
* Use AnyLongObjectId instead of LongObjectId in LFS APIMatthias Sohn2016-10-261-5/+6
* Add built-in LFS smudge filter for local caseChristian Halstrick2016-09-201-1/+47
* Add built-in LFS clean filterChristian Halstrick2016-09-201-0/+121