git.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
* [PATCH v4 0/5] git-p4: add support for large file systems
@ 2015-09-09 11:59 larsxschneider
  2015-09-09 11:59 ` [PATCH v4 1/5] git-p4: add optional type specifier to gitConfig reader larsxschneider
                   ` (4 more replies)
  0 siblings, 5 replies; 9+ messages in thread
From: larsxschneider @ 2015-09-09 11:59 UTC (permalink / raw)
  To: git; +Cc: luke, Lars Schneider

From: Lars Schneider <larsxschneider@gmail.com>

Diff to v3:
* add large file system mock class for testing (Thanks Luke!)
* add early exit for compressed threshold: If a file is smaller then the threshold then we don't need to compress it.

Thanks,
Lars

Lars Schneider (5):
  git-p4: add optional type specifier to gitConfig reader
  git-p4: add gitConfigInt reader
  git-p4: return an empty list if a list config has no values
  git-p4: add support for large file systems
  git-p4: add Git LFS backend for large file system

 Documentation/git-p4.txt   |  28 +++++
 git-p4.py                  | 223 +++++++++++++++++++++++++++++++++++++---
 t/t9823-git-p4-mock-lfs.sh | 106 +++++++++++++++++++
 t/t9824-git-p4-git-lfs.sh  | 249 +++++++++++++++++++++++++++++++++++++++++++++
 4 files changed, 593 insertions(+), 13 deletions(-)
 create mode 100755 t/t9823-git-p4-mock-lfs.sh
 create mode 100755 t/t9824-git-p4-git-lfs.sh

--
2.5.1

^ permalink raw reply	[flat|nested] 9+ messages in thread

end of thread, other threads:[~2015-09-09 20:44 UTC | newest]

Thread overview: 9+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2015-09-09 11:59 [PATCH v4 0/5] git-p4: add support for large file systems larsxschneider
2015-09-09 11:59 ` [PATCH v4 1/5] git-p4: add optional type specifier to gitConfig reader larsxschneider
2015-09-09 11:59 ` [PATCH v4 2/5] git-p4: add gitConfigInt reader larsxschneider
2015-09-09 11:59 ` [PATCH v4 3/5] git-p4: return an empty list if a list config has no values larsxschneider
2015-09-09 11:59 ` [PATCH v4 4/5] git-p4: add support for large file systems larsxschneider
2015-09-09 17:20   ` Junio C Hamano
2015-09-09 20:09     ` Lars Schneider
2015-09-09 20:44       ` Junio C Hamano
2015-09-09 11:59 ` [PATCH v4 5/5] git-p4: add Git LFS backend for large file system larsxschneider

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for NNTP newsgroup(s).