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
/
refs-internal.h
Age
Commit message (
Expand
)
Author
Files
Lines
2018-07-24
Merge branch 'bp/log-ref-write-fd-with-strbuf'
Junio C Hamano
1
-4
/
+3
2018-07-10
convert log_ref_write_fd() to use strbuf
Ben Peart
1
-4
/
+3
2018-07-09
fixup! refs/refs-internal.h: avoid forward declaration of an enum
Junio C Hamano
1
-1
/
+1
2018-07-09
refs/refs-internal.h: avoid forward declaration of an enum
Beat Bolli
1
-0
/
+2
2017-11-06
refs: update some more docs to use "oid" rather than "sha1"
Michael Haggerty
1
-9
/
+9
2017-11-06
refs: rename constant `REF_NODEREF` to `REF_NO_DEREF`
Michael Haggerty
1
-2
/
+2
2017-11-06
refs: tidy up and adjust visibility of the `ref_update` flags
Michael Haggerty
1
-52
/
+15
2017-10-16
refs: convert read_raw_ref backends to struct object_id
brian m. carlson
1
-5
/
+5
2017-10-16
refs: convert peel_object to struct object_id
brian m. carlson
1
-2
/
+2
2017-10-16
refs: convert reflog_expire parameter to struct object_id
brian m. carlson
1
-1
/
+1
2017-10-16
refs: update ref transactions to use struct object_id
brian m. carlson
1
-2
/
+2
2017-10-03
Merge branch 'mh/mmap-packed-refs'
Junio C Hamano
1
-7
/
+19
2017-10-03
Merge branch 'sd/branch-copy'
Junio C Hamano
1
-0
/
+4
2017-09-25
ref_store: implement `refs_peel_ref()` generically
Michael Haggerty
1
-3
/
+0
2017-09-14
ref_iterator: keep track of whether the iterator output is ordered
Michael Haggerty
1
-4
/
+19
2017-09-09
struct ref_transaction: add a place for backends to store data
Michael Haggerty
1
-0
/
+1
2017-08-26
Merge branch 'mh/ref-lock-entry'
Junio C Hamano
1
-0
/
+6
2017-08-23
refs: retry acquiring reference locks for 100ms
Michael Haggerty
1
-0
/
+6
2017-06-23
packed_ref_store: make class into a subclass of `ref_store`
Michael Haggerty
1
-0
/
+1
2017-06-23
packed-backend: new module for handling packed references
Michael Haggerty
1
-0
/
+9
2017-06-18
branch: add a --copy (-c) option to go with --move (-m)
Sahil Dua
1
-0
/
+4
2017-05-23
ref_update_reject_duplicates(): expose function to whole refs module
Michael Haggerty
1
-0
/
+8
2017-05-23
ref_transaction_prepare(): new optional step for reference updates
Michael Haggerty
1
-10
/
+35
2017-05-23
ref_store: take a `msg` parameter when deleting references
Michael Haggerty
1
-1
/
+1
2017-05-23
ref_iterator_begin_fn(): fix docstring
Michael Haggerty
1
-3
/
+4
2017-05-23
Merge branch 'bc/object-id'
Junio C Hamano
1
-2
/
+2
2017-05-16
Merge branch 'nd/worktree-kill-parse-ref'
Junio C Hamano
1
-0
/
+4
2017-05-08
refs: convert struct ref_update to use struct object_id
brian m. carlson
1
-2
/
+2
2017-04-24
refs: add REFS_STORE_ALL_CAPS
Nguyễn Thái Ngọc Duy
1
-0
/
+4
2017-04-16
refs_verify_refname_available(): implement once for all backends
Michael Haggerty
1
-7
/
+0
2017-04-14
refs_ref_iterator_begin(): new function
Michael Haggerty
1
-0
/
+11
2017-04-14
refs_read_raw_ref(): new function
Michael Haggerty
1
-0
/
+4
2017-04-14
refs: new transaction related ref-store api
Nguyễn Thái Ngọc Duy
1
-0
/
+1
2017-04-14
refs: add new ref-store api
Nguyễn Thái Ngọc Duy
1
-28
/
+3
2017-04-14
refs: rename get_ref_store() to get_submodule_ref_store() and make it public
Nguyễn Thái Ngọc Duy
1
-12
/
+0
2017-04-14
files-backend: replace submodule_allowed check in files_downcast()
Nguyễn Thái Ngọc Duy
1
-1
/
+8
2017-03-27
refs: move submodule code out of files-backend.c
Nguyễn Thái Ngọc Duy
1
-5
/
+4
2017-03-27
files-backend: make files_log_ref_write() static
Nguyễn Thái Ngọc Duy
1
-4
/
+0
2017-02-27
Merge branch 'mh/submodule-hash'
Junio C Hamano
1
-41
/
+7
2017-02-27
Merge branch 'mh/ref-remove-empty-directory'
Junio C Hamano
1
-7
/
+15
2017-02-13
read_loose_refs(): read refs using resolve_ref_recursively()
Michael Haggerty
1
-0
/
+5
2017-02-10
base_ref_store_init(): remove submodule argument
Michael Haggerty
1
-4
/
+3
2017-02-10
refs: push the submodule attribute down
Michael Haggerty
1
-13
/
+0
2017-02-10
refs: store submodule ref stores in a hashmap
Michael Haggerty
1
-6
/
+0
2017-02-10
refs: make some ref_store lookup functions private
Michael Haggerty
1
-19
/
+0
2017-01-31
refs: add option core.logAllRefUpdates = always
Cornelius Weig
1
-2
/
+0
2017-01-07
files_transaction_commit(): clean up empty directories
Michael Haggerty
1
-2
/
+9
2017-01-07
refname_is_safe(): correct docstring
Michael Haggerty
1
-5
/
+6
2016-09-09
refs: implement iteration over only per-worktree refs
David Turner
1
-1
/
+9
2016-09-09
refs: make lock generic
David Turner
1
-1
/
+1
[next]