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
2015-02-27
grep: correct help string for --exclude-standard
Nguyễn Thái Ngọc Duy
1
-1
/
+1
2015-02-26
Git::SVN::*: avoid premature FileHandle closure
Kyle J. McKay
2
-0
/
+11
2015-02-26
git-svn: fix localtime=true on non-glibc environments
Ryuichi Kokubo
1
-1
/
+2
2015-02-26
Documentation/git-clean.txt: document that -f may need to be given twice
Mikko Rapeli
1
-2
/
+6
2015-02-24
Git 2.3.1
Junio C Hamano
4
-3
/
+56
2015-02-24
Merge branch 'ak/add-i-empty-candidates' into maint
Junio C Hamano
1
-0
/
+5
2015-02-24
Merge branch 'jc/apply-ws-fix-expands' into maint
Junio C Hamano
2
-3
/
+149
2015-02-24
Merge branch 'jc/doc-log-rev-list-options' into maint
Junio C Hamano
1
-5
/
+7
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 'jk/dumb-http-idx-fetch-fix' into maint
Junio C Hamano
2
-1
/
+19
2015-02-24
Merge branch 'jc/diff-format-doc' into maint
Junio C Hamano
1
-1
/
+2
2015-02-24
Merge branch 'jk/remote-curl-an-array-in-struct-cannot-be-null' into maint
Junio C Hamano
1
-1
/
+1
2015-02-24
Merge branch 'jk/status-read-branch-name-fix' into maint
Junio C Hamano
1
-1
/
+1
2015-02-24
Merge branch 'mg/push-repo-option-doc' into maint
Junio C Hamano
1
-16
/
+2
2015-02-24
Merge branch 'bc/http-fallback-to-password-after-krb-fails' into maint
Junio C Hamano
1
-0
/
+10
2015-02-24
Merge branch 'dk/format-patch-ignore-diff-submodule' into maint
Junio C Hamano
2
-1
/
+73
2015-02-24
Merge branch 'jn/rerere-fail-on-auto-update-failure' into maint
Junio C Hamano
1
-10
/
+6
2015-02-24
Merge branch 'jk/blame-commit-label' into maint
Junio C Hamano
11
-34
/
+29
2015-02-23
test_ln_s_add: refresh stat info of fake symbolic links
Johannes Sixt
1
-1
/
+3
2015-02-22
git-compat-util.h: remove redundant code
Ramsay Jones
1
-6
/
+0
2015-02-22
sha1_name: use strlcpy() to copy strings
René Scharfe
1
-6
/
+2
2015-02-22
pretty: use starts_with() to check for a prefix
René Scharfe
1
-1
/
+1
2015-02-22
for-each-ref: use skip_prefix() to avoid duplicate string comparison
René Scharfe
1
-4
/
+3
2015-02-22
connect: use strcmp() for string comparison
René Scharfe
1
-2
/
+1
2015-02-20
Documentation/git-am.txt: mention mailinfo.scissors config variable
Matthieu Moy
1
-1
/
+2
2015-02-20
Documentation/config.txt: document mailinfo.scissors
Matthieu Moy
1
-0
/
+7
2015-02-18
Git.pm: two minor typo fixes
Alexander Kuleshov
1
-2
/
+2
2015-02-17
daemon: use callback to build interpolated path
René Scharfe
1
-9
/
+45
2015-02-17
daemon: look up client-supplied hostname lazily
René Scharfe
1
-8
/
+29
2015-02-17
daemon: sanitize incoming virtual hostname
Jeff King
2
-5
/
+56
2015-02-17
t5570: test git-daemon's --interpolated-path option
Jeff King
1
-0
/
+16
2015-02-17
git_connect: let user override virtual-host we send to daemon
Jeff King
1
-1
/
+11
2015-02-17
read-cache.c: free cache entry when refreshing fails
Stefan Beller
1
-2
/
+8
2015-02-16
git-send-email.perl: support no- prefix with older GetOptions
Kyle J. McKay
2
-5
/
+15
2015-02-15
test-lib.sh: set prerequisite SANITY by testing what we really need
Torsten Bögershausen
1
-3
/
+22
2015-02-15
t4008: modernise style
Junio C Hamano
1
-160
/
+126
2015-02-15
t/diff-lib: check exact object names in compare_diff_raw
Junio C Hamano
1
-1
/
+1
2015-02-15
tests: do not borrow from COPYING and README from the real source
Junio C Hamano
7
-26
/
+433
2015-02-15
t4010: correct expected object names
Junio C Hamano
1
-1
/
+1
2015-02-15
t9300: correct expected object names
Junio C Hamano
1
-2
/
+2
2015-02-15
t4008: correct stale comments
Junio C Hamano
1
-3
/
+3
2015-02-13
hex.c: reduce memory footprint of sha1_to_hex static buffers
Stefan Beller
1
-1
/
+1
2015-02-13
do not include the same header twice
Дилян Палаузов
4
-4
/
+0
2015-02-12
transport-helper: fix typo in error message when --signed is not supported
Mike Hommey
1
-1
/
+1
2015-02-11
merge-file: correctly open files when in a subdir
Aleksander Boruch-Gruszecki
2
-2
/
+4
2015-02-10
apply: do not touch a file beyond a symbolic link
Junio C Hamano
3
-4
/
+203
2015-02-10
apply: do not read from beyond a symbolic link
Junio C Hamano
2
-0
/
+21
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
3
-1
/
+178
2015-02-10
fast-import: avoid running end_packfile recursively
Jeff King
1
-1
/
+5
[prev]
[next]