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
2020-11-12
submodules: fix of regression on fetching of non-init subsub-repo
Peter Kaestle
2
-10
/
+67
2020-11-12
pack-write: use hashwrite_be64()
René Scharfe
1
-4
/
+1
2020-11-12
midx: use hashwrite_be64()
René Scharfe
1
-5
/
+2
2020-11-12
csum-file: add hashwrite_be64()
René Scharfe
1
-0
/
+7
2020-11-12
bisect: loosen halfway() check for a large number of commits
SZEDER Gábor
1
-7
/
+20
2020-11-11
Fifth batch
Junio C Hamano
1
-0
/
+22
2020-11-11
Merge branch 'jc/sequencer-stopped-sha-simplify'
Junio C Hamano
1
-1
/
+1
2020-11-11
Merge branch 'js/test-file-size'
Junio C Hamano
5
-42
/
+24
2020-11-11
Merge branch 'js/ci-github-set-env'
Junio C Hamano
1
-1
/
+1
2020-11-11
Merge branch 'js/p4-default-branch'
Junio C Hamano
1
-1
/
+1
2020-11-11
Merge branch 'js/test-whitespace-fixes'
Junio C Hamano
7
-112
/
+113
2020-11-11
Merge branch 'mc/typofix'
Junio C Hamano
4
-4
/
+4
2020-11-11
Merge branch 'jc/abbrev-doc'
Junio C Hamano
6
-11
/
+18
2020-11-11
Merge branch 'cw/ci-ghwf-check-ws-errors'
Junio C Hamano
1
-2
/
+4
2020-11-11
Merge branch 'rs/worktree-list-show-locked'
Junio C Hamano
1
-1
/
+1
2020-11-11
Merge branch 'rs/pack-write-hashwrite-simplify'
Junio C Hamano
1
-3
/
+1
2020-11-11
Merge branch 'sd/prompt-local-variable'
Junio C Hamano
1
-0
/
+1
2020-11-11
Merge branch 'rs/clear-commit-marks-in-repo'
Junio C Hamano
5
-8
/
+9
2020-11-11
Merge branch 'so/format-patch-doc-on-default-diff-format'
Junio C Hamano
1
-3
/
+6
2020-11-11
mergetool: avoid letting `list_tool_variants` break user-defined setups
Johannes Schindelin
1
-0
/
+4
2020-11-11
mergetools/bc: add `bc4` to the alias list for Beyond Compare
Johannes Schindelin
1
-0
/
+1
2020-11-11
shortlog: use strset from strmap.h
Elijah Newren
1
-57
/
+4
2020-11-11
Use new HASHMAP_INIT macro to simplify hashmap initialization
Elijah Newren
6
-38
/
+16
2020-11-11
strmap: take advantage of FLEXPTR_ALLOC_STR when relevant
Elijah Newren
2
-16
/
+20
2020-11-11
strmap: enable allocations to come from a mem_pool
Elijah Newren
2
-12
/
+30
2020-11-11
receive-pack: use default version 0 for proc-receive
Jiang Xin
4
-7
/
+138
2020-11-11
receive-pack: gently write messages to proc-receive
Jiang Xin
4
-48
/
+392
2020-11-11
t5411: new helper filter_out_user_friendly_and_stable_output
Jiang Xin
3
-14
/
+17
2020-11-11
config.mak.uname: remove unused NEEDS_SSL_WITH_CURL flag
Ævar Arnfjörð Bjarmason
1
-5
/
+0
2020-11-11
config.mak.uname: remove unused the NO_R_TO_GCC_LINKER flag
Ævar Arnfjörð Bjarmason
1
-3
/
+0
2020-11-11
compat/bswap.h: don't assume MSVC is little-endian
Daniel Gurney
1
-1
/
+1
2020-11-11
t7800: simplify difftool test
Jinoh Kang
1
-19
/
+9
2020-11-10
rev-parse: handle --end-of-options
Jeff King
4
-25
/
+68
2020-11-10
rev-parse: put all options under the "-" check
Jeff King
1
-24
/
+23
2020-11-10
rev-parse: don't accept options after dashdash
Jeff King
2
-5
/
+15
2020-11-10
blame: silently ignore invalid ignore file objects
René Scharfe
2
-4
/
+5
2020-11-09
completion: bash: check for alias loop
Felipe Contreras
1
-3
/
+8
2020-11-09
completion: bash: support recursive aliases
Felipe Contreras
2
-19
/
+50
2020-11-09
format-patch: make output filename configurable
Junio C Hamano
7
-8
/
+83
2020-11-09
Fourth batch
Junio C Hamano
1
-0
/
+34
2020-11-09
Merge branch 'js/default-branch-name-adjust-t5411'
Junio C Hamano
32
-723
/
+726
2020-11-09
Merge branch 'fc/zsh-completion'
Junio C Hamano
4
-156
/
+112
2020-11-09
Merge branch 'jk/sideband-more-error-checking'
Junio C Hamano
4
-14
/
+47
2020-11-09
Merge branch 'jk/committer-date-is-author-date-fix-simplify'
Junio C Hamano
3
-44
/
+5
2020-11-09
Merge branch 'ab/git-remote-exit-code'
Junio C Hamano
3
-22
/
+47
2020-11-09
Merge branch 'pb/ref-filter-with-crlf'
Junio C Hamano
2
-14
/
+148
2020-11-09
Merge branch 'jk/checkout-index-errors'
Junio C Hamano
3
-3
/
+34
2020-11-09
Merge branch 'jk/perl-warning'
Junio C Hamano
22
-19
/
+30
2020-11-09
Merge branch 'nk/diff-files-vs-fsmonitor'
Junio C Hamano
6
-50
/
+81
2020-11-09
Merge branch 'as/tests-cleanup'
Junio C Hamano
2
-2
/
+4
[prev]
[next]