Age | Commit message (Expand) | Author | Files | Lines |
2017-09-14 | convert less-trivial versions of "write_in_full() != len" | Jeff King | 1 | -1/+1 |
2017-09-14 | avoid "write_in_full(fd, buf, len) != len" pattern | Jeff King | 1 | -4/+4 |
2017-06-26 | Merge branch 'mh/packed-ref-store-prep' | Junio C Hamano | 1 | -9/+23 |
2017-06-24 | Merge branch 'ab/free-and-null' | Junio C Hamano | 1 | -2/+1 |
2017-06-24 | Merge branch 'bw/config-h' | Junio C Hamano | 1 | -0/+1 |
2017-06-16 | coccinelle: make use of the "type" FREE_AND_NULL() rule | Ævar Arnfjörð Bjarmason | 1 | -2/+1 |
2017-06-15 | config: don't include config.h by default | Brandon Williams | 1 | -0/+1 |
2017-06-12 | lock_packed_refs(): fix cache validity check | Michael Haggerty | 1 | -9/+23 |
2017-05-23 | create_ref_entry(): remove `check_name` option | Michael Haggerty | 1 | -4/+8 |
2017-05-23 | refs_ref_iterator_begin(): handle `GIT_REF_PARANOIA` | Michael Haggerty | 1 | -7/+4 |
2017-05-23 | read_packed_refs(): report unexpected fopen() failures | Michael Haggerty | 1 | -2/+12 |
2017-05-23 | read_packed_refs(): do more of the work of reading packed refs | Michael Haggerty | 1 | -16/+24 |
2017-05-23 | get_packed_ref_cache(): assume "packed-refs" won't change while locked | Michael Haggerty | 1 | -5/+11 |
2017-05-23 | should_pack_ref(): new function, extracted from `files_pack_refs()` | Michael Haggerty | 1 | -14/+28 |
2017-05-23 | ref_update_reject_duplicates(): expose function to whole refs module | Michael Haggerty | 1 | -17/+0 |
2017-05-23 | ref_transaction_prepare(): new optional step for reference updates | Michael Haggerty | 1 | -13/+50 |
2017-05-23 | ref_transaction_commit(): check for valid `transaction->state` | Michael Haggerty | 1 | -3/+0 |
2017-05-23 | files_transaction_cleanup(): new helper function | Michael Haggerty | 1 | -9/+24 |
2017-05-23 | files_ref_store: put the packed files lock directly in this struct | Michael Haggerty | 1 | -18/+11 |
2017-05-23 | files-backend: move `lock` member to `files_ref_store` | Michael Haggerty | 1 | -19/+17 |
2017-05-23 | ref_store: take a `msg` parameter when deleting references | Michael Haggerty | 1 | -2/+2 |
2017-05-23 | refs: use `size_t` indexes when iterating over ref transaction updates | Michael Haggerty | 1 | -2/+4 |
2017-05-23 | files-backend: use `die("BUG: ...")`, not `die("internal error: ...")` | Michael Haggerty | 1 | -4/+4 |
2017-05-23 | Merge branch 'bc/object-id' | Junio C Hamano | 1 | -82/+74 |
2017-05-16 | Merge branch 'js/larger-timestamps' | Junio C Hamano | 1 | -4/+4 |
2017-05-16 | Merge branch 'nd/worktree-kill-parse-ref' | Junio C Hamano | 1 | -44/+0 |
2017-05-08 | object: convert parse_object* to take struct object_id | brian m. carlson | 1 | -1/+1 |
2017-05-08 | refs/files-backend: convert many internals to struct object_id | brian m. carlson | 1 | -69/+57 |
2017-05-08 | refs: convert struct ref_update to use struct object_id | brian m. carlson | 1 | -14/+15 |
2017-05-08 | reflog_expire: convert to struct object_id | brian m. carlson | 1 | -2/+5 |
2017-04-27 | timestamp_t: a new data type for timestamps | Johannes Schindelin | 1 | -2/+2 |
2017-04-26 | Merge branch 'mh/separate-ref-cache' | Junio C Hamano | 1 | -1075/+154 |
2017-04-24 | refs: kill set_worktree_head_symref() | Nguyễn Thái Ngọc Duy | 1 | -44/+0 |
2017-04-23 | Merge branch 'rs/misc-cppcheck-fixes' | Junio C Hamano | 1 | -8/+12 |
2017-04-23 | PRItime: introduce a new "printf format" for timestamps | Johannes Schindelin | 1 | -1/+1 |
2017-04-23 | parse_timestamp(): specify explicitly where we parse timestamps | Johannes Schindelin | 1 | -1/+1 |
2017-04-17 | files_for_each_reflog_ent_reverse(): close stream and free strbuf on error | René Scharfe | 1 | -8/+12 |
2017-04-16 | files_pack_refs(): use reference iteration | Michael Haggerty | 1 | -83/+60 |
2017-04-16 | commit_packed_refs(): use reference iteration | Michael Haggerty | 1 | -21/+17 |
2017-04-16 | cache_ref_iterator_begin(): make function smarter | Michael Haggerty | 1 | -31/+13 |
2017-04-16 | get_loose_ref_cache(): new function | Michael Haggerty | 1 | -2/+7 |
2017-04-16 | get_loose_ref_dir(): function renamed from get_loose_refs() | Michael Haggerty | 1 | -3/+3 |
2017-04-16 | do_for_each_entry_in_dir(): eliminate `offset` argument | Michael Haggerty | 1 | -2/+2 |
2017-04-16 | refs: handle "refs/bisect/" in `loose_fill_ref_dir()` | Michael Haggerty | 1 | -0/+15 |
2017-04-16 | ref-cache: use a callback function to fill the cache | Michael Haggerty | 1 | -4/+6 |
2017-04-16 | refs: record the ref_store in ref_cache, not ref_dir | Michael Haggerty | 1 | -3/+3 |
2017-04-16 | ref-cache: introduce a new type, ref_cache | Michael Haggerty | 1 | -11/+17 |
2017-04-16 | refs: split `ref_cache` code into separate files | Michael Haggerty | 1 | -733/+3 |
2017-04-16 | ref-cache: rename `remove_entry()` to `remove_entry_from_dir()` | Michael Haggerty | 1 | -2/+2 |
2017-04-16 | ref-cache: rename `find_ref()` to `find_ref_entry()` | Michael Haggerty | 1 | -3/+3 |