summaryrefslogtreecommitdiff
AgeCommit message (Expand)AuthorFilesLines
2017-06-21add--interactive: quote commentChar regexLibravatar Jeff King2-1/+9
2017-06-21add--interactive: handle EOF in prompt_yesnoLibravatar Jeff King1-0/+1
2017-06-21auto-correct: tweak phrasingLibravatar Marc Branchaud1-6/+12
2017-06-21docs: update 64-bit core.packedGitLimit defaultLibravatar Jeff King1-1/+2
2017-06-21t7508: fix a broken indentationLibravatar Kaartic Sivaraam1-1/+1
2017-06-21grep: fix erroneously copy/pasted variable in check/assert patternLibravatar Ævar Arnfjörð Bjarmason1-1/+1
2017-06-19Ninth batch for 2.14Libravatar Junio C Hamano1-0/+29
2017-06-19Merge branch 'jk/consistent-h'Libravatar Junio C Hamano12-13/+72
2017-06-19Merge branch 'ab/perf-remove-index-lock'Libravatar Junio C Hamano1-1/+8
2017-06-19Merge branch 'bw/object-id'Libravatar Junio C Hamano36-525/+539
2017-06-19Merge branch 'sb/submodule-rm-absorb'Libravatar Junio C Hamano1-4/+5
2017-06-19Merge branch 'ab/pcre-v2'Libravatar Junio C Hamano10-29/+349
2017-06-19Merge branch 'jk/pathspec-magic-disambiguation'Libravatar Junio C Hamano2-10/+64
2017-06-18glossary: define 'stash entry'Libravatar Liam Beguin1-0/+4
2017-06-18status: add optional stash count informationLibravatar Liam Beguin6-0/+71
2017-06-18stash: update documentation to use 'stash entry'Libravatar Liam Beguin6-38/+40
2017-06-18for_each_bisect_ref(): don't trim refnamesLibravatar Michael Haggerty4-2/+31
2017-06-18mergetools/meld: improve compatibiilty with Meld on macOS XLibravatar David Aguilar1-1/+1
2017-06-16*.[ch] refactoring: make use of the FREE_AND_NULL() macroLibravatar Ævar Arnfjörð Bjarmason12-49/+23
2017-06-16coccinelle: make use of the "expression" FREE_AND_NULL() ruleLibravatar Ævar Arnfjörð Bjarmason2-4/+2
2017-06-16coccinelle: add a rule to make "expression" code use FREE_AND_NULL()Libravatar Ævar Arnfjörð Bjarmason1-0/+7
2017-06-16coccinelle: make use of the "type" FREE_AND_NULL() ruleLibravatar Ævar Arnfjörð Bjarmason37-142/+71
2017-06-16coccinelle: add a rule to make "type" code use FREE_AND_NULL()Libravatar Ævar Arnfjörð Bjarmason1-0/+8
2017-06-15wildmatch test: cover a blind spot in "/" matchingLibravatar Ævar Arnfjörð Bjarmason1-0/+2
2017-06-15git-compat-util: add a FREE_AND_NULL() wrapper around free(ptr); ptr = NULLLibravatar Ævar Arnfjörð Bjarmason1-0/+6
2017-06-15docs/pretty-formats: stress that %- removes all preceding line-feedsLibravatar SZEDER Gábor1-2/+2
2017-06-15date: use localtime() for "-local" time formatsLibravatar Jeff King2-2/+13
2017-06-15t0006: check --date=format zone offsetsLibravatar Jeff King1-2/+7
2017-06-15strbuf: let strbuf_addftime handle %z and %Z itselfLibravatar René Scharfe5-8/+54
2017-06-15sub-process: correct path to API docs in a commentLibravatar Christian Couder1-1/+1
2017-06-15Merge branch 'svn-doc' of git://bogomips.org/git-svnLibravatar Junio C Hamano1-0/+15
2017-06-15configure.ac: loosen FREAD_READS_DIRECTORIES test programLibravatar Jeff King2-3/+4
2017-06-15doc: git-reset: fix a trivial typoLibravatar Štěpán Němec1-1/+1
2017-06-15config: don't implicitly use gitdir or commondirLibravatar Brandon Williams3-24/+29
2017-06-15config: respect commondirLibravatar Brandon Williams2-4/+8
2017-06-15setup: teach discover_git_directory to respect the commondirLibravatar Brandon Williams3-16/+26
2017-06-15config: don't include config.h by defaultLibravatar Brandon Williams146-1/+145
2017-06-15config: remove git_config_iterLibravatar Brandon Williams1-1/+0
2017-06-15config: create config.hLibravatar Brandon Williams2-189/+195
2017-06-15alias: use the early config machinery to expand aliasesLibravatar Johannes Schindelin3-59/+26
2017-06-15t7006: demonstrate a problem with aliases in subdirectoriesLibravatar Johannes Schindelin1-0/+11
2017-06-15t1308: relax the test verifying that empty alias values are disallowedLibravatar Johannes Schindelin1-1/+3
2017-06-15help: use early config when autocorrecting aliasesLibravatar Johannes Schindelin1-1/+1
2017-06-15config: report correct line number upon errorLibravatar Johannes Schindelin2-1/+8
2017-06-15discover_git_directory(): avoid setting invalid git_dirLibravatar Johannes Schindelin1-0/+1
2017-06-15diff-highlight: split code into moduleLibravatar Jeff King5-19/+82
2017-06-15pretty: recalculate duplicate short hashesLibravatar René Scharfe3-45/+0
2017-06-15doc: do not use `rm .git/index` when normalizing line endingsLibravatar Andreas Heiduk1-1/+1
2017-06-15t: move "git add submodule" into test blocksLibravatar Jeff King3-9/+15
2017-06-15add: warn when adding an embedded repositoryLibravatar Jeff King7-3/+98