index
:
git
master
git
Fast-forward packages
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
builtin
(
follow
)
Commit message (
Expand
)
Author
Age
Files
Lines
*
merge-ll: rename from ll-merge
Elijah Newren
2023-06-21
1
-1
/
+1
*
git-compat-util.h: remove unneccessary include of wildmatch.h
Elijah Newren
2023-06-21
6
-0
/
+6
*
builtin.h: remove unneccessary includes
Elijah Newren
2023-06-21
7
-0
/
+7
*
diff.h: remove unnecessary include of oidset.h
Elijah Newren
2023-06-21
12
-0
/
+12
*
repository: remove unnecessary include of path.h
Elijah Newren
2023-06-21
32
-0
/
+32
*
log-tree: replace include of revision.h with simple forward declaration
Elijah Newren
2023-06-21
1
-0
/
+1
*
cache.h: remove this no-longer-used header
Elijah Newren
2023-06-21
75
-115
/
+40
*
read-cache*.h: move declarations for read-cache.c functions from cache.h
Elijah Newren
2023-06-21
22
-0
/
+22
*
merge.h: move declarations for merge.c from cache.h
Elijah Newren
2023-06-21
2
-0
/
+2
*
preload-index.h: move declarations for preload-index.c from elsewhere
Elijah Newren
2023-06-21
9
-0
/
+9
*
sparse-index.h: move declarations for sparse-index.c from cache.h
Elijah Newren
2023-06-21
12
-0
/
+12
*
name-hash.h: move declarations for name-hash.c from cache.h
Elijah Newren
2023-06-21
1
-0
/
+1
*
read-cache: move shared add/checkout/commit code
Elijah Newren
2023-06-21
1
-100
/
+0
*
add: modify add_files_to_cache() to avoid globals
Elijah Newren
2023-06-21
3
-9
/
+18
*
read-cache: move shared commit and ls-files code
Elijah Newren
2023-06-21
1
-137
/
+0
*
setup: adopt shared init-db & clone code
Elijah Newren
2023-06-21
1
-496
/
+0
*
init-db, clone: change unnecessary global into passed parameter
Elijah Newren
2023-06-21
2
-5
/
+7
*
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
1
-1
/
+28
*
Merge branch 'jk/log-follow-with-non-literal-pathspec'
Junio C Hamano
2023-06-21
1
-1
/
+1
|
\
|
*
diff: factor out --follow pathspec check
Jeff King
2023-06-03
1
-1
/
+1
*
|
Merge branch 'vd/worktree-config-is-per-repository'
Junio C Hamano
2023-06-21
2
-7
/
+12
|
\
\
|
*
|
repository: move 'repository_format_worktree_config' to repo scope
Victoria Dye
2023-05-26
2
-2
/
+3
|
*
|
config: pass 'repo' directly to 'config_with_options()'
Victoria Dye
2023-05-26
1
-5
/
+9
*
|
|
Merge branch 'tb/submodule-null-deref-fix'
Junio C Hamano
2023-06-21
1
-2
/
+5
|
\
\
\
|
*
|
|
builtin/submodule--helper.c: handle missing submodule URLs
Taylor Blau
2023-05-24
1
-2
/
+5
|
|
|
/
|
|
/
|
*
|
|
Merge branch 'tl/quote-problematic-arg-for-clarity'
Junio C Hamano
2023-06-21
2
-4
/
+4
|
\
\
\
|
*
|
|
surround %s with quotes when failed to lookup commit
Teng Long
2023-06-03
2
-4
/
+4
|
|
|
/
|
|
/
|
*
|
|
Merge branch 'ps/fetch-cleanups'
Junio C Hamano
2023-06-21
1
-68
/
+79
|
\
\
\
|
*
|
|
fetch: use `fetch_config` to store "submodule.fetchJobs" value
Patrick Steinhardt
2023-05-17
1
-5
/
+6
|
*
|
|
fetch: use `fetch_config` to store "fetch.parallel" value
Patrick Steinhardt
2023-05-17
1
-7
/
+8
|
*
|
|
fetch: use `fetch_config` to store "fetch.recurseSubmodules" value
Patrick Steinhardt
2023-05-17
1
-15
/
+16
|
*
|
|
fetch: use `fetch_config` to store "fetch.showForcedUpdates" value
Patrick Steinhardt
2023-05-17
1
-14
/
+21
|
*
|
|
fetch: use `fetch_config` to store "fetch.pruneTags" value
Patrick Steinhardt
2023-05-17
1
-4
/
+5
|
*
|
|
fetch: use `fetch_config` to store "fetch.prune" value
Patrick Steinhardt
2023-05-17
1
-4
/
+5
|
*
|
|
fetch: pass through `fetch_config` directly
Patrick Steinhardt
2023-05-17
1
-15
/
+16
|
*
|
|
fetch: drop unneeded NULL-check for `remote_ref`
Patrick Steinhardt
2023-05-17
1
-3
/
+2
|
*
|
|
fetch: drop unused DISPLAY_FORMAT_UNKNOWN enum value
Patrick Steinhardt
2023-05-17
1
-1
/
+0
*
|
|
|
Merge branch 'zh/ls-files-format-atoms'
Junio C Hamano
2023-06-13
1
-0
/
+27
|
\
\
\
\
|
*
|
|
|
ls-files: align format atoms with ls-tree
ZheNing Hu
2023-05-23
1
-0
/
+27
*
|
|
|
|
Merge branch 'sl/diff-tree-sparse'
Junio C Hamano
2023-06-13
1
-0
/
+4
|
\
\
\
\
\
|
*
|
|
|
|
diff-tree: integrate with sparse index
Shuqi Liang
2023-05-18
1
-0
/
+4
|
|
|
/
/
/
|
|
/
|
|
|
*
|
|
|
|
Merge branch 'jk/format-patch-message-id-unleak'
Junio C Hamano
2023-06-13
1
-7
/
+8
|
\
\
\
\
\
|
*
|
|
|
|
format-patch: free elements of rev.ref_message_ids list
Jeff King
2023-05-19
1
-7
/
+7
|
*
|
|
|
|
format-patch: free rev.message_id when exiting
Jeff King
2023-05-19
1
-0
/
+1
*
|
|
|
|
|
Merge branch 'jc/pack-ref-exclude-include'
Junio C Hamano
2023-06-13
1
-4
/
+27
|
\
\
\
\
\
\
|
*
|
|
|
|
|
pack-refs: teach pack-refs --include option
John Cai
2023-05-12
1
-2
/
+13
|
*
|
|
|
|
|
pack-refs: teach --exclude option to exclude refs from being packed
John Cai
2023-05-12
1
-4
/
+16
*
|
|
|
|
|
|
Merge branch 'kh/keep-tag-editmsg-upon-failure'
Junio C Hamano
2023-06-13
1
-9
/
+15
|
\
\
\
\
\
\
\
|
|
_
|
_
|
_
|
_
|
/
/
|
/
|
|
|
|
|
|
|
*
|
|
|
|
|
tag: keep the message file in case ref transaction fails
Kristoffer Haugsbakk
2023-05-16
1
-9
/
+15
|
|
|
_
|
_
|
/
/
|
|
/
|
|
|
|
[next]