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
*
cache_ref_iterator_begin(): avoid priming unneeded directories
Michael Haggerty
2017-05-24
1
-10
/
+85
*
create_ref_entry(): remove `check_name` option
Michael Haggerty
2017-05-23
3
-11
/
+10
*
refs_ref_iterator_begin(): handle `GIT_REF_PARANOIA`
Michael Haggerty
2017-05-23
1
-7
/
+4
*
read_packed_refs(): report unexpected fopen() failures
Michael Haggerty
2017-05-23
1
-2
/
+12
*
read_packed_refs(): do more of the work of reading packed refs
Michael Haggerty
2017-05-23
2
-17
/
+26
*
get_packed_ref_cache(): assume "packed-refs" won't change while locked
Michael Haggerty
2017-05-23
1
-5
/
+11
*
should_pack_ref(): new function, extracted from `files_pack_refs()`
Michael Haggerty
2017-05-23
1
-14
/
+28
*
ref_update_reject_duplicates(): expose function to whole refs module
Michael Haggerty
2017-05-23
2
-17
/
+8
*
ref_transaction_prepare(): new optional step for reference updates
Michael Haggerty
2017-05-23
2
-23
/
+85
*
ref_transaction_commit(): check for valid `transaction->state`
Michael Haggerty
2017-05-23
1
-3
/
+0
*
files_transaction_cleanup(): new helper function
Michael Haggerty
2017-05-23
1
-9
/
+24
*
files_ref_store: put the packed files lock directly in this struct
Michael Haggerty
2017-05-23
1
-18
/
+11
*
files-backend: move `lock` member to `files_ref_store`
Michael Haggerty
2017-05-23
1
-19
/
+17
*
ref_store: take a `msg` parameter when deleting references
Michael Haggerty
2017-05-23
2
-3
/
+3
*
refs: use `size_t` indexes when iterating over ref transaction updates
Michael Haggerty
2017-05-23
1
-2
/
+4
*
prefix_ref_iterator: don't trim too much
Michael Haggerty
2017-05-23
1
-1
/
+17
*
files-backend: use `die("BUG: ...")`, not `die("internal error: ...")`
Michael Haggerty
2017-05-23
1
-4
/
+4
*
ref_iterator_begin_fn(): fix docstring
Michael Haggerty
2017-05-23
1
-3
/
+4
*
Merge branch 'bc/object-id'
Junio C Hamano
2017-05-23
4
-87
/
+79
|
\
|
*
object: convert parse_object* to take struct object_id
brian m. carlson
2017-05-08
1
-1
/
+1
|
*
refs/files-backend: convert many internals to struct object_id
brian m. carlson
2017-05-08
3
-72
/
+60
|
*
refs: convert struct ref_update to use struct object_id
brian m. carlson
2017-05-08
2
-16
/
+17
|
*
reflog_expire: convert to struct object_id
brian m. carlson
2017-05-08
1
-2
/
+5
*
|
Merge branch 'js/larger-timestamps'
Junio C Hamano
2017-05-16
1
-4
/
+4
|
\
\
|
*
|
timestamp_t: a new data type for timestamps
Johannes Schindelin
2017-04-27
1
-2
/
+2
|
*
|
PRItime: introduce a new "printf format" for timestamps
Johannes Schindelin
2017-04-24
1
-1
/
+1
|
*
|
parse_timestamp(): specify explicitly where we parse timestamps
Johannes Schindelin
2017-04-24
1
-1
/
+1
*
|
|
Merge branch 'nd/worktree-kill-parse-ref'
Junio C Hamano
2017-05-16
2
-44
/
+4
|
\
\
\
|
|
_
|
/
|
/
|
|
|
*
|
refs: kill set_worktree_head_symref()
Nguyễn Thái Ngọc Duy
2017-04-25
1
-44
/
+0
|
*
|
refs: add REFS_STORE_ALL_CAPS
Nguyễn Thái Ngọc Duy
2017-04-25
1
-0
/
+4
|
|
/
*
|
Merge branch 'mh/separate-ref-cache'
Junio C Hamano
2017-04-26
4
-1082
/
+959
|
\
\
|
*
|
do_for_each_entry_in_dir(): delete function
Michael Haggerty
2017-04-17
2
-32
/
+0
|
*
|
files_pack_refs(): use reference iteration
Michael Haggerty
2017-04-17
1
-83
/
+60
|
*
|
commit_packed_refs(): use reference iteration
Michael Haggerty
2017-04-17
1
-21
/
+17
|
*
|
cache_ref_iterator_begin(): make function smarter
Michael Haggerty
2017-04-17
3
-53
/
+56
|
*
|
get_loose_ref_cache(): new function
Michael Haggerty
2017-04-17
1
-2
/
+7
|
*
|
get_loose_ref_dir(): function renamed from get_loose_refs()
Michael Haggerty
2017-04-17
1
-3
/
+3
|
*
|
do_for_each_entry_in_dir(): eliminate `offset` argument
Michael Haggerty
2017-04-17
3
-11
/
+10
|
*
|
refs: handle "refs/bisect/" in `loose_fill_ref_dir()`
Michael Haggerty
2017-04-17
2
-16
/
+15
|
*
|
ref-cache: use a callback function to fill the cache
Michael Haggerty
2017-04-17
3
-13
/
+38
|
*
|
refs: record the ref_store in ref_cache, not ref_dir
Michael Haggerty
2017-04-17
3
-11
/
+16
|
*
|
ref-cache: introduce a new type, ref_cache
Michael Haggerty
2017-04-17
3
-13
/
+46
|
*
|
refs: split `ref_cache` code into separate files
Michael Haggerty
2017-04-17
3
-733
/
+766
|
*
|
ref-cache: rename `remove_entry()` to `remove_entry_from_dir()`
Michael Haggerty
2017-04-17
1
-2
/
+2
|
*
|
ref-cache: rename `find_ref()` to `find_ref_entry()`
Michael Haggerty
2017-04-17
1
-3
/
+3
|
*
|
ref-cache: rename `add_ref()` to `add_ref_entry()`
Michael Haggerty
2017-04-17
1
-4
/
+4
|
*
|
refs_verify_refname_available(): use function in more places
Michael Haggerty
2017-04-17
1
-160
/
+11
|
*
|
refs_verify_refname_available(): implement once for all backends
Michael Haggerty
2017-04-17
2
-38
/
+8
|
*
|
refs_ref_iterator_begin(): new function
Michael Haggerty
2017-04-14
1
-0
/
+11
|
*
|
refs_read_raw_ref(): new function
Michael Haggerty
2017-04-14
1
-0
/
+4
[next]