1 Commits (1f2362a944e09883cf1905e40b98554f488ed041)

Author SHA1 Message Date
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
Junio C Hamano 4cac42b132 free(NULL) is perfectly valid. 18 years ago
Jonas Fonseca 83572c1a91 Use xrealloc instead of realloc 18 years ago
David Rientjes 96f1e58f52 remove unnecessary initializations 18 years ago
Matthias Kestenholz 25f38f064f use declarations from builtin.h for builtin commands 19 years ago
Linus Torvalds a633fca0c0 Call setup_git_directory() much earlier 19 years ago
Linus Torvalds db6296a566 Call setup_git_directory() early 19 years ago
Linus Torvalds 1974632c66 Remove TYPE_* constant macros and use object_type enums consistently. 19 years ago
Junio C Hamano e918c6abac fmt-merge-msg fix 19 years ago
Johannes Schindelin 00449f992b Make git-fmt-merge-msg a builtin 19 years ago