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-02-13
read_loose_refs(): read refs using resolve_ref_recursively()
Michael Haggerty
1
-4
/
+4
2017-02-10
base_ref_store_init(): remove submodule argument
Michael Haggerty
1
-2
/
+1
2017-02-10
refs: push the submodule attribute down
Michael Haggerty
1
-11
/
+0
2017-02-10
refs: store submodule ref stores in a hashmap
Michael Haggerty
1
-13
/
+45
2017-02-10
register_ref_store(): new function
Michael Haggerty
1
-14
/
+29
2017-02-10
refs: remove some unnecessary handling of submodule == ""
Michael Haggerty
1
-11
/
+2
2017-02-10
refs: make some ref_store lookup functions private
Michael Haggerty
1
-2
/
+17
2017-02-10
refs: reorder some function definitions
Michael Haggerty
1
-32
/
+32
2017-01-31
refs: add option core.logAllRefUpdates = always
Cornelius Weig
1
-5
/
+10
2016-10-26
Merge branch 'jc/cocci-xstrdup-or-null'
Junio C Hamano
1
-2
/
+1
2016-10-12
cocci: refactor common patterns to use xstrdup_or_null()
Junio C Hamano
1
-2
/
+1
2016-10-10
Merge branch 'nd/shallow-deepen'
Junio C Hamano
1
-1
/
+7
2016-09-19
Merge branch 'bc/object-id'
Junio C Hamano
1
-0
/
+8
2016-09-19
Merge branch 'mh/ref-store'
Junio C Hamano
1
-10
/
+299
2016-09-09
refs: add method to rename refs
David Turner
1
-0
/
+7
2016-09-09
refs: add methods to init refs db
David Turner
1
-0
/
+8
2016-09-09
refs: make delete_refs() virtual
David Turner
1
-0
/
+7
2016-09-09
refs: add method for initial ref transaction commit
David Turner
1
-0
/
+8
2016-09-09
refs: add methods for reflog
David Turner
1
-0
/
+63
2016-09-09
refs: add method iterator_begin
Michael Haggerty
1
-1
/
+1
2016-09-09
files_ref_iterator_begin(): take a ref_store argument
Michael Haggerty
1
-1
/
+1
2016-09-09
refs: make peel_ref() virtual
Michael Haggerty
1
-0
/
+7
2016-09-09
refs: make create_symref() virtual
Michael Haggerty
1
-0
/
+9
2016-09-09
refs: make pack_refs() virtual
Michael Haggerty
1
-0
/
+7
2016-09-09
refs: make verify_refname_available() virtual
Michael Haggerty
1
-0
/
+10
2016-09-09
refs: make read_raw_ref() virtual
Michael Haggerty
1
-2
/
+2
2016-09-09
resolve_gitlink_ref(): rename path parameter to submodule
Michael Haggerty
1
-6
/
+7
2016-09-09
resolve_gitlink_ref(): avoid memory allocation in many cases
Michael Haggerty
1
-6
/
+13
2016-09-09
resolve_gitlink_ref(): implement using resolve_ref_recursively()
Michael Haggerty
1
-0
/
+24
2016-09-09
resolve_ref_recursively(): new function
Michael Haggerty
1
-3
/
+11
2016-09-09
read_raw_ref(): take a (struct ref_store *) argument
Michael Haggerty
1
-1
/
+3
2016-09-09
refs: add a transaction_commit() method
Ronnie Sahlberg
1
-0
/
+9
2016-09-09
refs: create a base class "ref_store" for files_ref_store
Michael Haggerty
1
-0
/
+93
2016-09-09
refs: add a backend method structure
Ronnie Sahlberg
1
-0
/
+19
2016-09-09
rename_ref_available(): add docstring
David Turner
1
-6
/
+6
2016-09-07
refs: add an update_ref_oid function.
brian m. carlson
1
-0
/
+8
2016-08-01
pass constants as first argument to st_mult()
René Scharfe
1
-1
/
+1
2016-06-20
do_for_each_ref(): reimplement using reference iteration
Michael Haggerty
1
-0
/
+20
2016-06-13
refs: add expand_ref()
Nguyễn Thái Ngọc Duy
1
-1
/
+7
2016-06-13
ref_transaction_update(): check refname_is_safe() at a minimum
Michael Haggerty
1
-2
/
+3
2016-06-13
add_update(): initialize the whole ref_update
Michael Haggerty
1
-22
/
+26
2016-06-13
ref_transaction_create(): disallow recursive pruning
Michael Haggerty
1
-0
/
+3
2016-06-13
refs: make error messages more consistent
Michael Haggerty
1
-4
/
+4
2016-05-05
refname_is_safe(): insist that the refname already be normalized
Michael Haggerty
1
-2
/
+7
2016-05-05
refname_is_safe(): don't allow the empty string
Michael Haggerty
1
-2
/
+3
2016-05-05
refname_is_safe(): use skip_prefix()
Michael Haggerty
1
-3
/
+5
2016-04-10
refs: move resolve_ref_unsafe into common code
David Turner
1
-0
/
+74
2016-04-10
refs: move for_each_*ref* functions into common code
David Turner
1
-0
/
+52
2016-04-10
refs: move head_ref{,_submodule} to the common code
David Turner
1
-0
/
+23
2016-02-22
use st_add and st_mult for allocation size computation
Jeff King
1
-1
/
+1
[prev]
[next]