run-command: use strbuf_addstr() for adding a string to a strbuf
René Scharfe committed over 8 years ago
bisect: use oid_to_hex() for converting object_id hashes to hex strings
René Scharfe committed over 8 years ago
completion: use __gitcomp_builtin in _git_cherry
Nguyễn Thái Ngọc Duy committed over 8 years ago
completion: use __gitcomp_builtin in _git_ls_tree
Nguyễn Thái Ngọc Duy committed over 8 years ago
completion: delete option-only completion commands
Nguyễn Thái Ngọc Duy committed over 8 years ago
completion: add --option completion for most builtin commands
Nguyễn Thái Ngọc Duy committed over 8 years ago
completion: factor out _git_xxx calling code
Nguyễn Thái Ngọc Duy committed over 8 years ago
completion: mention the oldest version we need to support
Nguyễn Thái Ngọc Duy committed over 8 years ago
git.c: add hidden option --list-parseopt-builtins
Nguyễn Thái Ngọc Duy committed over 8 years ago
git.c: move cmd_struct declaration up
Nguyễn Thái Ngọc Duy committed over 8 years ago
sha1_name: use bsearch_pack() in unique_in_pack()
René Scharfe committed over 8 years ago
Merge branch 'fr_v2.17.0' of git://github.com/jnavila/git
Jiang Xin committed over 8 years ago
rebase: remove merges_option and a blank line
Wink Saville committed over 8 years ago
rebase: remove unused code paths from git_rebase__interactive__preserve_merges
Wink Saville committed over 8 years ago
rebase: remove unused code paths from git_rebase__interactive
Wink Saville committed over 8 years ago
rebase: add and use git_rebase__interactive__preserve_merges
Wink Saville committed over 8 years ago
rebase: extract functions out of git_rebase__interactive
Wink Saville committed over 8 years ago
rebase: reindent function git_rebase__interactive
Wink Saville committed over 8 years ago
rebase: update invocation of rebase dot-sourced scripts
Wink Saville committed over 8 years ago
Jean-Noël Avila committed over 8 years ago