| Commit message (Expand) | Author | Age |
* | Merge branch 'cc/ref-is-hidden-microcleanup' into maint | Junio C Hamano | 2017-08-23 |
|\ |
|
| * | refs: use skip_prefix() in ref_is_hidden() | Christian Couder | 2017-07-24 |
| * | Merge branch 'jk/interpret-branch-name' into maint | Junio C Hamano | 2017-03-28 |
| |\ |
|
| * \ | Merge branch 'jk/parse-config-key-cleanup' into maint | Junio C Hamano | 2017-03-28 |
| |\ \ |
|
* | \ \ | Merge branch 'sb/hashmap-customize-comparison' | Junio C Hamano | 2017-07-13 |
|\ \ \ \ |
|
| * | | | | hashmap.h: compare function has access to a data field | Stefan Beller | 2017-06-30 |
* | | | | | Merge branch 'ab/wildmatch' | Junio C Hamano | 2017-07-10 |
|\ \ \ \ \
| |/ / / /
|/| | | | |
|
| * | | | | wildmatch: remove unused wildopts parameter | Ævar Arnfjörð Bjarmason | 2017-06-23 |
* | | | | | Merge branch 'mh/packed-ref-store-prep' | Junio C Hamano | 2017-06-26 |
|\ \ \ \ \ |
|
| * | | | | | for_each_bisect_ref(): don't trim refnames | Michael Haggerty | 2017-06-18 |
| |/ / / / |
|
* | | | | | Merge branch 'bw/config-h' | Junio C Hamano | 2017-06-24 |
|\ \ \ \ \
| |/ / / /
|/| | | | |
|
| * | | | | config: don't include config.h by default | Brandon Williams | 2017-06-15 |
* | | | | | refs_ref_iterator_begin(): handle `GIT_REF_PARANOIA` | Michael Haggerty | 2017-05-23 |
* | | | | | ref_update_reject_duplicates(): add a sanity check | Michael Haggerty | 2017-05-23 |
* | | | | | ref_update_reject_duplicates(): use `size_t` rather than `int` | Michael Haggerty | 2017-05-23 |
* | | | | | ref_update_reject_duplicates(): expose function to whole refs module | Michael Haggerty | 2017-05-23 |
* | | | | | ref_transaction_prepare(): new optional step for reference updates | Michael Haggerty | 2017-05-23 |
* | | | | | ref_transaction_commit(): check for valid `transaction->state` | Michael Haggerty | 2017-05-23 |
* | | | | | ref_store: take a `msg` parameter when deleting references | Michael Haggerty | 2017-05-23 |
* | | | | | refs: use `size_t` indexes when iterating over ref transaction updates | Michael Haggerty | 2017-05-23 |
* | | | | | refs_ref_iterator_begin(): don't check prefixes redundantly | Michael Haggerty | 2017-05-23 |
* | | | | | Merge branch 'bc/object-id' | Junio C Hamano | 2017-05-23 |
|\ \ \ \ \ |
|
| * | | | | | refs: convert struct ref_update to use struct object_id | brian m. carlson | 2017-05-08 |
| |/ / / / |
|
* | | | | | Merge branch 'js/larger-timestamps' | Junio C Hamano | 2017-05-16 |
|\ \ \ \ \ |
|
| * | | | | | timestamp_t: a new data type for timestamps | Johannes Schindelin | 2017-04-27 |
* | | | | | | Merge branch 'nd/worktree-kill-parse-ref' | Junio C Hamano | 2017-05-16 |
|\ \ \ \ \ \
| |_|/ / / /
|/| | | | | |
|
| * | | | | | refs: introduce get_worktree_ref_store() | Nguyễn Thái Ngọc Duy | 2017-04-24 |
| * | | | | | refs: add REFS_STORE_ALL_CAPS | Nguyễn Thái Ngọc Duy | 2017-04-24 |
| * | | | | | refs.c: make submodule ref store hashmap generic | Nguyễn Thái Ngọc Duy | 2017-04-16 |
* | | | | | | Merge branch 'mh/separate-ref-cache' | Junio C Hamano | 2017-04-26 |
|\ \ \ \ \ \ |
|
| * | | | | | | refs_verify_refname_available(): implement once for all backends | Michael Haggerty | 2017-04-16 |
| * | | | | | | refs_ref_iterator_begin(): new function | Michael Haggerty | 2017-04-14 |
| * | | | | | | refs_read_raw_ref(): new function | Michael Haggerty | 2017-04-14 |
| |/ / / / / |
|
* | | | | | | Merge branch 'jk/quarantine-received-objects' | Junio C Hamano | 2017-04-23 |
|\ \ \ \ \ \
| |_|/ / / /
|/| | | | | |
|
| * | | | | | refs: reject ref updates while GIT_QUARANTINE_PATH is set | Jeff King | 2017-04-16 |
* | | | | | | Merge branch 'nd/files-backend-git-dir' | Junio C Hamano | 2017-04-19 |
|\ \ \ \ \ \
| | |/ / / /
| |/| | | | |
|
| * | | | | | refs: delete pack_refs() in favor of refs_pack_refs() | Nguyễn Thái Ngọc Duy | 2017-04-14 |
| * | | | | | refs: new transaction related ref-store api | Nguyễn Thái Ngọc Duy | 2017-04-14 |
| * | | | | | refs: add new ref-store api | Nguyễn Thái Ngọc Duy | 2017-04-14 |
| * | | | | | refs: rename get_ref_store() to get_submodule_ref_store() and make it public | Nguyễn Thái Ngọc Duy | 2017-04-14 |
| * | | | | | files-backend: replace submodule_allowed check in files_downcast() | Nguyễn Thái Ngọc Duy | 2017-04-14 |
| * | | | | | refs: move submodule code out of files-backend.c | Nguyễn Thái Ngọc Duy | 2017-03-27 |
| * | | | | | refs.c: make get_main_ref_store() public and use it | Nguyễn Thái Ngọc Duy | 2017-03-27 |
| * | | | | | refs.c: kill register_ref_store(), add register_submodule_ref_store() | Nguyễn Thái Ngọc Duy | 2017-03-27 |
| * | | | | | refs.c: flatten get_ref_store() a bit | Nguyễn Thái Ngọc Duy | 2017-03-27 |
| * | | | | | refs: rename lookup_ref_store() to lookup_submodule_ref_store() | Nguyễn Thái Ngọc Duy | 2017-03-27 |
| * | | | | | refs.c: introduce get_main_ref_store() | Nguyễn Thái Ngọc Duy | 2017-03-27 |
* | | | | | | avoid using mksnpath for refs | Jeff King | 2017-03-30 |
* | | | | | | Merge branch 'sg/skip-prefix-in-prettify-refname' | Junio C Hamano | 2017-03-28 |
|\ \ \ \ \ \
| |/ / / / /
|/| | | | | |
|
| * | | | | | refs.c: use skip_prefix() in prettify_refname() | SZEDER Gábor | 2017-03-23 |