1. ed287ab Merge branch 'maint' by Junio C Hamano · 18 years ago
  2. 443b92b Adjust reflog filemode in shared repository by Matthias Kestenholz · 18 years ago
  3. dc49cd7 Cast 64 bit off_t to 32 bit size_t by Shawn O. Pearce · 18 years ago
  4. 253e772 Merge branch 'maint' by Junio C Hamano · 18 years ago
  5. ee96d11 Fix a "label defined but unreferenced" warning. by Ramsay Jones · 18 years ago
  6. cc44c76 Mechanical conversion to use prefixcmp() by Junio C Hamano · 18 years ago
  7. acb39f6 for-each-reflog: not having $GIT_DIR/logs directory is not an error. by Junio C Hamano · 18 years ago
  8. b4dd485 for_each_reflog_ent: be forgiving about missing message by Johannes Schindelin · 18 years ago
  9. d48744d create_symref(): create leading directories as needed. by Junio C Hamano · 18 years ago
  10. fcee5a1 for-each-reflog: fix case for empty log directory by Junio C Hamano · 18 years ago
  11. d77ee72 Merge branch 'master' into np/dreflog by Junio C Hamano · 18 years ago
  12. eb8381c scan reflogs independently from refs by Nicolas Pitre · 18 years ago
  13. a2f9fe9 lock_any_ref_for_update(): do not accept malformatted refs. by Junio C Hamano · 18 years ago
  14. 47fc52e create_symref(): do not assume pathname from git_path() persists long enough by Junio C Hamano · 18 years ago
  15. 8b5157e add logref support to git-symbolic-ref by Nicolas Pitre · 18 years ago
  16. 41b625b move create_symref() past log_ref_write() by Nicolas Pitre · 18 years ago
  17. bd104db enable separate reflog for HEAD by Nicolas Pitre · 18 years ago
  18. 1655707 lock_ref_sha1_basic(): remember the original name of a ref when resolving it by Nicolas Pitre · 18 years ago
  19. 9a13f0b make reflog filename independent from struct ref_lock by Nicolas Pitre · 18 years ago
  20. 8a56da2 create_symref: check error return from open(). by Junio C Hamano · 18 years ago
  21. 8ac6593 Make sure we do not write bogus reflog entries. by Junio C Hamano · 18 years ago
  22. cb280e1 Allow non-developer to clone, checkout and fetch more easily. by Junio C Hamano · 18 years ago
  23. 76a44c5 show-branch --reflog: show the reflog message at the top. by Junio C Hamano · 18 years ago
  24. 16d7cc9 Extend read_ref_at() to be usable from places other than sha1_name. by Junio C Hamano · 18 years ago
  25. cb48cb5 refs.c::read_ref_at(): fix bogus munmap() call. by Junio C Hamano · 18 years ago
  26. 2266bf2 for_each_reflog_ent: do not leak FILE * by Junio C Hamano · 18 years ago
  27. d9e74d5 Solaris 5.8 returns ENOTDIR for inappropriate renames. by Jason Riedy · 18 years ago
  28. e861ce1 Merge branch 'jc/bare' by Junio C Hamano · 18 years ago
  29. 883d60f Sanitize for_each_reflog_ent() by Johannes Schindelin · 18 years ago
  30. 93822c2 short i/o: fix calls to write to use xwrite or write_in_full by Andy Whitcroft · 18 years ago
  31. 93d26e4 short i/o: fix calls to read to use xread or read_in_full by Andy Whitcroft · 18 years ago
  32. 7d1864c Introduce is_bare_repository() and core.bare configuration variable by Junio C Hamano · 18 years ago
  33. 510c5a8 Move initialization of log_all_ref_updates by Junio C Hamano · 18 years ago
  34. cf2999e Merge branch 'sp/mmap' by Junio C Hamano · 18 years ago
  35. e27e609b Merge branch 'maint' by Junio C Hamano · 18 years ago
  36. 1084b84 Fix infinite loop when deleting multiple packed refs. by Junio C Hamano · 18 years ago
  37. c4712e4 Replace mmap with xmmap, better handling MAP_FAILED. by Shawn O. Pearce · 18 years ago
  38. e19b9dd core.logallrefupdates: log remotes/ tracking branches. by Junio C Hamano · 18 years ago
  39. e29cb53 reflog: fix warning message. by Junio C Hamano · 18 years ago
  40. 2ff8166 add for_each_reflog_ent() iterator by Junio C Hamano · 18 years ago
  41. 8502357 simplify inclusion of system header files. by Junio C Hamano · 18 years ago
  42. dc81c58 git-branch: rename config vars branch.<branch>.*, too by Johannes Schindelin · 18 years ago
  43. abcb49c Merge branch 'lh/branch-rename' by Junio C Hamano · 18 years ago
  44. 37adac7 send-pack: tighten checks for remote names by Junio C Hamano · 18 years ago
  45. 678d0f4 git-branch: let caller specify logmsg by Lars Hjemli · 18 years ago
  46. 16c2bfb rename_ref: use lstat(2) when testing for symlink by Lars Hjemli · 18 years ago
  47. c976d41 git-branch: add options and tests for branch renaming by Lars Hjemli · 18 years ago
  48. f4204ab Store peeled refs in packed-refs (take 2). by Junio C Hamano · 18 years ago
  49. cf0adba Store peeled refs in packed-refs file. by Junio C Hamano · 18 years ago
  50. ef06b91 do_for_each_ref: perform the same sanity check for leftovers. by Junio C Hamano · 18 years ago
  51. 2e6d8f1 Merge branch 'jc/reflog' into lj/refs by Junio C Hamano · 18 years ago
  52. 3b463c3 ref-log: fix D/F conflict coming from deleted refs. by Junio C Hamano · 18 years ago
  53. 1974bf6 core.logallrefupdates thinko-fix by Junio C Hamano · 18 years ago
  54. 4057deb core.logallrefupdates create new log file only for branch heads. by Junio C Hamano · 18 years ago
  55. ab2a1a3 ref-log: allow ref@{count} syntax. by Junio C Hamano · 18 years ago
  56. ff989b8 Merge branch 'master' into lj/refs by Junio C Hamano · 18 years ago
  57. 7a21632 lock_ref_sha1_basic does not remove empty directories on BSD by Dennis Stosberg · 18 years ago
  58. 26a063a Fix refs.c;:repack_without_ref() clean-up path by Junio C Hamano · 18 years ago
  59. 28bed6e Fix a remove_empty_dir_recursive problem. by Christian Couder · 18 years ago
  60. c0277d1 delete_ref(): delete packed ref by Junio C Hamano · 18 years ago
  61. 22a3844 lock_ref_sha1(): check D/F conflict with packed ref when creating. by Junio C Hamano · 18 years ago
  62. 5cc3cef lock_ref_sha1(): do not sometimes error() and sometimes die(). by Junio C Hamano · 18 years ago
  63. 5e290ff refs: minor restructuring of cached refs data. by Junio C Hamano · 18 years ago
  64. bc7127e ref locking: allow 'foo' when 'foo/bar' used to exist but not anymore. by Junio C Hamano · 18 years ago
  65. ac5409e update-ref: -d flag and ref creation safety. by Junio C Hamano · 18 years ago
  66. 4431fcc Clean-up lock-ref implementation by Junio C Hamano · 18 years ago
  67. 5fd6f5c lock_ref_sha1_basic: remove unused parameter "plen". by Junio C Hamano · 18 years ago
  68. 7c1a278 Fix buggy ref recording by Petr Baudis · 18 years ago
  69. 8da1977 Tell between packed, unpacked and symbolic refs. by Junio C Hamano · 18 years ago
  70. cb5d709 Add callback data to for_each_ref() family. by Junio C Hamano · 18 years ago
  71. 53cce84 Fix broken sha1 locking by Petr Baudis · 18 years ago
  72. 434cd0c Enable the packed refs file format by Linus Torvalds · 19 years ago
  73. ed378ec Make ref resolution saner by Linus Torvalds · 19 years ago
  74. b37a562 Add support for negative refs by Linus Torvalds · 19 years ago
  75. e1e22e3 Start handling references internally as a sorted in-memory list by Linus Torvalds · 19 years ago
  76. 9befac4 Replace uses of strdup with xstrdup. by Shawn Pearce · 19 years ago
  77. 4cac42b free(NULL) is perfectly valid. by Junio C Hamano · 19 years ago
  78. e702496 Convert memcpy(a,b,20) to hashcpy(a,b). by Shawn Pearce · 19 years ago
  79. a89fccd Do not use memcmp(sha1_1, sha1_2, 20) with hardcoded length. by David Rientjes · 19 years ago
  80. 40aaae8 Better error message when we are unable to lock the index file by Junio C Hamano · 19 years ago
  81. 5bb1cda drop length argument of has_extension by Rene Scharfe · 19 years ago
  82. 83a2b84 Add has_extension() by Rene Scharfe · 19 years ago
  83. 818f477 Display an error from update-ref if target ref name is invalid. by Shawn Pearce · 19 years ago
  84. 0b0fe4a Allow user.name and user.email to drive reflog entry. by Shawn Pearce · 19 years ago
  85. ff4c848 Fix typos involving the word 'commit' by Alp Toker · 19 years ago
  86. 138086a shared repository - add a few missing calls to adjust_shared_perm(). by Junio C Hamano · 19 years ago
  87. e5f38ec ref-log: style fixes. by Junio C Hamano · 19 years ago
  88. c33d517 refs.c: convert it to use lockfile interface. by Junio C Hamano · 19 years ago
  89. 8fe9277 Correct force_write bug in refs.c by Shawn Pearce · 19 years ago
  90. d0740d9 Log ref updates made by fetch. by Shawn Pearce · 19 years ago
  91. 732232a Force writing ref if it doesn't exist. by Shawn Pearce · 19 years ago
  92. e522904 General ref log reading improvements. by Shawn Pearce · 19 years ago
  93. 70e34b2 Fix ref log parsing so it works properly. by Shawn Pearce · 19 years ago
  94. d556fae Support 'master@2 hours ago' syntax by Shawn Pearce · 19 years ago
  95. 6de08ae Log ref updates to logs/refs/<ref> by Shawn Pearce · 19 years ago
  96. 4bd18c4 Improve abstraction of ref lock/write. by Shawn Pearce · 19 years ago
  97. 70e1a88 Remove unnecessary local in get_ref_sha1. by Shawn Pearce · 19 years ago
  98. a62be77 Add "--branches", "--tags" and "--remotes" options to git-rev-parse. by Sean · 19 years ago
  99. 9f0bb90 core.prefersymlinkrefs: use symlinks for .git/HEAD by Junio C Hamano · 19 years ago
  100. f61c2c9 refs.c::do_for_each_ref(): Finish error message lines with "\n" by Junio C Hamano · 19 years ago