109 Commits (2b3c430bcea5d8c40b218c7e2a71d261822c6a52)

Author SHA1 Message Date
Jeff King e21ab1340a fmt-merge-msg: don't use static buffer in record_person 13 years ago
Junio C Hamano 5802f81b14 fmt-merge-msg: discard needless merge parents 13 years ago
Junio C Hamano 418a1435f1 fmt-merge-msg: show those involved in a merged series 13 years ago
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 14 years ago
Junio C Hamano cbda121c99 fmt-merge-msg: package options into a structure 14 years ago
Junio C Hamano 4c0ea82da3 fmt-merge-msg: avoid early returns 14 years ago
Ramsay Jones 90a321c04c fmt-merge-msg.c: Fix an "dubious one-bit signed bitfield" sparse error 14 years ago
Junio C Hamano 898eacd8ad fmt-merge-msg: use branch.$name.description 14 years ago
Nguyễn Thái Ngọc Duy baf18fc261 Accept tags in HEAD or MERGE_HEAD 14 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 15 years ago
Ramkumar Ramachandra bda3b8ff17 merge: Make 'merge.log' an integer or boolean option 15 years ago
Ramkumar Ramachandra 96e9420cd3 merge: Make '--log' an integer option for number of shortlog entries 15 years ago
Ramkumar Ramachandra 1876166aaa fmt_merge_msg: Change fmt_merge_msg API to accept shortlog_len 15 years ago
Jonathan Nieder 2102440c17 fmt-merge-msg -m to override merge title 15 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 17 years ago
Pierre Habouzit c8ef0383ac parse-opt: migrate fmt-merge-msg. 17 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 18 years ago
Pierre Habouzit 182af8343c Use xmemdupz() in many places. 18 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 19 years ago
Junio C Hamano 8da1977554 Tell between packed, unpacked and symbolic refs. 19 years ago
Linus Torvalds ed378ec7e8 Make ref resolution saner 19 years ago