built-in add -i: color the header in the `status` command
Slavica Đukić committed almost 7 years ago
built-in add -i: implement the `status` command
Daniel Ferreira committed almost 7 years ago
diff: export diffstat interface
Daniel Ferreira committed almost 7 years ago
Start to implement a built-in version of `git add --interactive`
Johannes Schindelin committed almost 7 years ago
stash: make sure we have a valid index before writing it
Thomas Gummerer committed almost 7 years ago
send-pack: check remote ref status on pack-objects failure
Jeff King committed almost 7 years ago
t6120-describe: correct test repo history graph in comment
SZEDER Gábor committed almost 7 years ago
completion: tab-complete "git svn --recursive"
James Shubin committed almost 7 years ago
promisor-remote: remove fetch_if_missing=0
Jonathan Tan committed almost 7 years ago
clone: remove fetch_if_missing=0
Jonathan Tan committed almost 7 years ago
parse-options: avoid arithmetic on pointer that's potentially NULL
René Scharfe committed almost 7 years ago
mingw: use COPY_ARRAY for copying array
René Scharfe committed almost 7 years ago
test-tool: use 'read-graph' helper
Derrick Stolee committed almost 7 years ago
test-lib: don't check prereqs of test cases that won't be run anyway
SZEDER Gábor committed almost 7 years ago
t4215: use helper function to check output
Denton Liu committed almost 7 years ago
fsmonitor: do not compare bitmap size with size of split index
Junio C Hamano committed almost 7 years ago
Jeff King committed almost 7 years ago
completion: learn to complete `git rebase --onto=`
Denton Liu committed almost 7 years ago
pack-objects: avoid pointless oe_map_new_pack() calls
Jeff King committed almost 7 years ago
doc: improve readability of --rebase-merges in git-rebase
Naveen Nathan committed almost 7 years ago