31 Commits (b082687cbac951d31bdea346404db5d0b99a0b73)

Author SHA1 Message Date
Nguyễn Thái Ngọc Duy 96ec7b1e70 Convert resolve_ref+xstrdup to new resolve_refdup function 13 years ago
Nguyễn Thái Ngọc Duy d5a35c114a Copy resolve_ref() return value for longer use 13 years ago
Junio C Hamano 895680f044 fmt-merge-msg: Add contents of merged tag in the merge message 13 years ago
Junio C Hamano cbda121c99 fmt-merge-msg: package options into a structure 13 years ago
Junio C Hamano 4c0ea82da3 fmt-merge-msg: avoid early returns 13 years ago
Ramsay Jones 90a321c04c fmt-merge-msg.c: Fix an "dubious one-bit signed bitfield" sparse error 13 years ago
Junio C Hamano 898eacd8ad fmt-merge-msg: use branch.$name.description 13 years ago
Nguyễn Thái Ngọc Duy baf18fc261 Accept tags in HEAD or MERGE_HEAD 13 years ago
Stephen Boyd c2e86addb8 Fix sparse warnings 14 years ago
Matthieu Moy 13931236b9 Change incorrect "remote branch" to "remote tracking branch" in C code 14 years ago
Ramkumar Ramachandra bda3b8ff17 merge: Make 'merge.log' an integer or boolean option 14 years ago
Ramkumar Ramachandra 96e9420cd3 merge: Make '--log' an integer option for number of shortlog entries 14 years ago
Ramkumar Ramachandra 1876166aaa fmt_merge_msg: Change fmt_merge_msg API to accept shortlog_len 14 years ago
Jonathan Nieder 2102440c17 fmt-merge-msg -m to override merge title 14 years ago
Thiago Farina 183113a5ca string_list: Add STRING_LIST_INIT macro and make use of it. 15 years ago
Julian Phillips 1d2f80fa79 string_list: Fix argument order for string_list_append 15 years ago
Tay Ray Chuan f0ecac2b70 merge: --log appends shortlog to message if specified 15 years ago
Tay Ray Chuan 8c6bdfdf8b fmt-merge-msg: add function to append shortlog only 15 years ago
Tay Ray Chuan 403994e83d fmt-merge-msg: refactor merge title formatting 15 years ago
Tay Ray Chuan 2234ec5422 fmt-merge-msg: minor refactor of fmt_merge_msg() 15 years ago
Stephen Boyd 63e6715087 fmt-merge-msg: hide summary option 15 years ago
Stephen Boyd fcb243f7db fmt-merge-msg: remove custom string_list implementation 15 years ago
Stephen Boyd 15cb500786 fmt-merge-msg: use pretty.c routines 15 years ago
Stephen Boyd 419fe5bc86 fmt-merge-msg: be quiet if nothing to merge 15 years ago
Linus Torvalds 81b50f3ce4 Move 'builtin-*' into a 'builtin/' subdirectory 15 years ago
Thomas Rast 0721c314a5 Use die_errno() instead of die() when checking syscalls 16 years ago
Thomas Rast d824cbba02 Convert existing die(..., strerror(errno)) to die_errno() 16 years ago
Stephen Boyd df217ed643 parse-opts: add OPT_FILENAME and transition builtins 16 years ago
Stephen Boyd 3778292017 parse-opts: prepare for OPT_FILENAME 16 years ago
Stephen Boyd 4c8d4c14c6 apply, fmt-merge-msg: use relative filenames 16 years ago
Benjamin Kramer fd13b21f52 Move local variables to narrower scopes 16 years ago
Brandon Casey f285a2d7ed Replace calls to strbuf_init(&foo, 0) with STRBUF_INIT initializer 16 years ago
Pierre Habouzit c8ef0383ac parse-opt: migrate fmt-merge-msg. 16 years ago
Stephan Beyer 1b1dd23f2d Make usage strings dash-less 17 years ago
Miklos Vajna 0b9a969e0f git-fmt-merge-msg: make it usable from other builtins 17 years ago
Johannes Schindelin ef90d6d420 Provide git_config with a callback-data parameter 17 years ago
Linus Torvalds 6a28518ae0 Ignore leading empty lines while summarizing merges 17 years ago
SZEDER Gábor 6cd9cfefc5 fmt-merge-msg: add '--(no-)log' options and 'merge.log' config variable 17 years ago
Martin Koegler 3d51e1b5b8 check return code of prepare_revision_walk 17 years ago
Linus Torvalds 7dc0fe3be5 Fix parent rewriting in --early-output 17 years ago
Pierre Habouzit 182af8343c Use xmemdupz() in many places. 17 years ago
Junio C Hamano a6080a0a44 War on whitespace 18 years ago
Michael Coleman 163d7b9b85 builtin-fmt-merge-msg: fix bugs in --file option 18 years ago
Junio C Hamano cc44c7655f Mechanical conversion to use prefixcmp() 18 years ago
Linus Torvalds 6b1f8c32b1 "git fmt-merge-msg" SIGSEGV 18 years ago
Junio C Hamano 8da1977554 Tell between packed, unpacked and symbolic refs. 18 years ago
Linus Torvalds ed378ec7e8 Make ref resolution saner 18 years ago
Shawn Pearce 9befac470b Replace uses of strdup with xstrdup. 18 years ago
Johannes Schindelin af04b12710 fmt-merge-msg: fix off-by-one bug 18 years ago
Jonas Fonseca 2d7320d0b0 Use xmalloc instead of malloc 18 years ago