index
:
org/kernel/git.git
master
forked from git/git
git
about
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
refs
Commit message (
Expand
)
Author
Age
...
|
*
|
|
packed_delete_refs(): implement method
Michael Haggerty
2017-09-09
|
*
|
|
packed_ref_store: implement reference transactions
Michael Haggerty
2017-09-09
|
*
|
|
struct ref_transaction: add a place for backends to store data
Michael Haggerty
2017-09-09
|
*
|
|
packed-backend: don't adjust the reference count on lock/unlock
Michael Haggerty
2017-09-09
*
|
|
|
Merge branch 'jk/incore-lockfile-removal'
Junio C Hamano
2017-09-19
|
\
\
\
\
|
*
|
|
|
ref_lock: stop leaking lock_files
Jeff King
2017-09-06
|
*
|
|
|
tempfile: auto-allocate tempfiles on heap
Jeff King
2017-09-06
|
*
|
|
|
lockfile: do not rollback lock on failed close
Jeff King
2017-09-06
|
|
/
/
/
*
|
|
|
Merge branch 'nd/prune-in-worktree'
Junio C Hamano
2017-09-19
|
\
\
\
\
|
*
|
|
|
files-backend: make reflog iterator go through per-worktree reflog
Nguyễn Thái Ngọc Duy
2017-08-24
*
|
|
|
|
Merge branch 'ma/split-symref-update-fix'
Junio C Hamano
2017-09-19
|
\
\
\
\
\
|
|
_
|
/
/
/
|
/
|
|
|
|
|
*
|
|
|
refs/files-backend: add `refname`, not "HEAD", to list
Martin Ågren
2017-09-10
|
*
|
|
|
refs/files-backend: correct return value in lock_ref_for_update
Martin Ågren
2017-09-10
|
*
|
|
|
refs/files-backend: fix memory leak in lock_ref_for_update
Martin Ågren
2017-09-10
|
*
|
|
|
refs/files-backend: add longer-scoped copy of string to list
Martin Ågren
2017-09-10
|
|
|
/
/
|
|
/
|
|
*
|
|
|
Merge branch 'mh/ref-lock-entry'
Junio C Hamano
2017-08-26
|
\
\
\
\
|
|
_
|
/
/
|
/
|
|
|
|
*
|
|
refs: retry acquiring reference locks for 100ms
Michael Haggerty
2017-08-23
|
|
/
/
*
|
|
Merge branch 'mh/packed-ref-store'
Junio C Hamano
2017-08-22
|
\
\
\
|
|
/
/
|
/
|
|
|
*
|
files-backend: cheapen refname_available check when locking refs
Michael Haggerty
2017-08-17
|
*
|
packed_ref_store: handle a packed-refs file that is a symlink
Michael Haggerty
2017-07-27
|
*
|
read_packed_refs(): die if `packed-refs` contains bogus data
Michael Haggerty
2017-07-03
|
*
|
repack_without_refs(): don't lock or unlock the packed refs
Michael Haggerty
2017-07-03
|
*
|
commit_packed_refs(): remove call to `packed_refs_unlock()`
Michael Haggerty
2017-06-23
|
*
|
clear_packed_ref_cache(): don't protest if the lock is held
Michael Haggerty
2017-06-23
|
*
|
packed_refs_unlock(), packed_refs_is_locked(): new functions
Michael Haggerty
2017-06-23
|
*
|
packed_refs_lock(): report errors via a `struct strbuf *err`
Michael Haggerty
2017-06-23
|
*
|
packed_refs_lock(): function renamed from lock_packed_refs()
Michael Haggerty
2017-06-23
|
*
|
commit_packed_refs(): use a staging file separate from the lockfile
Michael Haggerty
2017-06-23
|
*
|
commit_packed_refs(): report errors rather than dying
Michael Haggerty
2017-06-23
|
*
|
packed_ref_store: make class into a subclass of `ref_store`
Michael Haggerty
2017-06-23
|
*
|
packed-backend: new module for handling packed references
Michael Haggerty
2017-06-23
|
*
|
packed_read_raw_ref(): new function, replacing `resolve_packed_ref()`
Michael Haggerty
2017-06-23
|
*
|
packed_ref_store: support iteration
Michael Haggerty
2017-06-23
|
*
|
packed_peel_ref(): new function, extracted from `files_peel_ref()`
Michael Haggerty
2017-06-23
|
*
|
repack_without_refs(): take a `packed_ref_store *` parameter
Michael Haggerty
2017-06-23
|
*
|
get_packed_ref(): take a `packed_ref_store *` parameter
Michael Haggerty
2017-06-23
|
*
|
rollback_packed_refs(): take a `packed_ref_store *` parameter
Michael Haggerty
2017-06-23
|
*
|
commit_packed_refs(): take a `packed_ref_store *` parameter
Michael Haggerty
2017-06-23
|
*
|
lock_packed_refs(): take a `packed_ref_store *` parameter
Michael Haggerty
2017-06-23
|
*
|
add_packed_ref(): take a `packed_ref_store *` parameter
Michael Haggerty
2017-06-23
|
*
|
get_packed_refs(): take a `packed_ref_store *` parameter
Michael Haggerty
2017-06-23
|
*
|
get_packed_ref_cache(): take a `packed_ref_store *` parameter
Michael Haggerty
2017-06-23
|
*
|
validate_packed_ref_cache(): take a `packed_ref_store *` parameter
Michael Haggerty
2017-06-23
|
*
|
clear_packed_ref_cache(): take a `packed_ref_store *` parameter
Michael Haggerty
2017-06-23
|
*
|
packed_ref_store: move `packed_refs_lock` member here
Michael Haggerty
2017-06-23
|
*
|
packed_ref_store: move `packed_refs_path` here
Michael Haggerty
2017-06-23
|
*
|
packed_ref_store: new struct
Michael Haggerty
2017-06-23
|
*
|
add_packed_ref(): teach function to overwrite existing refs
Michael Haggerty
2017-06-23
*
|
|
Merge branch 'mh/packed-ref-store-prep'
Junio C Hamano
2017-06-26
|
\
\
\
|
|
/
/
|
*
|
lock_packed_refs(): fix cache validity check
Michael Haggerty
2017-06-12
|
|
/
[prev]
[next]