index
:
git
master
git
Fast-forward packages
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
Commit message (
Expand
)
Author
Age
Files
Lines
*
preload-index.h: move declarations for preload-index.c from elsewhere
Elijah Newren
2023-06-21
15
-6
/
+27
*
sparse-index.h: move declarations for sparse-index.c from cache.h
Elijah Newren
2023-06-21
21
-2
/
+21
*
name-hash.h: move declarations for name-hash.c from cache.h
Elijah Newren
2023-06-21
12
-9
/
+26
*
run-command.h: move declarations for run-command.c from cache.h
Elijah Newren
2023-06-21
4
-5
/
+5
*
statinfo: move stat_{data,validity} functions from cache/read-cache
Elijah Newren
2023-06-21
8
-132
/
+142
*
read-cache: move shared add/checkout/commit code
Elijah Newren
2023-06-21
2
-100
/
+102
*
add: modify add_files_to_cache() to avoid globals
Elijah Newren
2023-06-21
4
-10
/
+21
*
read-cache: move shared commit and ls-files code
Elijah Newren
2023-06-21
2
-137
/
+137
*
setup: adopt shared init-db & clone code
Elijah Newren
2023-06-21
5
-507
/
+503
*
init-db, clone: change unnecessary global into passed parameter
Elijah Newren
2023-06-21
3
-6
/
+9
*
init-db: remove unnecessary global variable
Elijah Newren
2023-06-21
1
-5
/
+7
*
init-db: document existing bug with core.bare in template config
Elijah Newren
2023-06-21
3
-1
/
+60
*
The second batch for 2.42
Junio C Hamano
2023-06-21
1
-0
/
+35
*
Merge branch 'la/doc-interpret-trailers'
Junio C Hamano
2023-06-21
1
-56
/
+78
|
\
|
*
doc: trailer: add more examples in DESCRIPTION
Linus Arver
2023-06-15
1
-2
/
+18
|
*
doc: trailer: mention 'key' in DESCRIPTION
Linus Arver
2023-06-15
1
-1
/
+4
|
*
doc: trailer.<token>.command: emphasize deprecation
Linus Arver
2023-06-15
1
-2
/
+2
|
*
doc: trailer: use angle brackets for <token> and <value>
Linus Arver
2023-06-15
1
-4
/
+4
|
*
doc: trailer: remove redundant phrasing
Linus Arver
2023-06-15
1
-3
/
+2
|
*
doc: trailer: examples: avoid the word "message" by itself
Linus Arver
2023-06-15
1
-25
/
+25
|
*
doc: trailer: drop "commit message part" phrasing
Linus Arver
2023-06-15
1
-16
/
+20
|
*
doc: trailer: swap verb order
Linus Arver
2023-06-15
1
-1
/
+1
|
*
doc: trailer: fix grammar
Linus Arver
2023-06-15
1
-4
/
+4
*
|
Merge branch 'jk/log-follow-with-non-literal-pathspec'
Junio C Hamano
2023-06-21
6
-10
/
+70
|
\
\
|
*
|
diff: detect pathspec magic not supported by --follow
Jeff King
2023-06-03
2
-0
/
+30
|
*
|
diff: factor out --follow pathspec check
Jeff King
2023-06-03
3
-3
/
+20
|
*
|
pathspec: factor out magic-to-name function
Jeff King
2023-06-03
2
-7
/
+20
*
|
|
Merge branch 'vd/worktree-config-is-per-repository'
Junio C Hamano
2023-06-21
13
-37
/
+102
|
\
\
\
|
*
|
|
repository: move 'repository_format_worktree_config' to repo scope
Victoria Dye
2023-05-26
10
-15
/
+38
|
*
|
|
config: pass 'repo' directly to 'config_with_options()'
Victoria Dye
2023-05-26
4
-16
/
+21
|
*
|
|
config: use gitdir to get worktree config
Victoria Dye
2023-05-26
3
-11
/
+48
*
|
|
|
Merge branch 'tb/submodule-null-deref-fix'
Junio C Hamano
2023-06-21
2
-2
/
+21
|
\
\
\
\
|
*
|
|
|
builtin/submodule--helper.c: handle missing submodule URLs
Taylor Blau
2023-05-24
2
-2
/
+21
|
|
|
/
/
|
|
/
|
|
*
|
|
|
Merge branch 'jc/test-modernization-2'
Junio C Hamano
2023-06-21
10
-715
/
+739
|
\
\
\
\
|
*
|
|
|
t9400-git-cvsserver-server: modernize test format
John Cai
2023-05-23
1
-252
/
+278
|
*
|
|
|
t9200-git-cvsexportcommit: modernize test format
John Cai
2023-05-23
1
-176
/
+175
|
*
|
|
|
t9104-git-svn-follow-parent: modernize test format
John Cai
2023-05-23
1
-31
/
+31
|
*
|
|
|
t9100-git-svn-basic: modernize test format
John Cai
2023-05-23
1
-16
/
+15
|
*
|
|
|
t7700-repack: modernize test format
John Cai
2023-05-23
1
-5
/
+5
|
*
|
|
|
t7600-merge: modernize test format
John Cai
2023-05-23
1
-20
/
+20
|
*
|
|
|
t7508-status: modernize test format
John Cai
2023-05-23
1
-2
/
+2
|
*
|
|
|
t7201-co: modernize test format
John Cai
2023-05-23
1
-46
/
+46
|
*
|
|
|
t7111-reset-table: modernize test format
John Cai
2023-05-23
1
-10
/
+10
|
*
|
|
|
t7110-reset-merge: modernize test format
John Cai
2023-05-23
1
-157
/
+157
*
|
|
|
|
Merge branch 'jc/test-modernization'
Junio C Hamano
2023-06-21
20
-1593
/
+1564
|
\
|
|
|
|
|
*
|
|
|
t7101-reset-empty-subdirs: modernize test format
John Cai
2023-05-19
1
-24
/
+24
|
*
|
|
|
t6050-replace: modernize test format
John Cai
2023-05-19
1
-148
/
+148
|
*
|
|
|
t5306-pack-nobase: modernize test format
John Cai
2023-05-19
1
-49
/
+45
|
*
|
|
|
t5303-pack-corruption-resilience: modernize test format
John Cai
2023-05-19
1
-292
/
+292
|
*
|
|
|
t5301-sliding-window: modernize test format
John Cai
2023-05-19
1
-50
/
+50
[next]