summaryrefslogtreecommitdiff
AgeCommit message (Expand)Author
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-15diff-highlight: split code into moduleJeff King
2017-06-15pretty: recalculate duplicate short hashesRené Scharfe
2017-06-15doc: do not use `rm .git/index` when normalizing line endingsAndreas Heiduk
2017-06-15t: move "git add submodule" into test blocksJeff King
2017-06-15add: warn when adding an embedded repositoryJeff King
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
2017-06-13ls-files: convert show_ce_entry to take an indexBrandon Williams
2017-06-13ls-files: convert prune_cache to take an indexBrandon Williams
2017-06-13ls-files: convert ce_excluded to take an indexBrandon Williams
2017-06-13ls-files: convert show_ru_info to take an indexBrandon Williams
2017-06-13ls-files: convert show_other_files to take an indexBrandon Williams
2017-06-13ls-files: convert show_killed_files to take an indexBrandon Williams
2017-06-13ls-files: convert write_eolinfo to take an indexBrandon Williams
2017-06-13ls-files: convert overlay_tree_on_cache to take an indexBrandon Williams
2017-06-13tree: convert read_tree to take an index parameterBrandon Williams
2017-06-13convert: convert renormalize_buffer to take an indexBrandon Williams
2017-06-13convert: convert convert_to_git to take an indexBrandon Williams
2017-06-13convert: convert convert_to_git_filter_fd to take an indexBrandon Williams