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
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
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-03
update-ref: fix streaming of status updates
Patrick Steinhardt
2
-4
/
+42
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
[prev]
[next]