31 Commits (d2feb01aa580843261c25d8609369d17bcdf6028)

Author SHA1 Message Date
Jeff King 57b235a4bc refactor signal handling for cleanup functions 16 years ago
Jeff King 4a16d07272 chain kill signals for cleanup functions 16 years ago
Brandon Casey f285a2d7ed Replace calls to strbuf_init(&foo, 0) with STRBUF_INIT initializer 16 years ago
André Goddard Rosa d6617c7cde Error out when user doesn't have access permission to the repository 17 years ago
René Scharfe 659c69cfef Add strchrnul() 17 years ago
Shawn O. Pearce 538dfe7397 Improved const correctness for strings 17 years ago
Linus Torvalds 42a32174b6 Avoid scary errors about tagged trees/blobs during git-fetch 17 years ago
Pierre Habouzit b315c5c081 strbuf change: be sure ->buf is never ever NULL. 17 years ago
Pierre Habouzit 182af8343c Use xmemdupz() in many places. 17 years ago
Pierre Habouzit ba3ed09728 Now that cache.h needs strbuf.h, remove useless includes. 17 years ago
Pierre Habouzit b655d46bb2 Use strbuf_read in builtin-fetch-tool.c. 17 years ago
Carlos Rica 3d9f037c60 Function for updating refs. 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
Sven Verdoolaege 68db31cc28 git-update-ref: add --no-deref option for overwriting/detaching ref 18 years ago
Junio C Hamano 4e6380e5c3 Do not barf on too long action description 18 years ago
OGAWA Hirofumi afb5f39e24 git-fetch: Fix "argument list too long" 18 years ago
Junio C Hamano 895a1d1e57 git-fetch--tool pick-rref 18 years ago
Junio C Hamano 855b34680e builtin-fetch--tool: fix reflog notes. 18 years ago
Junio C Hamano e6eebbb3ae git-fetch: retire update-local-ref which is not used anymore. 18 years ago
Junio C Hamano c7d68c8000 builtin-fetch--tool: make sure not to overstep ls-remote-result buffer. 18 years ago
Junio C Hamano dec56c8cf1 fetch--tool: fix uninitialized buffer when reading from stdin 18 years ago
Junio C Hamano dcf01c6e6b builtin-fetch--tool: adjust to updated sha1_object_info(). 18 years ago
Julian Phillips 46ce8b6d2a Allow fetch--tool to read from stdin 18 years ago
Junio C Hamano 86551586da git-fetch: rewrite expand_ref_wildcard in C 18 years ago
Junio C Hamano d1e0ef6cc8 git-fetch: rewrite another shell loop in C 18 years ago
Junio C Hamano fbe2687eba git-fetch: move more code into C. 18 years ago
Junio C Hamano d4289fff87 git-fetch--tool: start rewriting parts of git-fetch in C. 18 years ago