Age | Commit message (Expand) | Author | Files | Lines |
2018-10-16 | Merge branch 'rj/header-check' | Junio C Hamano | 3 | -0/+9 |
2018-10-16 | Merge branch 'tq/refs-internal-comment-fix' | Junio C Hamano | 1 | -1/+1 |
2018-10-16 | Merge branch 'ds/commit-graph-with-grafts' | Junio C Hamano | 2 | -5/+6 |
2018-09-20 | refs/refs-internal.h: add missing declarations (hdr-check) | Ramsay Jones | 1 | -0/+4 |
2018-09-20 | refs/packed-backend.h: add missing declaration (hdr-check) | Ramsay Jones | 1 | -0/+2 |
2018-09-20 | refs/ref-cache.h: add missing declarations (hdr-check) | Ramsay Jones | 1 | -0/+3 |
2018-09-17 | refs: docstring typo | Tao Qingyun | 1 | -1/+1 |
2018-08-29 | convert "oidcmp() != 0" to "!oideq()" | Jeff King | 3 | -3/+3 |
2018-08-29 | convert "oidcmp() == 0" to oideq() | Jeff King | 1 | -2/+2 |
2018-08-21 | refs.c: migrate internal ref iteration to pass thru repository argument | Stefan Beller | 2 | -5/+6 |
2018-08-15 | Merge branch 'jk/size-t' | Junio C Hamano | 1 | -1/+1 |
2018-08-02 | Merge branch 'sb/object-store-lookup' | Junio C Hamano | 1 | -1/+1 |
2018-08-02 | Merge branch 'bc/object-id' | Junio C Hamano | 1 | -2/+2 |
2018-07-24 | Merge branch 'bp/log-ref-write-fd-with-strbuf' | Junio C Hamano | 2 | -23/+13 |
2018-07-24 | Merge branch 'bb/pedantic' | Junio C Hamano | 1 | -0/+2 |
2018-07-24 | pass st.st_size as hint for strbuf_readlink() | Jeff King | 1 | -1/+1 |
2018-07-16 | refs/files-backend: use the_hash_algo for writing refs | brian m. carlson | 1 | -2/+2 |
2018-07-10 | convert log_ref_write_fd() to use strbuf | Ben Peart | 2 | -23/+13 |
2018-07-09 | fixup! refs/refs-internal.h: avoid forward declaration of an enum | Junio C Hamano | 1 | -1/+1 |
2018-07-09 | refs/refs-internal.h: avoid forward declaration of an enum | Beat Bolli | 1 | -0/+2 |
2018-06-29 | object: add repository argument to parse_object | Stefan Beller | 1 | -1/+1 |
2018-06-01 | refs/packed-backend.c: close fd of empty file | Stefan Beller | 1 | -0/+1 |
2018-05-30 | Merge branch 'js/use-bug-macro' | Junio C Hamano | 4 | -22/+22 |
2018-05-30 | Merge branch 'ma/lockfile-cleanup' | Junio C Hamano | 1 | -1/+1 |
2018-05-10 | lock_file: make function-local locks non-static | Martin Ågren | 1 | -1/+1 |
2018-05-08 | Merge branch 'sb/object-store-replace' | Junio C Hamano | 1 | -4/+0 |
2018-05-06 | Replace all die("BUG: ...") calls by BUG() ones | Johannes Schindelin | 4 | -22/+22 |
2018-04-12 | refs: store the main ref store inside the repository struct | Stefan Beller | 1 | -4/+0 |
2018-03-30 | refs: use chdir_notify to update cached relative paths | Jeff King | 2 | -0/+9 |
2018-02-15 | Merge branch 'kg/packed-ref-cache-fix' | Junio C Hamano | 1 | -51/+55 |
2018-02-13 | Merge branch 'sg/cocci-move-array' | Junio C Hamano | 1 | -4/+2 |
2018-02-13 | Merge branch 'mr/packed-ref-store-fix' | Junio C Hamano | 1 | -2/+1 |
2018-01-24 | packed_ref_cache: don't use mmap() for small files | Kim Gybels | 1 | -1/+3 |
2018-01-24 | load_contents(): don't try to mmap an empty file | Michael Haggerty | 1 | -7/+6 |
2018-01-24 | packed_ref_iterator_begin(): make optimization more general | Michael Haggerty | 1 | -6/+6 |
2018-01-24 | find_reference_location(): make function safe for empty snapshots | Michael Haggerty | 1 | -4/+6 |
2018-01-24 | create_snapshot(): use `xmemdupz()` rather than a strbuf | Michael Haggerty | 1 | -5/+4 |
2018-01-24 | struct snapshot: store `start` rather than `header_len` | Michael Haggerty | 1 | -31/+33 |
2018-01-22 | Use MOVE_ARRAY | SZEDER Gábor | 1 | -4/+2 |
2018-01-19 | files_initial_transaction_commit(): only unlock if locked | Mathias Rav | 1 | -2/+1 |
2017-12-06 | Merge branch 'mh/avoid-rewriting-packed-refs' into maint | Junio C Hamano | 3 | -1/+120 |
2017-11-15 | Merge branch 'mh/tidy-ref-update-flags' | Junio C Hamano | 4 | -108/+127 |
2017-11-15 | Merge branch 'mh/avoid-rewriting-packed-refs' | Junio C Hamano | 3 | -1/+120 |
2017-11-06 | Merge branch 'bc/object-id' | Junio C Hamano | 4 | -74/+72 |
2017-11-06 | refs: update some more docs to use "oid" rather than "sha1" | Michael Haggerty | 4 | -22/+21 |
2017-11-06 | write_packed_entry(): take `object_id` arguments | Michael Haggerty | 1 | -8/+8 |
2017-11-06 | refs: rename constant `REF_ISPRUNING` to `REF_IS_PRUNING` | Michael Haggerty | 1 | -9/+9 |
2017-11-06 | refs: rename constant `REF_NODEREF` to `REF_NO_DEREF` | Michael Haggerty | 2 | -22/+22 |
2017-11-06 | refs: tidy up and adjust visibility of the `ref_update` flags | Michael Haggerty | 2 | -52/+60 |
2017-11-06 | ref_transaction_add_update(): remove a check | Michael Haggerty | 1 | -1/+6 |