index
:
tgif.git
2.36
Terin's Improved Git Fork
terinjokes@gmail.com
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
refs
Age
Commit message (
Expand
)
Author
Files
Lines
2017-09-09
packed-backend: rip out some now-unused code
Michael Haggerty
2
-201
/
+0
2017-09-09
files_ref_store: use a transaction to update packed refs
Michael Haggerty
1
-31
/
+101
2017-09-09
files_initial_transaction_commit(): use a transaction for packed refs
Michael Haggerty
1
-10
/
+19
2017-09-09
prune_refs(): also free the linked list
Michael Haggerty
1
-4
/
+10
2017-09-09
files_pack_refs(): use a reference transaction to write packed refs
Michael Haggerty
1
-7
/
+17
2017-09-09
packed_delete_refs(): implement method
Michael Haggerty
2
-2
/
+45
2017-09-09
packed_ref_store: implement reference transactions
Michael Haggerty
2
-3
/
+319
2017-09-09
struct ref_transaction: add a place for backends to store data
Michael Haggerty
1
-0
/
+1
2017-09-09
packed-backend: don't adjust the reference count on lock/unlock
Michael Haggerty
1
-5
/
+5
2017-09-06
ref_lock: stop leaking lock_files
Jeff King
1
-23
/
+16
2017-09-06
tempfile: auto-allocate tempfiles on heap
Jeff King
2
-7
/
+8
2017-09-06
lockfile: do not rollback lock on failed close
Jeff King
2
-7
/
+9
2017-08-26
Merge branch 'mh/ref-lock-entry'
Junio C Hamano
2
-2
/
+12
2017-08-24
files-backend: make reflog iterator go through per-worktree reflog
Nguyễn Thái Ngọc Duy
1
-14
/
+45
2017-08-23
refs: retry acquiring reference locks for 100ms
Michael Haggerty
2
-2
/
+12
2017-08-22
Merge branch 'mh/packed-ref-store'
Junio C Hamano
4
-564
/
+995
2017-08-17
files-backend: cheapen refname_available check when locking refs
Michael Haggerty
1
-4
/
+4
2017-07-27
packed_ref_store: handle a packed-refs file that is a symlink
Michael Haggerty
1
-6
/
+18
2017-07-03
read_packed_refs(): die if `packed-refs` contains bogus data
Michael Haggerty
1
-3
/
+7
2017-07-03
repack_without_refs(): don't lock or unlock the packed refs
Michael Haggerty
2
-40
/
+39
2017-06-26
Merge branch 'mh/packed-ref-store-prep'
Junio C Hamano
1
-9
/
+23
2017-06-24
Merge branch 'ab/free-and-null'
Junio C Hamano
2
-4
/
+2
2017-06-24
Merge branch 'bw/config-h'
Junio C Hamano
1
-0
/
+1
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
4
-639
/
+666
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
2017-06-18
branch: add a --copy (-c) option to go with --move (-m)
Sahil Dua
2
-8
/
+42
[prev]
[next]