Convert remaining die*(BUG) messages
Johannes Schindelin committed over 8 years ago
Replace all die("BUG: ...") calls by BUG() ones
Johannes Schindelin committed over 8 years ago
run-command: use BUG() to report bugs, not die()
Johannes Schindelin committed over 8 years ago
test-tool: help verifying BUG() code paths
Johannes Schindelin committed over 8 years ago
completion: fix misspelled config key aliasesfiletype
Nguyễn Thái Ngọc Duy committed over 8 years ago
pack-objects: validation and documentation about unreachable options
Nguyễn Thái Ngọc Duy committed over 8 years ago
doc: normalize [--options] to [options] in git-diff
Andreas Heiduk committed over 8 years ago
doc: add note about shell quoting to revision.txt
Andreas Heiduk committed over 8 years ago
git-svn: remove ''--add-author-from' for 'commit-diff'
Andreas Heiduk committed over 8 years ago
doc: add '-d' and '-o' for 'git push'
Andreas Heiduk committed over 8 years ago
doc: clarify ignore rules for git ls-files
Andreas Heiduk committed over 8 years ago
doc: align 'diff --no-index' in text and synopsis
Andreas Heiduk committed over 8 years ago
doc: improve formatting in githooks.txt
Andreas Heiduk committed over 8 years ago
rebase -i --root: let the sequencer handle even the initial part
Johannes Schindelin committed over 8 years ago
rebase --rebase-merges: root commits can be cousins, too
Johannes Schindelin committed over 8 years ago
sequencer: learn about the special "fake root commit" handling
Johannes Schindelin committed over 8 years ago
rebase --rebase-merges: a "merge" into a new root is a fast-forward
Johannes Schindelin committed over 8 years ago
sequencer: allow introducing new root commits
Johannes Schindelin committed over 8 years ago
sequencer: extract helper to update active_cache_tree
Johannes Schindelin committed over 8 years ago
{fetch,upload}-pack: support filter in protocol v2
Jonathan Tan committed over 8 years ago