summaryrefslogtreecommitdiff
AgeCommit message (Expand)AuthorFilesLines
2016-09-15Merge branch 'js/git-gui-commit-gpgsign'Libravatar Junio C Hamano1-0/+3
2016-09-15Merge branch 'js/sequencer-wo-die'Libravatar Junio C Hamano2-75/+131
2016-09-15Merge branch 'sb/diff-cleanup'Libravatar Junio C Hamano1-21/+10
2016-09-15Merge branch 'jk/fix-remote-curl-url-wo-proto'Libravatar Junio C Hamano2-1/+9
2016-09-15Merge branch 'ah/misc-message-fixes'Libravatar Junio C Hamano5-7/+7
2016-09-15Merge branch 'sy/git-gui-i18n-ja'Libravatar Junio C Hamano1-1309/+1438
2016-09-15Merge branch 'jk/pack-tag-of-tag'Libravatar Junio C Hamano2-30/+95
2016-09-15t/perf/run: copy config.mak.autogen & friends to build areaLibravatar Kirill Smelkov1-1/+7
2016-09-15i18n: update-index: mark warnings for translationLibravatar Vasco Almeida1-6/+6
2016-09-15i18n: show-branch: mark plural strings for translationLibravatar Vasco Almeida1-5/+9
2016-09-15i18n: show-branch: mark error messages for translationLibravatar Vasco Almeida1-8/+8
2016-09-15i18n: receive-pack: mark messages for translationLibravatar Vasco Almeida1-33/+25
2016-09-15notes: spell first word of error messages in lowercaseLibravatar Vasco Almeida2-33/+33
2016-09-15i18n: notes: mark error messages for translationLibravatar Vasco Almeida1-9/+11
2016-09-15i18n: merge-recursive: mark verbose message for translationLibravatar Vasco Almeida1-1/+1
2016-09-15i18n: merge-recursive: mark error messages for translationLibravatar Vasco Almeida1-7/+10
2016-09-15i18n: config: mark error message for translationLibravatar Vasco Almeida1-2/+2
2016-09-15i18n: branch: mark option description for translationLibravatar Vasco Almeida1-1/+1
2016-09-15i18n: blame: mark error messages for translationLibravatar Vasco Almeida2-10/+12
2016-09-15format-patch: show base info before email signatureLibravatar Josh Triplett2-9/+30
2016-09-14xdiff: fix merging of hunks with -W context and -u contextLibravatar René Scharfe2-1/+26
2016-09-14vcs-svn/fast_export: fix timestamp fmt specifiersLibravatar Mike Ralphson1-2/+2
2016-09-13sha1_file: use llist_mergesort() for sorting packsLibravatar René Scharfe1-24/+15
2016-09-13unpack-trees: pass checkout state explicitly to check_updates()Libravatar René Scharfe1-4/+5
2016-09-13checkout: constify parameters of checkout_stage() and checkout_merged()Libravatar René Scharfe1-3/+3
2016-09-13pathspec: remove unnecessary function prototypesLibravatar Brandon Williams1-2/+0
2016-09-13strbuf: use valid pointer in strbuf_remove()Libravatar René Scharfe1-1/+1
2016-09-13t1007: factor out repeated setupLibravatar Jeff King1-24/+8
2016-09-13init: reset cached config when entering new repoLibravatar Jeff King4-0/+50
2016-09-13init: expand comments explaining config trickeryLibravatar Jeff King1-4/+7
2016-09-13config: only read .git/config from configured reposLibravatar Jeff King6-4/+33
2016-09-13test-config: setup git directoryLibravatar Jeff King1-0/+3
2016-09-13t1302: use "git -C"Libravatar Jeff King1-24/+6
2016-09-13pager: handle early configLibravatar Jeff King1-2/+33
2016-09-13pager: use callbacks instead of configsetLibravatar Jeff King1-14/+33
2016-09-13pager: make pager_program a file-local staticLibravatar Jeff King3-2/+1
2016-09-13pager: stop loading git_default_config()Libravatar Jeff King2-4/+8
2016-09-13pager: remove obsolete commentLibravatar Jeff King1-5/+0
2016-09-13diff: always try to set up the repositoryLibravatar Jeff King2-2/+22
2016-09-13diff: handle --no-index prefixes consistentlyLibravatar Jeff King2-0/+21
2016-09-13diff: skip implicit no-index check when given --no-indexLibravatar Jeff King1-12/+13
2016-09-13patch-id: use RUN_SETUP_GENTLYLibravatar Jeff King2-1/+15
2016-09-13hash-object: always try to set up the git repositoryLibravatar Jeff King2-5/+19
2016-09-13http: always remove curl easy from curlm session on releaseLibravatar Eric Wong1-4/+6
2016-09-13http: consolidate #ifdefs for curl_multi_remove_handleLibravatar Eric Wong1-7/+10
2016-09-13http: warn on curl_multi_add_handle failuresLibravatar Eric Wong1-0/+2
2016-09-12Sync with maintLibravatar Junio C Hamano3-446/+402
2016-09-12First batch for 2.11Libravatar Junio C Hamano1-0/+41
2016-09-12Merge branch 'sb/transport-report-missing-submodule-on-stderr'Libravatar Junio C Hamano1-1/+1
2016-09-12Merge branch 'ep/use-git-trace-curl-in-tests'Libravatar Junio C Hamano4-9/+19