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
...
|
*
|
|
refs: update some more docs to use "oid" rather than "sha1"
Michael Haggerty
2017-11-06
4
-22
/
+21
|
*
|
|
write_packed_entry(): take `object_id` arguments
Michael Haggerty
2017-11-06
1
-8
/
+8
|
*
|
|
refs: rename constant `REF_ISPRUNING` to `REF_IS_PRUNING`
Michael Haggerty
2017-11-06
1
-9
/
+9
|
*
|
|
refs: rename constant `REF_NODEREF` to `REF_NO_DEREF`
Michael Haggerty
2017-11-06
2
-22
/
+22
|
*
|
|
refs: tidy up and adjust visibility of the `ref_update` flags
Michael Haggerty
2017-11-06
2
-52
/
+60
|
*
|
|
ref_transaction_add_update(): remove a check
Michael Haggerty
2017-11-06
1
-1
/
+6
|
*
|
|
prune_ref(): call `ref_transaction_add_update()` directly
Michael Haggerty
2017-11-06
1
-9
/
+16
|
*
|
|
files_transaction_prepare(): don't leak flags to packed transaction
Michael Haggerty
2017-11-06
1
-2
/
+2
|
*
|
|
Merge branch 'bc/object-id' into base
Michael Haggerty
2017-10-28
4
-74
/
+72
|
|
\
\
\
|
|
|
/
/
|
|
/
|
|
*
|
|
|
Merge branch 'mh/avoid-rewriting-packed-refs'
Junio C Hamano
2017-11-15
3
-1
/
+120
|
\
\
\
\
|
|
|
_
|
/
|
|
/
|
|
|
*
|
|
files-backend: don't rewrite the `packed-refs` file unnecessarily
Michael Haggerty
2017-10-30
3
-1
/
+120
*
|
|
|
Merge branch 'bc/object-id'
Junio C Hamano
2017-11-06
4
-74
/
+72
|
\
\
\
\
|
|
_
|
/
/
|
/
|
|
/
|
|
|
/
|
|
/
|
|
*
|
refs/files-backend: convert static functions to object_id
brian m. carlson
2017-10-16
1
-28
/
+28
|
*
|
refs: convert read_raw_ref backends to struct object_id
brian m. carlson
2017-10-16
3
-13
/
+14
|
*
|
refs: convert peel_object to struct object_id
brian m. carlson
2017-10-16
3
-6
/
+6
|
*
|
refs: convert resolve_ref_unsafe to struct object_id
brian m. carlson
2017-10-16
1
-4
/
+4
|
*
|
refs: convert reflog_expire parameter to struct object_id
brian m. carlson
2017-10-16
3
-8
/
+5
|
*
|
refs: convert read_ref and read_ref_full to object_id
brian m. carlson
2017-10-16
1
-5
/
+5
|
*
|
refs: update ref transactions to use struct object_id
brian m. carlson
2017-10-16
2
-8
/
+8
|
*
|
refs: convert delete_ref and refs_delete_ref to struct object_id
brian m. carlson
2017-10-16
1
-1
/
+1
|
*
|
refs/files-backend: convert struct ref_to_prune to object_id
brian m. carlson
2017-10-16
1
-3
/
+3
*
|
|
Merge branch 'mh/ref-locking-fix'
Junio C Hamano
2017-10-26
1
-1
/
+1
|
\
\
\
|
|
/
/
|
/
|
|
|
*
|
files_transaction_prepare(): fix handling of ref lock failure
Michael Haggerty
2017-10-25
1
-1
/
+1
|
|
/
*
|
Merge branch 'rs/cleanup-strbuf-users'
Junio C Hamano
2017-10-05
1
-2
/
+2
|
\
\
|
*
|
use strbuf_addstr() for adding strings to strbufs
René Scharfe
2017-10-02
1
-2
/
+2
*
|
|
Merge branch 'rs/resolve-ref-optional-result'
Junio C Hamano
2017-10-05
1
-2
/
+1
|
\
\
\
|
*
|
|
refs: pass NULL to refs_resolve_refdup() if hash is not needed
René Scharfe
2017-10-01
1
-2
/
+1
*
|
|
|
Merge branch 'mh/mmap-packed-refs'
Junio C Hamano
2017-10-03
6
-368
/
+818
|
\
\
\
\
|
*
|
|
|
packed-backend.c: rename a bunch of things and update comments
Michael Haggerty
2017-09-25
1
-190
/
+232
|
*
|
|
|
mmapped_ref_iterator: inline into `packed_ref_iterator`
Michael Haggerty
2017-09-25
1
-170
/
+114
|
*
|
|
|
ref_cache: remove support for storing peeled values
Michael Haggerty
2017-09-25
3
-72
/
+11
|
*
|
|
|
packed_ref_store: get rid of the `ref_cache` entirely
Michael Haggerty
2017-09-25
1
-27
/
+2
|
*
|
|
|
ref_store: implement `refs_peel_ref()` generically
Michael Haggerty
2017-09-25
3
-77
/
+0
|
*
|
|
|
packed_read_raw_ref(): read the reference from the mmapped buffer
Michael Haggerty
2017-09-25
1
-5
/
+9
|
*
|
|
|
packed_ref_iterator_begin(): iterate using `mmapped_ref_iterator`
Michael Haggerty
2017-09-25
1
-3
/
+106
|
*
|
|
|
read_packed_refs(): ensure that references are ordered when read
Michael Haggerty
2017-09-25
1
-11
/
+212
|
*
|
|
|
packed_ref_cache: keep the `packed-refs` file mmapped if possible
Michael Haggerty
2017-09-25
1
-42
/
+143
|
*
|
|
|
packed-backend.c: reorder some definitions
Michael Haggerty
2017-09-25
1
-24
/
+24
|
*
|
|
|
mmapped_ref_iterator_advance(): no peeled value for broken refs
Michael Haggerty
2017-09-25
1
-2
/
+8
|
*
|
|
|
mmapped_ref_iterator: add iterator over a packed-refs file
Michael Haggerty
2017-09-25
1
-55
/
+152
|
*
|
|
|
packed_ref_cache: remember the file-wide peeling state
Michael Haggerty
2017-09-25
1
-5
/
+12
|
*
|
|
|
read_packed_refs(): read references with minimal copying
Michael Haggerty
2017-09-25
1
-61
/
+40
|
*
|
|
|
read_packed_refs(): make parsing of the header line more robust
Michael Haggerty
2017-09-14
1
-6
/
+15
|
*
|
|
|
read_packed_refs(): only check for a header at the top of the file
Michael Haggerty
2017-09-14
1
-11
/
+24
|
*
|
|
|
read_packed_refs(): use mmap to read the `packed-refs` file
Michael Haggerty
2017-09-14
1
-10
/
+32
|
*
|
|
|
die_unterminated_line(), die_invalid_line(): new functions
Michael Haggerty
2017-09-14
1
-3
/
+25
|
*
|
|
|
packed_ref_cache: add a backlink to the associated `packed_ref_store`
Michael Haggerty
2017-09-14
1
-7
/
+16
|
*
|
|
|
prefix_ref_iterator: break when we leave the prefix
Jeff King
2017-09-14
1
-1
/
+31
|
*
|
|
|
ref_iterator: keep track of whether the iterator output is ordered
Michael Haggerty
2017-09-14
6
-19
/
+42
|
|
|
_
|
/
|
|
/
|
|
*
|
|
|
Merge branch 'jk/read-in-full'
Junio C Hamano
2017-10-03
1
-1
/
+1
|
\
\
\
\
[prev]
[next]