10 Commits (373a273309433d66d56505f0a125434c57fa508d)

Author SHA1 Message Date
Adam Brewster 22568f0a33 Teach git-bundle to read revision arguments from stdin like git-rev-list. 17 years ago
Johannes Sixt c20181e3a3 start_command(), if .in/.out > 0, closes file descriptors, not the callers 17 years ago
Johannes Sixt e72ae28895 start_command(), .in/.out/.err = -1: Callers must close the file descriptor 17 years ago
Martin Koegler 3d51e1b5b8 check return code of prepare_revision_walk 17 years ago
Brandon Casey 4ed7cd3ab0 Improve use of lockfile API 17 years ago
Jim Meyering 95693d45ee bundle, fast-import: detect write failure 17 years ago
Jim Meyering 872c930dcb Don't access line[-1] for a zero-length "line" from fgets. 17 years ago
Junio C Hamano f3fa183802 Style: place opening brace of a function definition at column 1 17 years ago
Johannes Schindelin 30415d50cc Move bundle specific stuff into bundle.[ch] 17 years ago
Junio C Hamano 4b37666ccb builtin-bundle create - use lock_file 17 years ago
Mark Levedahl 21a02980f9 builtin-bundle - use buffered reads for bundle header 17 years ago
Mark Levedahl 442b67a559 builtin-bundle.c - use stream buffered input for rev-list 17 years ago
Junio C Hamano c06793a4ed allow git-bundle to create bottomless bundle 17 years ago
Junio C Hamano 7fa8254f94 allow git-bundle to create bottomless bundle 17 years ago
Peter Hagervall baffc0e770 Make every builtin-*.c file #include "builtin.h" 18 years ago
Johan Herland 8a912bcb25 Ensure return value from xread() is always stored into an ssize_t 18 years ago
Theodore Ts'o 46efd2d93c Rename warn() to warning() to fix symbol conflicts on BSD and Mac OS 18 years ago
Shawn O. Pearce b1daf300d0 Replace fork_with_pipe in bundle with run_command 18 years ago
Johannes Schindelin 34572ed2c8 git-bundle: only die if pack would be empty, warn if ref is skipped 18 years ago
Johannes Schindelin 2e578f9a4f git-bundle: prevent overwriting existing bundles 18 years ago
Johannes Schindelin d58c6184e3 git-bundle: die if a given ref is not included in bundle 18 years ago
Johannes Schindelin 263703fff3 git-bundle: handle thin packs in subcommand "unbundle" 18 years ago
Johannes Schindelin 9e64d109f9 git-bundle: Make thin packs 18 years ago
Johannes Schindelin 18449ab0e9 git-bundle: avoid packing objects which are in the prerequisites 18 years ago
Johannes Schindelin 8315588b59 bundle: fix wrong check of read_header()'s return value & add tests 18 years ago
Junio C Hamano 80e25ceece git-bundle: make verify a bit more chatty. 18 years ago
Junio C Hamano c2dea5a11c git-bundle: various fixups 18 years ago
Junio C Hamano 2b064697a5 revision traversal: retire BOUNDARY_SHOW 18 years ago
Junio C Hamano c044aa18f6 git-bundle: fix pack generation. 18 years ago
Junio C Hamano 64d99e9c5a bundle: reword missing prerequisite error message 18 years ago
Johannes Schindelin 239296770d git-bundle: record commit summary in the prerequisite data 18 years ago
Johannes Schindelin fb9a54150d git-bundle: avoid fork() in verify_bundle() 18 years ago
Johannes Schindelin fa257b0554 git-bundle: assorted fixes 18 years ago
Johannes Schindelin 2e0afafebd Add git-bundle: move objects and references by archive 18 years ago