*.[ch] refactoring: make use of the FREE_AND_NULL() macro
Ævar Arnfjörð Bjarmason committed over 9 years ago
coccinelle: make use of the "expression" FREE_AND_NULL() rule
Ævar Arnfjörð Bjarmason committed over 9 years ago
coccinelle: add a rule to make "expression" code use FREE_AND_NULL()
Ævar Arnfjörð Bjarmason committed over 9 years ago
coccinelle: make use of the "type" FREE_AND_NULL() rule
Ævar Arnfjörð Bjarmason committed over 9 years ago
coccinelle: add a rule to make "type" code use FREE_AND_NULL()
Ævar Arnfjörð Bjarmason committed over 9 years ago
wildmatch test: cover a blind spot in "/" matching
Ævar Arnfjörð Bjarmason committed over 9 years ago
git-compat-util: add a FREE_AND_NULL() wrapper around free(ptr); ptr = NULL
Ævar Arnfjörð Bjarmason committed over 9 years ago
docs/pretty-formats: stress that %- removes all preceding line-feeds
SZEDER Gábor committed over 9 years ago
date: use localtime() for "-local" time formats
Jeff King committed over 9 years ago
t0006: check --date=format zone offsets
Jeff King committed over 9 years ago
strbuf: let strbuf_addftime handle %z and %Z itself
René Scharfe committed over 9 years ago
sub-process: correct path to API docs in a comment
Christian Couder committed over 9 years ago
Merge branch 'svn-doc' of git://bogomips.org/git-svn
Junio C Hamano committed over 9 years ago
configure.ac: loosen FREAD_READS_DIRECTORIES test program
Jeff King committed over 9 years ago
doc: git-reset: fix a trivial typo
Štěpán Němec committed over 9 years ago
config: don't implicitly use gitdir or commondir
Brandon Williams committed over 9 years ago
Brandon Williams committed over 9 years ago
setup: teach discover_git_directory to respect the commondir
Brandon Williams committed over 9 years ago
config: don't include config.h by default
Brandon Williams committed over 9 years ago
config: remove git_config_iter
Brandon Williams committed over 9 years ago