Merge branch 'en/rename-directory-detection'
Junio C Hamano committed over 8 years ago
git_config_set: reuse empty sections
Johannes Schindelin committed over 8 years ago
git config --unset: remove empty sections (in the common case)
Johannes Schindelin committed over 8 years ago
git_config_set: make use of the config parser's event stream
Johannes Schindelin committed over 8 years ago
git_config_set: do not use a state machine
Johannes Schindelin committed over 8 years ago
config_set_store: rename some fields for consistency
Johannes Schindelin committed over 8 years ago
config: avoid using the global variable `store`
Johannes Schindelin committed over 8 years ago
config: introduce an optional event stream while parsing
Johannes Schindelin committed over 8 years ago
t1300: `--unset-all` can leave an empty section behind (bug)
Johannes Schindelin committed over 8 years ago
t1300: add a few more hairy examples of sections becoming empty
Johannes Schindelin committed over 8 years ago
configure.ac: fix botched FREAD_READS_DIRECTORIES check
Eric Sunshine committed over 8 years ago
git-worktree.txt: unify command-line prompt in example blocks
Eric Sunshine committed over 8 years ago
git-worktree.txt: recommend 'git worktree remove' over manual deletion
Eric Sunshine committed over 8 years ago
Documentation: normalize spelling of 'normalised'
Elijah Newren committed over 8 years ago
Documentation: fix several one-character-off spelling errors
Elijah Newren committed over 8 years ago
t/helper: 'test-chmtime (--get|-g)' to print only the mtime
Paul-Sebastian Ungureanu committed over 8 years ago
daemon.c: fix condition for redirecting stderr
Lucas Werkmeister committed over 8 years ago
Johannes Schindelin committed over 8 years ago
git-svn: avoid warning on undef readline()
Ævar Arnfjörð Bjarmason committed over 8 years ago
ls-remote: create '--sort' option
Harald Nordgren committed over 8 years ago