1. 1401f46 Use const qualifier for 'sha1' parameter in delete_ref function by Carlos Rica · 18 years ago
  2. f981577 (encode_85, decode_85): Mark source buffer pointer as "const". by Jim Meyering · 18 years ago
  3. ce9fbf1 index-pack: use hash_sha1_file() by Nicolas Pitre · 18 years ago
  4. 18bdec1 Limit the size of the new delta_base_cache by Shawn O. Pearce · 18 years ago
  5. 3635a18 Merge branch 'sp/run-command' by Junio C Hamano · 18 years ago
  6. 4287307 [PATCH] clean up pack index handling a bit by Nicolas Pitre · 18 years ago
  7. c49b260 Merge branch 'jc/repack' by Junio C Hamano · 18 years ago
  8. 1a8f274 Correct new compiler warnings in builtin-revert by Shawn O. Pearce · 18 years ago
  9. b867092 prepare_packed_git(): sort packs by age and localness. by Junio C Hamano · 18 years ago
  10. 0746d19 git-branch, git-checkout: autosetup for remote branch tracking by Paolo Bonzini · 18 years ago
  11. 8509fed Merge branch 'jc/fsck' by Junio C Hamano · 18 years ago
  12. c4001d9 Use off_t when we really mean a file offset. by Shawn O. Pearce · 18 years ago
  13. 326bf39 Use uint32_t for all packed object counts. by Shawn O. Pearce · 18 years ago
  14. 3a55602 General const correctness fixes by Shawn O. Pearce · 18 years ago
  15. 7efbff7 unpack_sha1_file(): detect corrupt loose object files. by Junio C Hamano · 18 years ago
  16. 78a8d64 Add core.symlinks to mark filesystems that do not support symbolic links. by Johannes Sixt · 18 years ago
  17. 8ab3e18 Merge branch 'js/commit-format' by Junio C Hamano · 18 years ago
  18. 53bca91 index_fd(): pass optional path parameter as hint for blob conversion by Junio C Hamano · 18 years ago
  19. edaec3f index_fd(): use enum object_type instead of type name string. by Junio C Hamano · 18 years ago
  20. fef742c make sure enum object_type is signed by Nicolas Pitre · 18 years ago
  21. f8493ec show_date(): rename the "relative" parameter to "mode" by Johannes Schindelin · 18 years ago
  22. 21666f1 convert object type handling from a string to a number by Nicolas Pitre · 18 years ago
  23. ef1a5c2 Merge branches 'lt/crlf' and 'jc/apply-config' by Junio C Hamano · 18 years ago
  24. 185c975 Do not take mode bits from index after type change. by Junio C Hamano · 18 years ago
  25. 6c510be Lazy man's auto-CRLF by Linus Torvalds · 18 years ago
  26. eb3a482 log --reflog: use dwim_log by Johannes Schindelin · 18 years ago
  27. d66b37b Add pretend_sha1_file() interface. by Junio C Hamano · 18 years ago
  28. 798123a Rename get_ident() to fmt_ident() and make it available to outside by Junio C Hamano · 18 years ago
  29. 8b5157e add logref support to git-symbolic-ref by Nicolas Pitre · 18 years ago
  30. 0175476 Don't force everybody to call setup_ident(). by Junio C Hamano · 18 years ago
  31. cb280e1 Allow non-developer to clone, checkout and fetch more easily. by Junio C Hamano · 18 years ago
  32. 6802563 Do not verify filenames in a bare repository by Johannes Schindelin · 18 years ago
  33. e86eb66 dwim_ref(): Separate name-to-ref DWIM code out. by Junio C Hamano · 18 years ago
  34. b18b00a Use fixed-size integers for .idx file I/O by Junio C Hamano · 18 years ago
  35. 276bc2c cache.h; fix a couple of prototypes by Chris Wedgwood · 18 years ago
  36. e6e2bd6 Remove read_or_die in favor of better error messages. by Shawn O. Pearce · 18 years ago
  37. e861ce1 Merge branch 'jc/bare' by Junio C Hamano · 18 years ago
  38. c388761 Merge branch 'jc/detached-head' by Junio C Hamano · 18 years ago
  39. 93d26e4 short i/o: fix calls to read to use xread or read_in_full by Andy Whitcroft · 18 years ago
  40. e081405 short i/o: clean up the naming for the write_{in,or}_xxx family by Andy Whitcroft · 18 years ago
  41. c847f53 Detached HEAD (experimental) by Junio C Hamano · 18 years ago
  42. 7d1864c Introduce is_bare_repository() and core.bare configuration variable by Junio C Hamano · 18 years ago
  43. cf2999e Merge branch 'sp/mmap' by Junio C Hamano · 18 years ago
  44. e27e609b Merge branch 'maint' by Junio C Hamano · 18 years ago
  45. 1084b84 Fix infinite loop when deleting multiple packed refs. by Junio C Hamano · 18 years ago
  46. 825cee7 send pack check for failure to send revisions list by Andy Whitcroft · 18 years ago
  47. a53128b Create pack_report() as a debugging aid. by Shawn O. Pearce · 18 years ago
  48. 60bb8b1 Fully activate the sliding window pack access. by Shawn O. Pearce · 18 years ago
  49. 03e79c8 Replace use_packed_git with window cursors. by Shawn O. Pearce · 18 years ago
  50. 9bc879c Refactor how we open pack files to prepare for multiple windows. by Shawn O. Pearce · 18 years ago
  51. 75025cc Create read_or_die utility routine. by Shawn O. Pearce · 18 years ago
  52. 2dc3a23 Use off_t for index and pack file lengths. by Shawn O. Pearce · 18 years ago
  53. c41ee58 Refactor packed_git to prepare for sliding mmap windows. by Shawn O. Pearce · 18 years ago
  54. 77ccc5b Introduce new config option for mmap limit. by Shawn O. Pearce · 18 years ago
  55. 4d703a1 Replace unpack_entry_gently with unpack_entry. by Shawn O. Pearce · 18 years ago
  56. d2c11a3 UTF-8: introduce i18n.logoutputencoding. by Junio C Hamano · 18 years ago
  57. d4ebc36 Use preprocessor constants for environment variable names. by Junio C Hamano · 18 years ago
  58. bdf17a0 Merge branch 'js/branch-config' by Junio C Hamano · 18 years ago
  59. a7f196a Default GIT_COMMITTER_NAME to login name in recieve-pack. by Shawn O. Pearce · 18 years ago
  60. 0667fcf add a function to rename sections in the config by Johannes Schindelin · 18 years ago
  61. 0bee591 Enable reflogs by default in any repository with a working directory. by Shawn O. Pearce · 18 years ago
  62. da093d3 improve fetch-pack's handling of kept packs by Nicolas Pitre · 18 years ago
  63. fc04c41 Teach receive-pack how to keep pack files based on object count. by Shawn Pearce · 18 years ago
  64. 58a1e0e Merge branch 'lj/refs' by Junio C Hamano · 18 years ago
  65. 6fb75be Move deny_non_fast_forwards handling completely into receive-pack. by Shawn Pearce · 18 years ago
  66. 05eb811 Merge branch 'np/pack' by Junio C Hamano · 18 years ago
  67. 8f97778 Make write_sha1_file_prepare() static by Rene Scharfe · 18 years ago
  68. abdc3fc Add hash_sha1_file() by Rene Scharfe · 18 years ago
  69. 2958d9b Merge branch 'master' into lj/refs by Junio C Hamano · 18 years ago
  70. ac5409e update-ref: -d flag and ref creation safety. by Junio C Hamano · 18 years ago
  71. eb32d23 introduce delta objects with offset to base by Nicolas Pitre · 18 years ago
  72. 4305730 many cleanups to sha1_file.c by Nicolas Pitre · 18 years ago
  73. 8da1977 Tell between packed, unpacked and symbolic refs. by Junio C Hamano · 18 years ago
  74. 11031d7 add receive.denyNonFastforwards config variable by Johannes Schindelin · 18 years ago
  75. e49521b Make hexval() available to others. by Junio C Hamano · 18 years ago
  76. ed378ec Make ref resolution saner by Linus Torvalds · 19 years ago
  77. 4405fb7 Merge branch 'jc/pack' by Junio C Hamano · 19 years ago
  78. f42a5c4 connect.c: finish_connect(): allow null pid parameter by Franck Bui-Huu · 19 years ago
  79. 106d710 pack-objects --unpacked=<existing pack> option. by Junio C Hamano · 19 years ago
  80. 72518e9 more lightweight revalidation while reusing deflated stream in packing by Junio C Hamano · 19 years ago
  81. 6ce4e61 Trace into a file or an open fd and refactor tracing code. by Christian Couder · 19 years ago
  82. 839837b Constness tightening for move/link_temp_to_file() by Junio C Hamano · 19 years ago
  83. 1e49cb8 Merge branch 'js/c-merge-recursive' by Junio C Hamano · 19 years ago
  84. 9a8e35e Relative timestamps in git log by Linus Torvalds · 19 years ago
  85. a7f0519 Merge branch 'gl/cleanup' by Junio C Hamano · 19 years ago
  86. c5fba16 git_dir holds pointers to local strings, hence MUST be const. by Pierre Habouzit · 19 years ago
  87. a8e0d16 Convert memset(hash,0,20) to hashclr(hash). by Junio C Hamano · 19 years ago
  88. e702496 Convert memcpy(a,b,20) to hashcpy(a,b). by Shawn Pearce · 19 years ago
  89. 7230e6d Add write_or_die(), a helper function by Rene Scharfe · 19 years ago
  90. a89fccd Do not use memcmp(sha1_1, sha1_2, 20) with hardcoded length. by David Rientjes · 19 years ago
  91. 0bef57e make inline is_null_sha1 global by David Rientjes · 19 years ago
  92. 647377c Merge branch 'jc/pack-objects' by Junio C Hamano · 19 years ago
  93. eed94a5 Merge branch 'master' into js/c-merge-recursive by Junio C Hamano · 19 years ago
  94. 40aaae8 Better error message when we are unable to lock the index file by Junio C Hamano · 19 years ago
  95. aa086eb pager: config variable pager.color by Matthias Lederhofer · 19 years ago
  96. c1a788a Merge branch 'js/read-tree' into js/c-merge-recursive by Junio C Hamano · 19 years ago
  97. 11be42a Make git-mv a builtin by Johannes Schindelin · 19 years ago
  98. 8fd2cb4 Extract helper bits from c-merge-recursive work by Johannes Schindelin · 19 years ago
  99. bb6b8e4 sha1_file.c: expose map_sha1_file() interface. by Junio C Hamano · 19 years ago
  100. 93821bd sha1_file: add the ability to parse objects in "pack file format" by Linus Torvalds · 19 years ago