1. 0721c31 Use die_errno() instead of die() when checking syscalls by Thomas Rast · 16 years ago
  2. d824cbb Convert existing die(..., strerror(errno)) to die_errno() by Thomas Rast · 16 years ago
  3. df217ed parse-opts: add OPT_FILENAME and transition builtins by Stephen Boyd · 16 years ago
  4. 3778292 parse-opts: prepare for OPT_FILENAME by Stephen Boyd · 16 years ago
  5. ee96969 Merge branch 'master' into sb/opt-filename by Junio C Hamano · 16 years ago
  6. 4c8d4c1 apply, fmt-merge-msg: use relative filenames by Stephen Boyd · 16 years ago
  7. fd13b21 Move local variables to narrower scopes by Benjamin Kramer · 16 years ago
  8. f285a2d Replace calls to strbuf_init(&foo, 0) with STRBUF_INIT initializer by Brandon Casey · 16 years ago
  9. c8ef038 parse-opt: migrate fmt-merge-msg. by Pierre Habouzit · 16 years ago
  10. 588c038 Merge branch 'sb/dashless' by Junio C Hamano · 17 years ago
  11. 1b1dd23 Make usage strings dash-less by Stephan Beyer · 17 years ago
  12. 0b9a969 git-fmt-merge-msg: make it usable from other builtins by Miklos Vajna · 17 years ago
  13. ef90d6d Provide git_config with a callback-data parameter by Johannes Schindelin · 17 years ago
  14. ca1c991 Merge branch 'sg/merge-options' (early part) by Junio C Hamano · 17 years ago
  15. 464509f Merge branch 'maint-1.5.4' into maint by Junio C Hamano · 17 years ago
  16. 6a28518 Ignore leading empty lines while summarizing merges by Linus Torvalds · 17 years ago
  17. 6cd9cfe fmt-merge-msg: add '--(no-)log' options and 'merge.log' config variable by SZEDER Gábor · 17 years ago
  18. 3d51e1b check return code of prepare_revision_walk by Martin Koegler · 17 years ago
  19. 7dc0fe3 Fix parent rewriting in --early-output by Linus Torvalds · 17 years ago
  20. 182af83 Use xmemdupz() in many places. by Pierre Habouzit · 17 years ago
  21. a6080a0 War on whitespace by Junio C Hamano · 18 years ago
  22. c4f8f82 Merge branch 'maint' by Junio C Hamano · 18 years ago
  23. 163d7b9 builtin-fmt-merge-msg: fix bugs in --file option by Michael Coleman · 18 years ago
  24. cc44c76 Mechanical conversion to use prefixcmp() by Junio C Hamano · 18 years ago
  25. 6b1f8c3 "git fmt-merge-msg" SIGSEGV by Linus Torvalds · 18 years ago
  26. 8da1977 Tell between packed, unpacked and symbolic refs. by Junio C Hamano · 18 years ago
  27. ed378ec Make ref resolution saner by Linus Torvalds · 19 years ago
  28. 9befac4 Replace uses of strdup with xstrdup. by Shawn Pearce · 19 years ago
  29. af04b12 fmt-merge-msg: fix off-by-one bug by Johannes Schindelin · 19 years ago
  30. 2d7320d Use xmalloc instead of malloc by Jonas Fonseca · 19 years ago
  31. 4cac42b free(NULL) is perfectly valid. by Junio C Hamano · 19 years ago
  32. 83572c1 Use xrealloc instead of realloc by Jonas Fonseca · 19 years ago
  33. 96f1e58 remove unnecessary initializations by David Rientjes · 19 years ago
  34. 25f38f0 use declarations from builtin.h for builtin commands by Matthias Kestenholz · 19 years ago
  35. a633fca Call setup_git_directory() much earlier by Linus Torvalds · 19 years ago
  36. db6296a Call setup_git_directory() early by Linus Torvalds · 19 years ago
  37. 1974632 Remove TYPE_* constant macros and use object_type enums consistently. by Linus Torvalds · 19 years ago
  38. e918c6a fmt-merge-msg fix by Junio C Hamano · 19 years ago
  39. 00449f9 Make git-fmt-merge-msg a builtin by Johannes Schindelin · 19 years ago