summaryrefslogtreecommitdiffstats
path: root/refs.c (unfollow)
Commit message (Expand)AuthorFilesLines
2017-06-25Git 2.13.2v2.13.2Junio C Hamano2-1/+18
2017-06-24Eleventh batch for 2.14Junio C Hamano1-15/+46
2017-06-24Revert "split-index: add and use unshare_split_index()"Junio C Hamano3-47/+21
2017-06-22Tenth batch for 2.14Junio C Hamano1-0/+28
2017-06-21add--interactive: quote commentChar regexJeff King2-1/+9
2017-06-21add--interactive: handle EOF in prompt_yesnoJeff King1-0/+1
2017-06-21auto-correct: tweak phrasingMarc Branchaud1-6/+12
2017-06-21docs: update 64-bit core.packedGitLimit defaultJeff King1-1/+2
2017-06-21t7508: fix a broken indentationKaartic Sivaraam1-1/+1
2017-06-21grep: fix erroneously copy/pasted variable in check/assert patternÆvar Arnfjörð Bjarmason1-1/+1
2017-06-19Ninth batch for 2.14Junio C Hamano1-0/+29
2017-06-19glossary: define 'stash entry'Liam Beguin1-0/+4
2017-06-19status: add optional stash count informationLiam Beguin6-0/+71
2017-06-19stash: update documentation to use 'stash entry'Liam Beguin6-38/+40
2017-06-19for_each_bisect_ref(): don't trim refnamesMichael Haggerty4-2/+31
2017-06-19mergetools/meld: improve compatibiilty with Meld on macOS XDavid Aguilar1-1/+1
2017-06-16*.[ch] refactoring: make use of the FREE_AND_NULL() macroÆvar Arnfjörð Bjarmason12-49/+23
2017-06-16coccinelle: make use of the "expression" FREE_AND_NULL() ruleÆvar Arnfjörð Bjarmason2-4/+2
2017-06-16coccinelle: add a rule to make "expression" code use FREE_AND_NULL()Ævar Arnfjörð Bjarmason1-0/+7
2017-06-16coccinelle: make use of the "type" FREE_AND_NULL() ruleÆvar Arnfjörð Bjarmason37-142/+71
2017-06-16coccinelle: add a rule to make "type" code use FREE_AND_NULL()Ævar Arnfjörð Bjarmason1-0/+8
2017-06-16wildmatch test: cover a blind spot in "/" matchingÆvar Arnfjörð Bjarmason1-0/+2
2017-06-15git-compat-util: add a FREE_AND_NULL() wrapper around free(ptr); ptr = NULLÆvar Arnfjörð Bjarmason1-0/+6
2017-06-15docs/pretty-formats: stress that %- removes all preceding line-feedsSZEDER Gábor1-2/+2
2017-06-15date: use localtime() for "-local" time formatsJeff King2-2/+13
2017-06-15t0006: check --date=format zone offsetsJeff King1-2/+7
2017-06-15strbuf: let strbuf_addftime handle %z and %Z itselfRené Scharfe5-8/+54
2017-06-15sub-process: correct path to API docs in a commentChristian Couder1-1/+1
2017-06-15configure.ac: loosen FREAD_READS_DIRECTORIES test programJeff King2-3/+4
2017-06-15doc: git-reset: fix a trivial typoŠtěpán Němec1-1/+1
2017-06-15config: don't implicitly use gitdir or commondirBrandon Williams3-24/+29
2017-06-15config: respect commondirBrandon Williams2-4/+8
2017-06-15setup: teach discover_git_directory to respect the commondirBrandon Williams3-16/+26
2017-06-15config: don't include config.h by defaultBrandon Williams146-1/+145
2017-06-15config: remove git_config_iterBrandon Williams1-1/+0
2017-06-15config: create config.hBrandon Williams2-189/+195
2017-06-15alias: use the early config machinery to expand aliasesJohannes Schindelin3-59/+26
2017-06-15t7006: demonstrate a problem with aliases in subdirectoriesJohannes Schindelin1-0/+11
2017-06-15t1308: relax the test verifying that empty alias values are disallowedJohannes Schindelin1-1/+3
2017-06-15help: use early config when autocorrecting aliasesJohannes Schindelin1-1/+1
2017-06-15config: report correct line number upon errorJohannes Schindelin2-1/+8
2017-06-15discover_git_directory(): avoid setting invalid git_dirJohannes Schindelin1-0/+1
2017-06-15diff-highlight: split code into moduleJeff King5-19/+82
2017-06-15pretty: recalculate duplicate short hashesRené Scharfe3-45/+0
2017-06-15doc: do not use `rm .git/index` when normalizing line endingsAndreas Heiduk1-1/+1
2017-06-15t: move "git add submodule" into test blocksJeff King3-9/+15
2017-06-15add: warn when adding an embedded repositoryJeff King7-3/+98
2017-06-15git-svn: document special options for commit-diffAndreas Heiduk1-0/+15
2017-06-13Eighth batch for 2.14Junio C Hamano1-14/+21
2017-06-13Prepare for 2.13.2Junio C Hamano2-1/+38