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

From: Lars Schneider <larsxschneider@gmail.com>

diff to v5:
* remove superfluous flush call (thanks Luke!)
* keep &&-chain intact in test cases (thanks Luke, Junio and Eric!)
* add mock LFS test case for deleting files (thanks Luke!)
* add mock LFS test case for git-p4.largeFileExtensions option
* add Luke's ACK to commit "git-p4: add optional type specifier to gitConfig reader" (thanks Luke!)
* replace substring extraction in test case ... "${VAR:X:Y}" only works in bash, "$(echo "$VAR" | cut -cX-Y)" works in sh

Cheers,
Lars

Lars Schneider (7):
  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 file streaming progress in verbose mode
  git-p4: check free space during streaming
  git-p4: add support for large file systems
  git-p4: add Git LFS backend for large file system

 Documentation/git-p4.txt   |  32 +++++
 git-p4.py                  | 278 ++++++++++++++++++++++++++++++++++++++++---
 t/t9823-git-p4-mock-lfs.sh | 170 ++++++++++++++++++++++++++
 t/t9824-git-p4-git-lfs.sh  | 288 +++++++++++++++++++++++++++++++++++++++++++++
 4 files changed, 751 insertions(+), 17 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] 10+ messages in thread

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

Thread overview: 10+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2015-09-20 20:26 [PATCH v6 0/7] git-p4: add support for large file systems larsxschneider
2015-09-20 20:26 ` [PATCH v6 1/7] git-p4: add optional type specifier to gitConfig reader larsxschneider
2015-09-20 20:26 ` [PATCH v6 2/7] git-p4: add gitConfigInt reader larsxschneider
2015-09-20 20:26 ` [PATCH v6 3/7] git-p4: return an empty list if a list config has no values larsxschneider
2015-09-20 20:26 ` [PATCH v6 4/7] git-p4: add file streaming progress in verbose mode larsxschneider
2015-09-20 20:26 ` [PATCH v6 5/7] git-p4: check free space during streaming larsxschneider
2015-09-20 20:26 ` [PATCH v6 6/7] git-p4: add support for large file systems larsxschneider
2015-09-20 20:26 ` [PATCH v6 7/7] git-p4: add Git LFS backend for large file system larsxschneider
2015-09-21 19:45 ` [PATCH v6 0/7] git-p4: add support for large file systems Luke Diamand
2015-09-21 20:05   ` Junio C Hamano

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).