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
Age
Commit message (
Expand
)
Author
Files
Lines
2016-09-09
resolve_gitlink_ref(): eliminate temporary variable
Michael Haggerty
1
-3
/
+2
2016-08-31
allow do_submodule_path to work even if submodule isn't checked out
Jacob Keller
1
-1
/
+7
2016-07-25
Merge branch 'mh/ref-iterators'
Junio C Hamano
3
-254
/
+987
2016-07-25
Merge branch 'mh/update-ref-errors'
Junio C Hamano
1
-32
/
+42
2016-07-25
Merge branch 'mh/split-under-lock'
Junio C Hamano
2
-217
/
+808
2016-06-28
coccinelle: apply object_id Coccinelle transformations
brian m. carlson
1
-2
/
+2
2016-06-20
lock_ref_for_update(): avoid a symref resolution
Michael Haggerty
1
-1
/
+1
2016-06-20
lock_ref_for_update(): make error handling more uniform
Michael Haggerty
1
-32
/
+42
2016-06-20
for_each_reflog(): reimplement using iterators
Michael Haggerty
2
-42
/
+78
2016-06-20
for_each_reflog(): don't abort for bad references
Michael Haggerty
1
-1
/
+1
2016-06-20
do_for_each_ref(): reimplement using reference iteration
Michael Haggerty
3
-213
/
+57
2016-06-20
refs: introduce an iterator interface
Michael Haggerty
3
-0
/
+830
2016-06-20
ref_resolves_to_object(): new function
Michael Haggerty
1
-7
/
+20
2016-06-20
entry_resolves_to_object(): rename function from ref_resolves_to_object()
Michael Haggerty
1
-3
/
+3
2016-06-20
get_ref_cache(): only create an instance if there is a submodule
Michael Haggerty
1
-11
/
+22
2016-06-20
delete_refs(): add a flags argument
Michael Haggerty
1
-2
/
+2
2016-06-20
refs: use name "prefix" consistently
Michael Haggerty
2
-19
/
+19
2016-06-20
do_for_each_ref(): move docstring to the header file
Michael Haggerty
2
-10
/
+9
2016-06-13
lock_ref_sha1_basic(): only handle REF_NODEREF mode
Michael Haggerty
1
-34
/
+20
2016-06-13
commit_ref_update(): remove the flags parameter
Michael Haggerty
1
-7
/
+7
2016-06-13
lock_ref_for_update(): don't resolve symrefs
Michael Haggerty
2
-30
/
+95
2016-06-13
lock_ref_for_update(): don't re-read non-symbolic references
Michael Haggerty
1
-18
/
+30
2016-06-13
refs: resolve symbolic refs first
Michael Haggerty
2
-40
/
+479
2016-06-13
unlock_ref(): move definition higher in the file
Michael Haggerty
1
-10
/
+10
2016-06-13
lock_ref_for_update(): new function
Michael Haggerty
1
-67
/
+85
2016-06-13
add_update(): initialize the whole ref_update
Michael Haggerty
1
-0
/
+14
2016-06-13
verify_refname_available(): adjust constness in declaration
Michael Haggerty
2
-4
/
+4
2016-06-13
refs: don't dereference on rename
David Turner
1
-5
/
+16
2016-06-13
refs: allow log-only updates
David Turner
2
-6
/
+17
2016-06-13
ref_transaction_commit(): correctly report close_ref() failure
Michael Haggerty
1
-0
/
+1
2016-06-13
ref_transaction_create(): disallow recursive pruning
Michael Haggerty
2
-2
/
+2
2016-06-13
refs: make error messages more consistent
Michael Haggerty
1
-16
/
+16
2016-06-13
lock_ref_sha1_basic(): remove unneeded local variable
Michael Haggerty
1
-6
/
+3
2016-06-13
read_raw_ref(): move docstring to header file
Michael Haggerty
2
-38
/
+38
2016-06-13
read_raw_ref(): improve docstring
Michael Haggerty
1
-17
/
+24
2016-06-13
read_raw_ref(): rename symref argument to referent
Michael Haggerty
2
-11
/
+12
2016-06-13
read_raw_ref(): clear *type at start of function
Michael Haggerty
1
-0
/
+1
2016-06-13
read_raw_ref(): rename flags argument to type
Michael Haggerty
2
-10
/
+10
2016-06-13
ref_transaction_commit(): remove local variables n and updates
Michael Haggerty
1
-22
/
+20
2016-05-05
rename_ref(): remove unneeded local variable
Michael Haggerty
1
-6
/
+3
2016-05-05
commit_ref_update(): write error message to *err, not stderr
Michael Haggerty
1
-1
/
+1
2016-05-05
read_raw_ref(): don't get confused by an empty directory
Michael Haggerty
1
-1
/
+10
2016-05-05
commit_ref(): if there is an empty dir in the way, delete it
Michael Haggerty
1
-0
/
+24
2016-04-25
Merge branch 'dt/pre-refs-backend'
Junio C Hamano
2
-268
/
+153
2016-04-10
refs: on symref reflog expire, lock symref not referrent
David Turner
1
-1
/
+2
2016-04-10
refs: move resolve_ref_unsafe into common code
David Turner
2
-79
/
+9
2016-04-10
read_raw_ref(): change flags parameter to unsigned int
Michael Haggerty
1
-3
/
+3
2016-04-10
files-backend: inline resolve_ref_1() into resolve_ref_unsafe()
Michael Haggerty
1
-22
/
+9
2016-04-10
read_raw_ref(): manage own scratch space
Michael Haggerty
1
-35
/
+41
2016-04-10
files-backend: break out ref reading
David Turner
1
-99
/
+145
[prev]
[next]