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
2017-08-24
refs.c: remove fallback-to-main-store code get_submodule_ref_store()
Nguyễn Thái Ngọc Duy
1
-8
/
+3
2017-08-24
refs: remove dead for_each_*_submodule()
Nguyễn Thái Ngọc Duy
1
-33
/
+0
2017-08-24
refs.c: move for_each_remote_ref_submodule() to submodule.c
Nguyễn Thái Ngọc Duy
1
-6
/
+0
2017-08-24
revision.c: use refs_for_each*() instead of for_each_*_submodule()
Nguyễn Thái Ngọc Duy
1
-5
/
+4
2017-08-24
refs: add refs_head_ref()
Nguyễn Thái Ngọc Duy
1
-10
/
+13
2017-08-24
refs: move submodule slash stripping code to get_submodule_ref_store
Nguyễn Thái Ngọc Duy
1
-16
/
+17
2017-08-24
refs.c: refactor get_submodule_ref_store(), share common free block
Nguyễn Thái Ngọc Duy
1
-11
/
+6
2017-08-24
refs.c: use is_dir_sep() in resolve_gitlink_ref()
Nguyễn Thái Ngọc Duy
1
-1
/
+1
2017-08-23
Merge branch 'cc/ref-is-hidden-microcleanup' into maint
Junio C Hamano
1
-5
/
+4
2017-08-23
refs: retry acquiring reference locks for 100ms
Michael Haggerty
1
-3
/
+21
2017-08-22
Merge branch 'mh/packed-ref-store'
Junio C Hamano
1
-0
/
+18
2017-08-11
Merge branch 'cc/ref-is-hidden-microcleanup'
Junio C Hamano
1
-5
/
+4
2017-08-11
Merge branch 'bc/object-id'
Junio C Hamano
1
-1
/
+1
2017-07-24
refs: use skip_prefix() in ref_is_hidden()
Christian Couder
1
-5
/
+4
2017-07-17
sha1_name: convert GET_SHA1* flags to GET_OID*
brian m. carlson
1
-1
/
+1
2017-07-13
Merge branch 'sb/hashmap-customize-comparison'
Junio C Hamano
1
-2
/
+3
2017-07-10
Merge branch 'ab/wildmatch'
Junio C Hamano
1
-1
/
+1
2017-06-30
hashmap.h: compare function has access to a data field
Stefan Beller
1
-2
/
+3
2017-06-26
Merge branch 'mh/packed-ref-store-prep'
Junio C Hamano
1
-0
/
+12
2017-06-24
Merge branch 'bw/config-h'
Junio C Hamano
1
-0
/
+1
2017-06-23
wildmatch: remove unused wildopts parameter
Ævar Arnfjörð Bjarmason
1
-1
/
+1
2017-06-23
packed-backend: new module for handling packed references
Michael Haggerty
1
-0
/
+18
2017-06-18
for_each_bisect_ref(): don't trim refnames
Michael Haggerty
1
-0
/
+12
2017-06-18
branch: add a --copy (-c) option to go with --move (-m)
Sahil Dua
1
-0
/
+11
2017-06-15
config: don't include config.h by default
Brandon Williams
1
-0
/
+1
2017-05-23
refs_ref_iterator_begin(): handle `GIT_REF_PARANOIA`
Michael Haggerty
1
-0
/
+5
2017-05-23
ref_update_reject_duplicates(): add a sanity check
Michael Haggerty
1
-2
/
+8
2017-05-23
ref_update_reject_duplicates(): use `size_t` rather than `int`
Michael Haggerty
1
-1
/
+1
2017-05-23
ref_update_reject_duplicates(): expose function to whole refs module
Michael Haggerty
1
-0
/
+17
2017-05-23
ref_transaction_prepare(): new optional step for reference updates
Michael Haggerty
1
-3
/
+71
2017-05-23
ref_transaction_commit(): check for valid `transaction->state`
Michael Haggerty
1
-0
/
+12
2017-05-23
ref_store: take a `msg` parameter when deleting references
Michael Haggerty
1
-5
/
+6
2017-05-23
refs: use `size_t` indexes when iterating over ref transaction updates
Michael Haggerty
1
-1
/
+1
2017-05-23
refs_ref_iterator_begin(): don't check prefixes redundantly
Michael Haggerty
1
-1
/
+7
2017-05-23
Merge branch 'bc/object-id'
Junio C Hamano
1
-2
/
+2
2017-05-16
Merge branch 'js/larger-timestamps'
Junio C Hamano
1
-7
/
+7
2017-05-16
Merge branch 'nd/worktree-kill-parse-ref'
Junio C Hamano
1
-37
/
+63
2017-05-08
refs: convert struct ref_update to use struct object_id
brian m. carlson
1
-2
/
+2
2017-04-27
timestamp_t: a new data type for timestamps
Johannes Schindelin
1
-7
/
+7
2017-04-26
Merge branch 'mh/separate-ref-cache'
Junio C Hamano
1
-6
/
+105
2017-04-24
refs: introduce get_worktree_ref_store()
Nguyễn Thái Ngọc Duy
1
-0
/
+30
2017-04-24
refs: add REFS_STORE_ALL_CAPS
Nguyễn Thái Ngọc Duy
1
-5
/
+1
2017-04-23
Merge branch 'jk/quarantine-received-objects'
Junio C Hamano
1
-0
/
+6
2017-04-19
Merge branch 'nd/files-backend-git-dir'
Junio C Hamano
1
-128
/
+293
2017-04-16
refs_verify_refname_available(): implement once for all backends
Michael Haggerty
1
-2
/
+83
2017-04-16
refs.c: make submodule ref store hashmap generic
Nguyễn Thái Ngọc Duy
1
-32
/
+32
2017-04-16
refs: reject ref updates while GIT_QUARANTINE_PATH is set
Jeff King
1
-0
/
+6
2017-04-14
refs_ref_iterator_begin(): new function
Michael Haggerty
1
-2
/
+13
2017-04-14
refs_read_raw_ref(): new function
Michael Haggerty
1
-2
/
+9
2017-04-14
refs: delete pack_refs() in favor of refs_pack_refs()
Nguyễn Thái Ngọc Duy
1
-5
/
+0
[prev]
[next]