index
:
git
master
git
Fast-forward packages
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
refs
/
refs-internal.h
(
follow
)
Commit message (
Expand
)
Author
Age
Files
Lines
*
Merge branch 'hn/refs-trace-backend'
Junio C Hamano
2020-09-22
1
-0
/
+5
|
\
|
*
refs: add GIT_TRACE_REFS debugging mechanism
Han-Wen Nienhuys
2020-09-09
1
-0
/
+5
*
|
refs: move REF_LOG_ONLY to refs-internal.h
Han-Wen Nienhuys
2020-09-09
1
-0
/
+7
|
/
*
refs: move gitdir into base ref_store
Han-Wen Nienhuys
2020-08-19
1
-0
/
+3
*
refs: fix comment about submodule ref_stores
Han-Wen Nienhuys
2020-08-19
1
-1
/
+1
*
refs: split off reading loose ref data in separate function
Han-Wen Nienhuys
2020-08-19
1
-0
/
+6
*
reflog: cleanse messages in the refs.c layer
Junio C Hamano
2020-07-10
1
-6
/
+0
*
refs: improve documentation for ref iterator
Han-Wen Nienhuys
2020-05-20
1
-3
/
+15
*
Fix spelling errors in code comments
Elijah Newren
2019-11-10
1
-1
/
+1
*
Merge branch 'rj/header-check'
Junio C Hamano
2018-10-16
1
-0
/
+4
|
\
|
*
refs/refs-internal.h: add missing declarations (hdr-check)
Ramsay Jones
2018-09-20
1
-0
/
+4
*
|
Merge branch 'tq/refs-internal-comment-fix'
Junio C Hamano
2018-10-16
1
-1
/
+1
|
\
\
|
*
|
refs: docstring typo
Tao Qingyun
2018-09-17
1
-1
/
+1
*
|
|
refs.c: migrate internal ref iteration to pass thru repository argument
Stefan Beller
2018-08-21
1
-2
/
+3
|
|
/
|
/
|
*
|
Merge branch 'bp/log-ref-write-fd-with-strbuf'
Junio C Hamano
2018-07-24
1
-4
/
+3
|
\
\
|
*
|
convert log_ref_write_fd() to use strbuf
Ben Peart
2018-07-10
1
-4
/
+3
|
|
/
*
|
fixup! refs/refs-internal.h: avoid forward declaration of an enum
Junio C Hamano
2018-07-09
1
-1
/
+1
*
|
refs/refs-internal.h: avoid forward declaration of an enum
Beat Bolli
2018-07-09
1
-0
/
+2
|
/
*
refs: update some more docs to use "oid" rather than "sha1"
Michael Haggerty
2017-11-06
1
-9
/
+9
*
refs: rename constant `REF_NODEREF` to `REF_NO_DEREF`
Michael Haggerty
2017-11-06
1
-2
/
+2
*
refs: tidy up and adjust visibility of the `ref_update` flags
Michael Haggerty
2017-11-06
1
-52
/
+15
*
refs: convert read_raw_ref backends to struct object_id
brian m. carlson
2017-10-16
1
-5
/
+5
*
refs: convert peel_object to struct object_id
brian m. carlson
2017-10-16
1
-2
/
+2
*
refs: convert reflog_expire parameter to struct object_id
brian m. carlson
2017-10-16
1
-1
/
+1
*
refs: update ref transactions to use struct object_id
brian m. carlson
2017-10-16
1
-2
/
+2
*
Merge branch 'mh/mmap-packed-refs'
Junio C Hamano
2017-10-03
1
-7
/
+19
|
\
|
*
ref_store: implement `refs_peel_ref()` generically
Michael Haggerty
2017-09-25
1
-3
/
+0
|
*
ref_iterator: keep track of whether the iterator output is ordered
Michael Haggerty
2017-09-14
1
-4
/
+19
*
|
Merge branch 'sd/branch-copy'
Junio C Hamano
2017-10-03
1
-0
/
+4
|
\
\
|
|
/
|
/
|
|
*
branch: add a --copy (-c) option to go with --move (-m)
Sahil Dua
2017-06-19
1
-0
/
+4
*
|
struct ref_transaction: add a place for backends to store data
Michael Haggerty
2017-09-08
1
-0
/
+1
*
|
Merge branch 'mh/ref-lock-entry'
Junio C Hamano
2017-08-27
1
-0
/
+6
|
\
\
|
*
|
refs: retry acquiring reference locks for 100ms
Michael Haggerty
2017-08-23
1
-0
/
+6
|
|
/
*
|
packed_ref_store: make class into a subclass of `ref_store`
Michael Haggerty
2017-06-23
1
-0
/
+1
*
|
packed-backend: new module for handling packed references
Michael Haggerty
2017-06-23
1
-0
/
+9
|
/
*
ref_update_reject_duplicates(): expose function to whole refs module
Michael Haggerty
2017-05-23
1
-0
/
+8
*
ref_transaction_prepare(): new optional step for reference updates
Michael Haggerty
2017-05-23
1
-10
/
+35
*
ref_store: take a `msg` parameter when deleting references
Michael Haggerty
2017-05-23
1
-1
/
+1
*
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
1
-2
/
+2
|
\
|
*
refs: convert struct ref_update to use struct object_id
brian m. carlson
2017-05-08
1
-2
/
+2
*
|
Merge branch 'nd/worktree-kill-parse-ref'
Junio C Hamano
2017-05-16
1
-0
/
+4
|
\
\
|
|
/
|
/
|
|
*
refs: add REFS_STORE_ALL_CAPS
Nguyễn Thái Ngọc Duy
2017-04-25
1
-0
/
+4
*
|
refs_verify_refname_available(): implement once for all backends
Michael Haggerty
2017-04-17
1
-7
/
+0
*
|
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
|
/
*
refs: new transaction related ref-store api
Nguyễn Thái Ngọc Duy
2017-04-14
1
-0
/
+1
*
refs: add new ref-store api
Nguyễn Thái Ngọc Duy
2017-04-14
1
-28
/
+3
*
refs: rename get_ref_store() to get_submodule_ref_store() and make it public
Nguyễn Thái Ngọc Duy
2017-04-14
1
-12
/
+0
*
files-backend: replace submodule_allowed check in files_downcast()
Nguyễn Thái Ngọc Duy
2017-04-14
1
-1
/
+8
[next]