index
:
git
master
git
Fast-forward packages
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
refs
(
follow
)
Commit message (
Expand
)
Author
Age
Files
Lines
*
Merge branch 'jk/write-in-full-fix'
Junio C Hamano
2017-09-25
1
-5
/
+5
|
\
|
*
convert less-trivial versions of "write_in_full() != len"
Jeff King
2017-09-14
1
-1
/
+1
|
*
avoid "write_in_full(fd, buf, len) != len" pattern
Jeff King
2017-09-14
1
-4
/
+4
*
|
Merge branch 'mh/packed-ref-transactions'
Junio C Hamano
2017-09-19
4
-216
/
+478
|
\
\
|
*
|
files_transaction_finish(): delete reflogs before references
Michael Haggerty
2017-09-08
1
-14
/
+21
|
*
|
packed-backend: rip out some now-unused code
Michael Haggerty
2017-09-08
2
-201
/
+0
|
*
|
files_ref_store: use a transaction to update packed refs
Michael Haggerty
2017-09-08
1
-31
/
+101
|
*
|
files_initial_transaction_commit(): use a transaction for packed refs
Michael Haggerty
2017-09-08
1
-10
/
+19
|
*
|
prune_refs(): also free the linked list
Michael Haggerty
2017-09-08
1
-4
/
+10
|
*
|
files_pack_refs(): use a reference transaction to write packed refs
Michael Haggerty
2017-09-08
1
-7
/
+17
|
*
|
packed_delete_refs(): implement method
Michael Haggerty
2017-09-08
2
-2
/
+45
|
*
|
packed_ref_store: implement reference transactions
Michael Haggerty
2017-09-08
2
-3
/
+319
|
*
|
struct ref_transaction: add a place for backends to store data
Michael Haggerty
2017-09-08
1
-0
/
+1
|
*
|
packed-backend: don't adjust the reference count on lock/unlock
Michael Haggerty
2017-09-08
1
-5
/
+5
*
|
|
Merge branch 'jk/incore-lockfile-removal'
Junio C Hamano
2017-09-19
2
-34
/
+30
|
\
\
\
|
*
|
|
ref_lock: stop leaking lock_files
Jeff King
2017-09-06
1
-23
/
+16
|
*
|
|
tempfile: auto-allocate tempfiles on heap
Jeff King
2017-09-06
2
-7
/
+8
|
*
|
|
lockfile: do not rollback lock on failed close
Jeff King
2017-09-06
2
-7
/
+9
|
|
/
/
*
|
|
Merge branch 'nd/prune-in-worktree'
Junio C Hamano
2017-09-19
1
-14
/
+45
|
\
\
\
|
*
|
|
files-backend: make reflog iterator go through per-worktree reflog
Nguyễn Thái Ngọc Duy
2017-08-24
1
-14
/
+45
*
|
|
|
Merge branch 'ma/split-symref-update-fix'
Junio C Hamano
2017-09-19
1
-18
/
+44
|
\
\
\
\
|
|
_
|
/
/
|
/
|
|
|
|
*
|
|
refs/files-backend: add `refname`, not "HEAD", to list
Martin Ågren
2017-09-10
1
-3
/
+10
|
*
|
|
refs/files-backend: correct return value in lock_ref_for_update
Martin Ågren
2017-09-10
1
-1
/
+1
|
*
|
|
refs/files-backend: fix memory leak in lock_ref_for_update
Martin Ågren
2017-09-10
1
-11
/
+20
|
*
|
|
refs/files-backend: add longer-scoped copy of string to list
Martin Ågren
2017-09-10
1
-4
/
+14
|
|
|
/
|
|
/
|
*
|
|
Merge branch 'mh/ref-lock-entry'
Junio C Hamano
2017-08-27
2
-2
/
+12
|
\
\
\
|
|
_
|
/
|
/
|
|
|
*
|
refs: retry acquiring reference locks for 100ms
Michael Haggerty
2017-08-23
2
-2
/
+12
|
|
/
*
|
Merge branch 'mh/packed-ref-store'
Junio C Hamano
2017-08-22
4
-564
/
+995
|
\
\
|
|
/
|
/
|
|
*
files-backend: cheapen refname_available check when locking refs
Michael Haggerty
2017-08-17
1
-4
/
+4
|
*
packed_ref_store: handle a packed-refs file that is a symlink
Michael Haggerty
2017-07-27
1
-6
/
+18
|
*
read_packed_refs(): die if `packed-refs` contains bogus data
Michael Haggerty
2017-07-03
1
-3
/
+7
|
*
repack_without_refs(): don't lock or unlock the packed refs
Michael Haggerty
2017-07-03
2
-40
/
+39
|
*
commit_packed_refs(): remove call to `packed_refs_unlock()`
Michael Haggerty
2017-06-23
2
-10
/
+10
|
*
clear_packed_ref_cache(): don't protest if the lock is held
Michael Haggerty
2017-06-23
1
-2
/
+0
|
*
packed_refs_unlock(), packed_refs_is_locked(): new functions
Michael Haggerty
2017-06-23
2
-6
/
+28
|
*
packed_refs_lock(): report errors via a `struct strbuf *err`
Michael Haggerty
2017-06-23
3
-13
/
+16
|
*
packed_refs_lock(): function renamed from lock_packed_refs()
Michael Haggerty
2017-06-23
3
-8
/
+8
|
*
commit_packed_refs(): use a staging file separate from the lockfile
Michael Haggerty
2017-06-23
1
-8
/
+32
|
*
commit_packed_refs(): report errors rather than dying
Michael Haggerty
2017-06-23
3
-36
/
+61
|
*
packed_ref_store: make class into a subclass of `ref_store`
Michael Haggerty
2017-06-23
4
-45
/
+227
|
*
packed-backend: new module for handling packed references
Michael Haggerty
2017-06-23
4
-639
/
+666
|
*
packed_read_raw_ref(): new function, replacing `resolve_packed_ref()`
Michael Haggerty
2017-06-23
1
-19
/
+17
|
*
packed_ref_store: support iteration
Michael Haggerty
2017-06-23
1
-9
/
+110
|
*
packed_peel_ref(): new function, extracted from `files_peel_ref()`
Michael Haggerty
2017-06-23
1
-11
/
+15
|
*
repack_without_refs(): take a `packed_ref_store *` parameter
Michael Haggerty
2017-06-23
1
-10
/
+10
|
*
get_packed_ref(): take a `packed_ref_store *` parameter
Michael Haggerty
2017-06-23
1
-5
/
+7
|
*
rollback_packed_refs(): take a `packed_ref_store *` parameter
Michael Haggerty
2017-06-23
1
-8
/
+7
|
*
commit_packed_refs(): take a `packed_ref_store *` parameter
Michael Haggerty
2017-06-23
1
-9
/
+9
|
*
lock_packed_refs(): take a `packed_ref_store *` parameter
Michael Haggerty
2017-06-23
1
-9
/
+22
|
*
add_packed_ref(): take a `packed_ref_store *` parameter
Michael Haggerty
2017-06-23
1
-5
/
+5
[next]