summaryrefslogtreecommitdiff
Commit message (Expand)AuthorAgeFilesLines
...
* | | | | | | | | | Merge branch 'jk/setup-sequence-update'Junio C Hamano2016-09-2116-99/+268
|\ \ \ \ \ \ \ \ \ \
| * | | | | | | | | | t1007: factor out repeated setupjk/setup-sequence-updateJeff King2016-09-131-24/+8
| * | | | | | | | | | init: reset cached config when entering new repoJeff King2016-09-134-0/+50
| * | | | | | | | | | init: expand comments explaining config trickeryJeff King2016-09-131-4/+7
| * | | | | | | | | | config: only read .git/config from configured reposJeff King2016-09-136-4/+33
| * | | | | | | | | | test-config: setup git directoryJeff King2016-09-131-0/+3
| * | | | | | | | | | t1302: use "git -C"Jeff King2016-09-131-24/+6
| * | | | | | | | | | pager: handle early configJeff King2016-09-131-2/+33
| * | | | | | | | | | pager: use callbacks instead of configsetJeff King2016-09-131-14/+33
| * | | | | | | | | | pager: make pager_program a file-local staticJeff King2016-09-133-2/+1
| * | | | | | | | | | pager: stop loading git_default_config()Jeff King2016-09-132-4/+8
| * | | | | | | | | | pager: remove obsolete commentJeff King2016-09-131-5/+0
| * | | | | | | | | | diff: always try to set up the repositoryJeff King2016-09-132-2/+22
| * | | | | | | | | | diff: handle --no-index prefixes consistentlyJeff King2016-09-132-0/+21
| * | | | | | | | | | diff: skip implicit no-index check when given --no-indexJeff King2016-09-131-12/+13
| * | | | | | | | | | patch-id: use RUN_SETUP_GENTLYJeff King2016-09-132-1/+15
| * | | | | | | | | | hash-object: always try to set up the git repositoryJeff King2016-09-132-5/+19
| |/ / / / / / / / /
* | | | | | | | | | Merge branch 'ew/http-do-not-forget-to-call-curl-multi-remove-handle'Junio C Hamano2016-09-211-11/+18
|\ \ \ \ \ \ \ \ \ \
| * | | | | | | | | | http: always remove curl easy from curlm session on releaseew/http-do-not-forget-to-call-curl-multi-remove-handleEric Wong2016-09-131-4/+6
| * | | | | | | | | | http: consolidate #ifdefs for curl_multi_remove_handleEric Wong2016-09-131-7/+10
| * | | | | | | | | | http: warn on curl_multi_add_handle failuresEric Wong2016-09-131-0/+2
* | | | | | | | | | | Merge branch 'bw/pathspec-remove-unused-extern-decl'Junio C Hamano2016-09-211-2/+0
|\ \ \ \ \ \ \ \ \ \ \
| * | | | | | | | | | | pathspec: remove unnecessary function prototypesbw/pathspec-remove-unused-extern-declBrandon Williams2016-09-131-2/+0
| | |/ / / / / / / / / | |/| | | | | | | | |
* | | | | | | | | | | Merge branch 'ks/pack-objects-bitmap'Junio C Hamano2016-09-213-41/+205
|\ \ \ \ \ \ \ \ \ \ \
| * | | | | | | | | | | pack-objects: use reachability bitmap index when generating non-stdout packks/pack-objects-bitmapKirill Smelkov2016-09-123-8/+49
| * | | | | | | | | | | pack-objects: respect --local/--honor-pack-keep/--incremental when bitmap is ...Kirill Smelkov2016-09-122-33/+156
* | | | | | | | | | | | Merge branch 'jk/patch-ids-no-merges'Junio C Hamano2016-09-211-0/+16
|\ \ \ \ \ \ \ \ \ \ \ \
| * | | | | | | | | | | | patch-ids: refuse to compute patch-id for merge commitjk/patch-ids-no-mergesJeff King2016-09-121-0/+15
| * | | | | | | | | | | | patch-ids: turn off rename detectionJeff King2016-09-091-0/+1
| | |_|_|_|_|_|_|_|/ / / | |/| | | | | | | | | |
* | | | | | | | | | | | Merge branch 'jk/delta-base-cache'Junio C Hamano2016-09-211-2/+2
|\ \ \ \ \ \ \ \ \ \ \ \
| * | | | | | | | | | | | add_delta_base_cache: use list_for_each_safejk/delta-base-cacheJeff King2016-09-121-2/+2
* | | | | | | | | | | | | Merge branch 'et/add-chmod-x'Junio C Hamano2016-09-211-1/+6
|\ \ \ \ \ \ \ \ \ \ \ \ \
| * | | | | | | | | | | | | add: document the chmod optionet/add-chmod-xThomas Gummerer2016-09-121-1/+6
* | | | | | | | | | | | | | Merge branch 'js/cat-file-filters'Junio C Hamano2016-09-213-18/+190
|\ \ \ \ \ \ \ \ \ \ \ \ \ \
| * | | | | | | | | | | | | | cat-file: support --textconv/--filters in batch modejs/cat-file-filtersJohannes Schindelin2016-09-113-10/+67
| * | | | | | | | | | | | | | cat-file --textconv/--filters: allow specifying the path separatelyJohannes Schindelin2016-09-113-6/+47
| * | | | | | | | | | | | | | cat-file: introduce the --filters optionJohannes Schindelin2016-09-113-4/+78
| * | | | | | | | | | | | | | cat-file: fix a grammo in the man pageJohannes Schindelin2016-08-241-2/+3
* | | | | | | | | | | | | | | Merge branch 'jt/accept-capability-advertisement-when-fetching-from-void'Junio C Hamano2016-09-214-10/+70
|\ \ \ \ \ \ \ \ \ \ \ \ \ \ \
| * | | | | | | | | | | | | | | connect: advertized capability is not a refjt/accept-capability-advertisement-when-fetching-from-voidJonathan Tan2016-09-092-0/+54
| * | | | | | | | | | | | | | | connect: tighten check for unexpected early hang upJonathan Nieder2016-09-091-6/+12
| * | | | | | | | | | | | | | | tests: move test_lazy_prereq JGIT to test-lib.shJonathan Tan2016-09-092-4/+4
* | | | | | | | | | | | | | | | Sync with maintJunio C Hamano2016-09-191-0/+33
|\ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \
| * | | | | | | | | | | | | | | | Start preparing for 2.10.1Junio C Hamano2016-09-192-1/+34
| * | | | | | | | | | | | | | | | Merge branch 'sb/diff-cleanup' into maintJunio C Hamano2016-09-191-21/+10
| |\ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \
| * \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ Merge branch 'ah/misc-message-fixes' into maintJunio C Hamano2016-09-195-7/+7
| |\ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \
| * \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ Merge branch 'sb/transport-report-missing-submodule-on-stderr' into maintJunio C Hamano2016-09-191-1/+1
| |\ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \
| * \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ Merge branch 'sb/xdiff-remove-unused-static-decl' into maintJunio C Hamano2016-09-191-9/+0
| |\ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \
| * \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ Merge branch 'js/t9903-chaining' into maintJunio C Hamano2016-09-191-1/+1
| |\ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \
| * \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ Merge branch 'rs/hex2chr' into maintJunio C Hamano2016-09-196-78/+21
| |\ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \