summaryrefslogtreecommitdiff
AgeCommit message (Expand)AuthorFilesLines
2017-03-03t/perf: export variable used in other blocksLibravatar Jonathan Tan1-1/+2
2017-03-02Documentation: improve description for core.quotePathLibravatar Andreas Heiduk9-39/+48
2017-03-02fetch-pack: add specific error for fetching an unadvertised objectLibravatar Matt McCutchen3-18/+35
2017-03-02fetch_refs_via_pack: call report_unmatched_refsLibravatar Matt McCutchen2-6/+11
2017-03-02fetch-pack: move code to report unmatched refs to a functionLibravatar Matt McCutchen4-9/+23
2017-03-02checkout: restrict @-expansions when finding branchLibravatar Jeff King2-1/+11
2017-03-02strbuf_check_ref_format(): expand only local branchesLibravatar Jeff King2-3/+3
2017-03-02branch: restrict @-expansions when deletingLibravatar Jeff King2-4/+7
2017-03-02t3204: test git-branch @-expansion corner casesLibravatar Jeff King1-0/+123
2017-03-02interpret_branch_name: allow callers to restrict expansionsLibravatar Jeff King8-28/+69
2017-03-02strbuf_branchname: add docstringLibravatar Jeff King1-0/+15
2017-03-02strbuf_branchname: drop return valueLibravatar Jeff King2-5/+2
2017-03-02interpret_branch_name: move docstring to header fileLibravatar Jeff King2-21/+21
2017-03-02interpret_branch_name(): handle auto-namelen for @{-1}Libravatar Jeff King2-1/+10
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