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-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
2021-09-03
Merge branch 'sg/make-fix-ar-invocation'
Junio C Hamano
1
-2
/
+2
2021-09-03
Merge branch 'ti/tcsh-completion-regression-fix'
Junio C Hamano
1
-2
/
+3
2021-09-03
Merge branch 'fc/completion-updates'
Junio C Hamano
2
-7
/
+22
2021-09-03
Merge branch 'pw/rebase-r-fixes'
Junio C Hamano
4
-58
/
+155
2021-09-03
Merge branch 'pw/rebase-skip-final-fix'
Junio C Hamano
3
-6
/
+28
2021-09-03
Merge branch 'cb/ci-use-upload-artifacts-v1'
Junio C Hamano
1
-1
/
+1
2021-09-03
Merge branch 'jk/commit-edit-fixup-fix'
Junio C Hamano
2
-3
/
+11
2021-09-03
Merge branch 'ps/connectivity-optim'
Junio C Hamano
9
-46
/
+127
2021-09-03
developer: enable pedantic by default
Carlo Marcelo Arenas Belón
2
-3
/
+5
2021-09-03
win32: allow building with pedantic mode enabled
Carlo Marcelo Arenas Belón
3
-7
/
+10
2021-09-03
gettext: remove optional non-standard parens in N_() definition
Ævar Arnfjörð Bjarmason
4
-49
/
+1
2021-09-02
remote: avoid -Wunused-but-set-variable in gcc with -DNDEBUG
Carlo Marcelo Arenas Belón
1
-3
/
+3
2021-09-02
gc: remove trailing dot from "gc.log" line
Ævar Arnfjörð Bjarmason
1
-1
/
+1
2021-09-01
p5326: perf tests for MIDX bitmaps
Taylor Blau
1
-0
/
+43
2021-09-01
p5310: extract full and partial bitmap tests
Taylor Blau
2
-62
/
+72
2021-09-01
midx: respect 'GIT_TEST_MULTI_PACK_INDEX_WRITE_BITMAP'
Taylor Blau
4
-2
/
+17
2021-09-01
t7700: update to work with MIDX bitmap test knob
Taylor Blau
1
-6
/
+12
2021-09-01
t5319: don't write MIDX bitmaps in t5319
Taylor Blau
1
-1
/
+2
2021-09-01
t5310: disable GIT_TEST_MULTI_PACK_INDEX_WRITE_BITMAP
Jeff King
1
-0
/
+4
2021-09-01
t0410: disable GIT_TEST_MULTI_PACK_INDEX_WRITE_BITMAP
Jeff King
1
-0
/
+3
2021-09-01
t5326: test multi-pack bitmap behavior
Taylor Blau
1
-0
/
+286
2021-09-01
t/helper/test-read-midx.c: add --checksum mode
Taylor Blau
2
-1
/
+19
2021-09-01
t5310: move some tests to lib-bitmap.sh
Taylor Blau
2
-224
/
+241
2021-09-01
pack-bitmap: write multi-pack bitmaps
Taylor Blau
4
-9
/
+215
2021-09-01
pack-bitmap: read multi-pack bitmaps
Taylor Blau
7
-42
/
+336
2021-09-01
pack-bitmap.c: avoid redundant calls to try_partial_reuse
Taylor Blau
1
-11
/
+29
2021-09-01
pack-bitmap.c: introduce 'bitmap_is_preferred_refname()'
Taylor Blau
2
-0
/
+17
2021-09-01
pack-bitmap.c: introduce 'nth_bitmap_object_oid()'
Taylor Blau
1
-3
/
+10
2021-09-01
pack-bitmap.c: introduce 'bitmap_num_objects()'
Taylor Blau
1
-16
/
+21
2021-09-01
midx: avoid opening multiple MIDXs when writing
Taylor Blau
6
-34
/
+51
2021-09-01
fetch: avoid second connectivity check if we already have all objects
Patrick Steinhardt
1
-4
/
+3
2021-09-01
fetch: merge fetching and consuming refs
Patrick Steinhardt
1
-21
/
+9
2021-09-01
fetch: refactor fetch refs to be more extendable
Patrick Steinhardt
1
-7
/
+17
2021-09-01
fetch-pack: optimize loading of refs via commit graph
Patrick Steinhardt
1
-0
/
+5
2021-09-01
connected: refactor iterator to return next object ID directly
Patrick Steinhardt
6
-31
/
+25
2021-09-01
fetch: avoid unpacking headers in object existence check
Patrick Steinhardt
1
-3
/
+1
[prev]
[next]