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
2017-03-17
Merge branch 'bc/object-id'
Junio C Hamano
1
-14
/
+15
2017-02-27
Merge branch 'km/delete-ref-reflog-message'
Junio C Hamano
1
-5
/
+5
2017-02-27
Merge branch 'mh/submodule-hash'
Junio C Hamano
2
-72
/
+53
2017-02-27
Merge branch 'mh/ref-remove-empty-directory'
Junio C Hamano
2
-191
/
+202
2017-02-22
refs: simplify parsing of reflog entries
brian m. carlson
1
-5
/
+6
2017-02-22
refs: convert each_reflog_ent_fn to struct object_id
brian m. carlson
1
-12
/
+12
2017-02-20
branch: record creation of renamed branch in HEAD's log
Kyle Meyer
1
-2
/
+2
2017-02-20
rename_ref: replace empty message in HEAD's log
Kyle Meyer
1
-1
/
+1
2017-02-20
delete_ref: accept a reflog message argument
Kyle Meyer
1
-3
/
+3
2017-02-13
read_loose_refs(): read refs using resolve_ref_recursively()
Michael Haggerty
2
-14
/
+9
2017-02-10
files_ref_store::submodule: use NULL for the main repository
Michael Haggerty
1
-8
/
+8
2017-02-10
base_ref_store_init(): remove submodule argument
Michael Haggerty
2
-5
/
+4
2017-02-10
refs: push the submodule attribute down
Michael Haggerty
2
-31
/
+43
2017-02-10
refs: store submodule ref stores in a hashmap
Michael Haggerty
1
-6
/
+0
2017-02-10
refs: make some ref_store lookup functions private
Michael Haggerty
1
-19
/
+0
2017-02-03
Merge branch 'cw/log-updates-for-all-refs-really'
Junio C Hamano
2
-5
/
+3
2017-01-31
refs: add option core.logAllRefUpdates = always
Cornelius Weig
2
-5
/
+3
2017-01-30
use oidcpy() for copying hashes between instances of struct object_id
René Scharfe
1
-1
/
+1
2017-01-07
files_transaction_commit(): clean up empty directories
Michael Haggerty
2
-8
/
+37
2017-01-07
try_remove_empty_parents(): teach to remove parents of reflogs, too
Michael Haggerty
1
-6
/
+18
2017-01-07
try_remove_empty_parents(): don't trash argument contents
Michael Haggerty
1
-7
/
+9
2017-01-07
try_remove_empty_parents(): rename parameter "name" -> "refname"
Michael Haggerty
1
-4
/
+4
2017-01-07
delete_ref_loose(): inline function
Michael Haggerty
1
-18
/
+7
2017-01-07
delete_ref_loose(): derive loose reference path from lock
Michael Haggerty
1
-4
/
+1
2017-01-07
log_ref_write_1(): inline function
Michael Haggerty
1
-10
/
+3
2017-01-07
log_ref_setup(): manage the name of the reflog file internally
Michael Haggerty
1
-35
/
+34
2017-01-07
log_ref_write_1(): don't depend on logfile argument
Michael Haggerty
1
-4
/
+8
2017-01-07
log_ref_setup(): pass the open file descriptor back to the caller
Michael Haggerty
1
-17
/
+22
2017-01-07
log_ref_setup(): improve robustness against races
Michael Haggerty
1
-23
/
+18
2017-01-07
log_ref_setup(): separate code for create vs non-create
Michael Haggerty
1
-20
/
+39
2017-01-07
log_ref_write(): inline function
Michael Haggerty
1
-14
/
+10
2017-01-07
rename_tmp_log(): improve error reporting
Michael Haggerty
1
-3
/
+4
2017-01-07
rename_tmp_log(): use raceproof_create_file()
Michael Haggerty
1
-43
/
+30
2017-01-07
lock_ref_sha1_basic(): use raceproof_create_file()
Michael Haggerty
1
-26
/
+9
2017-01-07
lock_ref_sha1_basic(): inline constant
Michael Haggerty
1
-2
/
+1
2017-01-07
refname_is_safe(): correct docstring
Michael Haggerty
1
-5
/
+6
2017-01-07
files_rename_ref(): tidy up whitespace
Michael Haggerty
1
-1
/
+1
2016-10-17
Merge branch 'jk/ref-symlink-loop'
Junio C Hamano
1
-1
/
+13
2016-10-10
files_read_raw_ref: prevent infinite retry loops in general
Jeff King
1
-0
/
+7
2016-10-10
files_read_raw_ref: avoid infinite loop on broken symlinks
Jeff King
1
-1
/
+6
2016-09-29
use QSORT
René Scharfe
1
-1
/
+1
2016-09-19
Merge branch 'mh/ref-store'
Junio C Hamano
2
-293
/
+493
2016-09-09
refs: implement iteration over only per-worktree refs
David Turner
2
-1
/
+13
2016-09-09
refs: make lock generic
David Turner
2
-13
/
+14
2016-09-09
refs: add method to rename refs
David Turner
2
-18
/
+10
2016-09-09
refs: add methods to init refs db
David Turner
2
-0
/
+21
2016-09-09
refs: make delete_refs() virtual
David Turner
2
-2
/
+7
2016-09-09
refs: add method for initial ref transaction commit
David Turner
2
-3
/
+6
2016-09-09
refs: add methods for reflog
David Turner
2
-27
/
+87
2016-09-09
refs: add method iterator_begin
Michael Haggerty
2
-13
/
+14
[next]