1. ceef512 Merge branch 'dk/reflog-walk-with-non-commit' by Junio C Hamano · 9 years ago
  2. aecad37 reflog-walk: don't segfault on non-commit sha1's in the reflog by Dennis Kaarsemaker · 9 years ago
  3. 75faa45 replace trivial malloc + sprintf / strcpy calls with xstrfmt by Jeff King · 9 years ago
  4. a5481a6 convert "enum date_mode" into a struct by Jeff King · 10 years ago
  5. 7695d11 refs.c: change resolve_ref_unsafe reading argument to be a flags field by Ronnie Sahlberg · 11 years ago
  6. 24d36f1 stylefix: asterisks stick to the variable, not the type by David Aguilar · 11 years ago
  7. 8e1aa2f reflog-walk.c: rearrange xcalloc arguments by Brian Gesiak · 11 years ago
  8. 006f678 Merge branch 'sh/use-hashcpy' by Junio C Hamano · 11 years ago
  9. 50546b1 Use hashcpy() when copying object names by Sun He · 11 years ago
  10. 6647cc2 reflog-walk.c: use ALLOC_GROW() by Dmitry S. Dolzhenko · 11 years ago
  11. d318a39 Merge branch 'jk/maint-reflog-walk-count-vs-time' by Junio C Hamano · 13 years ago
  12. 55ccf85 reflog-walk: tell explicit --date=default from not having --date at all by Junio C Hamano · 13 years ago
  13. 794151e reflog-walk: always make HEAD@{0} show indexed selectors by Jeff King · 13 years ago
  14. a763126 reflog-walk: clean up "flag" field of commit_reflog struct by Jeff King · 13 years ago
  15. adb8676 Merge branch 'jk/pretty-reglog-ent' by Junio C Hamano · 13 years ago
  16. cd1957f pretty: give placeholders to reflog identity by Jeff King · 13 years ago
  17. 96ec7b1 Convert resolve_ref+xstrdup to new resolve_refdup function by Nguyễn Thái Ngọc Duy · 13 years ago
  18. d5a35c1 Copy resolve_ref() return value for longer use by Nguyễn Thái Ngọc Duy · 13 years ago
  19. 9f5074e Merge branch 'jk/maint-reflog-bottom' by Junio C Hamano · 14 years ago
  20. ffa1eea reflogs: clear flags properly in corner case by Jeff King · 14 years ago
  21. e8c8b71 string_list: Fix argument order for string_list_lookup by Julian Phillips · 15 years ago
  22. 78a395d string_list: Fix argument order for string_list_insert by Julian Phillips · 15 years ago
  23. 8f8f547 Introduce new pretty formats %g[sdD] for reflog information by Thomas Rast · 15 years ago
  24. 72b103f reflog-walk: refactor the branch@{num} formatting by Thomas Rast · 15 years ago
  25. 4b25d09 Fix a bunch of pointer declarations (codestyle) by Felipe Contreras · 16 years ago
  26. cd43712 make oneline reflog dates more consistent with multiline format by Jeff King · 16 years ago
  27. c455c87 Rename path_list to string_list by Johannes Schindelin · 17 years ago
  28. 7b69b87 git log -g: Complain, but do not fail, when no reflogs are there by Johannes Schindelin · 18 years ago
  29. eb3a482 log --reflog: use dwim_log by Johannes Schindelin · 18 years ago
  30. 4e244cb log --reflog: honour --relative-date by Johannes Schindelin · 18 years ago
  31. d271fd5 Teach the '@{...}' notation to git-log -g by Johannes Schindelin · 18 years ago
  32. 903b45f git-log -g --pretty=oneline should display the reflog message by Nicolas Pitre · 18 years ago
  33. 40ab7c3 --walk-reflogs: actually find the right commit by date. by Johannes Schindelin · 18 years ago
  34. 4d12a47 Fix --walk-reflog with --pretty=oneline by Junio C Hamano · 18 years ago
  35. 53645a3 reflog-walk: build fixes by Junio C Hamano · 18 years ago
  36. db055e6 --walk-reflogs: disallow uninteresting commits by Johannes Schindelin · 18 years ago
  37. 8860fd4 Teach the revision walker to walk by reflogs with --walk-reflogs by Johannes Schindelin · 18 years ago