1. 257f302 Update callers of check_ref_format() by Junio C Hamano · 17 years ago
  2. 5f7b202 lock_any_ref_for_update(): reject wildcard return from check_ref_format by Junio C Hamano · 17 years ago
  3. 774751a Re-fix "builtin-commit: fix --signoff" by Junio C Hamano · 17 years ago
  4. 9bbe6db Merge branch 'sp/refspec-match' by Junio C Hamano · 17 years ago
  5. fd20079 Merge branch 'jk/send-pack' by Junio C Hamano · 17 years ago
  6. 605b497 refactor fetch's ref matching to use refname_match() by Steffen Prohaska · 17 years ago
  7. 7980332 add refname_match() by Steffen Prohaska · 17 years ago
  8. cda69f4 make "find_ref_by_name" a public function by Jeff King · 17 years ago
  9. 549799b refs.c: Remove unused get_ref_sha1() by Johannes Sixt · 17 years ago
  10. 2e13e5d Merge branch 'master' into db/fetch-pack by Shawn O. Pearce · 17 years ago
  11. 7155b72 Introduce remove_dir_recursively() by Johannes Schindelin · 17 years ago
  12. 182af83 Use xmemdupz() in many places. by Pierre Habouzit · 18 years ago
  13. 3d9f037 Function for updating refs. by Carlos Rica · 18 years ago
  14. cbbb218 Fix filehandle leak in "git branch -D" by Alex Riesen · 18 years ago
  15. 0ec29a4 log_ref_write() -- do not chomp reflog message at the first LF by Junio C Hamano · 18 years ago
  16. 73013af Make show_rfc2822_date() just another date output format. by Junio C Hamano · 18 years ago
  17. 91c8d59 detect close failure on just-written file handles by Jim Meyering · 18 years ago
  18. 4175e9e More static by Junio C Hamano · 18 years ago
  19. 8558fd9 Move refspec pattern matching to match_refs(). by Daniel Barkalow · 18 years ago
  20. 68db31c git-update-ref: add --no-deref option for overwriting/detaching ref by Sven Verdoolaege · 18 years ago
  21. afb5b6a Merge branch 'lt/gitlink' by Junio C Hamano · 18 years ago
  22. c774aab refs.c: add a function to sort a ref list, rather then sorting on add by Julian Phillips · 18 years ago
  23. 1401f46 Use const qualifier for 'sha1' parameter in delete_ref function by Carlos Rica · 18 years ago
  24. 0ebde32 Add 'resolve_gitlink_ref()' helper function by Linus Torvalds · 18 years ago
  25. 19eba15 Make builtin-branch.c handle the git config file by Lars Hjemli · 18 years ago
  26. d26f9fe rename_ref(): only print a warning when config-file update fails by Lars Hjemli · 18 years ago
  27. 605fac8 update HEAD reflog when branch pointed to by HEAD is directly modified by Nicolas Pitre · 18 years ago
  28. ed287ab Merge branch 'maint' by Junio C Hamano · 18 years ago
  29. 443b92b Adjust reflog filemode in shared repository by Matthias Kestenholz · 18 years ago
  30. dc49cd7 Cast 64 bit off_t to 32 bit size_t by Shawn O. Pearce · 18 years ago
  31. 253e772 Merge branch 'maint' by Junio C Hamano · 18 years ago
  32. ee96d11 Fix a "label defined but unreferenced" warning. by Ramsay Jones · 18 years ago
  33. cc44c76 Mechanical conversion to use prefixcmp() by Junio C Hamano · 18 years ago
  34. acb39f6 for-each-reflog: not having $GIT_DIR/logs directory is not an error. by Junio C Hamano · 18 years ago
  35. b4dd485 for_each_reflog_ent: be forgiving about missing message by Johannes Schindelin · 18 years ago
  36. d48744d create_symref(): create leading directories as needed. by Junio C Hamano · 18 years ago
  37. fcee5a1 for-each-reflog: fix case for empty log directory by Junio C Hamano · 18 years ago
  38. d77ee72 Merge branch 'master' into np/dreflog by Junio C Hamano · 18 years ago
  39. eb8381c scan reflogs independently from refs by Nicolas Pitre · 18 years ago
  40. a2f9fe9 lock_any_ref_for_update(): do not accept malformatted refs. by Junio C Hamano · 18 years ago
  41. 47fc52e create_symref(): do not assume pathname from git_path() persists long enough by Junio C Hamano · 18 years ago
  42. 8b5157e add logref support to git-symbolic-ref by Nicolas Pitre · 18 years ago
  43. 41b625b move create_symref() past log_ref_write() by Nicolas Pitre · 18 years ago
  44. bd104db enable separate reflog for HEAD by Nicolas Pitre · 18 years ago
  45. 1655707 lock_ref_sha1_basic(): remember the original name of a ref when resolving it by Nicolas Pitre · 18 years ago
  46. 9a13f0b make reflog filename independent from struct ref_lock by Nicolas Pitre · 18 years ago
  47. 8a56da2 create_symref: check error return from open(). by Junio C Hamano · 18 years ago
  48. 8ac6593 Make sure we do not write bogus reflog entries. by Junio C Hamano · 18 years ago
  49. cb280e1 Allow non-developer to clone, checkout and fetch more easily. by Junio C Hamano · 18 years ago
  50. 76a44c5 show-branch --reflog: show the reflog message at the top. by Junio C Hamano · 18 years ago
  51. 16d7cc9 Extend read_ref_at() to be usable from places other than sha1_name. by Junio C Hamano · 18 years ago
  52. cb48cb5 refs.c::read_ref_at(): fix bogus munmap() call. by Junio C Hamano · 18 years ago
  53. 2266bf2 for_each_reflog_ent: do not leak FILE * by Junio C Hamano · 18 years ago
  54. d9e74d5 Solaris 5.8 returns ENOTDIR for inappropriate renames. by Jason Riedy · 18 years ago
  55. e861ce1 Merge branch 'jc/bare' by Junio C Hamano · 18 years ago
  56. 883d60f Sanitize for_each_reflog_ent() by Johannes Schindelin · 18 years ago
  57. 93822c2 short i/o: fix calls to write to use xwrite or write_in_full by Andy Whitcroft · 18 years ago
  58. 93d26e4 short i/o: fix calls to read to use xread or read_in_full by Andy Whitcroft · 18 years ago
  59. 7d1864c Introduce is_bare_repository() and core.bare configuration variable by Junio C Hamano · 18 years ago
  60. 510c5a8 Move initialization of log_all_ref_updates by Junio C Hamano · 18 years ago
  61. cf2999e Merge branch 'sp/mmap' by Junio C Hamano · 18 years ago
  62. e27e609b Merge branch 'maint' by Junio C Hamano · 18 years ago
  63. 1084b84 Fix infinite loop when deleting multiple packed refs. by Junio C Hamano · 18 years ago
  64. c4712e4 Replace mmap with xmmap, better handling MAP_FAILED. by Shawn O. Pearce · 18 years ago
  65. e19b9dd core.logallrefupdates: log remotes/ tracking branches. by Junio C Hamano · 18 years ago
  66. e29cb53 reflog: fix warning message. by Junio C Hamano · 18 years ago
  67. 2ff8166 add for_each_reflog_ent() iterator by Junio C Hamano · 18 years ago
  68. 8502357 simplify inclusion of system header files. by Junio C Hamano · 18 years ago
  69. dc81c58 git-branch: rename config vars branch.<branch>.*, too by Johannes Schindelin · 18 years ago
  70. abcb49c Merge branch 'lh/branch-rename' by Junio C Hamano · 18 years ago
  71. 37adac7 send-pack: tighten checks for remote names by Junio C Hamano · 18 years ago
  72. 678d0f4 git-branch: let caller specify logmsg by Lars Hjemli · 18 years ago
  73. 16c2bfb rename_ref: use lstat(2) when testing for symlink by Lars Hjemli · 18 years ago
  74. c976d41 git-branch: add options and tests for branch renaming by Lars Hjemli · 18 years ago
  75. f4204ab Store peeled refs in packed-refs (take 2). by Junio C Hamano · 18 years ago
  76. cf0adba Store peeled refs in packed-refs file. by Junio C Hamano · 18 years ago
  77. ef06b91 do_for_each_ref: perform the same sanity check for leftovers. by Junio C Hamano · 18 years ago
  78. 2e6d8f1 Merge branch 'jc/reflog' into lj/refs by Junio C Hamano · 18 years ago
  79. 3b463c3 ref-log: fix D/F conflict coming from deleted refs. by Junio C Hamano · 18 years ago
  80. 1974bf6 core.logallrefupdates thinko-fix by Junio C Hamano · 18 years ago
  81. 4057deb core.logallrefupdates create new log file only for branch heads. by Junio C Hamano · 18 years ago
  82. ab2a1a3 ref-log: allow ref@{count} syntax. by Junio C Hamano · 18 years ago
  83. ff989b8 Merge branch 'master' into lj/refs by Junio C Hamano · 18 years ago
  84. 7a21632 lock_ref_sha1_basic does not remove empty directories on BSD by Dennis Stosberg · 18 years ago
  85. 26a063a Fix refs.c;:repack_without_ref() clean-up path by Junio C Hamano · 18 years ago
  86. 28bed6e Fix a remove_empty_dir_recursive problem. by Christian Couder · 18 years ago
  87. c0277d1 delete_ref(): delete packed ref by Junio C Hamano · 18 years ago
  88. 22a3844 lock_ref_sha1(): check D/F conflict with packed ref when creating. by Junio C Hamano · 18 years ago
  89. 5cc3cef lock_ref_sha1(): do not sometimes error() and sometimes die(). by Junio C Hamano · 18 years ago
  90. 5e290ff refs: minor restructuring of cached refs data. by Junio C Hamano · 18 years ago
  91. bc7127e ref locking: allow 'foo' when 'foo/bar' used to exist but not anymore. by Junio C Hamano · 18 years ago
  92. ac5409e update-ref: -d flag and ref creation safety. by Junio C Hamano · 18 years ago
  93. 4431fcc Clean-up lock-ref implementation by Junio C Hamano · 18 years ago
  94. 5fd6f5c lock_ref_sha1_basic: remove unused parameter "plen". by Junio C Hamano · 18 years ago
  95. 7c1a278 Fix buggy ref recording by Petr Baudis · 18 years ago
  96. 8da1977 Tell between packed, unpacked and symbolic refs. by Junio C Hamano · 18 years ago
  97. cb5d709 Add callback data to for_each_ref() family. by Junio C Hamano · 18 years ago
  98. 53cce84 Fix broken sha1 locking by Petr Baudis · 18 years ago
  99. 434cd0c Enable the packed refs file format by Linus Torvalds · 19 years ago
  100. ed378ec Make ref resolution saner by Linus Torvalds · 19 years ago