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-04-15
upload-pack: send ERR packet for non-tip objects
Jeff King
3
-5
/
+22
2019-04-15
t5530: check protocol response for "not our ref"
Jeff King
1
-2
/
+3
2019-04-15
t5516: drop ok=sigpipe from unreachable-want tests
Jeff King
1
-3
/
+3
2019-04-15
gettext tests: export the restored GIT_TEST_GETTEXT_POISON
Junio C Hamano
1
-0
/
+1
2019-04-15
progress: break too long progress bar lines
SZEDER Gábor
1
-3
/
+24
2019-04-15
progress: clear previous progress update dynamically
SZEDER Gábor
1
-4
/
+7
2019-04-15
t9822: skip tests if file names cannot be ISO-8859-1 encoded
Johannes Schindelin
1
-0
/
+7
2019-04-15
submodule foreach: fix "<command> --quiet" not being respected
Nguyễn Thái Ngọc Duy
3
-9
/
+20
2019-04-15
tests: disallow the use of abbreviated options (by default)
Johannes Schindelin
4
-1
/
+33
2019-04-14
send-email: default to quoted-printable when CR is present
brian m. carlson
2
-1
/
+15
2019-04-12
progress: use xmalloc/xcalloc
Jeff King
1
-13
/
+5
2019-04-12
xdiff: use xmalloc/xrealloc
Jeff King
1
-2
/
+2
2019-04-12
xdiff: use git-compat-util
Jeff King
1
-7
/
+1
2019-04-12
test-prio-queue: use xmalloc
Jeff King
1
-1
/
+1
2019-04-12
t3000 (ls-files -o): widen description to reflect current tests
Kyle Meyer
1
-1
/
+1
2019-04-12
untracked cache: fix off-by-one
Johannes Schindelin
1
-1
/
+1
2019-04-10
submodule: teach set-branch subcommand
Denton Liu
4
-5
/
+175
2019-04-10
Documentation/git-show-branch: avoid literal {apostrophe}
Todd Zullinger
1
-1
/
+1
2019-04-10
The fourth batch
Junio C Hamano
1
-0
/
+39
2019-04-10
Merge branch 'jt/submodule-fetch-errmsg'
Junio C Hamano
2
-1
/
+8
2019-04-10
Merge branch 'jk/sha1dc'
Junio C Hamano
3
-2
/
+4
2019-04-10
Merge branch 'jk/promote-ggg'
Junio C Hamano
2
-3
/
+3
2019-04-10
Merge branch 'ar/t4150-remove-cruft'
Junio C Hamano
1
-3
/
+1
2019-04-10
Merge branch 'js/rebase-deprecate-preserve-merges'
Junio C Hamano
4
-19
/
+24
2019-04-10
Merge branch 'ms/worktree-add-atomic-mkdir'
Junio C Hamano
1
-5
/
+7
2019-04-10
Merge branch 'jk/line-log-with-patch'
Junio C Hamano
3
-2
/
+25
2019-04-10
Merge branch 'ra/t3600-test-path-funcs'
Junio C Hamano
2
-171
/
+187
2019-04-10
Merge branch 'nd/rewritten-ref-is-per-worktree'
Junio C Hamano
3
-22
/
+66
2019-04-10
Merge branch 'jh/resize-convert-scratch-buffer'
Junio C Hamano
1
-1
/
+1
2019-04-10
Merge branch 'dl/ignore-docs'
Junio C Hamano
3
-15
/
+13
2019-04-10
Merge branch 'ja/dir-rename-doc-markup-fix'
Junio C Hamano
1
-2
/
+2
2019-04-10
Merge branch 'dl/reset-doc-no-wrt-abbrev'
Junio C Hamano
1
-2
/
+2
2019-04-09
t3301: fix false negative
Johannes Schindelin
1
-2
/
+3
2019-04-08
describe doc: remove '7-char' abbreviation reference
Philip Oakley
1
-1
/
+1
2019-04-08
rerere doc: quote `rerere.enabled`
Philip Oakley
1
-1
/
+1
2019-04-08
blame: default to HEAD in a bare repo when no start commit is given
SZEDER Gábor
2
-0
/
+21
2019-04-08
ls-files: use correct format string
Thomas Gummerer
1
-5
/
+5
2019-04-08
gc docs: remove incorrect reference to gc.auto=0
Ævar Arnfjörð Bjarmason
1
-2
/
+1
2019-04-08
gc docs: clarify that "gc" doesn't throw away referenced objects
Ævar Arnfjörð Bjarmason
1
-2
/
+2
2019-04-08
gc docs: note "gc --aggressive" in "fast-import"
Ævar Arnfjörð Bjarmason
1
-0
/
+7
2019-04-08
gc docs: downplay the usefulness of --aggressive
Ævar Arnfjörð Bjarmason
1
-2
/
+27
2019-04-08
gc docs: note how --aggressive impacts --window & --depth
Ævar Arnfjörð Bjarmason
1
-2
/
+4
2019-04-08
gc docs: fix formatting for "gc.writeCommitGraph"
Ævar Arnfjörð Bjarmason
1
-2
/
+2
2019-04-08
gc docs: re-flow the "gc.*" section in "config"
Ævar Arnfjörð Bjarmason
1
-9
/
+8
2019-04-08
gc docs: include the "gc.*" section from "config" in "gc"
Ævar Arnfjörð Bjarmason
2
-80
/
+35
2019-04-08
diff: batch fetching of missing blobs
Jonathan Tan
2
-0
/
+137
2019-04-05
progress: assemble percentage and counters in a strbuf before printing
SZEDER Gábor
1
-12
/
+23
2019-04-05
progress: make display_progress() return void
SZEDER Gábor
2
-9
/
+6
2019-04-05
ci: fix AsciiDoc/Asciidoctor stderr check in the documentation build job
SZEDER Gábor
1
-7
/
+16
2019-04-05
ci: stick with Asciidoctor v1.5.8 for now
SZEDER Gábor
1
-1
/
+1
[prev]
[next]