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-17
Merge branch 'dt/smart-http-detect-server-going-away' into maint
Junio C Hamano
5
-4
/
+77
2017-01-17
Merge branch 'mk/mingw-winansi-ttyname-termination-fix' into maint
Junio C Hamano
1
-1
/
+1
2017-01-17
Merge branch 'gv/p4-multi-path-commit-fix' into maint
Junio C Hamano
2
-3
/
+23
2017-01-17
Merge branch 'jk/difftool-in-subdir' into maint
Junio C Hamano
1
-24
/
+29
2017-01-17
Merge branch 'ld/p4-compare-dir-vs-symlink' into maint
Junio C Hamano
2
-6
/
+63
2017-01-17
Merge branch 'jc/push-default-explicit' into maint
Junio C Hamano
2
-2
/
+15
2017-01-17
Merge branch 'jt/mailinfo-fold-in-body-headers' into maint
Junio C Hamano
1
-1
/
+2
2017-01-17
Merge branch 'jk/index-pack-wo-repo-from-stdin' into maint
Junio C Hamano
7
-47
/
+42
2017-01-17
Merge branch 'jk/parseopt-usage-msg-opt' into maint
Junio C Hamano
1
-1
/
+1
2017-01-17
Merge branch 'jk/quote-env-path-list-component' into maint
Junio C Hamano
5
-12
/
+102
2017-01-17
Merge branch 'nd/shallow-fixup' into maint
Junio C Hamano
1
-19
/
+20
2017-01-17
Merge branch 'sb/sequencer-abort-safety' into maint
Junio C Hamano
3
-2
/
+61
2017-01-17
Merge branch 'da/mergetool-xxdiff-hotkey' into maint
Junio C Hamano
1
-5
/
+5
2017-01-17
Merge branch 'jc/pull-rebase-ff' into maint
Junio C Hamano
2
-4
/
+35
2017-01-17
Merge branch 'js/normalize-path-copy-ceil' into maint
Junio C Hamano
1
-9
/
+14
2017-01-17
Merge branch 'ak/commit-only-allow-empty' into maint
Junio C Hamano
3
-4
/
+12
2017-01-17
Merge branch 'da/difftool-dir-diff-fix' into maint
Junio C Hamano
2
-3
/
+45
2017-01-17
Merge branch 'jb/diff-no-index-no-abbrev' into maint
Junio C Hamano
8
-1
/
+39
2017-01-17
Merge branch 'jk/stash-disable-renames-internally' into maint
Junio C Hamano
2
-1
/
+10
2017-01-17
Merge branch 'jk/http-walker-limit-redirect' into maint
Junio C Hamano
9
-28
/
+165
2017-01-17
Merge branch 'jc/renormalize-merge-kill-safer-crlf' into maint
Junio C Hamano
3
-6
/
+21
2017-01-17
Merge branch 'ls/p4-empty-file-on-lfs' into maint
Junio C Hamano
2
-12
/
+19
2017-01-17
Merge branch 'da/mergetool-trust-exit-code' into maint
Junio C Hamano
20
-38
/
+75
2017-01-17
Merge branch 'nd/worktree-list-fixup' into maint
Junio C Hamano
6
-30
/
+74
2017-01-17
Merge branch 'bw/push-dry-run' into maint
Junio C Hamano
4
-9
/
+41
2017-01-17
Merge branch 'hv/submodule-not-yet-pushed-fix' into maint
Junio C Hamano
3
-36
/
+121
2017-01-17
Merge branch 'dt/empty-submodule-in-merge' into maint
Junio C Hamano
3
-11
/
+17
2017-01-17
Merge branch 'jk/rev-parse-symbolic-parents-fix' into maint
Junio C Hamano
2
-1
/
+24
2017-01-17
Merge branch 'js/mingw-isatty' into maint
Junio C Hamano
2
-86
/
+92
2017-01-17
Merge branch 'bb/unicode-9.0' into maint
Junio C Hamano
6
-65
/
+163
2017-01-17
Merge branch 'ls/travis-update-p4-and-lfs' into maint
Junio C Hamano
1
-2
/
+2
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
t5615-alternate-env: double-quotes in file names do not work on Windows
Johannes Sixt
1
-1
/
+1
2016-12-20
mailinfo.c: move side-effects outside of assert
Kyle J. McKay
1
-1
/
+2
2016-12-20
mingw: consider that UNICODE_STRING::Length counts bytes
Max Kirillov
1
-1
/
+1
2016-12-19
git-p4: fix multi-path changelist empty commits
George Vanburgh
2
-3
/
+23
2016-12-18
git-p4: avoid crash adding symlinked directory
Luke Diamand
2
-6
/
+63
2016-12-16
index-pack: skip collision check when not in repository
Jeff King
1
-4
/
+6
2016-12-16
normalize_path_copy(): fix pushing to //server/share/dir on Windows
Johannes Sixt
1
-9
/
+14
2016-12-16
t: use nongit() function where applicable
Jeff King
3
-29
/
+5
2016-12-16
index-pack: complain when --stdin is used outside of a repo
Jeff King
2
-0
/
+17
2016-12-16
t5000: extract nongit function to test-lib-functions.sh
Jeff King
2
-14
/
+14
2016-12-14
Revert "sequencer: remove useless get_dir() function"
Junio C Hamano
1
-1
/
+6
2016-12-14
parse-options: print "fatal:" before usage_msg_opt()
Jeff King
1
-1
/
+1
2016-12-14
unicode_width.h: update the width tables to Unicode 9.0
Beat Bolli
1
-24
/
+107
2016-12-14
update_unicode.sh: remove the plane filter
Beat Bolli
1
-2
/
+1
2016-12-14
update_unicode.sh: automatically download newer definition files
Beat Bolli
1
-6
/
+2
2016-12-13
update_unicode.sh: pin the uniset repo to a known good commit
Beat Bolli
1
-1
/
+2
[next]