index
:
git
master
git
Fast-forward packages
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
t
/
t4109-apply-multifrag.sh
(
unfollow
)
Commit message (
Expand
)
Author
Files
Lines
2017-07-03
repack_without_refs(): don't lock or unlock the packed refs
Michael Haggerty
2
-40
/
+39
2017-06-23
commit_packed_refs(): remove call to `packed_refs_unlock()`
Michael Haggerty
2
-10
/
+10
2017-06-23
clear_packed_ref_cache(): don't protest if the lock is held
Michael Haggerty
1
-2
/
+0
2017-06-23
packed_refs_unlock(), packed_refs_is_locked(): new functions
Michael Haggerty
2
-6
/
+28
2017-06-23
packed_refs_lock(): report errors via a `struct strbuf *err`
Michael Haggerty
3
-13
/
+16
2017-06-23
packed_refs_lock(): function renamed from lock_packed_refs()
Michael Haggerty
3
-8
/
+8
2017-06-23
commit_packed_refs(): use a staging file separate from the lockfile
Michael Haggerty
1
-8
/
+32
2017-06-23
commit_packed_refs(): report errors rather than dying
Michael Haggerty
3
-36
/
+61
2017-06-23
packed_ref_store: make class into a subclass of `ref_store`
Michael Haggerty
4
-45
/
+227
2017-06-23
packed-backend: new module for handling packed references
Michael Haggerty
6
-639
/
+685
2017-06-23
packed_read_raw_ref(): new function, replacing `resolve_packed_ref()`
Michael Haggerty
1
-19
/
+17
2017-06-23
packed_ref_store: support iteration
Michael Haggerty
1
-9
/
+110
2017-06-23
packed_peel_ref(): new function, extracted from `files_peel_ref()`
Michael Haggerty
1
-11
/
+15
2017-06-23
repack_without_refs(): take a `packed_ref_store *` parameter
Michael Haggerty
1
-10
/
+10
2017-06-23
get_packed_ref(): take a `packed_ref_store *` parameter
Michael Haggerty
1
-5
/
+7
2017-06-23
rollback_packed_refs(): take a `packed_ref_store *` parameter
Michael Haggerty
1
-8
/
+7
2017-06-23
commit_packed_refs(): take a `packed_ref_store *` parameter
Michael Haggerty
1
-9
/
+9
2017-06-23
lock_packed_refs(): take a `packed_ref_store *` parameter
Michael Haggerty
1
-9
/
+22
2017-06-23
add_packed_ref(): take a `packed_ref_store *` parameter
Michael Haggerty
1
-5
/
+5
2017-06-23
get_packed_refs(): take a `packed_ref_store *` parameter
Michael Haggerty
1
-5
/
+5
2017-06-23
get_packed_ref_cache(): take a `packed_ref_store *` parameter
Michael Haggerty
1
-14
/
+12
2017-06-23
validate_packed_ref_cache(): take a `packed_ref_store *` parameter
Michael Haggerty
1
-7
/
+6
2017-06-23
clear_packed_ref_cache(): take a `packed_ref_store *` parameter
Michael Haggerty
1
-8
/
+8
2017-06-23
packed_ref_store: move `packed_refs_lock` member here
Michael Haggerty
1
-15
/
+16
2017-06-23
packed_ref_store: move `packed_refs_path` here
Michael Haggerty
1
-13
/
+12
2017-06-23
packed_ref_store: new struct
Michael Haggerty
1
-9
/
+33
2017-06-23
add_packed_ref(): teach function to overwrite existing refs
Michael Haggerty
1
-22
/
+18