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-09-24
t8013: minimum preparatory clean-up
Junio C Hamano
1
-11
/
+11
2020-09-24
diff: fix modified lines stats with --stat and --numstat
Thomas Guyot-Sionnest
2
-13
/
+11
2020-09-24
Revert "fast-export: use local array to store anonymized oid"
Jeff King
1
-4
/
+4
2020-09-24
bswap.h: drop unaligned loads
Jeff King
2
-25
/
+0
2020-09-24
bisect--helper: reimplement `bisect_next` and `bisect_auto_next` shell functi...
Pranit Bauva
3
-47
/
+191
2020-09-24
bisect: call 'clear_commit_marks_all()' in 'bisect_next_all()'
Miriam Rubio
1
-0
/
+2
2020-09-24
bisect--helper: reimplement `bisect_autostart` shell function in C
Pranit Bauva
2
-24
/
+45
2020-09-23
hooks--update.sample: use hash-agnostic zero OID
Denton Liu
1
-1
/
+1
2020-09-23
hooks--pre-push.sample: use hash-agnostic zero OID
Denton Liu
1
-3
/
+3
2020-09-23
hooks--pre-push.sample: modernize script
Denton Liu
1
-8
/
+8
2020-09-22
Sixteenth batch
Junio C Hamano
1
-0
/
+31
2020-09-22
Merge branch 'ar/fetch-ipversion-in-all'
Junio C Hamano
1
-1
/
+4
2020-09-22
Merge branch 'dl/complete-format-patch-recent-features'
Junio C Hamano
1
-0
/
+4
2020-09-22
Merge branch 'cs/don-t-pretend-a-failed-remote-set-head-succeeded'
Junio C Hamano
1
-1
/
+1
2020-09-22
Merge branch 'jk/dont-count-existing-objects-twice'
Junio C Hamano
2
-0
/
+5
2020-09-22
Merge branch 'al/ref-filter-merged-and-no-merged'
Junio C Hamano
13
-77
/
+140
2020-09-22
Merge branch 'cd/commit-graph-doc'
Junio C Hamano
1
-1
/
+1
2020-09-22
Merge branch 'kk/build-portability-fix'
Junio C Hamano
2
-34
/
+34
2020-09-22
Merge branch 'ls/mergetool-meld-auto-merge'
Junio C Hamano
3
-16
/
+96
2020-09-22
Merge branch 'pw/add-p-edit-ita-path'
Junio C Hamano
3
-94
/
+173
2020-09-22
Merge branch 'hn/refs-trace-backend'
Junio C Hamano
5
-0
/
+409
2020-09-22
Merge branch 'jt/threaded-index-pack'
Junio C Hamano
2
-207
/
+251
2020-09-22
Merge branch 'es/format-patch-interdiff-cleanup'
Junio C Hamano
7
-48
/
+47
2020-09-22
Merge branch 'os/fetch-submodule-optim'
Junio C Hamano
1
-1
/
+3
2020-09-22
builtin/clone: avoid failure with GIT_DEFAULT_HASH
brian m. carlson
4
-4
/
+20
2020-09-22
Merge branch 'st/spaces-tabs-cleanup' into master
Pratyush Yadav
1
-43
/
+43
2020-09-22
git-gui: fix mixed tabs and spaces; prefer tabs
Serg Tereshchenko
1
-43
/
+43
2020-09-21
diff-highlight: correctly match blank lines for flush
Jeff King
1
-1
/
+1
2020-09-21
promisor-remote: remove unused variable
Jonathan Tan
2
-6
/
+1
2020-09-21
ci: stop linking built-ins to the dashed versions
Johannes Schindelin
1
-0
/
+1
2020-09-21
Optionally skip linking/copying the built-ins
Johannes Schindelin
1
-18
/
+37
2020-09-21
msvc: copy the correct `.pdb` files in the Makefile target `install`
Johannes Schindelin
1
-9
/
+2
2020-09-21
t3200: avoid variations of the `master` branch name
Johannes Schindelin
1
-17
/
+17
2020-09-21
fast-export: avoid using unnecessary language in a code comment
Johannes Schindelin
1
-1
/
+1
2020-09-21
t/test-terminal: avoid non-inclusive language
Johannes Schindelin
1
-16
/
+16
2020-09-21
remote-mediawiki: use "sh" to eliminate unquoted commands
Ævar Arnfjörð Bjarmason
1
-16
/
+8
2020-09-21
remote-mediawiki: annotate unquoted uses of run_git()
Ævar Arnfjörð Bjarmason
1
-6
/
+13
2020-09-21
remote-mediawiki: convert to quoted run_git() invocation
Ævar Arnfjörð Bjarmason
1
-23
/
+26
2020-09-21
remote-mediawiki: provide a list form of run_git()
Ævar Arnfjörð Bjarmason
1
-4
/
+15
2020-09-21
remote-mediawiki tests: annotate failing tests
Ævar Arnfjörð Bjarmason
1
-2
/
+3
2020-09-21
remote-mediawiki: fix duplicate revisions being imported
Simon Legner
1
-0
/
+3
2020-09-21
remote-mediawiki tests: use CLI installer
Ævar Arnfjörð Bjarmason
6
-334
/
+79
2020-09-21
remote-mediawiki tests: use inline PerlIO for readability
Ævar Arnfjörð Bjarmason
1
-4
/
+3
2020-09-21
remote-mediawiki tests: replace deprecated Perl construct
Ævar Arnfjörð Bjarmason
1
-2
/
+1
2020-09-21
remote-mediawiki tests: use a more idiomatic dispatch table
Ævar Arnfjörð Bjarmason
1
-7
/
+7
2020-09-21
remote-mediawiki tests: use "$dir/" instead of "$dir."
Ævar Arnfjörð Bjarmason
1
-3
/
+3
2020-09-21
remote-mediawiki tests: change `[]` to `test`
Ævar Arnfjörð Bjarmason
1
-6
/
+11
2020-09-21
remote-mediawiki tests: use test_cmp in tests
Ævar Arnfjörð Bjarmason
1
-4
/
+4
2020-09-21
remote-mediawiki tests: use a 10 character password
Ævar Arnfjörð Bjarmason
1
-1
/
+1
2020-09-21
remote-mediawiki tests: use the login/password variables
Ævar Arnfjörð Bjarmason
1
-2
/
+2
[prev]
[next]