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-20
Merge branch 'km/bsd-shells'
Junio C Hamano
1
-1
/
+1
2015-03-20
Merge branch 'mg/detached-head-report'
Junio C Hamano
1
-3
/
+10
2015-03-17
Merge branch 'rs/deflate-init-cleanup'
Junio C Hamano
2
-3
/
+0
2015-03-10
help.c: use SHELL_PATH instead of hard-coded "/bin/sh"
Kyle J. McKay
1
-1
/
+1
2015-03-10
Merge branch 'mh/expire-updateref-fixes'
Junio C Hamano
1
-6
/
+3
2015-03-06
Merge branch 'ja/clean-confirm-i18n'
Junio C Hamano
1
-1
/
+2
2015-03-06
Merge branch 'nd/grep-exclude-standard-help-fix'
Junio C Hamano
1
-1
/
+1
2015-03-06
Merge branch 'rs/simple-cleanups' into maint
Junio C Hamano
1
-4
/
+3
2015-03-06
branch: name detached HEAD analogous to status
Michael J Gruber
1
-3
/
+10
2015-03-05
zlib: initialize git_zstream in git_deflate_init{,_gzip,_raw}
René Scharfe
2
-3
/
+0
2015-03-05
Merge branch 'es/blame-commit-info-fix' into maint
Junio C Hamano
1
-3
/
+2
2015-03-05
Merge branch 'ab/merge-file-prefix' into maint
Junio C Hamano
1
-1
/
+2
2015-03-05
Merge branch 'dp/remove-duplicated-header-inclusion' into maint
Junio C Hamano
1
-1
/
+0
2015-03-05
Merge branch 'rs/simple-cleanups'
Junio C Hamano
1
-4
/
+3
2015-03-05
Merge branch 'mh/refs-have-new'
Junio C Hamano
6
-19
/
+20
2015-03-05
reflog: improve and update documentation
Michael Haggerty
1
-6
/
+3
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-03-02
Add hint interactive cleaning
Jean-Noel Avila
1
-1
/
+2
2015-02-27
grep: correct help string for --exclude-standard
Nguyễn Thái Ngọc Duy
1
-1
/
+1
2015-02-25
Merge branch 'dp/remove-duplicated-header-inclusion'
Junio C Hamano
1
-1
/
+0
2015-02-24
Merge branch 'jc/apply-ws-fix-expands' into maint
Junio C Hamano
1
-3
/
+28
2015-02-24
Merge branch 'mg/commit-author-no-match-malformed-message' into maint
Junio C Hamano
1
-1
/
+1
2015-02-24
Merge branch 'dk/format-patch-ignore-diff-submodule' into maint
Junio C Hamano
1
-1
/
+1
2015-02-24
Merge branch 'jk/blame-commit-label' into maint
Junio C Hamano
3
-24
/
+15
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-22
for-each-ref: use skip_prefix() to avoid duplicate string comparison
René Scharfe
1
-4
/
+3
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-02-09
Merge branch 'sb/atomic-push' into mh/ref-trans-value-check
Junio C Hamano
3
-36
/
+140
2015-02-09
Merge branch 'mh/reflog-expire' into mh/ref-trans-value-check
Junio C Hamano
1
-156
/
+103
[next]