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.c
Age
Commit message (
Expand
)
Author
Files
Lines
2021-03-13
use CALLOC_ARRAY
René Scharfe
1
-2
/
+2
2021-02-05
Merge branch 'tb/ls-refs-optim'
Junio C Hamano
1
-0
/
+87
2021-02-03
Merge branch 'jk/peel-iterated-oid'
Junio C Hamano
1
-23
/
+6
2021-01-22
refs: expose 'for_each_fullref_in_prefixes'
Taylor Blau
1
-0
/
+87
2021-01-21
refs: switch peel_ref() to peel_iterated_oid()
Jeff King
1
-23
/
+6
2021-01-11
refs: allow @{n} to work with n-sized reflog
Denton Liu
1
-14
/
+32
2021-01-10
refs: factor out set_read_ref_cutoffs()
Denton Liu
1
-17
/
+17
2020-12-13
init: provide useful advice about init.defaultBranch
Johannes Schindelin
1
-1
/
+17
2020-12-13
get_default_branch_name(): prepare for showing some advice
Johannes Schindelin
1
-3
/
+3
2020-10-23
tests: start moving to a different default main branch name
Johannes Schindelin
1
-1
/
+4
2020-09-22
Merge branch 'hn/refs-trace-backend'
Junio C Hamano
1
-0
/
+1
2020-09-09
Merge branch 'jt/interpret-branch-name-fallback'
Junio C Hamano
1
-10
/
+10
2020-09-09
refs: add GIT_TRACE_REFS debugging mechanism
Han-Wen Nienhuys
1
-0
/
+1
2020-09-02
wt-status: tolerate dangling marks
Jonathan Tan
1
-5
/
+9
2020-09-02
refs: move dwim_ref() to header file
Jonathan Tan
1
-5
/
+0
2020-09-02
sha1-name: replace unsigned int with option struct
Jonathan Tan
1
-1
/
+2
2020-08-31
Merge branch 'ps/ref-transaction-hook'
Junio C Hamano
1
-9
/
+2
2020-08-31
Merge branch 'hn/refs-pseudorefs'
Junio C Hamano
1
-1
/
+1
2020-08-27
Merge branch 'hn/refs-fetch-head-is-special'
Junio C Hamano
1
-1
/
+27
2020-08-25
refs: remove lookup cache for reference-transaction hook
Patrick Steinhardt
1
-9
/
+2
2020-08-21
refs: make refs_ref_exists public
Han-Wen Nienhuys
1
-1
/
+1
2020-08-19
refs: read FETCH_HEAD and MERGE_HEAD generically
Han-Wen Nienhuys
1
-1
/
+27
2020-08-17
Merge branch 'hn/reftable-prep-part-2'
Junio C Hamano
1
-117
/
+10
2020-08-17
Merge branch 'ps/ref-transaction-hook'
Junio C Hamano
1
-1
/
+1
2020-08-10
Merge branch 'jk/strvec'
Junio C Hamano
1
-4
/
+4
2020-08-07
refs: fix interleaving hook calls with reference-transaction hook
Patrick Steinhardt
1
-1
/
+1
2020-08-01
Merge branch 'hn/reftable' into master
Junio C Hamano
1
-1
/
+0
2020-07-31
refs: move the logic to add \t to reflog to the files backend
Han-Wen Nienhuys
1
-1
/
+0
2020-07-30
Merge branch 'hn/reftable' into master
Junio C Hamano
1
-9
/
+41
2020-07-28
strvec: convert remaining callers away from argv_array name
Jeff King
1
-3
/
+3
2020-07-28
strvec: rename files from argv-array to strvec
Jeff King
1
-1
/
+1
2020-07-27
Make HEAD a PSEUDOREF rather than PER_WORKTREE.
Han-Wen Nienhuys
1
-4
/
+3
2020-07-27
Modify pseudo refs through ref backend storage
Han-Wen Nienhuys
1
-113
/
+7
2020-07-10
reflog: cleanse messages in the refs.c layer
Junio C Hamano
1
-9
/
+41
2020-07-06
Merge branch 'js/default-branch-name'
Junio C Hamano
1
-0
/
+30
2020-07-06
Merge branch 'ak/commit-graph-to-slab'
Junio C Hamano
1
-1
/
+1
2020-06-24
init: allow setting the default for the initial branch name via the config
Don Goodman-Wilson
1
-0
/
+30
2020-06-19
refs: implement reference transaction hook
Patrick Steinhardt
1
-2
/
+74
2020-06-17
object: drop parsed_object_pool->commit_count
Abhishek Kumar
1
-1
/
+1
2020-04-28
Merge branch 'ds/log-exclude-decoration-config'
Junio C Hamano
1
-44
/
+0
2020-04-22
Merge branch 'jc/missing-ref-store-fix'
Junio C Hamano
1
-4
/
+4
2020-04-16
log-tree: make ref_filter_match() a helper method
Derrick Stolee
1
-44
/
+0
2020-04-09
repository: mark the "refs" pointer as private
Jeff King
1
-4
/
+4
2019-10-07
hashmap_entry: remove first member requirement from docs
Eric Wong
1
-1
/
+1
2019-10-07
hashmap_cmp_fn takes hashmap_entry params
Eric Wong
1
-3
/
+8
2019-10-07
hashmap_get{,_from_hash} return "struct hashmap_entry *"
Eric Wong
1
-1
/
+4
2019-10-07
hashmap_put takes "struct hashmap_entry *"
Eric Wong
1
-1
/
+4
2019-10-07
hashmap_entry_init takes "struct hashmap_entry *"
Eric Wong
1
-1
/
+1
2019-06-20
object: convert lookup_unknown_object() to use object_id
Jeff King
1
-1
/
+1
2019-06-13
Merge branch 'nd/worktree-name-sanitization'
Junio C Hamano
1
-20
/
+90
[next]