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
2021-01-06
Merge branch 'fc/t6030-bisect-reset-removes-auxiliary-files'
Junio C Hamano
1
-8
/
+8
2021-01-06
Merge branch 'es/worktree-repair-both-moved'
Junio C Hamano
4
-1
/
+73
2021-01-06
Merge branch 'en/merge-ort-recursive'
Junio C Hamano
5
-18
/
+138
2021-01-06
Merge branch 'fc/pull-merge-rebase'
Junio C Hamano
2
-32
/
+104
2021-01-06
Merge branch 'en/merge-ort-2'
Junio C Hamano
1
-19
/
+191
2021-01-06
Merge branch 'en/merge-ort-impl'
Junio C Hamano
4
-5
/
+1256
2021-01-06
Merge branch 'tb/pack-bitmap'
Junio C Hamano
10
-296
/
+578
2021-01-06
Merge branch 'ab/trailers-extra-format'
Junio C Hamano
5
-19
/
+141
2021-01-06
Merge branch 'pk/subsub-fetch-fix-take-2'
Junio C Hamano
2
-1
/
+123
2021-01-06
git: add `--super-prefix` to usage string
Patrick Steinhardt
1
-0
/
+1
2021-01-06
mergetool--lib: fix '--tool-help' to correctly show available tools
Philippe Blain
2
-2
/
+15
2021-01-06
t4129: don't fail if setgid is set in the test directory
Matheus Tavares
1
-2
/
+7
2021-01-06
branch tests: add to --sort tests
Ævar Arnfjörð Bjarmason
1
-1
/
+50
2021-01-06
branch: change "--local" to "--list" in comment
Ævar Arnfjörð Bjarmason
1
-1
/
+1
2021-01-06
builtin/*: update usage format
ZheNing Hu
7
-61
/
+61
2021-01-06
parse-options: format argh like error messages
Junio C Hamano
1
-3
/
+3
2021-01-06
mktag: add a --[no-]strict option
Ævar Arnfjörð Bjarmason
3
-10
/
+40
2021-01-06
read-cache: try not to peek into `struct {lock_,temp}file`
Martin Ågren
1
-6
/
+6
2021-01-06
refs/files-backend: don't peek into `struct lock_file`
Martin Ågren
1
-2
/
+2
2021-01-06
midx: don't peek into `struct lock_file`
Martin Ågren
1
-1
/
+1
2021-01-06
commit-graph: don't peek into `struct lock_file`
Martin Ågren
1
-3
/
+3
2021-01-06
builtin/gc: don't peek into `struct lock_file`
Martin Ågren
1
-3
/
+3
2021-01-06
p7519: allow running without watchman prereq
Taylor Blau
1
-1
/
+6
2021-01-05
mktag: mark strings for translation
Ævar Arnfjörð Bjarmason
1
-8
/
+8
2021-01-05
mktag: convert to parse-options
Ævar Arnfjörð Bjarmason
2
-2
/
+24
2021-01-05
mktag: allow omitting the header/body \n separator
Ævar Arnfjörð Bjarmason
2
-4
/
+4
2021-01-05
mktag: allow turning off fsck.extraHeaderEntry
Ævar Arnfjörð Bjarmason
3
-2
/
+28
2021-01-05
fsck: make fsck_config() re-usable
Ævar Arnfjörð Bjarmason
3
-19
/
+32
2021-01-05
mktag: use fsck instead of custom verify_tag()
Ævar Arnfjörð Bjarmason
6
-184
/
+127
2021-01-05
mktag: use puts(str) instead of printf("%s\n", str)
Ævar Arnfjörð Bjarmason
1
-1
/
+1
2021-01-05
mktag: remove redundant braces in one-line body "if"
Ævar Arnfjörð Bjarmason
1
-2
/
+1
2021-01-05
mktag: use default strbuf_read() hint
Ævar Arnfjörð Bjarmason
1
-1
/
+1
2021-01-05
mktag tests: test verify_object() with replaced objects
Ævar Arnfjörð Bjarmason
1
-1
/
+34
2021-01-05
mktag tests: improve verify_object() test coverage
Ævar Arnfjörð Bjarmason
1
-3
/
+37
2021-01-05
mktag tests: test "hash-object" compatibility
Ævar Arnfjörð Bjarmason
1
-14
/
+17
2021-01-05
mktag tests: stress test whitespace handling
Ævar Arnfjörð Bjarmason
1
-0
/
+36
2021-01-05
mktag tests: run "fsck" after creating "mytag"
Ævar Arnfjörð Bjarmason
1
-1
/
+2
2021-01-05
mktag tests: don't create "mytag" twice
Ævar Arnfjörð Bjarmason
1
-12
/
+5
2021-01-05
mktag tests: don't redirect stderr to a file needlessly
Ævar Arnfjörð Bjarmason
2
-3
/
+3
2021-01-05
mktag tests: remove needless SHA-1 hardcoding
Ævar Arnfjörð Bjarmason
1
-3
/
+3
2021-01-05
mktag tests: use "test_commit" helper
Ævar Arnfjörð Bjarmason
1
-3
/
+1
2021-01-05
mktag tests: don't needlessly use a subshell
Ævar Arnfjörð Bjarmason
1
-1
/
+1
2021-01-05
mktag doc: update to explain why to use this
Ævar Arnfjörð Bjarmason
1
-4
/
+13
2021-01-05
maintenance: use Windows scheduled tasks
Derrick Stolee
3
-1
/
+226
2021-01-05
maintenance: use launchctl on macOS
Derrick Stolee
3
-1
/
+286
2021-01-04
completion: add proper public __git_complete
Felipe Contreras
2
-8
/
+46
2021-01-04
test: completion: add tests for __git_complete
Felipe Contreras
1
-0
/
+8
2021-01-04
completion: bash: improve function detection
Felipe Contreras
1
-1
/
+1
2021-01-04
completion: bash: add __git_have_func helper
Felipe Contreras
1
-3
/
+7
2021-01-04
rebase: verify commit parameter
René Scharfe
1
-1
/
+3
[prev]
[next]