index
:
git
jch
main
maint
master
next
seen
todo
Mirror of https://git.kernel.org/pub/scm/git/git.git/
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
contrib
Age
Commit message (
Expand
)
Author
Lines
2023-02-10
cocci & cache.h: remove "USE_THE_INDEX_COMPATIBILITY_MACROS"
Ævar Arnfjörð Bjarmason
-21
/
+6
2023-02-10
cache-tree API: remove redundant update_main_cache_tree()
Ævar Arnfjörð Bjarmason
-0
/
+3
2023-02-10
cocci & cache-tree.h: migrate "write_cache_as_tree" to "*_index_*"
Ævar Arnfjörð Bjarmason
-0
/
+11
2023-02-10
cocci & cache.h: apply pending "index_cache_pos" rule
Ævar Arnfjörð Bjarmason
-3
/
+3
2023-02-10
cocci & cache.h: fully apply "active_nr" part of index-compatibility
Ævar Arnfjörð Bjarmason
-9
/
+4
2023-01-09
use DUP_ARRAY
René Scharfe
-0
/
+7
2022-12-19
Merge branch 'aw/complete-case-insensitive'
Junio C Hamano
-3
/
+23
2022-12-14
Merge branch 'yn/git-jump-emacs'
Junio C Hamano
-4
/
+51
2022-12-01
Merge branch 'ab/fewer-the-index-macros'
Junio C Hamano
-4
/
+8
2022-12-01
cocci: avoid "should ... be a metavariable" warnings
Ævar Arnfjörð Bjarmason
-4
/
+8
2022-11-30
completion: add case-insensitive match of pseudorefs
Alison Winters
-3
/
+11
2022-11-30
completion: add optional ignore-case when matching refs
Alison Winters
-0
/
+12
2022-11-28
Merge branch 'ab/fewer-the-index-macros'
Junio C Hamano
-0
/
+159
2022-11-27
git-jump: invoke emacs/emacsclient
Yoichi Nakayama
-1
/
+16
2022-11-27
git-jump: move valid-mode check earlier
Jeff King
-1
/
+2
2022-11-27
git-jump: add an optional argument '--stdout'
Yoichi Nakayama
-2
/
+33
2022-11-23
Merge branch 'ab/coccicheck-incremental'
Junio C Hamano
-6
/
+358
2022-11-21
cocci: apply "pending" index-compatibility to some "builtin/*.c"
Ævar Arnfjörð Bjarmason
-54
/
+53
2022-11-21
cocci & cache.h: apply variable section of "pending" index-compatibility
Ævar Arnfjörð Bjarmason
-17
/
+22
2022-11-21
cocci & cache.h: apply a selection of "pending" index-compatibility
Ævar Arnfjörð Bjarmason
-15
/
+15
2022-11-21
cocci: add a index-compatibility.pending.cocci
Ævar Arnfjörð Bjarmason
-0
/
+110
2022-11-21
cocci & cache.h: remove rarely used "the_index" compat macros
Ævar Arnfjörð Bjarmason
-0
/
+45
2022-11-07
Makefile & test-tool: replace "DC_SHA1" variable with a "define"
Ævar Arnfjörð Bjarmason
-2
/
+0
2022-11-02
spatchcache: add a ccache-alike for "spatch"
Ævar Arnfjörð Bjarmason
-0
/
+324
2022-11-02
cocci: run against a generated ALL.cocci
Ævar Arnfjörð Bjarmason
-0
/
+13
2022-11-02
cocci rules: remove <id>'s from rules that don't need them
Ævar Arnfjörð Bjarmason
-4
/
+4
2022-11-02
cocci: optimistically use COMPUTE_HEADER_DEPENDENCIES
Ævar Arnfjörð Bjarmason
-0
/
+16
2022-11-02
cocci: make "coccicheck" rule incremental
Ævar Arnfjörð Bjarmason
-1
/
+1
2022-11-02
cocci rules: remove unused "F" metavariable from pending rule
Ævar Arnfjörð Bjarmason
-1
/
+0
2022-10-30
Merge branch 'pb/subtree-split-and-merge-after-squashing-tag-fix'
Taylor Blau
-69
/
+184
2022-10-27
Merge branch 'js/cmake-updates'
Junio C Hamano
-8
/
+8
2022-10-21
subtree: fix split after annotated tag was squashed merged
Philippe Blain
-9
/
+36
2022-10-21
subtree: fix squash merging after annotated tag was squashed merged
Philippe Blain
-15
/
+86
2022-10-21
subtree: process 'git-subtree-split' trailer in separate function
Philippe Blain
-4
/
+11
2022-10-21
subtree: use named variables instead of "$@" in cmd_pull
Philippe Blain
-2
/
+4
2022-10-21
subtree: define a variable before its first use in 'find_latest_squash'
Philippe Blain
-1
/
+1
2022-10-21
subtree: prefix die messages with 'fatal'
Philippe Blain
-36
/
+36
2022-10-21
subtree: add 'die_incompatible_opt' function to reduce duplication
Philippe Blain
-12
/
+20
2022-10-21
subtree: use 'git rev-parse --verify [--quiet]' for better error messages
Philippe Blain
-3
/
+3
2022-10-19
cmake: increase time-out for a long-running test
Johannes Schindelin
-0
/
+4
2022-10-19
cmake: avoid editing t/test-lib.sh
Johannes Schindelin
-6
/
+1
2022-10-19
cmake: copy the merge tools for testing
Johannes Schindelin
-1
/
+2
2022-10-19
cmake: make it easier to diagnose regressions in CTest runs
Johannes Schindelin
-1
/
+1
2022-10-17
Merge branch 'ed/fsmonitor-on-networked-macos'
Junio C Hamano
-0
/
+4
2022-10-05
fsmonitor: relocate socket file if .git directory is remote
Eric DeCosta
-0
/
+2
2022-10-05
fsmonitor: refactor filesystem checks to common interface
Eric DeCosta
-0
/
+2
2022-09-22
osxkeychain: clarify that we ignore unknown lines
Matthew John Cheetham
-0
/
+5
2022-09-22
netrc: ignore unknown lines (do not die)
Matthew John Cheetham
-1
/
+4
2022-09-22
wincred: ignore unknown lines (do not die)
Matthew John Cheetham
-2
/
+5
2022-09-21
t/Makefile: remove 'test-results' on 'make clean'
SZEDER Gábor
-0
/
+1
[next]