index
:
tgif.git
2.36
Terin's Improved Git Fork
terinjokes@gmail.com
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
t
Age
Commit message (
Expand
)
Author
Files
Lines
2021-05-07
Merge branch 'ps/rev-list-object-type-filter'
Junio C Hamano
2
-1
/
+139
2021-05-07
Merge branch 'ab/svn-tests-set-e-fix'
Junio C Hamano
2
-18
/
+15
2021-05-07
Merge branch 'ab/rebase-no-reschedule-failed-exec'
Junio C Hamano
1
-2
/
+25
2021-05-07
Merge branch 'mt/add-rm-in-sparse-checkout'
Junio C Hamano
5
-24
/
+239
2021-05-07
Merge branch 'ps/config-global-override'
Junio C Hamano
1
-0
/
+85
2021-05-07
Merge branch 'zh/pretty-date-human'
Junio C Hamano
1
-0
/
+6
2021-05-07
Merge branch 'ad/cygwin-no-backslashes-in-paths'
Junio C Hamano
2
-5
/
+10
2021-05-07
Merge branch 'jk/prune-with-bitmap-fix'
Junio C Hamano
2
-6
/
+32
2021-05-07
Merge branch 'ab/pretty-date-format-tests'
Junio C Hamano
1
-5
/
+4
2021-05-07
Merge branch 'ps/config-env-option-with-separate-value'
Junio C Hamano
1
-1
/
+14
2021-04-30
Merge branch 'so/log-diff-merge'
Junio C Hamano
2
-0
/
+34
2021-04-30
Merge branch 'ds/sparse-index-protections'
Junio C Hamano
5
-24
/
+302
2021-04-30
Merge branch 'ds/maintenance-prefetch-fix'
Junio C Hamano
2
-8
/
+57
2021-04-30
Merge branch 'ow/push-quiet-set-upstream'
Junio C Hamano
1
-0
/
+7
2021-04-30
Merge branch 'jk/promisor-optim'
Junio C Hamano
2
-3
/
+15
2021-04-30
cygwin: disallow backslashes in file names
Adam Dinwoodie
2
-5
/
+10
2021-04-30
git: support separate arg for `--config-env`'s value
Patrick Steinhardt
1
-1
/
+14
2021-04-29
prune: save reachable-from-recent objects with bitmaps
Jeff King
2
-6
/
+32
2021-04-27
pretty: provide human date format
ZheNing Hu
1
-0
/
+6
2021-04-27
pretty tests: give --date/format tests a better description
Ævar Arnfjörð Bjarmason
1
-3
/
+3
2021-04-27
pretty tests: simplify %aI/%cI date format test
Ævar Arnfjörð Bjarmason
1
-2
/
+1
2021-04-27
t1300: fix unset of GIT_CONFIG_NOSYSTEM leaking into subsequent tests
Patrick Steinhardt
1
-4
/
+3
2021-04-20
Merge branch 'ab/detox-gettext-tests'
Junio C Hamano
3
-13
/
+6
2021-04-20
Merge branch 'jk/pack-objects-bitmap-progress-fix'
Junio C Hamano
1
-0
/
+23
2021-04-20
Merge branch 'ab/userdiff-tests'
Junio C Hamano
6
-52
/
+87
2021-04-20
Merge branch 'ar/userdiff-scheme'
Junio C Hamano
16
-0
/
+90
2021-04-19
config: allow overriding of global and system configuration
Patrick Steinhardt
1
-0
/
+86
2021-04-19
rev-list: allow filtering of provided items
Patrick Steinhardt
2
-0
/
+64
2021-04-19
pack-bitmap: implement combined filter
Patrick Steinhardt
1
-0
/
+7
2021-04-19
pack-bitmap: implement object type filter
Patrick Steinhardt
1
-1
/
+24
2021-04-19
list-objects: implement object type filter
Patrick Steinhardt
1
-0
/
+44
2021-04-16
diff-merges: introduce log.diffMerges config variable
Sergey Organov
2
-0
/
+26
2021-04-16
diff-merges: introduce --diff-merges=on
Sergey Organov
1
-0
/
+8
2021-04-16
Merge branch 'en/ort-readiness'
Junio C Hamano
8
-10
/
+183
2021-04-16
maintenance: respect remote.*.skipFetchAll
Derrick Stolee
1
-1
/
+7
2021-04-16
maintenance: use 'git fetch --prefetch'
Derrick Stolee
1
-7
/
+7
2021-04-16
fetch: add --prefetch option
Derrick Stolee
1
-0
/
+43
2021-04-15
Merge branch 'jz/apply-3way-cached'
Junio C Hamano
1
-0
/
+50
2021-04-15
Merge branch 'jz/apply-run-3way-first'
Junio C Hamano
1
-0
/
+20
2021-04-15
transport: respect verbosity when setting upstream
Øystein Walle
1
-0
/
+7
2021-04-13
Merge branch 'cc/test-helper-bloom-usage-fix'
Junio C Hamano
1
-1
/
+1
2021-04-13
Merge branch 'ab/send-email-validate-errors'
Junio C Hamano
1
-8
/
+27
2021-04-13
Merge branch 'tb/pack-preferred-tips-to-give-bitmap'
Junio C Hamano
4
-0
/
+64
2021-04-13
Merge branch 'jk/ref-filter-segfault-fix'
Junio C Hamano
1
-0
/
+10
2021-04-13
tests: remove all uses of test_i18cmp
Ævar Arnfjörð Bjarmason
3
-13
/
+6
2021-04-13
revision: avoid parsing with --exclude-promisor-objects
Jeff King
1
-0
/
+8
2021-04-13
lookup_unknown_object(): take a repository argument
Jeff King
1
-3
/
+3
2021-04-13
is_promisor_object(): free tree buffer after parsing
Jeff King
1
-0
/
+4
2021-04-12
svn tests: refactor away a "set -e" in test body
Ævar Arnfjörð Bjarmason
1
-12
/
+15
2021-04-12
svn tests: remove legacy re-setup from init-clone test
Ævar Arnfjörð Bjarmason
1
-6
/
+0
[next]