266 Commits (7d1864ce67d83485cf5cbc8c90fc170ee884ef16)

Author SHA1 Message Date
Junio C Hamano 7d1864ce67 Introduce is_bare_repository() and core.bare configuration variable 18 years ago
Junio C Hamano 1084b845d9 Fix infinite loop when deleting multiple packed refs. 18 years ago
Andy Whitcroft 825cee7b28 send pack check for failure to send revisions list 18 years ago
Shawn O. Pearce a53128b601 Create pack_report() as a debugging aid. 18 years ago
Shawn O. Pearce 60bb8b1453 Fully activate the sliding window pack access. 18 years ago
Shawn O. Pearce 03e79c88aa Replace use_packed_git with window cursors. 18 years ago
Shawn O. Pearce 9bc879c1ce Refactor how we open pack files to prepare for multiple windows. 18 years ago
Shawn O. Pearce 75025ccdb7 Create read_or_die utility routine. 18 years ago
Shawn O. Pearce 2dc3a23409 Use off_t for index and pack file lengths. 18 years ago
Shawn O. Pearce c41ee586dc Refactor packed_git to prepare for sliding mmap windows. 18 years ago
Shawn O. Pearce 77ccc5bbd1 Introduce new config option for mmap limit. 18 years ago
Shawn O. Pearce 4d703a1a90 Replace unpack_entry_gently with unpack_entry. 18 years ago
Junio C Hamano d2c11a38c4 UTF-8: introduce i18n.logoutputencoding. 18 years ago
Junio C Hamano d4ebc36c5e Use preprocessor constants for environment variable names. 18 years ago
Shawn O. Pearce a7f196a746 Default GIT_COMMITTER_NAME to login name in recieve-pack. 18 years ago
Johannes Schindelin 0667fcfb62 add a function to rename sections in the config 18 years ago
Shawn O. Pearce 0bee591869 Enable reflogs by default in any repository with a working directory. 18 years ago
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. 19 years ago
Nicolas Pitre eb32d236df introduce delta objects with offset to base 19 years ago
Nicolas Pitre 43057304c0 many cleanups to sha1_file.c 19 years ago
Junio C Hamano 8da1977554 Tell between packed, unpacked and symbolic refs. 19 years ago
Johannes Schindelin 11031d7e9f add receive.denyNonFastforwards config variable 19 years ago
Junio C Hamano e49521b56d Make hexval() available to others. 19 years ago
Linus Torvalds ed378ec7e8 Make ref resolution saner 19 years ago
Franck Bui-Huu f42a5c4eb0 connect.c: finish_connect(): allow null pid parameter 19 years ago
Junio C Hamano 106d710bc1 pack-objects --unpacked=<existing pack> option. 19 years ago
Junio C Hamano 72518e9c26 more lightweight revalidation while reusing deflated stream in packing 19 years ago
Junio C Hamano 81a71734bb Revert "Make it possible to set up libgit directly (instead of from the environment)" 19 years ago
Christian Couder 6ce4e61f1b Trace into a file or an open fd and refactor tracing code. 19 years ago
Junio C Hamano 839837b953 Constness tightening for move/link_temp_to_file() 19 years ago
Christian Couder 7cf67205ca Trace into open fd and refactor tracing code. 19 years ago
Linus Torvalds 9a8e35e987 Relative timestamps in git log 19 years ago
Pierre Habouzit c5fba16c50 git_dir holds pointers to local strings, hence MUST be const. 19 years ago
Junio C Hamano a8e0d16d85 Convert memset(hash,0,20) to hashclr(hash). 19 years ago
Shawn Pearce e702496e43 Convert memcpy(a,b,20) to hashcpy(a,b). 19 years ago
Rene Scharfe 7230e6d042 Add write_or_die(), a helper function 19 years ago
David Rientjes a89fccd281 Do not use memcmp(sha1_1, sha1_2, 20) with hardcoded length. 19 years ago
David Rientjes 0bef57ee44 make inline is_null_sha1 global 19 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