aboutsummaryrefslogtreecommitdiff
Commit message (Expand)AuthorAge
* Merge branch 'rs/xdiff-merge-overlapping-hunks-for-W-context'Junio C Hamano2016-09-21
|\
| * xdiff: fix merging of hunks with -W context and -u contextRené Scharfe2016-09-14
* | Merge branch 'rs/unpack-trees-reduce-file-scope-global'Junio C Hamano2016-09-21
|\ \
| * | unpack-trees: pass checkout state explicitly to check_updates()René Scharfe2016-09-13
* | | Merge branch 'rs/strbuf-remove-fix'Junio C Hamano2016-09-21
|\ \ \
| * | | strbuf: use valid pointer in strbuf_remove()René Scharfe2016-09-13
* | | | Merge branch 'rs/pack-sort-with-llist-mergesort'Junio C Hamano2016-09-21
|\ \ \ \
| * | | | sha1_file: use llist_mergesort() for sorting packsRené Scharfe2016-09-13
* | | | | Merge branch 'rs/checkout-some-states-are-const'Junio C Hamano2016-09-21
|\ \ \ \ \
| * | | | | checkout: constify parameters of checkout_stage() and checkout_merged()René Scharfe2016-09-13
| | |/ / / | |/| | |
* | | | | Merge branch 'jk/setup-sequence-update'Junio C Hamano2016-09-21
|\ \ \ \ \
| * | | | | t1007: factor out repeated setupJeff King2016-09-13
| * | | | | init: reset cached config when entering new repoJeff King2016-09-13
| * | | | | init: expand comments explaining config trickeryJeff King2016-09-13
| * | | | | config: only read .git/config from configured reposJeff King2016-09-13
| * | | | | test-config: setup git directoryJeff King2016-09-13
| * | | | | t1302: use "git -C"Jeff King2016-09-13
| * | | | | pager: handle early configJeff King2016-09-13
| * | | | | pager: use callbacks instead of configsetJeff King2016-09-13
| * | | | | pager: make pager_program a file-local staticJeff King2016-09-13
| * | | | | pager: stop loading git_default_config()Jeff King2016-09-13
| * | | | | pager: remove obsolete commentJeff King2016-09-13
| * | | | | diff: always try to set up the repositoryJeff King2016-09-13
| * | | | | diff: handle --no-index prefixes consistentlyJeff King2016-09-13
| * | | | | diff: skip implicit no-index check when given --no-indexJeff King2016-09-13
| * | | | | patch-id: use RUN_SETUP_GENTLYJeff King2016-09-13
| * | | | | hash-object: always try to set up the git repositoryJeff King2016-09-13
| |/ / / /
* | | | | Merge branch 'ew/http-do-not-forget-to-call-curl-multi-remove-handle'Junio C Hamano2016-09-21
|\ \ \ \ \
| * | | | | http: always remove curl easy from curlm session on releaseEric Wong2016-09-13
| * | | | | http: consolidate #ifdefs for curl_multi_remove_handleEric Wong2016-09-13
| * | | | | http: warn on curl_multi_add_handle failuresEric Wong2016-09-13
* | | | | | Merge branch 'bw/pathspec-remove-unused-extern-decl'Junio C Hamano2016-09-21
|\ \ \ \ \ \
| * | | | | | pathspec: remove unnecessary function prototypesBrandon Williams2016-09-13
| | |/ / / / | |/| | | |
* | | | | | Merge branch 'ks/pack-objects-bitmap'Junio C Hamano2016-09-21
|\ \ \ \ \ \
| * | | | | | pack-objects: use reachability bitmap index when generating non-stdout packKirill Smelkov2016-09-12
| * | | | | | pack-objects: respect --local/--honor-pack-keep/--incremental when bitmap is ...Kirill Smelkov2016-09-12
* | | | | | | Merge branch 'jk/patch-ids-no-merges'Junio C Hamano2016-09-21
|\ \ \ \ \ \ \
| * | | | | | | patch-ids: refuse to compute patch-id for merge commitJeff King2016-09-12
| * | | | | | | patch-ids: turn off rename detectionJeff King2016-09-09
* | | | | | | | Merge branch 'jk/delta-base-cache'Junio C Hamano2016-09-21
|\ \ \ \ \ \ \ \
| * | | | | | | | add_delta_base_cache: use list_for_each_safeJeff King2016-09-12
* | | | | | | | | Merge branch 'et/add-chmod-x'Junio C Hamano2016-09-21
|\ \ \ \ \ \ \ \ \
| * | | | | | | | | add: document the chmod optionThomas Gummerer2016-09-12
* | | | | | | | | | Merge branch 'js/cat-file-filters'Junio C Hamano2016-09-21
|\ \ \ \ \ \ \ \ \ \
| * | | | | | | | | | cat-file: support --textconv/--filters in batch modeJohannes Schindelin2016-09-11
| * | | | | | | | | | cat-file --textconv/--filters: allow specifying the path separatelyJohannes Schindelin2016-09-11
| * | | | | | | | | | cat-file: introduce the --filters optionJohannes Schindelin2016-09-11
| * | | | | | | | | | cat-file: fix a grammo in the man pageJohannes Schindelin2016-08-24
* | | | | | | | | | | Merge branch 'jt/accept-capability-advertisement-when-fetching-from-void'Junio C Hamano2016-09-21
|\ \ \ \ \ \ \ \ \ \ \
| * | | | | | | | | | | connect: advertized capability is not a refJonathan Tan2016-09-09