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
2017-01-07
files_transaction_commit(): clean up empty directories
Michael Haggerty
3
-8
/
+64
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
raceproof_create_file(): new function
Michael Haggerty
2
-0
/
+111
2017-01-07
safe_create_leading_directories(): set errno on SCLD_EXISTS
Michael Haggerty
2
-3
/
+6
2017-01-07
safe_create_leading_directories_const(): preserve errno
Michael Haggerty
1
-0
/
+4
2017-01-07
t5505: use "for-each-ref" to test for the non-existence of references
Michael Haggerty
1
-1
/
+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-12-27
Fourth batch for 2.12
Junio C Hamano
1
-0
/
+42
2016-12-27
Merge branch 'jc/lock-report-on-error'
Junio C Hamano
1
-1
/
+1
2016-12-27
lockfile: move REPORT_ON_ERROR bit elsewhere
Junio C Hamano
1
-1
/
+1
2016-12-27
Merge branch 'js/mingw-isatty'
Junio C Hamano
1
-114
/
+84
2016-12-27
Merge branch 'ls/p4-lfs'
Junio C Hamano
2
-14
/
+14
2016-12-27
Merge branch 'va/i18n-even-more'
Junio C Hamano
2
-3
/
+4
2016-12-27
Merge branch 'lt/shortlog-by-committer'
Junio C Hamano
4
-3
/
+36
2016-12-27
Merge branch 'mk/mingw-winansi-ttyname-termination-fix'
Junio C Hamano
1
-1
/
+1
2016-12-27
Merge branch 'gv/p4-multi-path-commit-fix'
Junio C Hamano
2
-3
/
+23
2016-12-27
Merge branch 'jk/difftool-in-subdir'
Junio C Hamano
1
-24
/
+29
2016-12-27
Merge branch 'ld/p4-compare-dir-vs-symlink'
Junio C Hamano
2
-6
/
+63
2016-12-27
Merge branch 'ls/filter-process'
Junio C Hamano
4
-29
/
+24
2016-12-27
Merge branch 'bw/transport-protocol-policy'
Junio C Hamano
12
-85
/
+362
2016-12-27
Merge branch 'cp/merge-continue'
Junio C Hamano
4
-1
/
+45
2016-12-27
Merge branch 'va/i18n-perl-scripts'
Junio C Hamano
8
-218
/
+408
2016-12-27
Merge branch 'sb/submodule-config-cleanup'
Junio C Hamano
4
-42
/
+48
2016-12-27
Merge branch 'jc/push-default-explicit'
Junio C Hamano
2
-2
/
+15
2016-12-22
mingw: replace isatty() hack
Jeff Hostetler
1
-107
/
+69
2016-12-22
mingw: fix colourization on Cygwin pseudo terminals
Alan Davies
1
-2
/
+6
2016-12-22
mingw: adjust is_console() to work with stdin
Johannes Schindelin
1
-1
/
+5
2016-12-21
Third batch for 2.12
Junio C Hamano
1
-0
/
+40
2016-12-21
Merge branch 'jt/mailinfo-fold-in-body-headers'
Junio C Hamano
1
-1
/
+2
2016-12-21
Merge branch 'jk/index-pack-wo-repo-from-stdin'
Junio C Hamano
7
-47
/
+42
2016-12-21
Merge branch 'jk/parseopt-usage-msg-opt'
Junio C Hamano
1
-1
/
+1
2016-12-21
Merge branch 'jk/quote-env-path-list-component'
Junio C Hamano
5
-12
/
+102
2016-12-21
Merge branch 'vs/submodule-clone-nested-submodules-alternates'
Junio C Hamano
2
-2
/
+83
2016-12-21
Merge branch 'nd/shallow-fixup'
Junio C Hamano
1
-19
/
+20
[next]