summaryrefslogtreecommitdiff
AgeCommit message (Expand)AuthorFilesLines
2017-03-02diff: do not short-cut CHECK_SIZE_ONLY check in diff_populate_filespec()Libravatar Junio C Hamano2-1/+27
2017-03-02add--interactive: fix missing file prompt for patch mode with "-i"Libravatar Jeff King2-4/+22
2017-03-01pretty: use fmt_output_email_subject()Libravatar René Scharfe6-15/+15
2017-03-01README: create HTTP/HTTPS links from URLs in MarkdownLibravatar Eric Wong1-3/+3
2017-03-01gitweb tests: skip tests when we don't have Time::HiResLibravatar Ævar Arnfjörð Bjarmason1-0/+5
2017-03-01gitweb tests: change confusing "skip_all" phrasingLibravatar Ævar Arnfjörð Bjarmason1-1/+1
2017-03-01config: add git_config_get_expiry() from gc.cLibravatar Christian Couder3-13/+18
2017-03-01read-cache: touch shared index files when usedLibravatar Christian Couder1-3/+26
2017-03-01sha1_file: make check_and_freshen_file() non staticLibravatar Christian Couder2-1/+4
2017-03-01Documentation/config: add splitIndex.maxPercentChangeLibravatar Christian Couder1-0/+13
2017-03-01t1700: add tests for splitIndex.maxPercentChangeLibravatar Christian Couder1-0/+72
2017-03-01read-cache: regenerate shared index if necessaryLibravatar Christian Couder2-0/+33
2017-03-01config: add git_config_get_max_percent_split_change()Libravatar Christian Couder2-0/+16
2017-03-01Documentation/git-update-index: talk about core.splitIndex config varLibravatar Christian Couder1-0/+6
2017-03-01Documentation/config: add information for core.splitIndexLibravatar Christian Couder1-0/+4
2017-03-01t1700: add tests for core.splitIndexLibravatar Christian Couder1-0/+37
2017-03-01update-index: warn in case of split-index incoherencyLibravatar Christian Couder1-1/+10
2017-03-01read-cache: add and then use tweak_split_index()Libravatar Christian Couder1-0/+17
2017-03-01split-index: add {add,remove}_split_index() functionsLibravatar Christian Couder3-12/+30
2017-03-01config: add git_config_get_split_index()Libravatar Christian Couder2-0/+11
2017-03-01t1700: change here document styleLibravatar Christian Couder1-85/+85
2017-03-01config: mark an error message up for translationLibravatar Christian Couder1-2/+2
2017-03-01log-tree: factor out fmt_output_email_subject()Libravatar René Scharfe2-20/+21
2017-02-28stash: allow pathspecs in the no verb formLibravatar Thomas Gummerer3-4/+25
2017-02-28stash: use stash_push for no verb formLibravatar Thomas Gummerer3-15/+13
2017-02-28stash: teach 'push' (and 'create_stash') to honor pathspecLibravatar Thomas Gummerer4-12/+153
2017-02-28submodule init: warn about falling back to a local pathLibravatar Stefan Beller2-19/+27
2017-02-28wrapper.c: remove unused gitmkstemps() functionLibravatar Ramsay Jones5-40/+0
2017-02-28wrapper.c: remove unused git_mkstemp() functionLibravatar Ramsay Jones2-20/+0
2017-02-28http: attempt updating base URL only if no errorLibravatar Jonathan Tan3-0/+21
2017-02-28docs/diffcore: unquote "Complete Rewrites" in headersLibravatar Patrick Steinhardt1-4/+4
2017-02-28docs/diffcore: fix grammar in diffcore-rename headerLibravatar Patrick Steinhardt1-1/+1
2017-02-27First batch after 2.12Libravatar Junio C Hamano3-2/+153
2017-02-27Merge branch 'rl/remote-allow-missing-branch-name-merge'Libravatar Junio C Hamano2-1/+22
2017-02-27Merge branch 'km/delete-ref-reflog-message'Libravatar Junio C Hamano18-30/+58
2017-02-27Merge branch 'jk/tempfile-ferror-fclose-confusion'Libravatar Junio C Hamano1-2/+7
2017-02-27Merge branch 'vn/xdiff-func-context'Libravatar Junio C Hamano1-8/+6
2017-02-27Merge branch 'js/git-path-in-subdir'Libravatar Junio C Hamano4-5/+64
2017-02-27Merge branch 'mm/two-more-xstrfmt'Libravatar Junio C Hamano2-11/+9
2017-02-27Merge branch 'nd/clean-preserve-errno-in-warning'Libravatar Junio C Hamano1-4/+12
2017-02-27Merge branch 'jk/show-branch-lift-name-len-limit'Libravatar Junio C Hamano1-29/+13
2017-02-27Merge branch 'jn/remote-helpers-with-git-dir'Libravatar Junio C Hamano4-3/+22
2017-02-27Merge branch 'jk/grep-no-index-fix'Libravatar Junio C Hamano2-27/+121
2017-02-27Merge branch 'dt/gc-ignore-old-gc-logs'Libravatar Junio C Hamano3-7/+71
2017-02-27Merge branch 'jh/preload-index-skip-skip'Libravatar Junio C Hamano1-0/+2
2017-02-27Merge branch 'mh/submodule-hash'Libravatar Junio C Hamano3-112/+134
2017-02-27Merge branch 'sf/putty-w-args'Libravatar Junio C Hamano4-19/+133
2017-02-27Merge branch 'js/rebase-helper'Libravatar Junio C Hamano7-1/+58
2017-02-27Merge branch 'bw/attr'Libravatar Junio C Hamano14-444/+816
2017-02-27Merge branch 'sg/completion'Libravatar Junio C Hamano5-168/+690