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-09-08
Merge branch 'js/maintenance-launchctl-fix'
Junio C Hamano
2
-21
/
+87
2021-09-08
Merge branch 'ab/rebase-fatal-fatal-fix'
Junio C Hamano
1
-1
/
+1
2021-09-08
Merge branch 'ab/ls-remote-packet-trace'
Junio C Hamano
2
-3
/
+5
2021-09-08
Merge branch 'rs/git-mmap-uses-malloc'
Junio C Hamano
1
-1
/
+6
2021-09-08
Merge branch 'ga/send-email-sendmail-cmd'
Junio C Hamano
1
-1
/
+1
2021-09-08
Merge branch 'me/t5582-cleanup'
Junio C Hamano
1
-1
/
+0
2021-09-08
pull: release packs before fetching
Johannes Schindelin
1
-0
/
+2
2021-09-08
commit-graph: when closing the graph, also release the slab
Johannes Schindelin
1
-0
/
+1
2021-09-08
t7814: show lack of alternate ODB-adding
Jonathan Tan
1
-0
/
+3
2021-09-08
submodule-config: pass repo upon blob config read
Jonathan Tan
3
-9
/
+19
2021-09-08
grep: add repository to OID grep sources
Jonathan Tan
3
-12
/
+27
2021-09-08
grep: allocate subrepos on heap
Jonathan Tan
1
-9
/
+30
2021-09-08
grep: read submodule entry with explicit repo
Jonathan Tan
1
-5
/
+5
2021-09-08
grep: typesafe versions of grep_source_init
Jonathan Tan
3
-23
/
+34
2021-09-08
grep: use submodule-ODB-as-alternate lazy-addition
Jonathan Tan
3
-1
/
+7
2021-09-08
submodule: lazily add submodule ODBs as alternates
Jonathan Tan
4
-1
/
+41
2021-09-07
sparse-checkout: clear tracked sparse dirs
Derrick Stolee
3
-0
/
+163
2021-09-07
sparse-index: add SPARSE_INDEX_MEMORY_ONLY flag
Derrick Stolee
3
-18
/
+26
2021-09-07
attr: be careful about sparse directories
Derrick Stolee
1
-0
/
+15
2021-09-07
sparse-checkout: create helper methods
Derrick Stolee
4
-17
/
+64
2021-09-07
sparse-index: use WRITE_TREE_MISSING_OK
Derrick Stolee
1
-1
/
+4
2021-09-07
sparse-index: silently return when cache tree fails
Derrick Stolee
1
-4
/
+6
2021-09-07
unpack-trees: fix nested sparse-dir search
Derrick Stolee
1
-3
/
+5
2021-09-07
sparse-index: silently return when not using cone-mode patterns
Derrick Stolee
1
-5
/
+11
2021-09-07
t7519: rewrite sparse index test
Derrick Stolee
1
-17
/
+21
2021-09-07
pack-write: skip *.rev work when not writing *.rev
Ævar Arnfjörð Bjarmason
1
-0
/
+3
2021-09-07
hash-object: prefix_filename() returns allocated memory these days
Junio C Hamano
1
-1
/
+1
2021-09-07
Documentation: fix default directory of git bugreport -o
Bagas Sanjaya
1
-2
/
+2
2021-09-07
Makefile: remove the check_bindir script
Ævar Arnfjörð Bjarmason
2
-15
/
+1
2021-09-07
send-email: fix a "first config key wins" regression in v2.33.0
Ævar Arnfjörð Bjarmason
2
-1
/
+16
2021-09-07
range-diff: avoid segfault with -I
René Scharfe
1
-0
/
+3
2021-09-07
diff-index: restore -c/--cc options handling
Sergey Organov
3
-14
/
+8
2021-09-07
tr2: log N parent process names on Linux
Ævar Arnfjörð Bjarmason
1
-17
/
+132
2021-09-07
tr2: do compiler enum check in trace2_collect_process_info()
Ævar Arnfjörð Bjarmason
1
-6
/
+7
2021-09-07
tr2: leave the parent list empty upon failure & don't leak memory
Ævar Arnfjörð Bjarmason
1
-3
/
+5
2021-09-07
tr2: stop leaking "thread_name" memory
Ævar Arnfjörð Bjarmason
1
-0
/
+1
2021-09-07
tr2: clarify TRACE2_PROCESS_INFO_EXIT comment under Linux
Ævar Arnfjörð Bjarmason
1
-1
/
+5
2021-09-07
tr2: remove NEEDSWORK comment for "non-procfs" implementations
Ævar Arnfjörð Bjarmason
1
-1
/
+0
2021-09-07
bundle: show progress on "unbundle"
Ævar Arnfjörð Bjarmason
2
-1
/
+8
2021-09-07
index-pack: add --progress-title option
Ævar Arnfjörð Bjarmason
2
-0
/
+12
2021-09-07
bundle API: change "flags" to be "extra_index_pack_args"
Ævar Arnfjörð Bjarmason
4
-10
/
+19
2021-09-07
maintenance: add support for systemd timers on Linux
Lénaïc Huard
3
-11
/
+330
2021-09-07
maintenance: `git maintenance run` learned `--scheduler=<scheduler>`
Lénaïc Huard
3
-75
/
+354
2021-09-07
cache.h: Introduce a generic "xdg_config_home_for(…)" function
Lénaïc Huard
2
-3
/
+17
2021-09-07
test-lib-functions: keep user's debugger config files and TERM in 'debug'
Philippe Blain
2
-16
/
+50
2021-09-07
test-lib-functions: optionally keep HOME, TERM and SHELL in 'test_pause'
Philippe Blain
3
-5
/
+53
2021-09-07
test-lib-functions: use 'TEST_SHELL_PATH' in 'test_pause'
Philippe Blain
1
-1
/
+1
2021-09-05
make: add INSTALL_STRIP option variable
Bagas Sanjaya
1
-3
/
+12
2021-09-05
apply: resolve trivial merge without hitting ll-merge with "--3way"
Junio C Hamano
2
-0
/
+66
2021-09-03
The third batch
Junio C Hamano
1
-0
/
+25
[prev]
[next]