72 Commits (11c6659d85d72273a4161c8779123147b52fbcb2)

Author SHA1 Message Date
Stefan Beller c8a571d8bc bundle.c: fix memory leak 10 years ago
Jeff King d9362ef9b9 bundle: split out ref writing from bundle_create 10 years ago
Junio C Hamano e8eb25122e bundle: split out a helper function to compute and write prerequisites 10 years ago
Junio C Hamano 5e626b91d4 bundle: split out a helper function to create pack data 10 years ago
René Scharfe 8828f2985f use child_process_init() to initialize struct child_process variables 10 years ago
Ronnie Sahlberg 7695d118e5 refs.c: change resolve_ref_unsafe reading argument to be a flags field 10 years ago
René Scharfe 64045940af bundle: plug minor memory leak in is_tag_in_date_range() 10 years ago
Michael Haggerty 697cc8efd9 lockfile.h: extract new header file for the functions in lockfile.c 10 years ago
René Scharfe d318027932 run-command: introduce CHILD_PROCESS_INIT 11 years ago
Lukas Fleischer 2c8544ab91 bundle: fix exclusion of annotated tags 11 years ago
René Scharfe 92859f3a79 bundle: use internal argv_array of struct child_process in create_bundle() 11 years ago
Nguyễn Thái Ngọc Duy 208acbfb82 object.h: centralize object flag allocation 11 years ago
Sun He 50546b15ed Use hashcpy() when copying object names 11 years ago
Dmitry S. Dolzhenko 5cbbe13a9f bundle.c: use ALLOC_GROW() in add_to_ref_list() 11 years ago
Junio C Hamano 1e2371ea66 bundle: use argv-array 11 years ago
Michael Haggerty 31faeb2088 object_array_entry: fix memory handling of the name field 12 years ago
Lukas Fleischer 5446e33f35 bundle: Accept prerequisites without commit messages 12 years ago
Jeff King 75a9549047 avoid segfaults on parse_object failure 12 years ago
Lukas Fleischer a02ffe0e1a bundle: Add colons to list headings in "verify" 12 years ago
Lukas Fleischer 71ba6b10f8 bundle: Fix "verify" output if history is complete 12 years ago
Junio C Hamano 8c3710fd30 tweak "bundle verify" of a complete history 13 years ago
Jonathan Nieder 97afde15f5 bundle: remove stray single-quote from error message 13 years ago
Nguyễn Thái Ngọc Duy 8a1e7eac68 i18n: bundle: mark strings for translation 13 years ago
Thomas Rast efe4be1249 bundle: keep around names passed to add_pending_object() 13 years ago
Thomas Rast bc2fed496b bundle: use a strbuf to scan the log for boundary commits 13 years ago
Thomas Rast 5e8617f560 bundle: put strbuf_readline_fd in strbuf.c with adjustments 13 years ago
Brian Harring 54440e154f fix hang in git fetch if pointed at a 0 length bundle 13 years ago
Nguyễn Thái Ngọc Duy c689332391 Convert many resolve_ref() calls to read_ref*() and ref_exists() 13 years ago
Junio C Hamano 2727b71f05 bundle: add parse_bundle_header() helper function 13 years ago
Junio C Hamano e9ee84cf28 bundle: allowing to read from an unseekable fd 13 years ago
René Scharfe 86a0a408b9 commit: factor out clear_commit_marks_for_object_array 13 years ago
René Scharfe 5be7859962 bundle: use leak_pending flag 13 years ago
Junio C Hamano be042aff24 Teach progress eye-candy to fetch_refs_from_bundle() 13 years ago
Shawn O. Pearce 787d2a784b bundle: Use OFS_DELTA in bundle files 14 years ago
Csaba Henk 0f5cdf653b bundle: detect if bundle file cannot be created 15 years ago
Nicolas Pitre 4f36627518 pack-objects: split implications of --all-progress from progress activation 15 years ago
Junio C Hamano 8b3dce5650 Teach --stdin option to "log" family 15 years ago
Jim Meyering 41698375ad don't dereference NULL upon fdopen failure 16 years ago
Nguyễn Thái Ngọc Duy a80aad7b85 Terminate argv with NULL before calling setup_revisions() 16 years ago
Junio C Hamano b2a6d1c686 bundle: allow the same ref to be given more than once 16 years ago
Johannes Schindelin c9a42c4a12 bundle: allow rev-list options to exclude annotated tags 16 years ago
Daniel Lowe 9db56f71b9 Fix non-literal format in printf-style calls 16 years ago
Junio C Hamano acd3b9eca8 Enhance hold_lock_file_for_{update,append}() API 16 years ago
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