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