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
2016-07-11
hoist out handle_nonblock function for xread and xwrite
Eric Wong
1
-28
/
+20
2016-07-08
am: counteract gender bias
Johannes Schindelin
1
-8
/
+8
2016-07-07
notes-merge: use O_EXCL to avoid overwriting existing files
René Scharfe
1
-5
/
+1
2016-07-07
.gitattributes: set file type for C files
René Scharfe
1
-1
/
+1
2016-07-06
sideband.c: small optimization of strbuf usage
Nicolas Pitre
1
-3
/
+3
2016-07-06
More fixes for 2.9.1
Junio C Hamano
1
-0
/
+34
2016-07-06
Merge branch 'jc/deref-tag' into maint
Junio C Hamano
2
-6
/
+3
2016-07-06
Merge branch 'pb/strbuf-read-file-doc' into maint
Junio C Hamano
1
-0
/
+2
2016-07-06
Merge branch 'jk/fetch-prune-doc' into maint
Junio C Hamano
1
-1
/
+1
2016-07-06
Merge branch 'pc/occurred' into maint
Junio C Hamano
2
-2
/
+2
2016-07-06
Merge branch 'mg/cherry-pick-multi-on-unborn' into maint
Junio C Hamano
1
-5
/
+6
2016-07-06
Merge branch 'em/newer-freebsd-shells-are-fine-with-returns' into maint
Junio C Hamano
3
-6
/
+6
2016-07-06
Merge branch 'lv/status-say-working-tree-not-directory' into maint
Junio C Hamano
1
-1
/
+1
2016-07-06
Merge branch 'nb/gnome-keyring-build' into maint
Junio C Hamano
1
-2
/
+3
2016-07-06
Merge branch 'et/add-chmod-x' into maint
Junio C Hamano
6
-20
/
+68
2016-07-06
Merge branch 'jk/avoid-unbounded-alloca' into maint
Junio C Hamano
1
-6
/
+16
2016-07-06
Merge branch 'rj/compat-regex-size-max-fix' into maint
Junio C Hamano
2
-2
/
+1
2016-07-06
Merge branch 'vs/prompt-avoid-unset-variable' into maint
Junio C Hamano
1
-3
/
+3
2016-07-06
Merge branch 'sg/reflog-past-root' into maint
Junio C Hamano
3
-1
/
+29
2016-07-06
Merge branch 'dn/gpg-doc' into maint
Junio C Hamano
2
-2
/
+2
2016-07-06
Merge branch 'ap/git-svn-propset-doc' into maint
Junio C Hamano
1
-0
/
+14
2016-07-06
Merge branch 'tr/doc-tt' into maint
Junio C Hamano
36
-217
/
+224
2016-07-06
t7610: test for mktemp before test execution
Armin Kunaschik
1
-1
/
+6
2016-07-06
convert: unify the "auto" handling of CRLF
Torsten Bögershausen
7
-59
/
+69
2016-07-06
Makefile: use VCSSVN_LIB to refer to svn library
Jeff King
1
-2
/
+2
2016-07-06
Makefile: drop extra dependencies for test helpers
Jeff King
1
-8
/
+0
2016-07-06
mailmap: use main email address for dturner
David Turner
1
-0
/
+1
2016-07-06
parse_options: allocate a new array when concatenating
Jeff King
3
-22
/
+22
2016-07-06
Merge branch 'jk/common-main-2.8' into jk/common-main
Junio C Hamano
53
-150
/
+123
2016-07-06
mingw: declare main()'s argv as const
Johannes Schindelin
2
-8
/
+2
2016-07-06
t/lib-git-daemon: use test_match_signal
Jeff King
1
-2
/
+1
2016-07-06
test_must_fail: use test_match_signal
Jeff King
1
-1
/
+1
2016-07-06
t0005: use test_match_signal as appropriate
Jeff King
1
-2
/
+2
2016-07-06
tests: factor portable signal check out of t0005
Jeff King
2
-6
/
+22
2016-07-01
common-main: call git_setup_gettext()
Jeff King
12
-22
/
+2
2016-07-01
common-main: call restore_sigpipe_to_default()
Jeff King
2
-23
/
+23
2016-07-01
common-main: call sanitize_stdfds()
Jeff King
4
-17
/
+9
2016-07-01
common-main: call git_extract_argv0_path()
Jeff King
12
-19
/
+4
2016-07-01
add an extra level of indirection to main()
Jeff King
52
-69
/
+91
2016-07-01
grep: fix grepping for "intent to add" files
Charles Bailey
2
-2
/
+60
2016-07-01
t7810-grep.sh: fix a whitespace inconsistency
Charles Bailey
1
-1
/
+1
2016-07-01
t7810-grep.sh: fix duplicated test name
Charles Bailey
1
-1
/
+1
2016-07-01
sideband.c: refactor recv_sideband()
Lukas Fleischer
1
-74
/
+58
2016-07-01
grep.c: reuse "icase" variable
Nguyễn Thái Ngọc Duy
1
-4
/
+1
2016-07-01
diffcore-pickaxe: support case insensitive match on non-ascii
Nguyễn Thái Ngọc Duy
2
-0
/
+18
2016-07-01
diffcore-pickaxe: Add regcomp_or_die()
Nguyễn Thái Ngọc Duy
1
-9
/
+13
2016-07-01
grep/pcre: support utf-8
Nguyễn Thái Ngọc Duy
2
-0
/
+17
2016-07-01
gettext: add is_utf8_locale()
Nguyễn Thái Ngọc Duy
2
-2
/
+23
2016-07-01
grep/pcre: prepare locale-dependent tables for icase matching
Nguyễn Thái Ngọc Duy
3
-2
/
+26
2016-07-01
grep: rewrite an if/else condition to avoid duplicate expression
Nguyễn Thái Ngọc Duy
1
-4
/
+1
[prev]
[next]