fetch: refactor `s_update_ref` to use common exit path
Patrick Steinhardt committed over 5 years ago
fetch: use strbuf to format FETCH_HEAD updates
Patrick Steinhardt committed over 5 years ago
fetch: extract writing to FETCH_HEAD
Patrick Steinhardt committed over 5 years ago
config: extract function to parse config pairs
Patrick Steinhardt committed over 5 years ago
quote: make sq_dequote_step() a public function
Jeff King committed over 5 years ago
config: add new way to pass config via `--config-env`
Patrick Steinhardt committed over 5 years ago
patch-ids: handle duplicate hashmap entries
Jeff King committed over 5 years ago
Documentation/git-clone.txt: document race with --local
Taylor Blau committed over 5 years ago
bundle: arguments can be read from stdin
Jiang Xin committed over 5 years ago
bundle: lost objects when removing duplicate pendings
Jiang Xin committed over 5 years ago
test: add helper functions for git-bundle
Jiang Xin committed over 5 years ago
refs: allow @{n} to work with n-sized reflog
Denton Liu committed over 5 years ago
gettext.c: remove/reword a mostly-useless comment
Ævar Arnfjörð Bjarmason committed over 5 years ago
Makefile: remove a warning about old GETTEXT_POISON flag
Ævar Arnfjörð Bjarmason committed over 5 years ago
docs: rephrase and clarify the git status --short format
brian m. carlson committed over 5 years ago
refs: factor out set_read_ref_cutoffs()
Denton Liu committed over 5 years ago
doc: remove "directory cache" from man pages
Utku Gultopu committed over 5 years ago
t5516: loosen "not our ref" error check
Jeff King committed over 5 years ago
t4129: fix setfacl-related permissions failure
Adam Dinwoodie committed over 5 years ago
t7800-difftool: don't accidentally match tmp dirs
SZEDER Gábor committed over 5 years ago