index
:
git
master
git
Fast-forward packages
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
merge-ort-wrappers.c
(
unfollow
)
Commit message (
Expand
)
Author
Files
Lines
2023-06-21
builtin.h: remove unneccessary includes
Elijah Newren
8
-2
/
+7
2023-06-21
list-objects-filter-options.h: remove unneccessary include
Elijah Newren
1
-1
/
+0
2023-06-21
diff.h: remove unnecessary include of oidset.h
Elijah Newren
30
-1
/
+35
2023-06-21
repository: remove unnecessary include of path.h
Elijah Newren
71
-2
/
+70
2023-06-21
log-tree: replace include of revision.h with simple forward declaration
Elijah Newren
3
-1
/
+3
2023-06-21
cache.h: remove this no-longer-used header
Elijah Newren
150
-206
/
+100
2023-06-21
read-cache*.h: move declarations for read-cache.c functions from cache.h
Elijah Newren
77
-524
/
+603
2023-06-21
repository.h: move declaration of the_index from cache.h
Elijah Newren
3
-4
/
+4
2023-06-21
merge.h: move declarations for merge.c from cache.h
Elijah Newren
6
-11
/
+21
2023-06-21
diff.h: move declaration for global in diff.c from cache.h
Elijah Newren
2
-3
/
+2
2023-06-21
preload-index.h: move declarations for preload-index.c from elsewhere
Elijah Newren
15
-6
/
+27
2023-06-21
sparse-index.h: move declarations for sparse-index.c from cache.h
Elijah Newren
21
-2
/
+21
2023-06-21
name-hash.h: move declarations for name-hash.c from cache.h
Elijah Newren
12
-9
/
+26
2023-06-21
run-command.h: move declarations for run-command.c from cache.h
Elijah Newren
4
-5
/
+5
2023-06-21
statinfo: move stat_{data,validity} functions from cache/read-cache
Elijah Newren
8
-132
/
+142
2023-06-21
read-cache: move shared add/checkout/commit code
Elijah Newren
2
-100
/
+102
2023-06-21
add: modify add_files_to_cache() to avoid globals
Elijah Newren
4
-10
/
+21
2023-06-21
read-cache: move shared commit and ls-files code
Elijah Newren
2
-137
/
+137
2023-06-21
setup: adopt shared init-db & clone code
Elijah Newren
5
-507
/
+503
2023-06-21
init-db, clone: change unnecessary global into passed parameter
Elijah Newren
3
-6
/
+9
2023-06-21
init-db: remove unnecessary global variable
Elijah Newren
1
-5
/
+7
2023-06-21
init-db: document existing bug with core.bare in template config
Elijah Newren
3
-1
/
+60
2023-06-21
The second batch for 2.42
Junio C Hamano
1
-0
/
+35
2023-06-15
doc: trailer: add more examples in DESCRIPTION
Linus Arver
1
-2
/
+18
2023-06-15
doc: trailer: mention 'key' in DESCRIPTION
Linus Arver
1
-1
/
+4
2023-06-15
doc: trailer.<token>.command: emphasize deprecation
Linus Arver
1
-2
/
+2
2023-06-15
doc: trailer: use angle brackets for <token> and <value>
Linus Arver
1
-4
/
+4
2023-06-15
doc: trailer: remove redundant phrasing
Linus Arver
1
-3
/
+2
2023-06-15
doc: trailer: examples: avoid the word "message" by itself
Linus Arver
1
-25
/
+25
2023-06-15
doc: trailer: drop "commit message part" phrasing
Linus Arver
1
-16
/
+20
2023-06-15
doc: trailer: swap verb order
Linus Arver
1
-1
/
+1
2023-06-15
doc: trailer: fix grammar
Linus Arver
1
-4
/
+4
2023-06-13
Start the 2.42 cycle
Junio C Hamano
3
-2
/
+41
2023-06-06
notes: move the documentation to the struct
Kristoffer Haugsbakk
1
-9
/
+11
2023-06-06
notes: update documentation for `use_default_notes`
Kristoffer Haugsbakk
1
-2
/
+3
2023-06-04
commit-reach: fix memory leak in get_reachable_subset()
Mike Hommey
1
-0
/
+2
2023-06-03
ci: drop linux-clang job
Jeff King
1
-3
/
+0
2023-06-03
ci: run ASan/UBSan in a single job
Jeff King
2
-9
/
+3
2023-06-03
ci: use clang for ASan/UBSan checks
Jeff King
1
-2
/
+2
2023-06-03
diff: detect pathspec magic not supported by --follow
Jeff King
2
-0
/
+30
2023-06-03
diff: factor out --follow pathspec check
Jeff King
3
-3
/
+20
2023-06-03
pathspec: factor out magic-to-name function
Jeff King
2
-7
/
+20
2023-06-03
surround %s with quotes when failed to lookup commit
Teng Long
2
-4
/
+4
2023-06-01
Git 2.41
v2.41.0
Junio C Hamano
1
-1
/
+1
2023-05-31
l10n: zh_TW.po: Git 2.41.0
Yi-Jyun Pan
1
-1191
/
+1512
2023-05-31
l10n: sv.po: Update Swedish translation (5515t0f0u)
Peter Krefting
1
-180
/
+301
2023-05-26
l10n: Update Catalan translation
Jordi Mas
1
-5
/
+5
2023-05-26
repository: move 'repository_format_worktree_config' to repo scope
Victoria Dye
10
-15
/
+38
2023-05-26
config: pass 'repo' directly to 'config_with_options()'
Victoria Dye
4
-16
/
+21
2023-05-26
config: use gitdir to get worktree config
Victoria Dye
3
-11
/
+48
[next]