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-22
trace2:data: add subverb for rebase
Jeff Hostetler
1
-0
/
+17
2019-02-22
trace2:data: add subverb to reset command
Jeff Hostetler
1
-0
/
+6
2019-02-22
trace2:data: add subverb to checkout command
Jeff Hostetler
1
-0
/
+7
2019-02-22
trace2:data: pack-objects: add trace2 regions
Derrick Stolee
1
-1
/
+15
2019-02-22
trace2:data: add trace2 instrumentation to index read/write
Jeff Hostetler
1
-1
/
+50
2019-02-22
trace2:data: add trace2 hook classification
Jeff Hostetler
5
-0
/
+9
2019-02-22
trace2:data: add trace2 transport child classification
Jeff Hostetler
2
-0
/
+5
2019-02-22
trace2:data: add trace2 sub-process classification
Jeff Hostetler
1
-0
/
+1
2019-02-22
trace2:data: add editor/pager child classification
Jeff Hostetler
2
-0
/
+2
2019-02-22
trace2:data: add trace2 regions to wt-status
Jeff Hostetler
1
-2
/
+22
2019-02-22
trace2: collect Windows-specific process information
Jeff Hostetler
4
-0
/
+164
2019-02-22
trace2: create new combined trace facility
Jeff Hostetler
39
-18
/
+3806
2019-02-22
trace2: Documentation/technical/api-trace2.txt
Jeff Hostetler
1
-0
/
+1349
2019-02-19
Git 2.21-rc2
Junio C Hamano
1
-1
/
+1
2019-02-19
Merge branch 'js/test-tool-gen-nuls'
Junio C Hamano
5
-7
/
+25
2019-02-19
Merge branch 'mk/t5562-no-input-to-too-large-an-input-test'
Junio C Hamano
1
-2
/
+2
2019-02-19
Merge branch 'mk/t5562-do-not-reuse-output-files'
Junio C Hamano
1
-4
/
+4
2019-02-19
t5562: do not reuse output files
Max Kirillov
1
-4
/
+4
2019-02-19
tests: teach the test-tool to generate NUL bytes and use it
Johannes Schindelin
5
-7
/
+25
2019-02-19
t5562: do not depend on /dev/zero
Max Kirillov
1
-1
/
+1
2019-02-19
Revert "t5562: replace /dev/zero with a pipe from generate_zero_bytes"
Junio C Hamano
1
-2
/
+2
2019-02-15
mingw: safe-guard a bit more against getenv() problems
Johannes Schindelin
1
-1
/
+1
2019-02-14
Merge branch 'ea/rebase-compat-doc-fix'
Junio C Hamano
1
-1
/
+0
2019-02-14
Merge branch 'jc/no-grepping-for-strerror-in-tests'
Junio C Hamano
1
-1
/
+1
2019-02-14
Merge branch 'jt/fetch-v2-sideband'
Junio C Hamano
1
-0
/
+1
2019-02-14
Merge branch 'en/rebase-merge-on-sequencer'
Junio C Hamano
1
-2
/
+0
2019-02-14
git-rebase.txt: update to reflect merge now implemented on sequencer
Elijah Newren
1
-2
/
+0
2019-02-14
t/lib-httpd: pass GIT_TEST_SIDEBAND_ALL through Apache
Todd Zullinger
1
-0
/
+1
2019-02-14
t1404: do not rely on the exact phrasing of strerror()
Junio C Hamano
1
-1
/
+1
2019-02-14
docs/git-rebase: remove redundant entry in incompatible options list
Emilio Cobos Álvarez
1
-1
/
+0
2019-02-13
Git 2.21-rc1
Junio C Hamano
1
-0
/
+10
2019-02-13
Merge branch 'ab/rebase-test-fix'
Junio C Hamano
1
-3
/
+6
2019-02-13
Merge branch 'rb/no-dev-zero-in-test'
Junio C Hamano
3
-3
/
+16
2019-02-13
Merge branch 'rs/bash-is-in-coreutils-on-nonstop'
Junio C Hamano
1
-3
/
+1
2019-02-13
Merge branch 'js/mingw-host-cpu'
Junio C Hamano
2
-19
/
+2
2019-02-13
Merge branch 'sg/stress-test'
Junio C Hamano
3
-4
/
+23
2019-02-13
Merge branch 'kd/t0028-octal-del-is-377-not-777'
Junio C Hamano
1
-4
/
+4
2019-02-13
Merge branch 'bc/utf16-portability-fix'
Junio C Hamano
3
-5
/
+50
2019-02-13
Merge branch 'nd/fileno-may-be-macro'
Junio C Hamano
4
-0
/
+24
2019-02-13
Merge branch 'nd/get-oid-with-context-returns-an-enum'
Junio C Hamano
1
-3
/
+5
2019-02-13
Merge branch 'rj/sequencer-sign-off-header-static'
Junio C Hamano
2
-3
/
+1
2019-02-13
rebase: fix regression in rebase.useBuiltin=false test mode
Ævar Arnfjörð Bjarmason
1
-3
/
+6
2019-02-13
mingw: use a more canonical method to fix the CPU reporting
Johannes Schindelin
2
-19
/
+2
2019-02-13
config.mak.uname: move location of bash on NonStop to CoreUtils
Randall S. Becker
1
-3
/
+1
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
[next]