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-05-20
t: use update-ref and show-ref to reading/writing refs
Han-Wen Nienhuys
5
-21
/
+21
2020-05-20
refs.h: clarify reflog iteration order
Han-Wen Nienhuys
1
-1
/
+17
2020-05-20
bisect: avoid tailing CR characters from revision in replay
Carlo Marcelo Arenas Belón
1
-2
/
+2
2020-05-20
command-list.txt: add gitfaq to the list of guides
Philippe Blain
1
-0
/
+1
2020-05-20
t5520: avoid alternation in grep's BRE (not POSIX)
Carlo Marcelo Arenas Belón
1
-1
/
+1
2020-05-20
t4216: avoid unnecessary subshell in test_bloom_filters_not_used
Carlo Marcelo Arenas Belón
1
-1
/
+1
2020-05-20
Git 2.27-rc1
Junio C Hamano
2
-1
/
+15
2020-05-20
Merge branch 'es/bugreport'
Junio C Hamano
1
-1
/
+1
2020-05-20
Merge branch 'ak/slab-decl-cleanup'
Junio C Hamano
1
-3
/
+3
2020-05-20
Merge branch 'jc/fix-tap-output-under-bash'
Junio C Hamano
3
-36
/
+1
2020-05-20
Merge branch 'en/sparse-checkout'
Junio C Hamano
1
-3
/
+3
2020-05-20
Merge branch 'ds/trace-log-progress-fix'
Junio C Hamano
1
-6
/
+2
2020-05-20
Merge branch 'js/ci-sdk-download-fix'
Junio C Hamano
1
-11
/
+44
2020-05-20
Merge branch 'en/merge-rename-rename-worktree-fix'
Junio C Hamano
2
-0
/
+67
2020-05-20
Merge branch 'cb/no-more-gmtime'
Junio C Hamano
4
-45
/
+0
2020-05-20
Merge branch 'dd/t1509-i18n-fix'
Junio C Hamano
1
-2
/
+2
2020-05-20
Merge branch 'next' of github.com:ChrisADR/git-po
Jiang Xin
1
-3334
/
+3696
2020-05-19
fsck: use ERROR_MULTI_PACK_INDEX
Derrick Stolee
1
-1
/
+2
2020-05-19
t4067: make rename detection test output raw diff
Jonathan Tan
1
-2
/
+2
2020-05-19
pkt-line: extern packet_length()
Denton Liu
2
-3
/
+12
2020-05-19
transport: extract common fetch_pack() call
Denton Liu
1
-17
/
+8
2020-05-19
merge: optimization to skip evaluate_result for single strategy
Andrew Ng
1
-1
/
+1
2020-05-19
t5703: replace "grep -a" usage by perl
Đoàn Trần Công Danh
1
-3
/
+6
2020-05-18
git-sparse-checkout.txt: add missing '
Martin Ågren
1
-1
/
+1
2020-05-18
git-credential.txt: use list continuation
Martin Ågren
1
-8
/
+8
2020-05-18
git-commit-graph.txt: fix list rendering
Martin Ågren
1
-0
/
+1
2020-05-18
git-commit-graph.txt: fix grammo
Martin Ågren
1
-1
/
+1
2020-05-18
date-formats.txt: fix list continuation
Martin Ågren
1
-2
/
+1
2020-05-18
t4210: detect REG_ILLSEQ dynamically and skip affected tests
Carlo Marcelo Arenas Belón
2
-24
/
+59
2020-05-18
t/helper: teach test-regex to report pattern errors (like REG_ILLSEQ)
Carlo Marcelo Arenas Belón
1
-28
/
+66
2020-05-18
upload-pack: use upload_pack_data fields in receive_needs()
Christian Couder
1
-15
/
+13
2020-05-18
upload-pack: pass upload_pack_data to create_pack_file()
Christian Couder
1
-15
/
+9
2020-05-18
upload-pack: remove static variable 'stateless_rpc'
Christian Couder
1
-6
/
+7
2020-05-18
upload-pack: pass upload_pack_data to check_non_tip()
Christian Couder
1
-7
/
+6
2020-05-18
upload-pack: pass upload_pack_data to send_ref()
Christian Couder
1
-3
/
+4
2020-05-18
upload-pack: move symref to upload_pack_data
Christian Couder
1
-5
/
+7
2020-05-18
upload-pack: use upload_pack_data writer in receive_needs()
Christian Couder
1
-5
/
+3
2020-05-18
upload-pack: pass upload_pack_data to receive_needs()
Christian Couder
1
-9
/
+8
2020-05-18
upload-pack: pass upload_pack_data to get_common_commits()
Christian Couder
1
-13
/
+13
2020-05-18
upload-pack: use 'struct upload_pack_data' in upload_pack()
Christian Couder
1
-15
/
+17
2020-05-18
upload-pack: move 'struct upload_pack_data' around
Christian Couder
1
-56
/
+56
2020-05-18
upload-pack: move {want,have}_obj to upload_pack_data
Christian Couder
1
-23
/
+25
2020-05-18
upload-pack: remove unused 'wants' from upload_pack_data
Christian Couder
1
-4
/
+0
2020-05-18
git-bugreport.txt: adjust reference to strftime(3)
Todd Zullinger
1
-1
/
+1
2020-05-18
commit-graph: drop COMMIT_GRAPH_WRITE_CHECK_OIDS flag
Taylor Blau
5
-18
/
+24
2020-05-18
t5318: reorder test below 'graph_read_expect'
Taylor Blau
1
-9
/
+9
2020-05-18
commit-graph.c: simplify 'fill_oids_from_commits'
Taylor Blau
1
-30
/
+3
2020-05-18
builtin/commit-graph.c: dereference tags in builtin
Taylor Blau
1
-3
/
+21
2020-05-18
builtin/commit-graph.c: extract 'read_one_commit()'
Taylor Blau
1
-29
/
+29
2020-05-18
remote-curl: remove label indentation
Denton Liu
1
-1
/
+1
[prev]
[next]