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