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-03-23
format-patch: allow a non-integral version numbers
ZheNing Hu
6
-12
/
+88
2021-03-23
entry: add checkout_entry_ca() taking preloaded conv_attrs
Matheus Tavares
2
-7
/
+20
2021-03-23
entry: move conv_attrs lookup up to checkout_entry()
Matheus Tavares
1
-11
/
+27
2021-03-23
entry: extract update_ce_after_write() from write_entry()
Matheus Tavares
2
-9
/
+18
2021-03-23
entry: make fstat_output() and read_blob_entry() public
Matheus Tavares
2
-4
/
+7
2021-03-23
entry: extract a header file for entry.c functions
Matheus Tavares
9
-32
/
+49
2021-03-23
commit: add --trailer option
ZheNing Hu
3
-1
/
+347
2021-03-22
The second batch
Junio C Hamano
1
-2
/
+50
2021-03-22
Merge branch 'bc/clone-bare-with-conflicting-config'
Junio C Hamano
2
-2
/
+10
2021-03-22
Merge branch 'jk/filter-branch-sha256'
Junio C Hamano
2
-14
/
+33
2021-03-22
Merge branch 'ps/update-ref-trans-hook-doc'
Junio C Hamano
1
-12
/
+21
2021-03-22
Merge branch 'rr/mailmap-entry-self'
Junio C Hamano
1
-0
/
+1
2021-03-22
Merge branch 'jr/doc-ignore-typofix'
Junio C Hamano
1
-1
/
+1
2021-03-22
Merge branch 'sv/t9801-test-path-is-file-cleanup'
Junio C Hamano
1
-19
/
+19
2021-03-22
Merge branch 'dl/cat-file-doc-cleanup'
Junio C Hamano
1
-33
/
+34
2021-03-22
Merge branch 'rs/pretty-describe'
Junio C Hamano
8
-7
/
+145
2021-03-22
Merge branch 'dl/stash-show-untracked'
Junio C Hamano
7
-9
/
+214
2021-03-22
Merge branch 'en/ort-perf-batch-8'
Junio C Hamano
4
-153
/
+449
2021-03-22
Merge branch 'ab/grep-pcre2-allocfix'
Junio C Hamano
3
-58
/
+51
2021-03-22
Merge branch 'jk/perf-in-worktrees'
Junio C Hamano
1
-9
/
+22
2021-03-22
Merge branch 'ds/commit-graph-generation-config'
Junio C Hamano
7
-19
/
+30
2021-03-22
Merge branch 'ab/remote-write-config-in-camel-case'
Junio C Hamano
3
-2
/
+6
2021-03-22
Merge branch 'mt/cleanly-die-upon-missing-required-filter'
Junio C Hamano
2
-1
/
+24
2021-03-22
Merge branch 'jk/open-dotgitx-with-nofollow'
Junio C Hamano
10
-41
/
+197
2021-03-22
diff --no-index tests: test mode normalization
Ævar Arnfjörð Bjarmason
1
-0
/
+55
2021-03-22
pack-bitmap: avoid traversal of objects referenced by uninteresting tag
Patrick Steinhardt
2
-0
/
+15
2021-03-22
remote-curl: fall back to basic auth if Negotiate fails
Christopher Schenk
1
-7
/
+8
2021-03-22
t0052: add simple-ipc tests and t/helper/test-simple-ipc tool
Jeff Hostetler
5
-0
/
+912
2021-03-22
simple-ipc: add Unix domain socket implementation
Jeff Hostetler
4
-1
/
+1015
2021-03-22
diff --no-index tests: add test for --exit-code
Ævar Arnfjörð Bjarmason
1
-0
/
+5
2021-03-21
transport: also free remote_refs in transport_disconnect()
Andrzej Hunt
3
-6
/
+8
2021-03-21
parse-options: don't leak alias help messages
Andrzej Hunt
2
-1
/
+19
2021-03-21
parse-options: convert bitfield values to use binary shift
Andrzej Hunt
1
-17
/
+17
2021-03-20
tree.h API: simplify read_tree_recursive() signature
Ævar Arnfjörð Bjarmason
8
-45
/
+39
2021-03-20
tree.h API: expose read_tree_1() as read_tree_at()
Ævar Arnfjörð Bjarmason
2
-8
/
+15
2021-03-20
archive: stop passing "stage" through read_tree_recursive()
Ævar Arnfjörð Bjarmason
1
-9
/
+7
2021-03-20
ls-files: refactor away read_tree()
Ævar Arnfjörð Bjarmason
1
-43
/
+34
2021-03-20
ls-files: don't needlessly pass around stage variable
Ævar Arnfjörð Bjarmason
1
-17
/
+8
2021-03-20
tree.c API: move read_tree() into builtin/ls-files.c
Ævar Arnfjörð Bjarmason
4
-95
/
+92
2021-03-20
ls-files tests: add meaningful --with-tree tests
Ævar Arnfjörð Bjarmason
1
-0
/
+41
2021-03-20
show tests: add test for "git show <tree>"
Ævar Arnfjörð Bjarmason
1
-0
/
+39
2021-03-19
Merge branch 'tb/git-mv-icase-fix'
Junio C Hamano
1
-1
/
+1
2021-03-19
The first batch in 2.32 cycle
Junio C Hamano
3
-2
/
+53
2021-03-19
Merge branch 'rs/xcalloc-takes-nelem-first'
Junio C Hamano
4
-6
/
+17
2021-03-19
Merge branch 'ah/make-fuzz-all-doc-update'
Junio C Hamano
1
-3
/
+3
2021-03-19
Merge branch 'jk/slimmed-down'
Junio C Hamano
5
-102
/
+0
2021-03-19
Merge branch 'rs/calloc-array'
Junio C Hamano
89
-189
/
+191
2021-03-19
Merge branch 'rs/avoid-null-statement-after-macro-call'
Junio C Hamano
2
-2
/
+2
2021-03-19
Merge branch 'km/config-doc-typofix'
Junio C Hamano
1
-1
/
+1
2021-03-19
Merge branch 'jt/clone-unborn-head'
Junio C Hamano
1
-1
/
+1
[prev]
[next]