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-12-10
Merge branch 'jk/test-bitmap-fix'
Junio C Hamano
1
-1
/
+1
2021-12-10
Merge branch 'ab/generate-command-list'
Junio C Hamano
2
-44
/
+56
2021-12-10
Merge branch 'tw/var-default-branch'
Junio C Hamano
3
-0
/
+30
2021-12-10
Merge branch 'jk/strbuf-addftime-seconds-since-epoch'
Junio C Hamano
5
-3
/
+20
2021-12-10
Merge branch 'js/ci-no-directional-formatting'
Junio C Hamano
2
-0
/
+28
2021-12-10
Merge branch 'jc/fix-first-object-walk'
Junio C Hamano
1
-5
/
+26
2021-12-10
Merge branch 'if/redact-packfile-uri'
Junio C Hamano
6
-5
/
+111
2021-12-10
Merge branch 'ja/doc-cleanup'
Junio C Hamano
39
-166
/
+168
2021-12-10
Merge branch 'gc/remote-with-fewer-static-global-variables'
Junio C Hamano
5
-113
/
+312
2021-12-10
Merge branch 'vd/sparse-sparsity-fix-on-read'
Junio C Hamano
5
-17
/
+86
2021-12-10
Merge branch 'cw/protocol-v2-doc-fix'
Junio C Hamano
1
-3
/
+3
2021-11-29
The first batch to start the current cycle
Junio C Hamano
1
-4
/
+35
2021-11-29
Merge branch 'mc/clean-smudge-with-llp64'
Junio C Hamano
11
-19
/
+89
2021-11-29
Merge branch 'ab/sh-retire-helper-functions'
Junio C Hamano
7
-41
/
+14
2021-11-29
Merge branch 'tb/plug-pack-bitmap-leaks'
Junio C Hamano
8
-45
/
+84
2021-11-29
Merge branch 'tp/send-email-completion'
Junio C Hamano
4
-22
/
+54
2021-11-29
Merge branch 'jc/unsetenv-returns-an-int'
Junio C Hamano
2
-2
/
+4
2021-11-29
Merge branch 'jc/fix-ref-sorting-parse'
Junio C Hamano
8
-52
/
+95
2021-11-29
Merge branch 'so/stash-staged'
Junio C Hamano
3
-12
/
+113
2021-11-29
Merge branch 'jc/tutorial-format-patch-base'
Junio C Hamano
1
-13
/
+28
2021-11-29
Merge branch 'ab/refs-errno-cleanup'
Junio C Hamano
10
-143
/
+294
2021-11-29
Merge branch 'ow/stash-count-in-status-porcelain-output'
Junio C Hamano
3
-2
/
+46
2021-11-29
Merge branch 'jk/loosen-urlmatch'
Junio C Hamano
2
-2
/
+2
2021-11-24
sparse-index: update do_read_index to ensure correct sparsity
Victoria Dye
2
-0
/
+39
2021-11-24
sparse-index: add ensure_correct_sparsity function
Victoria Dye
2
-4
/
+30
2021-11-24
sparse-index: avoid unnecessary cache tree clearing
Victoria Dye
1
-11
/
+14
2021-11-24
test-read-cache.c: prepare_repo_settings after config init
Victoria Dye
1
-2
/
+3
2021-11-24
Sync with 2.34.1
Junio C Hamano
1
-0
/
+23
2021-11-24
Git 2.34.1
Junio C Hamano
3
-2
/
+25
2021-11-23
Merge branch 'jc/save-restore-terminal-revert' into maint
Junio C Hamano
1
-8
/
+0
2021-11-23
Merge branch 'ds/add-rm-with-sparse-index' into maint
Junio C Hamano
2
-49
/
+22
2021-11-23
Merge branch 'ab/update-submitting-patches' into maint
Junio C Hamano
1
-2
/
+2
2021-11-23
Merge branch 'ev/pull-already-up-to-date-is-noop' into maint
Junio C Hamano
2
-2
/
+10
2021-11-23
Merge branch 'hm/paint-hits-in-log-grep' into maint
Junio C Hamano
2
-52
/
+2
2021-11-22
A bit more regression fixes
Junio C Hamano
1
-0
/
+9
2021-11-22
Merge branch 'jc/save-restore-terminal-revert'
Junio C Hamano
1
-8
/
+0
2021-11-22
Merge branch 'ds/add-rm-with-sparse-index'
Junio C Hamano
2
-49
/
+22
2021-11-22
Revert "editor: save and reset terminal after calling EDITOR"
Junio C Hamano
1
-8
/
+0
2021-11-22
dir: revert "dir: select directories correctly"
Derrick Stolee
2
-49
/
+22
2021-11-21
0th batch for early fixes
Junio C Hamano
3
-2
/
+27
2021-11-21
Merge branch 'ab/update-submitting-patches'
Junio C Hamano
1
-2
/
+2
2021-11-21
Merge branch 'ev/pull-already-up-to-date-is-noop'
Junio C Hamano
2
-2
/
+10
2021-11-21
Merge branch 'hm/paint-hits-in-log-grep'
Junio C Hamano
2
-52
/
+2
2021-11-19
Revert "grep/pcre2: fix an edge case concerning ascii patterns and UTF-8 data"
Junio C Hamano
2
-52
/
+2
2021-11-18
remote: die if branch is not found in repository
Glen Choo
2
-19
/
+70
2021-11-18
remote: remove the_repository->remote_state from static methods
Glen Choo
1
-25
/
+71
2021-11-18
remote: use remote_state parameter internally
Glen Choo
2
-86
/
+75
2021-11-18
remote: move static variables into per-repository struct
Glen Choo
4
-67
/
+170
2021-11-18
t5516: add test case for pushing remote refspecs
Glen Choo
1
-0
/
+9
2021-11-18
pull: should be noop when already-up-to-date
Erwin Villejo
2
-2
/
+10
[next]