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
*
commit.h: reduce unnecessary includes
Elijah Newren
2023-04-24
5
-0
/
+5
*
hash-ll.h: split out of hash.h to remove dependency on repository.h
Elijah Newren
2023-04-24
26
-0
/
+33
*
pkt-line.h: move declarations for pkt-line.c functions from cache.h
Elijah Newren
2023-04-24
5
-0
/
+5
*
copy.h: move declarations for copy.c functions from cache.h
Elijah Newren
2023-04-24
5
-0
/
+5
*
server-info.h: move declarations for server-info.c functions from cache.h
Elijah Newren
2023-04-24
3
-0
/
+3
*
symlinks.h: move declarations for symlinks.c functions from cache.h
Elijah Newren
2023-04-24
2
-0
/
+2
*
treewide: remove double forward declaration of read_in_full
Elijah Newren
2023-04-11
1
-0
/
+1
*
pager.h: move declarations for pager.c functions from cache.h
Elijah Newren
2023-04-11
8
-0
/
+8
*
editor: move editor-related functions and declarations into common file
Elijah Newren
2023-04-11
11
-0
/
+11
*
object-file.h: move declarations for object-file.c functions from cache.h
Elijah Newren
2023-04-11
27
-0
/
+27
*
git-zlib: move declarations for git-zlib functions from cache.h
Elijah Newren
2023-04-11
1
-0
/
+1
*
object-name.h: move declarations for object-name.c functions from cache.h
Elijah Newren
2023-04-11
45
-0
/
+45
*
treewide: be explicit about dependence on mem-pool.h
Elijah Newren
2023-04-11
1
-0
/
+1
*
treewide: be explicit about dependence on oid-array.h
Elijah Newren
2023-04-11
4
-0
/
+4
*
treewide: be explicit about dependence on pack-revindex.h
Elijah Newren
2023-04-11
1
-0
/
+1
*
treewide: be explicit about dependence on convert.h
Elijah Newren
2023-04-11
2
-0
/
+2
*
treewide: be explicit about dependence on advice.h
Elijah Newren
2023-04-11
12
-0
/
+12
*
treewide: be explicit about dependence on trace.h & trace2.h
Elijah Newren
2023-04-11
9
-0
/
+12
*
Merge branch 'ab/remove-implicit-use-of-the-repository' into en/header-split-...
Junio C Hamano
2023-04-04
56
-299
/
+377
|
\
|
*
libs: use "struct repository *" argument, not "the_repository"
Ævar Arnfjörð Bjarmason
2023-03-28
1
-1
/
+1
|
*
post-cocci: adjust comments for recent repo_* migration
Ævar Arnfjörð Bjarmason
2023-03-28
2
-2
/
+2
|
*
cocci: apply the "revision.h" part of "the_repository.pending"
Ævar Arnfjörð Bjarmason
2023-03-28
3
-6
/
+6
|
*
cocci: apply the "rerere.h" part of "the_repository.pending"
Ævar Arnfjörð Bjarmason
2023-03-28
1
-1
/
+1
|
*
cocci: apply the "refs.h" part of "the_repository.pending"
Ævar Arnfjörð Bjarmason
2023-03-28
8
-9
/
+19
|
*
cocci: apply the "promisor-remote.h" part of "the_repository.pending"
Ævar Arnfjörð Bjarmason
2023-03-28
6
-7
/
+7
|
*
cocci: apply the "packfile.h" part of "the_repository.pending"
Ævar Arnfjörð Bjarmason
2023-03-28
1
-1
/
+1
|
*
cocci: apply the "pretty.h" part of "the_repository.pending"
Ævar Arnfjörð Bjarmason
2023-03-28
4
-12
/
+20
|
*
cocci: apply the "object-store.h" part of "the_repository.pending"
Ævar Arnfjörð Bjarmason
2023-03-28
19
-52
/
+79
|
*
cocci: apply the "diff.h" part of "the_repository.pending"
Ævar Arnfjörð Bjarmason
2023-03-28
3
-3
/
+3
|
*
cocci: apply the "commit.h" part of "the_repository.pending"
Ævar Arnfjörð Bjarmason
2023-03-28
17
-38
/
+46
|
*
cocci: apply the "commit-reach.h" part of "the_repository.pending"
Ævar Arnfjörð Bjarmason
2023-03-28
10
-16
/
+28
|
*
cocci: apply the "cache.h" part of "the_repository.pending"
Ævar Arnfjörð Bjarmason
2023-03-28
41
-152
/
+165
*
|
write-or-die.h: move declarations for write-or-die.c functions from cache.h
Elijah Newren
2023-03-21
15
-0
/
+15
*
|
setup.h: move declarations for setup.c functions from cache.h
Elijah Newren
2023-03-21
33
-0
/
+33
*
|
environment.h: move declarations for environment.c functions from cache.h
Elijah Newren
2023-03-21
42
-0
/
+42
*
|
wrapper.h: move declarations for wrapper.c functions from cache.h
Elijah Newren
2023-03-21
20
-1
/
+20
*
|
abspath.h: move absolute path functions from cache.h
Elijah Newren
2023-03-21
26
-0
/
+26
*
|
environment: move comment_line_char from cache.h
Elijah Newren
2023-03-21
4
-0
/
+4
*
|
treewide: be explicit about dependence on gettext.h
Elijah Newren
2023-03-21
108
-0
/
+108
*
|
Merge branch 'ew/fetch-no-write-fetch-head-fix'
Junio C Hamano
2023-03-19
1
-0
/
+2
|
\
\
|
*
|
fetch: pass --no-write-fetch-head to subprocesses
Eric Wong
2023-03-09
1
-0
/
+2
|
|
/
*
|
Merge branch 'jk/format-patch-change-format-for-empty-commits'
Junio C Hamano
2023-03-19
1
-0
/
+1
|
\
\
|
*
|
format-patch: output header for empty commits
John Keeping
2023-03-03
1
-0
/
+1
|
|
/
*
|
Merge branch 'jk/bundle-use-dash-for-stdfiles'
Junio C Hamano
2023-03-19
5
-9
/
+33
|
\
\
|
*
|
parse-options: consistently allocate memory in fix_filename()
Jeff King
2023-03-06
4
-4
/
+10
|
*
|
bundle: don't blindly apply prefix_filename() to "-"
Junio C Hamano
2023-03-06
1
-1
/
+1
|
*
|
bundle: let "-" mean stdin for reading operations
Jeff King
2023-03-06
1
-4
/
+22
*
|
|
Merge branch 'jk/bundle-progress'
Junio C Hamano
2023-03-19
1
-7
/
+8
|
\
\
\
|
*
|
|
bundle: turn on --all-progress-implied by default
Jeff King
2023-03-06
1
-7
/
+8
|
|
/
/
*
|
|
Merge branch 'rj/bisect-already-used-branch'
Junio C Hamano
2023-03-19
1
-1
/
+2
|
\
\
\
[next]