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
2018-10-31
mingw: fix isatty() after dup2()
Johannes Schindelin
2
-0
/
+15
2018-10-31
mingw: unset PERL5LIB by default
Johannes Schindelin
3
-1
/
+70
2018-10-31
config: move Windows-specific config settings into compat/mingw.c
Johannes Schindelin
4
-17
/
+18
2018-10-31
config: allow for platform-specific core.* config settings
Johannes Schindelin
4
-3
/
+19
2018-10-31
config: rename `dummy` parameter to `cb` in git_default_config()
Johannes Schindelin
1
-2
/
+2
2018-10-31
mingw: reencode environment variables on the fly (UTF-16 <-> UTF-8)
Johannes Schindelin
2
-116
/
+196
2018-10-31
t7800: fix quoting
Johannes Schindelin
1
-1
/
+1
2018-10-31
worktree: rename is_worktree_locked to worktree_lock_reason
Nickolai Belakovski
3
-8
/
+8
2018-10-31
worktree: update documentation for lock_reason and lock_reason_valid
Nickolai Belakovski
1
-2
/
+2
2018-10-31
index-pack tests: don't leave test repo dirty at end
Ævar Arnfjörð Bjarmason
1
-1
/
+3
2018-10-31
pack-objects tests: don't leave test .git corrupt at end
Ævar Arnfjörð Bjarmason
1
-17
/
+20
2018-10-31
pack-objects test: modernize style
Ævar Arnfjörð Bjarmason
1
-15
/
+15
2018-10-31
sequencer: break out of loop explicitly
Martin Ågren
1
-2
/
+5
2018-10-30
Seventh batch for 2.20
Junio C Hamano
1
-0
/
+63
2018-10-30
Merge branch 'jk/uploadpack-packobjectshook-fix'
Junio C Hamano
1
-3
/
+6
2018-10-30
Merge branch 'uk/merge-subtree-doc-update'
Junio C Hamano
1
-1
/
+1
2018-10-30
Merge branch 'cb/compat-mmap-is-private-read-only'
Junio C Hamano
1
-1
/
+1
2018-10-30
Merge branch 'dl/mergetool-gui-option'
Junio C Hamano
6
-8
/
+46
2018-10-30
Merge branch 'js/mingw-load-sys-dll'
Junio C Hamano
2
-2
/
+4
2018-10-30
Merge branch 'js/mingw-getcwd'
Junio C Hamano
1
-2
/
+48
2018-10-30
Merge branch 'cb/khash-maybe-unused-function'
Junio C Hamano
3
-3
/
+5
2018-10-30
Merge branch 'jc/cocci-preincr'
Junio C Hamano
2
-1
/
+6
2018-10-30
Merge branch 'ss/rename-tests'
Junio C Hamano
7
-147
/
+137
2018-10-30
Merge branch 'ah/doc-updates'
Junio C Hamano
12
-79
/
+92
2018-10-30
Merge branch 'ds/reachable'
Junio C Hamano
1
-2
/
+2
2018-10-30
Merge branch 'jc/receive-deny-current-branch-fix'
Junio C Hamano
2
-4
/
+16
2018-10-30
Merge branch 'ds/ci-commit-graph-and-midx'
Junio C Hamano
1
-0
/
+2
2018-10-30
Merge branch 'jk/unused-function'
Junio C Hamano
1
-1
/
+0
2018-10-30
Merge branch 'cb/remove-dead-init'
Junio C Hamano
2
-2
/
+2
2018-10-30
Merge branch 'js/diff-notice-has-drive-prefix'
Junio C Hamano
2
-2
/
+12
2018-10-30
Merge branch 'ot/ref-filter-plug-leaks'
Junio C Hamano
2
-43
/
+59
2018-10-30
Merge branch 'ds/reachable-first-parent-fix'
Junio C Hamano
1
-1
/
+3
2018-10-30
Merge branch 'rj/header-guards'
Junio C Hamano
10
-20
/
+20
2018-10-30
Merge branch 'jk/test-tool-help'
Junio C Hamano
1
-2
/
+13
2018-10-30
Merge branch 'sg/doc-show-branch-typofix'
Junio C Hamano
1
-1
/
+1
2018-10-30
Merge branch 'sb/submodule-helper-remove-cruft'
Junio C Hamano
1
-2
/
+0
2018-10-30
Merge branch 'js/pack-objects-mutex-init-fix'
Junio C Hamano
4
-2
/
+36
2018-10-30
Merge branch 'tq/branch-style-fix'
Junio C Hamano
1
-2
/
+1
2018-10-30
Merge branch 'tq/branch-create-wo-branch-get'
Junio C Hamano
1
-5
/
+0
2018-10-30
Merge branch 'bc/hash-transition-part-15'
Junio C Hamano
14
-156
/
+181
2018-10-30
Merge branch 'sb/strbuf-h-update'
Junio C Hamano
1
-67
/
+81
2018-10-30
Merge branch 'jk/run-command-notdot'
Junio C Hamano
2
-5
/
+29
2018-10-30
Merge branch 'tb/filter-alternate-refs'
Junio C Hamano
2
-2
/
+2
2018-10-30
Merge branch 'rv/send-email-cc-misc-by'
Junio C Hamano
2
-11
/
+24
2018-10-30
Merge branch 'lm/range-diff-submodule-fix'
Junio C Hamano
2
-1
/
+30
2018-10-30
Merge branch 'ch/subtree-build'
Junio C Hamano
1
-0
/
+4
2018-10-30
Merge branch 'md/filter-trees'
Junio C Hamano
13
-128
/
+433
2018-10-30
speed up refresh_index() by utilizing preload_index()
Ben Peart
3
-4
/
+13
2018-10-30
test-lib: introduce the '-V' short option for '--verbose-log'
SZEDER Gábor
2
-2
/
+3
2018-10-29
wildmatch: change behavior of "foo**bar" in WM_PATHNAME mode
Nguyễn Thái Ngọc Duy
4
-6
/
+6
[prev]
[next]