index
:
tgif.git
2.36
Terin's Improved Git Fork
terinjokes@gmail.com
summary
refs
log
tree
commit
diff
log msg
author
committer
range
Age
Commit message (
Expand
)
Author
Files
Lines
2016-06-20
dir_iterator: new API for iterating over a directory tree
Michael Haggerty
3
-0
/
+290
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
4
-213
/
+77
2016-06-20
refs: introduce an iterator interface
Michael Haggerty
6
-1
/
+915
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
remote rm: handle symbolic refs correctly
Michael Haggerty
1
-5
/
+1
2016-06-20
delete_refs(): add a flags argument
Michael Haggerty
4
-7
/
+8
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
refs: remove unnecessary "extern" keywords
Michael Haggerty
1
-61
/
+73
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
3
-40
/
+514
2016-06-13
ref_transaction_update(): check refname_is_safe() at a minimum
Michael Haggerty
3
-4
/
+5
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
2
-22
/
+40
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
2
-5
/
+25
2016-06-13
refs: allow log-only updates
David Turner
2
-6
/
+17
2016-06-13
delete_branches(): use resolve_refdup()
Michael Haggerty
1
-8
/
+11
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
3
-2
/
+5
2016-06-13
refs: make error messages more consistent
Michael Haggerty
3
-22
/
+22
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
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-05-05
remove_dir_recursively(): add docstring
Michael Haggerty
1
-0
/
+23
2016-05-05
safe_create_leading_directories(): improve docstring
Michael Haggerty
1
-0
/
+5
2016-05-05
read_raw_ref(): don't get confused by an empty directory
Michael Haggerty
2
-2
/
+11
2016-05-05
commit_ref(): if there is an empty dir in the way, delete it
Michael Haggerty
1
-0
/
+24
2016-05-05
t1404: demonstrate a bug resolving references
Michael Haggerty
1
-1
/
+75
2016-04-25
Sync with maint
Junio C Hamano
1
-5
/
+5
2016-04-25
Seventh batch for post 2.8 cycle
Junio C Hamano
1
-0
/
+22
2016-04-25
Merge branch 'sb/submodule-path-misc-bugs'
Junio C Hamano
3
-11
/
+133
2016-04-25
Merge branch 'en/merge-trivial-fix'
Junio C Hamano
2
-1
/
+13
2016-04-25
Merge branch 'en/merge-octopus-fix'
Junio C Hamano
2
-0
/
+159
[next]