OSDN Git Service

Merge branch 'ls/p4-lfs'
authorJunio C Hamano <gitster@pobox.com>
Thu, 15 Oct 2015 22:43:52 +0000 (15:43 -0700)
committerJunio C Hamano <gitster@pobox.com>
Thu, 15 Oct 2015 22:43:53 +0000 (15:43 -0700)
commit6ff518f593729a39f1314c9c05e3758f5ec19162
treeb49163899b0ad9e9e56b662cf4b2ab6046dc107c
parent1018f3eea40875843ece4131e662ec3e32a3ab06
parentb47d807d20374d8dc929ba4c0ca3bd7e8a4ce1f7
Merge branch 'ls/p4-lfs'

Teach "git p4" to send large blobs outside the repository by
talking to Git LFS.

* ls/p4-lfs:
  git-p4: add Git LFS backend for large file system
  git-p4: add support for large file systems
  git-p4: check free space during streaming
  git-p4: add file streaming progress in verbose mode
  git-p4: return an empty list if a list config has no values
  git-p4: add gitConfigInt reader
  git-p4: add optional type specifier to gitConfig reader
Documentation/git-p4.txt
git-p4.py