René Scharfe committed almost 7 years ago
René Scharfe committed almost 7 years ago
run-command: use prepare_git_cmd() in prepare_cmd()
René Scharfe committed almost 7 years ago
name-rev: use skip_prefix() instead of starts_with()
René Scharfe committed almost 7 years ago
push: use skip_prefix() instead of starts_with()
René Scharfe committed almost 7 years ago
shell: use skip_prefix() instead of starts_with()
René Scharfe committed almost 7 years ago
fmt-merge-msg: use skip_prefix() instead of starts_with()
René Scharfe committed almost 7 years ago
fetch: use skip_prefix() instead of starts_with()
René Scharfe committed almost 7 years ago
t5150: skip request-pull test if Perl is disabled
Ruud van Asseldonk committed almost 7 years ago
commit-graph: use start_delayed_progress()
Derrick Stolee committed almost 7 years ago
progress: create GIT_PROGRESS_DELAY
Derrick Stolee committed almost 7 years ago
t/perf: don't depend on Git.pm
Jeff King committed almost 7 years ago
perf-lib: use a single filename for all measurement types
Jeff King committed almost 7 years ago
test-lib-functions: suppress a 'git rev-parse' error in 'test_commit_bulk'
SZEDER Gábor committed almost 7 years ago
rebase -i: finishing touches to --reset-author-date
Junio C Hamano committed almost 7 years ago
submodule: fix 'submodule status' when called from a subdirectory
Manish Goregaokar committed almost 7 years ago
sequencer: directly call pick_commits() from complete_action()
Alban Gruin committed almost 7 years ago
rebase: fill `squash_onto' in get_replay_opts()
Alban Gruin committed almost 7 years ago
sequencer: move the code writing total_nr on the disk to a new function
Alban Gruin committed almost 7 years ago
sequencer: update `done_nr' when skipping commands in a todo list
Alban Gruin committed almost 7 years ago