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-11-25
run-command API: remove "env" member, always use "env_array"
Ævar Arnfjörð Bjarmason
8
-42
/
+40
2021-11-25
difftool: use "env_array" to simplify memory management
Ævar Arnfjörð Bjarmason
1
-10
/
+4
2021-11-25
run-command API: remove "argv" member, always use "args"
Ævar Arnfjörð Bjarmason
6
-39
/
+33
2021-11-25
run-command API users: use strvec_push(), not argv construction
Ævar Arnfjörð Bjarmason
6
-53
/
+31
2021-11-25
run-command API users: use strvec_pushl(), not argv construction
Ævar Arnfjörð Bjarmason
10
-61
/
+29
2021-11-25
run-command tests: use strvec_pushv(), not argv assignment
Ævar Arnfjörð Bjarmason
1
-4
/
+5
2021-11-25
run-command API users: use strvec_pushv(), not argv assignment
Ævar Arnfjörð Bjarmason
7
-9
/
+10
2021-11-25
upload-archive: use regular "struct child_process" pattern
Ævar Arnfjörð Bjarmason
1
-2
/
+3
2021-11-25
worktree: stop being overly intimate with run_command() internals
Eric Sunshine
1
-4
/
+3
2021-11-25
completion: add human and auto: date format
Yoichi Nakayama
1
-1
/
+1
2021-11-24
sparse-index: update do_read_index to ensure correct sparsity
Victoria Dye
2
-0
/
+39
2021-11-24
sparse-index: add ensure_correct_sparsity function
Victoria Dye
2
-4
/
+30
2021-11-24
sparse-index: avoid unnecessary cache tree clearing
Victoria Dye
1
-11
/
+14
2021-11-24
test-read-cache.c: prepare_repo_settings after config init
Victoria Dye
1
-2
/
+3
2021-11-24
pager: fix crash when pager program doesn't exist
Enzo Matsumiya
2
-1
/
+8
2021-11-24
Sync with 2.34.1
Junio C Hamano
1
-0
/
+23
2021-11-24
Git 2.34.1
Junio C Hamano
3
-2
/
+25
2021-11-23
CI: don't run "make test" twice in one job
Ævar Arnfjörð Bjarmason
2
-12
/
+20
2021-11-23
CI: use "$runs_on_pool", not "$jobname" to select packages & config
Ævar Arnfjörð Bjarmason
3
-28
/
+29
2021-11-23
CI: rename the "Linux32" job to lower-case "linux32"
Ævar Arnfjörð Bjarmason
5
-5
/
+6
2021-11-23
CI: use shorter names that fit in UX tooltips
Ævar Arnfjörð Bjarmason
2
-2
/
+10
2021-11-23
CI: remove Travis CI support
Ævar Arnfjörð Bjarmason
7
-118
/
+7
2021-11-23
Merge branch 'jc/save-restore-terminal-revert' into maint
Junio C Hamano
1
-8
/
+0
2021-11-23
Merge branch 'ds/add-rm-with-sparse-index' into maint
Junio C Hamano
2
-49
/
+22
2021-11-23
Merge branch 'ab/update-submitting-patches' into maint
Junio C Hamano
1
-2
/
+2
2021-11-23
Merge branch 'ev/pull-already-up-to-date-is-noop' into maint
Junio C Hamano
2
-2
/
+10
2021-11-23
Merge branch 'hm/paint-hits-in-log-grep' into maint
Junio C Hamano
2
-52
/
+2
2021-11-22
A bit more regression fixes
Junio C Hamano
1
-0
/
+9
2021-11-22
Merge branch 'jc/save-restore-terminal-revert'
Junio C Hamano
1
-8
/
+0
2021-11-22
Merge branch 'ds/add-rm-with-sparse-index'
Junio C Hamano
2
-49
/
+22
2021-11-22
t7006: simplify exit-code checks for sigpipe tests
Jeff King
1
-17
/
+5
2021-11-22
t7006: clean up SIGPIPE handling in trace2 tests
Jeff King
1
-28
/
+14
2021-11-22
run-command: unify signal and regular logic for wait_or_whine()
Jeff King
2
-11
/
+10
2021-11-22
Revert "editor: save and reset terminal after calling EDITOR"
Junio C Hamano
1
-8
/
+0
2021-11-22
dir: revert "dir: select directories correctly"
Derrick Stolee
2
-49
/
+22
2021-11-22
Doc: no midx and partial clone relation
Jonathan Tan
1
-5
/
+0
2021-11-22
refs: drop force_create argument of create_reflog API
Han-Wen Nienhuys
10
-21
/
+16
2021-11-21
0th batch for early fixes
Junio C Hamano
3
-2
/
+27
2021-11-21
Merge branch 'ab/update-submitting-patches'
Junio C Hamano
1
-2
/
+2
2021-11-21
Merge branch 'ev/pull-already-up-to-date-is-noop'
Junio C Hamano
2
-2
/
+10
2021-11-21
Merge branch 'hm/paint-hits-in-log-grep'
Junio C Hamano
2
-52
/
+2
2021-11-20
test-lib: introduce required prereq for test runs
Fabian Stelzer
2
-0
/
+17
2021-11-20
test-lib: show missing prereq summary
Fabian Stelzer
2
-0
/
+28
2021-11-19
ci(check-whitespace): update stale file top comments
Hans Krentel (hakre)
1
-2
/
+3
2021-11-19
fetch-pack: ignore SIGPIPE when writing to index-pack
Jeff King
1
-0
/
+5
2021-11-19
refs: work around gcc-11 warning with REF_HAVE_NEW
Jeff King
1
-0
/
+7
2021-11-19
submodule: absorb git dir instead of dying on deinit
Mugdha Pattnaik
2
-16
/
+16
2021-11-19
pull: don't say that merge is "the default strategy"
Alex Henrie
1
-1
/
+1
2021-11-19
Revert "grep/pcre2: fix an edge case concerning ascii patterns and UTF-8 data"
Junio C Hamano
2
-52
/
+2
2021-11-18
trace2: disable tr2_dst before warning on write errors
Josh Steadmon
1
-2
/
+7
[prev]
[next]