index
:
git
master
git
Fast-forward packages
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
reflog-walk.h
(
unfollow
)
Commit message (
Expand
)
Author
Files
Lines
2023-03-28
libs: use "struct repository *" argument, not "the_repository"
Ævar Arnfjörð Bjarmason
17
-82
/
+76
2023-03-28
post-cocci: adjust comments for recent repo_* migration
Ævar Arnfjörð Bjarmason
11
-18
/
+18
2023-03-28
cocci: apply the "revision.h" part of "the_repository.pending"
Ævar Arnfjörð Bjarmason
8
-25
/
+12
2023-03-28
cocci: apply the "rerere.h" part of "the_repository.pending"
Ævar Arnfjörð Bjarmason
4
-8
/
+5
2023-03-28
cocci: apply the "refs.h" part of "the_repository.pending"
Ævar Arnfjörð Bjarmason
17
-27
/
+37
2023-03-28
cocci: apply the "promisor-remote.h" part of "the_repository.pending"
Ævar Arnfjörð Bjarmason
18
-46
/
+32
2023-03-28
cocci: apply the "packfile.h" part of "the_repository.pending"
Ævar Arnfjörð Bjarmason
5
-7
/
+6
2023-03-28
cocci: apply the "pretty.h" part of "the_repository.pending"
Ævar Arnfjörð Bjarmason
16
-35
/
+54
2023-03-28
cocci: apply the "object-store.h" part of "the_repository.pending"
Ævar Arnfjörð Bjarmason
60
-142
/
+184
2023-03-28
cocci: apply the "diff.h" part of "the_repository.pending"
Ævar Arnfjörð Bjarmason
8
-12
/
+9
2023-03-28
cocci: apply the "commit.h" part of "the_repository.pending"
Ævar Arnfjörð Bjarmason
44
-174
/
+196
2023-03-28
cocci: apply the "commit-reach.h" part of "the_repository.pending"
Ævar Arnfjörð Bjarmason
26
-60
/
+72
2023-03-28
cocci: apply the "cache.h" part of "the_repository.pending"
Ævar Arnfjörð Bjarmason
79
-310
/
+332
2023-03-28
cocci: add missing "the_repository" macros to "pending"
Ævar Arnfjörð Bjarmason
1
-0
/
+70
2023-03-28
cocci: sort "the_repository" rules by header
Ævar Arnfjörð Bjarmason
1
-15
/
+19
2023-03-28
cocci: fix incorrect & verbose "the_repository" rules
Ævar Arnfjörð Bjarmason
1
-114
/
+46
2023-03-28
cocci: remove dead rule from "the_repository.pending.cocci"
Ævar Arnfjörð Bjarmason
1
-8
/
+0
2023-03-21
csum-file.h: remove unnecessary inclusion of cache.h
Elijah Newren
12
-10
/
+13
2023-03-21
write-or-die.h: move declarations for write-or-die.c functions from cache.h
Elijah Newren
35
-77
/
+114
2023-03-21
treewide: remove cache.h inclusion due to setup.h changes
Elijah Newren
18
-21
/
+5
2023-03-21
setup.h: move declarations for setup.c functions from cache.h
Elijah Newren
105
-164
/
+271
2023-03-21
treewide: remove cache.h inclusion due to environment.h changes
Elijah Newren
9
-9
/
+9
2023-03-21
environment.h: move declarations for environment.c functions from cache.h
Elijah Newren
119
-207
/
+330
2023-03-21
treewide: remove unnecessary includes of cache.h
Elijah Newren
12
-12
/
+17
2023-03-21
wrapper.h: move declarations for wrapper.c functions from cache.h
Elijah Newren
68
-34
/
+103
2023-03-21
path.h: move function declarations for path.c functions from cache.h
Elijah Newren
2
-60
/
+61
2023-03-21
cache.h: remove expand_user_path()
Elijah Newren
2
-3
/
+1
2023-03-21
abspath.h: move absolute path functions from cache.h
Elijah Newren
65
-28
/
+98
2023-03-21
environment: move comment_line_char from cache.h
Elijah Newren
13
-7
/
+18
2023-03-21
treewide: remove unnecessary cache.h inclusion from several sources
Elijah Newren
13
-13
/
+12
2023-03-21
treewide: remove unnecessary inclusion of gettext.h
Elijah Newren
4
-4
/
+0
2023-03-21
treewide: be explicit about dependence on gettext.h
Elijah Newren
235
-1
/
+236
2023-03-21
treewide: remove unnecessary cache.h inclusion from a few headers
Elijah Newren
28
-25
/
+29
2023-03-19
The second batch
Junio C Hamano
1
-0
/
+52
2023-03-17
Start the 2.41 cycle
Junio C Hamano
3
-2
/
+38
2023-03-12
Git 2.40
v2.40.0
Junio C Hamano
1
-1
/
+1
2023-03-09
object-file: reprepare alternates when necessary
Derrick Stolee
1
-0
/
+10
2023-03-09
fetch: pass --no-write-fetch-head to subprocesses
Eric Wong
3
-0
/
+22
2023-03-09
add-patch: handle "* Unmerged path" lines
Jeff King
2
-1
/
+23
2023-03-08
sequencer.c: fix overflow & segfault in parse_strategy_opts()
Ævar Arnfjörð Bjarmason
2
-2
/
+25
2023-03-08
advice: add diverging advice for novices
Felipe Contreras
3
-0
/
+12
2023-03-08
l10n: zh_CN v2.40.0 round 1
Fangyi Zhou
1
-647
/
+471
2023-03-07
Git 2.40-rc2
v2.40.0-rc2
Junio C Hamano
1
-1
/
+1
2023-03-06
parse-options: use prefix_filename_except_for_dash() helper
Jeff King
1
-3
/
+1
2023-03-06
parse-options: consistently allocate memory in fix_filename()
Jeff King
6
-11
/
+20
2023-03-06
bundle: don't blindly apply prefix_filename() to "-"
Junio C Hamano
4
-1
/
+22
2023-03-06
bundle: document handling of "-" as stdin
Jeff King
1
-3
/
+5
2023-03-06
bundle: let "-" mean stdin for reading operations
Jeff King
2
-4
/
+37
2023-03-06
git-merge-tree.txt: replace spurious HTML entity
Andreas Schwab
1
-1
/
+1
2023-03-06
bundle: turn on --all-progress-implied by default
Jeff King
3
-24
/
+22
[next]