| Commit message (Expand) | Author | Age |
* | files-backend: make sure files_rename_ref() always reach the end | Nguyễn Thái Ngọc Duy | 2017-03-27 |
* | files-backend: add and use files_packed_refs_path() | Nguyễn Thái Ngọc Duy | 2017-03-27 |
* | files-backend: delete dead code in files_init_db() | Nguyễn Thái Ngọc Duy | 2017-03-27 |
* | files-backend.c: delete dead code in files_ref_iterator_begin() | Nguyễn Thái Ngọc Duy | 2017-03-27 |
* | files-backend: make files_log_ref_write() static | Nguyễn Thái Ngọc Duy | 2017-03-27 |
* | refs.h: add forward declaration for structs used in this file | Nguyễn Thái Ngọc Duy | 2017-03-18 |
* | Fifth batch for 2.13 | Junio C Hamano | 2017-03-17 |
* | Merge branch 'jk/cherry-pick-0-mainline' | Junio C Hamano | 2017-03-17 |
|\ |
|
| * | cherry-pick: detect bogus arguments to --mainline | Jeff King | 2017-03-15 |
* | | Merge branch 'js/early-config' | Junio C Hamano | 2017-03-17 |
|\ \ |
|
| * | | setup.c: mention unresolved problems | Johannes Schindelin | 2017-03-14 |
| * | | t1309: document cases where we would want early config not to die() | Johannes Schindelin | 2017-03-14 |
| * | | setup_git_directory_gently_1(): avoid die()ing | Johannes Schindelin | 2017-03-14 |
| * | | t1309: test read_early_config() | Johannes Schindelin | 2017-03-14 |
| * | | read_early_config(): really discover .git/ | Johannes Schindelin | 2017-03-14 |
| * | | read_early_config(): avoid .git/config hack when unneeded | Johannes Schindelin | 2017-03-14 |
| * | | setup: make read_early_config() reusable | Johannes Schindelin | 2017-03-14 |
| * | | setup: introduce the discover_git_directory() function | Johannes Schindelin | 2017-03-14 |
| * | | setup_git_directory_1(): avoid changing global state | Johannes Schindelin | 2017-03-14 |
| * | | setup: prepare setup_discovered_git_dir() for the root directory | Johannes Schindelin | 2017-03-14 |
| * | | setup_git_directory(): use is_dir_sep() helper | Johannes Schindelin | 2017-03-07 |
| * | | t7006: replace dubious test | Johannes Schindelin | 2017-03-03 |
* | | | Merge branch 'bc/sha1-header-selection-with-cpp-macros' | Junio C Hamano | 2017-03-17 |
|\ \ \ |
|
| * | | | hash.h: move SHA-1 implementation selection into a header file | brian m. carlson | 2017-03-15 |
| |/ / |
|
* | | | Merge branch 'mg/status-porcelain-no-i18n' | Junio C Hamano | 2017-03-17 |
|\ \ \ |
|
| * | | | git-status: make porcelain more robust | Michael J Gruber | 2017-03-14 |
| | |/
| |/| |
|
* | | | Merge branch 'jk/add-i-use-pathspecs' | Junio C Hamano | 2017-03-17 |
|\ \ \ |
|
| * | | | add--interactive: do not expand pathspecs with ls-files | Jeff King | 2017-03-14 |
| | |/
| |/| |
|
* | | | Merge branch 'jk/http-walker-buffer-underflow-fix' | Junio C Hamano | 2017-03-17 |
|\ \ \ |
|
| * | | | http-walker: fix buffer underflow processing remote alternates | Jeff King | 2017-03-13 |
| |/ / |
|
* | | | Merge branch 'bw/attr-pathspec' | Junio C Hamano | 2017-03-17 |
|\ \ \ |
|
| * | | | pathspec: allow escaped query values | Brandon Williams | 2017-03-13 |
| * | | | pathspec: allow querying for attributes | Brandon Williams | 2017-03-13 |
* | | | | Merge branch 'jk/ref-filter-flags-cleanup' | Junio C Hamano | 2017-03-17 |
|\ \ \ \ |
|
| * | | | | ref-filter: use separate cache for contains_tag_algo | Jeff King | 2017-03-10 |
| * | | | | ref-filter: die on parse_commit errors | Jeff King | 2017-03-10 |
| * | | | | ref-filter: use contains_result enum consistently | Jeff King | 2017-03-10 |
| * | | | | ref-filter: move ref_cbdata definition into ref-filter.c | Jeff King | 2017-03-10 |
* | | | | | Merge branch 'sb/rev-parse-show-superproject-root' | Junio C Hamano | 2017-03-17 |
|\ \ \ \ \ |
|
| * | | | | | rev-parse: add --show-superproject-working-tree | Stefan Beller | 2017-03-08 |
| |/ / / / |
|
* | | | | | Merge branch 'bc/object-id' | Junio C Hamano | 2017-03-17 |
|\ \ \ \ \ |
|
| * | | | | | wt-status: convert to struct object_id | brian m. carlson | 2017-02-22 |
| * | | | | | builtin/merge-base: convert to struct object_id | brian m. carlson | 2017-02-22 |
| * | | | | | Convert object iteration callbacks to struct object_id | brian m. carlson | 2017-02-22 |
| * | | | | | sha1_file: introduce an nth_packed_object_oid function | brian m. carlson | 2017-02-22 |
| * | | | | | refs: simplify parsing of reflog entries | brian m. carlson | 2017-02-22 |
| * | | | | | refs: convert each_reflog_ent_fn to struct object_id | brian m. carlson | 2017-02-22 |
| * | | | | | reflog-walk: convert struct reflog_info to struct object_id | brian m. carlson | 2017-02-22 |
| * | | | | | builtin/replace: convert to struct object_id | brian m. carlson | 2017-02-22 |
| * | | | | | Convert remaining callers of resolve_refdup to object_id | brian m. carlson | 2017-02-22 |