- 185c975 Do not take mode bits from index after type change. by Junio C Hamano · 18 years ago
- eb3a482 log --reflog: use dwim_log by Johannes Schindelin · 18 years ago
- d66b37b Add pretend_sha1_file() interface. by Junio C Hamano · 18 years ago
- 798123a Rename get_ident() to fmt_ident() and make it available to outside by Junio C Hamano · 18 years ago
- 8b5157e add logref support to git-symbolic-ref by Nicolas Pitre · 18 years ago
- 0175476 Don't force everybody to call setup_ident(). by Junio C Hamano · 18 years ago
- cb280e1 Allow non-developer to clone, checkout and fetch more easily. by Junio C Hamano · 18 years ago
- 6802563 Do not verify filenames in a bare repository by Johannes Schindelin · 18 years ago
- e86eb66 dwim_ref(): Separate name-to-ref DWIM code out. by Junio C Hamano · 18 years ago
- b18b00a Use fixed-size integers for .idx file I/O by Junio C Hamano · 18 years ago
- 276bc2c cache.h; fix a couple of prototypes by Chris Wedgwood · 18 years ago
- e6e2bd6 Remove read_or_die in favor of better error messages. by Shawn O. Pearce · 18 years ago
- e861ce1 Merge branch 'jc/bare' by Junio C Hamano · 18 years ago
- c388761 Merge branch 'jc/detached-head' by Junio C Hamano · 18 years ago
- 93d26e4 short i/o: fix calls to read to use xread or read_in_full by Andy Whitcroft · 18 years ago
- e081405 short i/o: clean up the naming for the write_{in,or}_xxx family by Andy Whitcroft · 18 years ago
- c847f53 Detached HEAD (experimental) by Junio C Hamano · 18 years ago
- 7d1864c Introduce is_bare_repository() and core.bare configuration variable by Junio C Hamano · 18 years ago
- cf2999e Merge branch 'sp/mmap' by Junio C Hamano · 18 years ago
- e27e609b Merge branch 'maint' by Junio C Hamano · 18 years ago
- 1084b84 Fix infinite loop when deleting multiple packed refs. by Junio C Hamano · 18 years ago
- 825cee7 send pack check for failure to send revisions list by Andy Whitcroft · 18 years ago
- a53128b Create pack_report() as a debugging aid. by Shawn O. Pearce · 18 years ago
- 60bb8b1 Fully activate the sliding window pack access. by Shawn O. Pearce · 18 years ago
- 03e79c8 Replace use_packed_git with window cursors. by Shawn O. Pearce · 18 years ago
- 9bc879c Refactor how we open pack files to prepare for multiple windows. by Shawn O. Pearce · 18 years ago
- 75025cc Create read_or_die utility routine. by Shawn O. Pearce · 18 years ago
- 2dc3a23 Use off_t for index and pack file lengths. by Shawn O. Pearce · 18 years ago
- c41ee58 Refactor packed_git to prepare for sliding mmap windows. by Shawn O. Pearce · 18 years ago
- 77ccc5b Introduce new config option for mmap limit. by Shawn O. Pearce · 18 years ago
- 4d703a1 Replace unpack_entry_gently with unpack_entry. by Shawn O. Pearce · 18 years ago
- d2c11a3 UTF-8: introduce i18n.logoutputencoding. by Junio C Hamano · 18 years ago
- d4ebc36 Use preprocessor constants for environment variable names. by Junio C Hamano · 18 years ago
- bdf17a0 Merge branch 'js/branch-config' by Junio C Hamano · 18 years ago
- a7f196a Default GIT_COMMITTER_NAME to login name in recieve-pack. by Shawn O. Pearce · 18 years ago
- 0667fcf add a function to rename sections in the config by Johannes Schindelin · 18 years ago
- 0bee591 Enable reflogs by default in any repository with a working directory. by Shawn O. Pearce · 18 years ago
- da093d3 improve fetch-pack's handling of kept packs by Nicolas Pitre · 18 years ago
- fc04c41 Teach receive-pack how to keep pack files based on object count. by Shawn Pearce · 18 years ago
- 58a1e0e Merge branch 'lj/refs' by Junio C Hamano · 18 years ago
- 6fb75be Move deny_non_fast_forwards handling completely into receive-pack. by Shawn Pearce · 18 years ago
- 05eb811 Merge branch 'np/pack' by Junio C Hamano · 18 years ago
- 8f97778 Make write_sha1_file_prepare() static by Rene Scharfe · 18 years ago
- abdc3fc Add hash_sha1_file() by Rene Scharfe · 18 years ago
- 2958d9b Merge branch 'master' into lj/refs by Junio C Hamano · 18 years ago
- ac5409e update-ref: -d flag and ref creation safety. by Junio C Hamano · 18 years ago
- eb32d23 introduce delta objects with offset to base by Nicolas Pitre · 18 years ago
- 4305730 many cleanups to sha1_file.c by Nicolas Pitre · 18 years ago
- 8da1977 Tell between packed, unpacked and symbolic refs. by Junio C Hamano · 18 years ago
- 11031d7 add receive.denyNonFastforwards config variable by Johannes Schindelin · 18 years ago
- e49521b Make hexval() available to others. by Junio C Hamano · 18 years ago
- ed378ec Make ref resolution saner by Linus Torvalds · 19 years ago
- 4405fb7 Merge branch 'jc/pack' by Junio C Hamano · 18 years ago
- f42a5c4 connect.c: finish_connect(): allow null pid parameter by Franck Bui-Huu · 19 years ago
- 106d710 pack-objects --unpacked=<existing pack> option. by Junio C Hamano · 19 years ago
- 72518e9 more lightweight revalidation while reusing deflated stream in packing by Junio C Hamano · 19 years ago
- 6ce4e61 Trace into a file or an open fd and refactor tracing code. by Christian Couder · 19 years ago
- 839837b Constness tightening for move/link_temp_to_file() by Junio C Hamano · 19 years ago
- 1e49cb8 Merge branch 'js/c-merge-recursive' by Junio C Hamano · 19 years ago
- 9a8e35e Relative timestamps in git log by Linus Torvalds · 19 years ago
- a7f0519 Merge branch 'gl/cleanup' by Junio C Hamano · 19 years ago
- c5fba16 git_dir holds pointers to local strings, hence MUST be const. by Pierre Habouzit · 19 years ago
- a8e0d16 Convert memset(hash,0,20) to hashclr(hash). by Junio C Hamano · 19 years ago
- e702496 Convert memcpy(a,b,20) to hashcpy(a,b). by Shawn Pearce · 19 years ago
- 7230e6d Add write_or_die(), a helper function by Rene Scharfe · 19 years ago
- a89fccd Do not use memcmp(sha1_1, sha1_2, 20) with hardcoded length. by David Rientjes · 19 years ago
- 0bef57e make inline is_null_sha1 global by David Rientjes · 19 years ago
- 647377c Merge branch 'jc/pack-objects' by Junio C Hamano · 19 years ago
- eed94a5 Merge branch 'master' into js/c-merge-recursive by Junio C Hamano · 19 years ago
- 40aaae8 Better error message when we are unable to lock the index file by Junio C Hamano · 19 years ago
- aa086eb pager: config variable pager.color by Matthias Lederhofer · 19 years ago
- c1a788a Merge branch 'js/read-tree' into js/c-merge-recursive by Junio C Hamano · 19 years ago
- 11be42a Make git-mv a builtin by Johannes Schindelin · 19 years ago
- 8fd2cb4 Extract helper bits from c-merge-recursive work by Johannes Schindelin · 19 years ago
- bb6b8e4 sha1_file.c: expose map_sha1_file() interface. by Junio C Hamano · 19 years ago
- 93821bd sha1_file: add the ability to parse objects in "pack file format" by Linus Torvalds · 19 years ago
- 6d297f8 Status update on merge-recursive in C by Johannes Schindelin · 19 years ago
- 38d3874 Make the unpacked object header functions static to sha1_file.c by Linus Torvalds · 19 years ago
- 85fb65e "git -p cmd" to page anywhere by Junio C Hamano · 19 years ago
- 2718ff0 Improve git-peek-remote by Linus Torvalds · 19 years ago
- 12f6c30 Make zlib compression level configurable, and change default. by Joachim B Haga · 19 years ago
- 801235c diff --color: use $GIT_DIR/config by Junio C Hamano · 19 years ago
- 817151e Rename safe_strncpy() to strlcpy(). by Peter Eriksen · 19 years ago
- 583b7ea upload-pack/fetch-pack: support side-band communication by Junio C Hamano · 19 years ago
- 855419f Add specialized object allocator by Linus Torvalds · 19 years ago
- d9faeca Merge branch 'jc/shared' by Junio C Hamano · 19 years ago
- bfbd0bb Implement safe_strncpy() as strlcpy() and use it more. by Peter Eriksen · 19 years ago
- 94df250 shared repository: optionally allow reading to "others". by Junio C Hamano · 19 years ago
- 021b6e4 Make index file locking code reusable to others. by Junio C Hamano · 19 years ago
- f0679f4 Merge branch 'sp/reflog' by Junio C Hamano · 19 years ago
- 3f69d40 Merge branch 'jc/cache-tree' by Junio C Hamano · 19 years ago
- a5c8a98 Merge branch 'master' into sp/reflog by Junio C Hamano · 19 years ago
- a861b58 Merge branch 'be/tag' by Junio C Hamano · 19 years ago
- 73f0a15 Merge branch 'js/fmt-patch' by Junio C Hamano · 19 years ago
- 376bb3a Merge branch 'lt/dirwalk' by Junio C Hamano · 19 years ago
- e7332f9 remove the artificial restriction tagsize < 8kb by Björn Engelmann · 19 years ago
- 328b710 Merge branch 'master' into js/fmt-patch by Junio C Hamano · 19 years ago
- 93872e0 Merge branch 'lt/dirwalk' into jc/dirwalk-n-cache-tree by Junio C Hamano · 19 years ago
- 283c8ee Merge branch 'jc/cache-tree' into jc/dirwalk-n-cache-tree by Junio C Hamano · 19 years ago
- 405e5b2 Libify the index refresh logic by Linus Torvalds · 19 years ago