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
2021-12-22
refs: centralize initialization of the base ref_store.
Han-Wen Nienhuys
1
-2
/
+2
2021-12-10
Merge branch 'hn/create-reflog-simplify'
Junio C Hamano
1
-1
/
+1
2021-11-29
Merge branch 'ab/refs-errno-cleanup'
Junio C Hamano
1
-19
/
+7
2021-11-22
refs: drop force_create argument of create_reflog API
Han-Wen Nienhuys
1
-1
/
+1
2021-10-25
Merge branch 'jt/no-abuse-alternate-odb-for-submodules'
Junio C Hamano
1
-2
/
+9
2021-10-16
refs API: make refs_rename_ref_available() static
Ævar Arnfjörð Bjarmason
1
-14
/
+0
2021-10-16
refs API: make parse_loose_ref_contents() not set errno
Han-Wen Nienhuys
1
-2
/
+4
2021-10-16
refs API: make refs_read_raw_ref() not set errno
Han-Wen Nienhuys
1
-3
/
+3
2021-10-11
Merge branch 'jk/ref-paranoia'
Junio C Hamano
1
-21
/
+35
2021-10-08
refs: teach arbitrary repo support to iterators
Jonathan Tan
1
-0
/
+1
2021-10-08
refs: plumb repo into ref stores
Jonathan Tan
1
-2
/
+8
2021-09-27
refs: add DO_FOR_EACH_OMIT_DANGLING_SYMREFS flag
Jeff King
1
-0
/
+6
2021-09-27
refs-internal.h: reorganize DO_FOR_EACH_* flag documentation
Jeff King
1
-19
/
+27
2021-09-27
refs-internal.h: move DO_FOR_EACH_* flags next to each other
Jeff King
1
-8
/
+8
2021-08-25
refs: make errno output explicit for read_raw_ref_fn
Han-Wen Nienhuys
1
-8
/
+12
2021-08-25
refs: remove EINVAL errno output from specification of read_raw_ref_fn
Han-Wen Nienhuys
1
-3
/
+3
2021-08-25
refs API: remove OID argument to reflog_expire()
Ævar Arnfjörð Bjarmason
1
-1
/
+1
2021-05-20
refs: make explicit that ref_iterator_peel returns boolean
Han-Wen Nienhuys
1
-0
/
+3
2020-09-22
Merge branch 'hn/refs-trace-backend'
Junio C Hamano
1
-0
/
+5
2020-09-09
refs: add GIT_TRACE_REFS debugging mechanism
Han-Wen Nienhuys
1
-0
/
+5
2020-09-08
refs: move REF_LOG_ONLY to refs-internal.h
Han-Wen Nienhuys
1
-0
/
+7
2020-08-19
refs: move gitdir into base ref_store
Han-Wen Nienhuys
1
-0
/
+3
2020-08-19
refs: fix comment about submodule ref_stores
Han-Wen Nienhuys
1
-1
/
+1
2020-08-19
refs: split off reading loose ref data in separate function
Han-Wen Nienhuys
1
-0
/
+6
2020-07-10
reflog: cleanse messages in the refs.c layer
Junio C Hamano
1
-6
/
+0
2020-05-20
refs: improve documentation for ref iterator
Han-Wen Nienhuys
1
-3
/
+15
2019-11-10
Fix spelling errors in code comments
Elijah Newren
1
-1
/
+1
2018-10-16
Merge branch 'rj/header-check'
Junio C Hamano
1
-0
/
+4
2018-10-16
Merge branch 'tq/refs-internal-comment-fix'
Junio C Hamano
1
-1
/
+1
2018-09-20
refs/refs-internal.h: add missing declarations (hdr-check)
Ramsay Jones
1
-0
/
+4
2018-09-17
refs: docstring typo
Tao Qingyun
1
-1
/
+1
2018-08-21
refs.c: migrate internal ref iteration to pass thru repository argument
Stefan Beller
1
-2
/
+3
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
[next]