summaryrefslogtreecommitdiff
AgeCommit message (Expand)Author
2017-06-24setup: don't perform lazy initialization of repository stateBrandon Williams
2017-06-24Merge branches 'bw/ls-files-sans-the-index' and 'bw/config-h' into bw/repo-ob...Junio C Hamano
2017-06-19Ninth batch for 2.14Junio C Hamano
2017-06-19Merge branch 'jk/consistent-h'Junio C Hamano
2017-06-19Merge branch 'ab/perf-remove-index-lock'Junio C Hamano
2017-06-19Merge branch 'bw/object-id'Junio C Hamano
2017-06-19Merge branch 'sb/submodule-rm-absorb'Junio C Hamano
2017-06-19Merge branch 'ab/pcre-v2'Junio C Hamano
2017-06-19Merge branch 'jk/pathspec-magic-disambiguation'Junio C Hamano
2017-06-15sub-process: correct path to API docs in a commentChristian Couder
2017-06-15Merge branch 'svn-doc' of git://bogomips.org/git-svnJunio C Hamano
2017-06-15config: don't implicitly use gitdir or commondirBrandon Williams
2017-06-15config: respect commondirBrandon Williams
2017-06-15setup: teach discover_git_directory to respect the commondirBrandon Williams
2017-06-15config: don't include config.h by defaultBrandon Williams
2017-06-15config: remove git_config_iterBrandon Williams
2017-06-15config: create config.hBrandon Williams
2017-06-15alias: use the early config machinery to expand aliasesJohannes Schindelin
2017-06-15t7006: demonstrate a problem with aliases in subdirectoriesJohannes Schindelin
2017-06-15t1308: relax the test verifying that empty alias values are disallowedJohannes Schindelin
2017-06-15help: use early config when autocorrecting aliasesJohannes Schindelin
2017-06-15config: report correct line number upon errorJohannes Schindelin
2017-06-15discover_git_directory(): avoid setting invalid git_dirJohannes Schindelin
2017-06-15git-svn: document special options for commit-diffAndreas Heiduk
2017-06-13Sync with maintJunio C Hamano
2017-06-13Eighth batch for 2.14Junio C Hamano
2017-06-13Merge branch 'jk/pack-idx-corruption-safety'Junio C Hamano
2017-06-13Merge branch 'nd/fopen-errors'Junio C Hamano
2017-06-13Merge branch 'rf/completion'Junio C Hamano
2017-06-13Merge branch 'jc/diff-tree-stale-comment'Junio C Hamano
2017-06-13Merge branch 'sb/submodule-blanket-recursive'Junio C Hamano
2017-06-13Merge branch 'jc/noent-notdir'Junio C Hamano
2017-06-13Prepare for 2.13.2Junio C Hamano
2017-06-13Merge branch 'ad/pull-remote-doc' into maintJunio C Hamano
2017-06-13Merge branch 'jk/drop-free-refspecs' into maintJunio C Hamano
2017-06-13Merge branch 'jk/connect-symref-info-leak-fix' into maintJunio C Hamano
2017-06-13Merge branch 'rf/completion-config-commit' into maintJunio C Hamano
2017-06-13Merge branch 'ab/t3070-test-dedup' into maintJunio C Hamano
2017-06-13Merge branch 'jh/memihash-opt' into maintJunio C Hamano
2017-06-13Merge branch 'tb/pull-ff-rebase-autostash' into maintJunio C Hamano
2017-06-13Merge branch 'jh/close-index-before-stat' into maintJunio C Hamano
2017-06-13Merge branch 'sl/clean-d-ignored-fix' into maintJunio C Hamano
2017-06-13Merge branch 'dk/send-email-avoid-net-smtp-ssl-when-able' into maintJunio C Hamano
2017-06-13Merge branch 'jc/skip-test-in-the-middle' into maintJunio C Hamano
2017-06-13Merge branch 'bw/forking-and-threading' into maintJunio C Hamano
2017-06-13Merge branch 'jk/bug-to-abort' into maintJunio C Hamano
2017-06-13Merge branch 'sb/checkout-recurse-submodules' into maintJunio C Hamano
2017-06-13ls-files: factor out tag calculationBrandon Williams
2017-06-13ls-files: factor out debug info into a functionBrandon Williams
2017-06-13ls-files: convert show_files to take an indexBrandon Williams