246 Commits (bfddbc5e1e68373ba96441ca228236667912265c)

Author SHA1 Message Date
Nicolas Pitre da093d3750 improve fetch-pack's handling of kept packs 18 years ago
Shawn Pearce fc04c412d8 Teach receive-pack how to keep pack files based on object count. 18 years ago
Shawn Pearce 6fb75bed5c Move deny_non_fast_forwards handling completely into receive-pack. 18 years ago
Rene Scharfe 8f9777801d Make write_sha1_file_prepare() static 18 years ago
Rene Scharfe abdc3fc842 Add hash_sha1_file() 18 years ago
Junio C Hamano ac5409e420 update-ref: -d flag and ref creation safety. 18 years ago
Nicolas Pitre eb32d236df introduce delta objects with offset to base 18 years ago
Nicolas Pitre 43057304c0 many cleanups to sha1_file.c 18 years ago
Junio C Hamano 8da1977554 Tell between packed, unpacked and symbolic refs. 18 years ago
Johannes Schindelin 11031d7e9f add receive.denyNonFastforwards config variable 18 years ago
Junio C Hamano e49521b56d Make hexval() available to others. 18 years ago
Linus Torvalds ed378ec7e8 Make ref resolution saner 18 years ago
Franck Bui-Huu f42a5c4eb0 connect.c: finish_connect(): allow null pid parameter 18 years ago
Junio C Hamano 106d710bc1 pack-objects --unpacked=<existing pack> option. 18 years ago
Junio C Hamano 72518e9c26 more lightweight revalidation while reusing deflated stream in packing 18 years ago
Junio C Hamano 81a71734bb Revert "Make it possible to set up libgit directly (instead of from the environment)" 18 years ago
Christian Couder 6ce4e61f1b Trace into a file or an open fd and refactor tracing code. 18 years ago
Junio C Hamano 839837b953 Constness tightening for move/link_temp_to_file() 18 years ago
Christian Couder 7cf67205ca Trace into open fd and refactor tracing code. 18 years ago
Linus Torvalds 9a8e35e987 Relative timestamps in git log 18 years ago
Pierre Habouzit c5fba16c50 git_dir holds pointers to local strings, hence MUST be const. 18 years ago
Junio C Hamano a8e0d16d85 Convert memset(hash,0,20) to hashclr(hash). 18 years ago
Shawn Pearce e702496e43 Convert memcpy(a,b,20) to hashcpy(a,b). 18 years ago
Rene Scharfe 7230e6d042 Add write_or_die(), a helper function 18 years ago
David Rientjes a89fccd281 Do not use memcmp(sha1_1, sha1_2, 20) with hardcoded length. 18 years ago
David Rientjes 0bef57ee44 make inline is_null_sha1 global 18 years ago
Junio C Hamano 40aaae88ad Better error message when we are unable to lock the index file 19 years ago
Matthias Lederhofer aa086eb813 pager: config variable pager.color 19 years ago
Johannes Schindelin 11be42a476 Make git-mv a builtin 19 years ago
Johannes Schindelin 8fd2cb4069 Extract helper bits from c-merge-recursive work 19 years ago
Junio C Hamano bb6b8e4f87 sha1_file.c: expose map_sha1_file() interface. 19 years ago
Linus Torvalds 93821bd97a sha1_file: add the ability to parse objects in "pack file format" 19 years ago
Johannes Schindelin 6d297f8137 Status update on merge-recursive in C 19 years ago
Linus Torvalds 38d3874ddc Make the unpacked object header functions static to sha1_file.c 19 years ago
Junio C Hamano 85fb65ed6e "git -p cmd" to page anywhere 19 years ago
Petr Baudis 0270083ded Make it possible to set up libgit directly (instead of from the environment) 19 years ago
Linus Torvalds 2718ff098a Improve git-peek-remote 19 years ago
Joachim B Haga 12f6c308d5 Make zlib compression level configurable, and change default. 19 years ago
Junio C Hamano 801235c5e6 diff --color: use $GIT_DIR/config 19 years ago
Peter Eriksen 817151e61a Rename safe_strncpy() to strlcpy(). 19 years ago
Junio C Hamano 583b7ea31b upload-pack/fetch-pack: support side-band communication 19 years ago
Linus Torvalds 855419f764 Add specialized object allocator 19 years ago
Peter Eriksen bfbd0bb6ec Implement safe_strncpy() as strlcpy() and use it more. 19 years ago
Junio C Hamano 94df2506ed shared repository: optionally allow reading to "others". 19 years ago
Junio C Hamano 021b6e4549 Make index file locking code reusable to others. 19 years ago
Björn Engelmann e7332f96b3 remove the artificial restriction tagsize < 8kb 19 years ago
Linus Torvalds 405e5b2fe0 Libify the index refresh logic 19 years ago
Linus Torvalds 8dcf39c46e Prevent bogus paths from being added to the index. 19 years ago
Shawn Pearce 6de08ae688 Log ref updates to logs/refs/<ref> 19 years ago
Junio C Hamano 0660626caf binary diff: further updates. 19 years ago