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
2019-02-13
t5562: replace /dev/zero with a pipe from generate_zero_bytes
Randall S. Becker
1
-2
/
+2
2019-02-13
t5318: replace use of /dev/zero with generate_zero_bytes
Randall S. Becker
1
-1
/
+1
2019-02-12
get_oid_with_context(): match prototype and implementation
Duy Nguyen
1
-3
/
+5
2019-02-12
git-compat-util: work around fileno(fp) that is a macro
Duy Nguyen
4
-0
/
+24
2019-02-12
test-lib-functions.sh: add generate_zero_bytes function
Randall S. Becker
1
-0
/
+13
2019-02-12
RelNotes/2.21: misc typo/English fixups
Jeff King
1
-5
/
+5
2019-02-12
RelNotes/2.21: tweak "--date=auto" mention
Jeff King
1
-3
/
+3
2019-02-12
Merge branch 'nd/imap-send-typofix'
Junio C Hamano
1
-1
/
+1
2019-02-11
imap-send.c: add a missing space in error message
Nguyễn Thái Ngọc Duy
1
-1
/
+1
2019-02-11
utf8: handle systems that don't write BOM for UTF-16
brian m. carlson
3
-5
/
+50
2019-02-11
t0028: fix wrong octal values for BOM in setup
Kevin Daudt
1
-4
/
+4
2019-02-11
test-lib: fix non-portable pattern bracket expressions
SZEDER Gábor
2
-3
/
+3
2019-02-11
sequencer: make sign_off_header a file local symbol
Ramsay Jones
2
-3
/
+1
2019-02-11
config.mak.uname: add FREAD_READS_DIRECTORIES for NonStop platform
Randall S. Becker
1
-0
/
+1
2019-02-11
Fix typos in translatable strings for v2.21.0
Jean-Noël Avila
3
-4
/
+4
2019-02-08
Seventh batch for 2.21
Junio C Hamano
1
-1
/
+13
2019-02-08
Merge branch 'js/mingw-host-cpu'
Junio C Hamano
1
-0
/
+19
2019-02-08
Merge branch 'js/fuzz-commit-graph-update'
Junio C Hamano
2
-0
/
+5
2019-02-08
Merge branch 'kl/pretty-doc-markup-fix'
Junio C Hamano
1
-1
/
+1
2019-02-08
Merge branch 'sg/ci-parallel-build'
Junio C Hamano
1
-3
/
+6
2019-02-08
Merge branch 'ld/git-p4-remove-flakey-test'
Junio C Hamano
1
-27
/
+0
2019-02-08
Merge branch 'js/rebase-i-redo-exec-fix'
Junio C Hamano
4
-36
/
+0
2019-02-08
Merge branch 'nd/checkout-noisy-unmerge'
Junio C Hamano
1
-7
/
+12
2019-02-08
Merge branch 'js/smart-http-detect-remote-error'
Junio C Hamano
5
-43
/
+70
2019-02-08
Merge branch 'ds/coverage-prove'
Junio C Hamano
1
-0
/
+5
2019-02-08
Merge branch 'tz/gpg-test-fix'
Junio C Hamano
1
-2
/
+1
2019-02-08
Merge branch 'os/rebase-runs-post-checkout-hook'
Junio C Hamano
1
-1
/
+1
2019-02-08
test-lib: make '--stress' more bisect-friendly
SZEDER Gábor
2
-2
/
+21
2019-02-08
t5403: correct bash ambiguous redirect error in subtest 8 by quoting $GIT_DIR
Randall S. Becker
1
-1
/
+1
2019-02-08
.mailmap: map Clemens Buchacher's mail addresses
Johannes Schindelin
1
-0
/
+2
2019-02-08
t/lib-gpg: drop redundant killing of gpg-agent
Todd Zullinger
1
-1
/
+0
2019-02-08
t/lib-gpg: quote path to ${GNUPGHOME}/trustlist.txt
Todd Zullinger
1
-1
/
+1
2019-02-07
mingw: fix CPU reporting in `git version --build-options`
Johannes Schindelin
1
-0
/
+19
2019-02-07
object: fix leak of shallow_stat
Josh Steadmon
1
-0
/
+2
2019-02-07
fuzz-commit-graph: initialize repo object
Josh Steadmon
1
-0
/
+3
2019-02-07
doc: prevent overflowing <code> tag in rendered HTML
Katrin Leinweber
1
-1
/
+1
2019-02-07
ci: clear and mark MAKEFLAGS exported just once
Junio C Hamano
1
-3
/
+6
2019-02-07
ci: make sure we build Git parallel
SZEDER Gábor
1
-1
/
+1
2019-02-06
Git 2.21-rc0
Junio C Hamano
2
-8
/
+105
2019-02-06
Merge branch 'jk/add-ignore-errors-bit-assignment-fix'
Junio C Hamano
1
-1
/
+1
2019-02-06
Merge branch 'rj/sparse-flags'
Junio C Hamano
2
-6
/
+9
2019-02-06
Merge branch 'bc/fetch-pack-clear-alternate-shallow'
Junio C Hamano
1
-0
/
+5
2019-02-06
Merge branch 'ma/doc-diff-usage-fix'
Junio C Hamano
1
-3
/
+2
2019-02-06
Merge branch 'ab/diff-tree-doc-fix'
Junio C Hamano
1
-50
/
+1
2019-02-06
Merge branch 'ss/describe-dirty-in-the-right-directory'
Junio C Hamano
2
-0
/
+40
2019-02-06
Merge branch 'sg/travis-osx-brew-breakage-workaround'
Junio C Hamano
1
-1
/
+1
2019-02-06
Merge branch 'nd/commit-doc'
Junio C Hamano
1
-7
/
+11
2019-02-06
Merge branch 'sl/const'
Junio C Hamano
4
-15
/
+15
2019-02-06
Merge branch 'sh/submodule-summary-abbrev-fix'
Junio C Hamano
1
-2
/
+5
2019-02-06
Merge branch 'nd/help-align-command-desc'
Junio C Hamano
1
-1
/
+2
[prev]
[next]