Merge branch 'cc/subprocess-handshake-missing-capabilities' into next
[gitweb.git] / refs / packed-backend.c
2017-08-20 Merge branch 'cc/subprocess-handshake-missing-capabilit...
2017-08-20 Merge branch 'jk/trailers-parse' into next
2017-08-20 Merge branch 'sb/sha1-file-cleanup' into next
2017-08-20 Merge branch 'rs/t1002-do-not-use-sum' into next
2017-08-20 Merge branch 'pb/trailers-from-command-line' into next
2017-08-20 Merge branch 'kd/stash-with-bash-4.4' into next
2017-08-20 Merge branch 'ah/doc-empty-string-is-false' into next
2017-08-20 Merge branch 'rs/object-id' into next
2017-08-20 Merge branch 'kw/rebase-progress' into next
2017-08-20 Merge branch 'ks/prepare-commit-msg-sample-fix' into...
2017-08-20 Merge branch 'nm/stash-untracked' into next
2017-08-20 Merge branch 'jt/sha1-file-cleanup' into next
2017-08-20 Merge branch 'lg/merge-signoff' into next
2017-08-20 Merge branch 'sb/diff-color-move' into next
2017-08-18 Merge branch 'sb/retire-t1200' into next
2017-08-18 Merge branch 'rs/win32-syslog-leakfix' into next
2017-08-18 Merge branch 'rs/unpack-entry-leakfix' into next
2017-08-18 Merge branch 'rs/strbuf-getwholeline-fix' into next
2017-08-18 Merge branch 'rs/merge-microcleanup' into next
2017-08-18 Merge branch 'rs/fsck-obj-leakfix' into next
2017-08-18 Merge branch 'rs/t4062-obsd' into next
2017-08-18 Merge branch 'rs/find-pack-entry-bisection' into next
2017-08-18 Merge branch 'rs/apply-lose-prefix-length' into next
2017-08-18 Merge branch 'rj/add-chmod-error-message' into next
2017-08-18 Merge branch 'jk/hashcmp-memcmp' into next
2017-08-18 Merge branch 'jk/drop-sha1-entry-pos' into next
2017-08-18 Merge branch 'ur/svn-local-zone' into next
2017-08-18 Merge branch 'pw/am-signoff' into next
2017-08-18 Merge branch 'rs/t3700-clean-leftover' into next
2017-08-18 Merge branch 'jc/perl-git-comment-typofix' into next
2017-08-18 Merge branch 'rs/in-obsd-basename-dirname-take-const...
2017-08-18 Merge branch 'rs/obsd-getcwd-workaround' into next
2017-08-18 Merge branch 'mf/no-dashed-subcommands' into next
2017-08-18 Merge branch 'ma/parse-maybe-bool' into next
2017-08-18 Merge branch 'ab/ref-filter-no-contains' into next
2017-08-18 Merge branch 'mh/packed-ref-store' into next
2017-08-14 Merge branch 'ex/deprecate-empty-pathspec-as-match...
2017-08-14 Merge branch 'bw/clone-recursive-quiet' into next
2017-08-14 Merge branch 'pw/sequence-rerere-autoupdate' into next
2017-08-14 Merge branch 'bw/push-options-recursively-to-submodules...
2017-08-14 Merge branch 'bw/grep-recurse-submodules' into next
2017-08-14 Merge branch 'mh/packed-ref-store' into next
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