]> source.dussan.org Git - jgit.git/commit
Add LfsPointerFilter TreeFilter 00/59000/14
authorDariusz Luksza <dariusz@luksza.org>
Thu, 22 Oct 2015 14:34:04 +0000 (16:34 +0200)
committerMatthias Sohn <matthias.sohn@sap.com>
Mon, 9 Jan 2017 23:13:24 +0000 (00:13 +0100)
commit0e187f14843f1e1c73bfe6e80e91fdf03ae96067
tree5470982880cdbdceac501a6903319db1d9da2366
parentdb776102566a472e76073997cddf5417cc02389b
Add LfsPointerFilter TreeFilter

Add new variation of TreeFilter in order to detect LFS pointer files in
the repository.

Additionally, update LfsPointer to support the legacy version URL [1] as
described in [2], and to allow arbitrary fields in the pointer file.

[1] https://hawser.github.com/spec/v1
[2] https://github.com/git-lfs/git-lfs/blob/master/docs/spec.md

Change-Id: I621eb058619fb1b78888a54c4b60bb110a722fc3
Signed-off-by: Dariusz Luksza <dariusz@luksza.org>
Signed-off-by: David Pursehouse <david.pursehouse@gmail.com>
Signed-off-by: Matthias Sohn <matthias.sohn@sap.com>
org.eclipse.jgit.lfs.test/META-INF/MANIFEST.MF
org.eclipse.jgit.lfs.test/tst/org/eclipse/jgit/lfs/lib/LfsPointerFilterTest.java [new file with mode: 0644]
org.eclipse.jgit.lfs/META-INF/MANIFEST.MF
org.eclipse.jgit.lfs/src/org/eclipse/jgit/lfs/LfsPointer.java
org.eclipse.jgit.lfs/src/org/eclipse/jgit/lfs/lib/LfsPointerFilter.java [new file with mode: 0644]
org.eclipse.jgit/META-INF/MANIFEST.MF