Commit message (Expand) | Author | Age | ||
---|---|---|---|---|
... | ||||
| * | | | | | | | | | | config: only read .git/config from configured repos | Jeff King | 2016-09-13 | |
| * | | | | | | | | | | test-config: setup git directory | Jeff King | 2016-09-13 | |
| * | | | | | | | | | | t1302: use "git -C" | Jeff King | 2016-09-13 | |
| * | | | | | | | | | | pager: handle early config | Jeff King | 2016-09-13 | |
| * | | | | | | | | | | pager: use callbacks instead of configset | Jeff King | 2016-09-13 | |
| * | | | | | | | | | | pager: make pager_program a file-local static | Jeff King | 2016-09-13 | |
| * | | | | | | | | | | pager: stop loading git_default_config() | Jeff King | 2016-09-13 | |
| * | | | | | | | | | | pager: remove obsolete comment | Jeff King | 2016-09-13 | |
| * | | | | | | | | | | diff: always try to set up the repository | Jeff King | 2016-09-13 | |
| * | | | | | | | | | | diff: handle --no-index prefixes consistently | Jeff King | 2016-09-13 | |
| * | | | | | | | | | | diff: skip implicit no-index check when given --no-index | Jeff King | 2016-09-13 | |
| * | | | | | | | | | | patch-id: use RUN_SETUP_GENTLY | Jeff King | 2016-09-13 | |
| * | | | | | | | | | | hash-object: always try to set up the git repository | Jeff King | 2016-09-13 | |
| |/ / / / / / / / / | ||||
* | | | | | | | | | | Merge branch 'ew/http-do-not-forget-to-call-curl-multi-remove-handle' | Junio C Hamano | 2016-09-21 | |
|\ \ \ \ \ \ \ \ \ \ | ||||
| * | | | | | | | | | | http: always remove curl easy from curlm session on release | Eric Wong | 2016-09-13 | |
| * | | | | | | | | | | http: consolidate #ifdefs for curl_multi_remove_handle | Eric Wong | 2016-09-13 | |
| * | | | | | | | | | | http: warn on curl_multi_add_handle failures | Eric Wong | 2016-09-13 | |
* | | | | | | | | | | | Merge branch 'bw/pathspec-remove-unused-extern-decl' | Junio C Hamano | 2016-09-21 | |
|\ \ \ \ \ \ \ \ \ \ \ | ||||
| * | | | | | | | | | | | pathspec: remove unnecessary function prototypes | Brandon Williams | 2016-09-13 | |
| | |/ / / / / / / / / | |/| | | | | | | | | | ||||
* | | | | | | | | | | | Merge branch 'ks/pack-objects-bitmap' | Junio C Hamano | 2016-09-21 | |
|\ \ \ \ \ \ \ \ \ \ \ | ||||
| * | | | | | | | | | | | pack-objects: use reachability bitmap index when generating non-stdout pack | Kirill Smelkov | 2016-09-12 | |
| * | | | | | | | | | | | pack-objects: respect --local/--honor-pack-keep/--incremental when bitmap is ... | Kirill Smelkov | 2016-09-12 | |
* | | | | | | | | | | | | Merge branch 'jk/patch-ids-no-merges' | Junio C Hamano | 2016-09-21 | |
|\ \ \ \ \ \ \ \ \ \ \ \ | ||||
| * | | | | | | | | | | | | patch-ids: refuse to compute patch-id for merge commit | Jeff King | 2016-09-12 | |
| * | | | | | | | | | | | | patch-ids: turn off rename detection | Jeff King | 2016-09-09 | |
| | |_|_|_|_|_|_|_|/ / / | |/| | | | | | | | | | | ||||
* | | | | | | | | | | | | Merge branch 'jk/delta-base-cache' | Junio C Hamano | 2016-09-21 | |
|\ \ \ \ \ \ \ \ \ \ \ \ | ||||
| * | | | | | | | | | | | | add_delta_base_cache: use list_for_each_safe | Jeff King | 2016-09-12 | |
* | | | | | | | | | | | | | Merge branch 'et/add-chmod-x' | Junio C Hamano | 2016-09-21 | |
|\ \ \ \ \ \ \ \ \ \ \ \ \ | ||||
| * | | | | | | | | | | | | | add: document the chmod option | Thomas Gummerer | 2016-09-12 | |
* | | | | | | | | | | | | | | Merge branch 'js/cat-file-filters' | Junio C Hamano | 2016-09-21 | |
|\ \ \ \ \ \ \ \ \ \ \ \ \ \ | ||||
| * | | | | | | | | | | | | | | cat-file: support --textconv/--filters in batch mode | Johannes Schindelin | 2016-09-11 | |
| * | | | | | | | | | | | | | | cat-file --textconv/--filters: allow specifying the path separately | Johannes Schindelin | 2016-09-11 | |
| * | | | | | | | | | | | | | | cat-file: introduce the --filters option | Johannes Schindelin | 2016-09-11 | |
| * | | | | | | | | | | | | | | cat-file: fix a grammo in the man page | Johannes Schindelin | 2016-08-24 | |
* | | | | | | | | | | | | | | | Merge branch 'jt/accept-capability-advertisement-when-fetching-from-void' | Junio C Hamano | 2016-09-21 | |
|\ \ \ \ \ \ \ \ \ \ \ \ \ \ \ | ||||
| * | | | | | | | | | | | | | | | connect: advertized capability is not a ref | Jonathan Tan | 2016-09-09 | |
| * | | | | | | | | | | | | | | | connect: tighten check for unexpected early hang up | Jonathan Nieder | 2016-09-09 | |
| * | | | | | | | | | | | | | | | tests: move test_lazy_prereq JGIT to test-lib.sh | Jonathan Tan | 2016-09-09 | |
* | | | | | | | | | | | | | | | | Sync with maint | Junio C Hamano | 2016-09-19 | |
|\ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ | ||||
| * | | | | | | | | | | | | | | | | Start preparing for 2.10.1 | Junio C Hamano | 2016-09-19 | |
| * | | | | | | | | | | | | | | | | Merge branch 'sb/diff-cleanup' into maint | Junio C Hamano | 2016-09-19 | |
| |\ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ | ||||
| * \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ | Merge branch 'ah/misc-message-fixes' into maint | Junio C Hamano | 2016-09-19 | |
| |\ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ | ||||
| * \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ | Merge branch 'sb/transport-report-missing-submodule-on-stderr' into maint | Junio C Hamano | 2016-09-19 | |
| |\ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ | ||||
| * \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ | Merge branch 'sb/xdiff-remove-unused-static-decl' into maint | Junio C Hamano | 2016-09-19 | |
| |\ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ | ||||
| * \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ | Merge branch 'js/t9903-chaining' into maint | Junio C Hamano | 2016-09-19 | |
| |\ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ | ||||
| * \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ | Merge branch 'rs/hex2chr' into maint | Junio C Hamano | 2016-09-19 | |
| |\ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ | ||||
| * \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ | Merge branch 'rs/compat-strdup' into maint | Junio C Hamano | 2016-09-19 | |
| |\ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ | ||||
| * \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ | Merge branch 'jk/squelch-false-warning-from-gcc-o3' into maint | Junio C Hamano | 2016-09-19 | |
| |\ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ | ||||
| * \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ | Merge branch 'ep/use-git-trace-curl-in-tests' into maint | Junio C Hamano | 2016-09-19 | |
| |\ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ | ||||
| * \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ | Merge branch 'js/t6026-clean-up' into maint | Junio C Hamano | 2016-09-19 | |
| |\ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ |