name-rev: pull out deref handling from the recursion
SZEDER Gábor committed almost 7 years ago
name-rev: extract creating/updating a 'struct name_rev' into a helper
SZEDER Gábor committed almost 7 years ago
t6120: add a test to cover inner conditions in 'git name-rev's name_rev()
SZEDER Gábor committed almost 7 years ago
name-rev: use sizeof(*ptr) instead of sizeof(type) in allocation
SZEDER Gábor committed almost 7 years ago
name-rev: avoid unnecessary cast in name_ref()
SZEDER Gábor committed almost 7 years ago
name-rev: use strbuf_strip_suffix() in get_rev_name()
René Scharfe committed almost 7 years ago
t6120-describe: modernize the 'check_describe' helper
SZEDER Gábor committed almost 7 years ago
range-diff: clear `other_arg` at end of function
Denton Liu committed over 6 years ago
range-diff: mark pointers as const
Denton Liu committed over 6 years ago
t3206: fix incorrect test name
Denton Liu committed over 6 years ago
t9300-fast-import: don't hang if background fast-import exits too early
SZEDER Gábor committed over 6 years ago
t9300-fast-import: store the PID in a variable instead of pidfile
SZEDER Gábor committed over 6 years ago
commit: give correct advice for empty commit during a rebase
Phillip Wood committed over 6 years ago
commit: encapsulate determine_whence() for sequencer
Phillip Wood committed over 6 years ago
commit: use enum value for multiple cherry-picks
Phillip Wood committed over 6 years ago
sequencer: write CHERRY_PICK_HEAD for reword and edit
Phillip Wood committed over 6 years ago
cherry-pick: check commit error messages
Phillip Wood committed over 6 years ago
cherry-pick: add test for `--skip` advice in `git commit`
Johannes Schindelin committed over 6 years ago
Phillip Wood committed over 6 years ago
apply --allow-overlap: fix a corner case
Johannes Schindelin committed over 6 years ago