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
/
builtin
Age
Commit message (
Expand
)
Author
Files
Lines
2015-03-05
Merge branch 'mh/refs-have-new'
Junio C Hamano
6
-19
/
+20
2015-03-03
Merge branch 'jc/apply-ws-fix-expands-report'
Junio C Hamano
1
-0
/
+3
2015-03-03
Merge branch 'jc/apply-beyond-symlink'
Junio C Hamano
1
-1
/
+141
2015-02-25
Merge branch 'dp/remove-duplicated-header-inclusion'
Junio C Hamano
1
-1
/
+0
2015-02-22
Merge branch 'ab/merge-file-prefix'
Junio C Hamano
1
-1
/
+2
2015-02-22
Merge branch 'es/blame-commit-info-fix'
Junio C Hamano
1
-3
/
+2
2015-02-17
ref_transaction_verify(): new function to check a reference's value
Michael Haggerty
1
-5
/
+2
2015-02-17
commit: avoid race when creating orphan commits
Michael Haggerty
1
-1
/
+1
2015-02-17
ref_transaction_delete(): remove "have_old" parameter
Michael Haggerty
2
-4
/
+4
2015-02-17
ref_transaction_update(): remove "have_old" parameter
Michael Haggerty
6
-9
/
+12
2015-02-17
refs.c: change some "flags" to "unsigned int"
Michael Haggerty
1
-1
/
+2
2015-02-17
Merge branch 'mg/commit-author-no-match-malformed-message'
Junio C Hamano
1
-1
/
+1
2015-02-17
Merge branch 'jc/apply-ws-fix-expands'
Junio C Hamano
1
-3
/
+28
2015-02-13
do not include the same header twice
Дилян Палаузов
1
-1
/
+0
2015-02-11
Merge branch 'ah/usage-strings'
Junio C Hamano
58
-96
/
+96
2015-02-11
Merge branch 'jc/push-to-checkout'
Junio C Hamano
1
-25
/
+45
2015-02-11
Merge branch 'sb/atomic-push'
Junio C Hamano
3
-36
/
+140
2015-02-11
Merge branch 'mh/reflog-expire'
Junio C Hamano
1
-156
/
+103
2015-02-11
Merge branch 'dk/format-patch-ignore-diff-submodule'
Junio C Hamano
1
-1
/
+1
2015-02-11
Merge branch 'jk/blame-commit-label'
Junio C Hamano
3
-24
/
+15
2015-02-11
merge-file: correctly open files when in a subdir
Aleksander Boruch-Gruszecki
1
-1
/
+2
2015-02-10
apply: do not touch a file beyond a symbolic link
Junio C Hamano
1
-0
/
+112
2015-02-10
apply: do not read from beyond a symbolic link
Junio C Hamano
1
-0
/
+2
2015-02-10
apply: do not read from the filesystem under --index
Junio C Hamano
1
-1
/
+1
2015-02-10
apply: reject input that touches outside the working area
Junio C Hamano
1
-0
/
+26
2015-02-10
builtin/blame: destroy initialized commit_info only
Eric Sunshine
1
-3
/
+2
2015-01-26
commit: reword --author error message
Michael J Gruber
1
-1
/
+1
2015-01-22
Merge branch 'ak/cat-file-clean-up'
Junio C Hamano
1
-2
/
+0
2015-01-22
apply: detect and mark whitespace errors in context lines when fixing
Junio C Hamano
1
-0
/
+3
2015-01-22
apply: count the size of postimage correctly
Junio C Hamano
1
-2
/
+21
2015-01-22
apply: make update_pre_post_images() sanity check the given postlen
Junio C Hamano
1
-0
/
+6
2015-01-22
apply.c: typofix
Junio C Hamano
1
-1
/
+1
2015-01-20
Merge branch 'ak/show-branch-usage-string'
Junio C Hamano
1
-3
/
+3
2015-01-20
show-branch: fix indentation of usage string
Ralf Thielow
1
-3
/
+3
2015-01-14
Merge branch 'rc/for-each-ref-tracking'
Junio C Hamano
1
-2
/
+9
2015-01-14
Merge branch 'ak/fewer-includes'
Junio C Hamano
1
-4
/
+0
2015-01-14
Merge branch 'ak/show-branch-usage-string'
Junio C Hamano
1
-1
/
+4
2015-01-14
Merge branch 'km/log-usage-string-i18n'
Junio C Hamano
1
-2
/
+2
2015-01-14
Merge branch 'js/remote-add-with-insteadof'
Junio C Hamano
1
-1
/
+3
2015-01-14
standardize usage info string format
Alex Henrie
58
-97
/
+97
2015-01-13
cat-file: use "type" and "size" from outer scope
Alexander Kuleshov
1
-2
/
+0
2015-01-13
blame.c: fix garbled error message
Lukas Fleischer
1
-5
/
+7
2015-01-13
builtin/commit.c: use xstrdup_or_null instead of envdup
Jeff King
1
-9
/
+3
2015-01-13
builtin/apply.c: use xstrdup_or_null instead of null_strdup
Jeff King
1
-10
/
+5
2015-01-12
for-each-ref: always check stat_tracking_info()'s return value
Raphael Kubo da Costa
1
-2
/
+9
2015-01-12
Merge branch 'mg/add-ignore-errors' into maint
Junio C Hamano
1
-1
/
+1
2015-01-12
Merge branch 'bc/fetch-thin-less-aggressive-in-normal-repository'
Junio C Hamano
1
-1
/
+6
2015-01-12
Merge branch 'rs/simplify-parsing-commit-tree-S'
Junio C Hamano
1
-3
/
+1
2015-01-12
Merge branch 'rs/plug-strbuf-leak-in-merge'
Junio C Hamano
1
-0
/
+1
2015-01-12
Merge branch 'es/checkout-index-temp'
Junio C Hamano
1
-8
/
+8
[next]