aboutsummaryrefslogtreecommitdiffstats
path: root/builtin-fmt-merge-msg.c
AgeCommit message (Expand)AuthorFilesLines
2010-02-22Move 'builtin-*' into a 'builtin/' subdirectoryLinus Torvalds1-381/+0
2009-06-27Use die_errno() instead of die() when checking syscallsThomas Rast1-1/+1
2009-06-27Convert existing die(..., strerror(errno)) to die_errno()Thomas Rast1-2/+1
2009-05-25parse-opts: add OPT_FILENAME and transition builtinsStephen Boyd1-2/+1
2009-05-25parse-opts: prepare for OPT_FILENAMEStephen Boyd1-1/+2
2009-05-25Merge branch 'master' into sb/opt-filenameJunio C Hamano1-4/+2
2009-05-23apply, fmt-merge-msg: use relative filenamesStephen Boyd1-0/+1
2009-03-07Move local variables to narrower scopesBenjamin Kramer1-4/+2
2008-10-12Replace calls to strbuf_init(&foo, 0) with STRBUF_INIT initializerBrandon Casey1-3/+1
2008-10-02parse-opt: migrate fmt-merge-msg.Pierre Habouzit1-28/+21
2008-07-16Merge branch 'sb/dashless'Junio C Hamano1-1/+1
2008-07-13Make usage strings dash-lessStephan Beyer1-1/+1
2008-06-30git-fmt-merge-msg: make it usable from other builtinsMiklos Vajna1-66/+89
2008-05-14Provide git_config with a callback-data parameterJohannes Schindelin1-2/+2
2008-05-08Merge branch 'sg/merge-options' (early part)Junio C Hamano1-4/+10
2008-04-16Merge branch 'maint-1.5.4' into maintJunio C Hamano1-1/+9
2008-04-15Ignore leading empty lines while summarizing mergesLinus Torvalds1-1/+9
2008-04-12fmt-merge-msg: add '--(no-)log' options and 'merge.log' config variableSZEDER Gábor1-4/+10
2008-02-17check return code of prepare_revision_walkMartin Koegler1-1/+2
2007-11-14Fix parent rewriting in --early-outputLinus Torvalds1-1/+1
2007-09-18Use xmemdupz() in many places.Pierre Habouzit1-11/+6
2007-06-07War on whitespaceJunio C Hamano1-1/+0
2007-02-27Merge branch 'maint'Junio C Hamano1-1/+3
2007-02-27builtin-fmt-merge-msg: fix bugs in --file optionMichael Coleman1-1/+3
2007-02-20Mechanical conversion to use prefixcmp()Junio C Hamano1-5/+5
2006-11-16"git fmt-merge-msg" SIGSEGVLinus Torvalds1-0/+2
2006-09-20Tell between packed, unpacked and symbolic refs.Junio C Hamano1-1/+1
2006-09-17Make ref resolution sanerLinus Torvalds1-5/+2
2006-09-02Replace uses of strdup with xstrdup.Shawn Pearce1-11/+11
2006-09-01fmt-merge-msg: fix off-by-one bugJohannes Schindelin1-1/+1
2006-08-31Use xmalloc instead of mallocJonas Fonseca1-3/+3
2006-08-27free(NULL) is perfectly valid.Junio C Hamano1-2/+1
2006-08-26Use xrealloc instead of reallocJonas Fonseca1-2/+2
2006-08-15remove unnecessary initializationsDavid Rientjes1-1/+1
2006-08-02use declarations from builtin.h for builtin commandsMatthias Kestenholz1-1/+2
2006-07-29Call setup_git_directory() much earlierLinus Torvalds1-2/+1
2006-07-28Call setup_git_directory() earlyLinus Torvalds1-1/+2
2006-07-12Remove TYPE_* constant macros and use object_type enums consistently.Linus Torvalds1-1/+1
2006-07-12fmt-merge-msg fixJunio C Hamano1-6/+10
2006-07-03Make git-fmt-merge-msg a builtinJohannes Schindelin1-0/+355