packed-backend.c: rename a bunch of things and update comments
[gitweb.git] / refs / packed-backend.c
2017-09-25 packed-backend.c: rename a bunch of things and update...
2017-09-25 mmapped_ref_iterator: inline into `packed_ref_iterator`
2017-09-25 ref_cache: remove support for storing peeled values
2017-09-25 packed_ref_store: get rid of the `ref_cache` entirely
2017-09-25 ref_store: implement `refs_peel_ref()` generically
2017-09-25 packed_read_raw_ref(): read the reference from the...
2017-09-25 packed_ref_iterator_begin(): iterate using `mmapped_ref...
2017-09-25 read_packed_refs(): ensure that references are ordered...
2017-09-25 packed_ref_cache: keep the `packed-refs` file mmapped...
2017-09-25 packed-backend.c: reorder some definitions
2017-09-25 mmapped_ref_iterator_advance(): no peeled value for...
2017-09-25 mmapped_ref_iterator: add iterator over a packed-refs...
2017-09-25 packed_ref_cache: remember the file-wide peeling state
2017-09-25 read_packed_refs(): read references with minimal copying
2017-09-14 read_packed_refs(): make parsing of the header line...
2017-09-14 read_packed_refs(): only check for a header at the...
2017-09-14 read_packed_refs(): use mmap to read the `packed-refs...
2017-09-14 die_unterminated_line(), die_invalid_line(): new functions
2017-09-14 packed_ref_cache: add a backlink to the associated...
2017-09-14 ref_iterator: keep track of whether the iterator output...
2017-09-08 packed-backend: rip out some now-unused code
2017-09-08 packed_delete_refs(): implement method
2017-09-08 packed_ref_store: implement reference transactions
2017-09-08 packed-backend: don't adjust the reference count on...
2017-08-27 Merge branch 'mg/killed-merge'
2017-08-27 Merge branch 'mh/ref-lock-entry'
2017-08-27 Merge branch 'jt/doc-pack-objects-fix'
2017-08-27 Merge branch 'jc/cutoff-config'
2017-08-27 Merge branch 'kw/write-index-reduce-alloc'
2017-08-27 Merge branch 'bw/submodule-config-cleanup'
2017-08-27 Merge branch 'js/gitweb-raw-blob-link-in-history'
2017-08-27 Merge branch 'po/object-id'
2017-08-27 Merge branch 'jn/vcs-svn-cleanup'
2017-08-27 Merge branch 'bc/vcs-svn-cleanup'
2017-08-27 Merge branch 'tb/apply-with-crlf'
2017-08-27 Merge branch 'jt/stash-tests'
2017-08-27 Merge branch 'jk/trailers-parse'
2017-08-27 Merge branch 'pb/trailers-from-command-line'
2017-08-27 Merge branch 'jt/diff-color-move-fix'
2017-08-27 Merge branch 'sb/diff-color-move'
2017-08-24 Merge branch 'jk/doc-the-this'
2017-08-24 Merge branch 'rs/commit-h-single-parent-cleanup'
2017-08-24 Merge branch 'jc/simplify-progress'
2017-08-24 Merge branch 'tc/curl-with-backports'
2017-08-24 Merge branch 'cc/subprocess-handshake-missing-capabilities'
2017-08-24 Merge branch 'rs/object-id'
2017-08-24 Merge branch 'lg/merge-signoff'
2017-08-23 Sync with maint
2017-08-23 Merge branch 'mg/format-ref-doc-fix'
2017-08-23 Merge branch 'sb/submodule-parallel-update'
2017-08-23 Merge branch 'jc/diff-sane-truncate-no-more'
2017-08-23 Merge branch 'hv/t5526-andand-chain-fix'
2017-08-23 Merge branch 'as/grep-quiet-no-match-exit-code-fix'
2017-08-23 Merge branch 'kw/commit-keep-index-when-pre-commit...
2017-08-23 Merge branch 'sb/sha1-file-cleanup'
2017-08-23 Merge branch 'rs/t1002-do-not-use-sum'
2017-08-23 Merge branch 'kd/stash-with-bash-4.4'
2017-08-23 Merge branch 'ah/doc-empty-string-is-false'
2017-08-23 Merge branch 'kw/rebase-progress'
2017-08-23 Merge branch 'ks/prepare-commit-msg-sample-fix'
2017-08-23 Merge branch 'nm/stash-untracked'
2017-08-23 Merge branch 'jt/sha1-file-cleanup'
2017-08-22 Merge branch 'mh/packed-ref-store'
2017-07-27 packed_ref_store: handle a packed-refs file that is...
2017-07-03 read_packed_refs(): die if `packed-refs` contains bogus...
2017-07-03 repack_without_refs(): don't lock or unlock the packed...
2017-06-23 commit_packed_refs(): remove call to `packed_refs_unlock()`
2017-06-23 clear_packed_ref_cache(): don't protest if the lock...
2017-06-23 packed_refs_unlock(), packed_refs_is_locked(): new...
2017-06-23 packed_refs_lock(): report errors via a `struct strbuf...
2017-06-23 packed_refs_lock(): function renamed from lock_packed_r...
2017-06-23 commit_packed_refs(): use a staging file separate from...
2017-06-23 commit_packed_refs(): report errors rather than dying
2017-06-23 packed_ref_store: make class into a subclass of `ref_store`
2017-06-23 packed-backend: new module for handling packed references