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-07-16
t1400: use git rev-parse for testing PSEUDOREF existence
Han-Wen Nienhuys
1
-10
/
+10
2020-07-16
upload-pack: do not lazy-fetch "have" objects
Jonathan Tan
2
-2
/
+42
2020-07-16
ref-filter: add support for %(contents:size)
Christian Couder
3
-1
/
+28
2020-07-16
read-cache: remove bogus shortcut
René Scharfe
1
-14
/
+0
2020-07-16
verify_repository_format(): complain about new extensions in v0 repo
Jeff King
3
-16
/
+85
2020-07-16
repository: allow repository format upgrade with extensions
Jonathan Nieder
3
-8
/
+9
2020-07-16
Revert "check_repository_format_gently(): refuse extensions for old repositor...
Jonathan Nieder
2
-11
/
+16
2020-07-15
Hopefully the last batch before -rc1
Junio C Hamano
1
-0
/
+8
2020-07-15
Merge branch 'tb/commit-graph-no-check-oids' into master
Junio C Hamano
1
-3
/
+1
2020-07-15
Merge branch 'ct/diff-with-merge-base-clarification' into master
Junio C Hamano
1
-7
/
+8
2020-07-15
Merge branch 'sg/commit-graph-progress-fix' into master
Junio C Hamano
1
-22
/
+5
2020-07-15
Merge branch 'ta/wait-on-aliased-commands-upon-signal' into master
Junio C Hamano
3
-1
/
+5
2020-07-15
completion: add show --color-moved[-ws]
Michal Privoznik
1
-0
/
+8
2020-07-15
commit-graph: fix "Collecting commits from input" progress line
SZEDER Gábor
1
-3
/
+1
2020-07-15
t9100: stop depending on commit timestamps
Jeff King
1
-6
/
+3
2020-07-14
test-lib: set deterministic default author/committer date
Jeff King
1
-0
/
+3
2020-07-14
t9100: explicitly unset GIT_COMMITTER_DATE
Jeff King
1
-0
/
+4
2020-07-13
git-diff.txt: reorder possible usages
Martin Ågren
1
-6
/
+7
2020-07-13
git-diff.txt: don't mark required argument as optional
Martin Ågren
1
-1
/
+1
2020-07-13
Merge branch 'fr_v2.28.0_rnd1' of github.com:jnavila/git
Jiang Xin
1
-1144
/
+1408
2020-07-12
l10n: fr v2.28.0 round 1
Jean-Noël Avila
1
-1144
/
+1408
2020-07-12
Merge branch 'master' of github.com:nafmo/git-l10n-sv
Jiang Xin
1
-1127
/
+1399
2020-07-11
l10n: sv.po: Update Swedish translation (4931t0f0u)
Peter Krefting
1
-1127
/
+1399
2020-07-11
l10n: it.po: update the Italian translation for Git 2.28.0 round 1
Alessandro Menti
1
-1124
/
+1412
2020-07-10
reflog: cleanse messages in the refs.c layer
Junio C Hamano
3
-16
/
+42
2020-07-10
bisect: treat BISECT_HEAD as a pseudo ref
Han-Wen Nienhuys
2
-4
/
+3
2020-07-10
t3432: use git-reflog to inspect the reflog for HEAD
Han-Wen Nienhuys
1
-3
/
+4
2020-07-10
t6300: test refs pointing to tree and blob
Christian Couder
1
-0
/
+19
2020-07-10
Documentation: clarify %(contents:XXXX) doc
Christian Couder
1
-6
/
+18
2020-07-10
t5539: make timestamp requirements more explicit
Jeff King
1
-1
/
+3
2020-07-10
t9700: loosen ident timezone regex
Jeff King
1
-3
/
+3
2020-07-10
git clone: don't clone into non-empty directory
Ben Wijen
2
-3
/
+13
2020-07-10
l10n: tr: v2.28.0 round 1
Emir Sarı
1
-1128
/
+1377
2020-07-10
l10n: git.pot: v2.28.0 round 1 (70 new, 14 removed)
Jiang Xin
1
-1102
/
+1350
2020-07-09
Git 2.28-rc0
Junio C Hamano
1
-3
/
+27
2020-07-09
Merge branch 'mt/entry-fstat-fallback-fix' into master
Junio C Hamano
1
-2
/
+1
2020-07-09
Merge branch 'ma/rebase-doc-typofix' into master
Junio C Hamano
1
-1
/
+1
2020-07-09
Merge branch 'jn/eject-fetch-write-commit-graph-out-of-experimental' into master
Junio C Hamano
3
-14
/
+5
2020-07-09
Merge branch 'tb/fix-persistent-shallow' into master
Junio C Hamano
4
-1
/
+19
2020-07-09
Merge branch 'ct/diff-with-merge-base-clarification' into master
Junio C Hamano
1
-1
/
+1
2020-07-09
Merge branch 'rs/line-log-until' into master
Junio C Hamano
2
-1
/
+10
2020-07-09
Merge branch 'ra/send-email-in-reply-to-from-command-line-wins' into master
Junio C Hamano
2
-3
/
+19
2020-07-09
Merge branch 'vs/completion-with-set-u' into master
Junio C Hamano
1
-9
/
+9
2020-07-09
Merge branch 'cc/cat-file-usage-update' into master
Junio C Hamano
2
-2
/
+2
2020-07-09
git-rebase.txt: fix description list separator
Martin Ågren
1
-1
/
+1
2020-07-09
l10n: Update Catalan translation
Jordi Mas
1
-426
/
+428
2020-07-09
commit-graph: fix "Writing out commit graph" progress counter
SZEDER Gábor
1
-20
/
+2
2020-07-09
commit-graph: fix progress of reachable commits
SZEDER Gábor
1
-2
/
+3
2020-07-09
entry: check for fstat() errors after checkout
Matheus Tavares
1
-2
/
+1
2020-07-08
git-log.txt: include rev-list-description.txt
Philippe Blain
3
-0
/
+27
[prev]
[next]