index
:
git
master
git
Fast-forward packages
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
t
(
follow
)
Commit message (
Expand
)
Author
Age
Files
Lines
*
hash-ll.h: split out of hash.h to remove dependency on repository.h
Elijah Newren
2023-04-24
18
-0
/
+20
*
match-trees.h: move declarations for match-trees.c functions from cache.h
Elijah Newren
2023-04-24
1
-0
/
+1
*
packfile.h: move pack_window and pack_entry from cache.h
Elijah Newren
2023-04-24
1
-0
/
+1
*
treewide: be explicit about dependence on strbuf.h
Elijah Newren
2023-04-24
5
-0
/
+5
*
treewide: remove cache.h inclusion due to object-name.h changes
Elijah Newren
2023-04-11
3
-3
/
+0
*
object-name.h: move declarations for object-name.c functions from cache.h
Elijah Newren
2023-04-11
5
-0
/
+5
*
treewide: remove unnecessary cache.h inclusion
Elijah Newren
2023-04-11
1
-1
/
+0
*
treewide: be explicit about dependence on mem-pool.h
Elijah Newren
2023-04-11
1
-0
/
+1
*
treewide: be explicit about dependence on trace.h & trace2.h
Elijah Newren
2023-04-11
3
-0
/
+3
*
Merge branch 'ab/remove-implicit-use-of-the-repository' into en/header-split-...
Junio C Hamano
2023-04-04
6
-19
/
+27
|
\
|
*
cocci: apply the "pretty.h" part of "the_repository.pending"
Ævar Arnfjörð Bjarmason
2023-03-28
1
-1
/
+2
|
*
cocci: apply the "commit.h" part of "the_repository.pending"
Ævar Arnfjörð Bjarmason
2023-03-28
1
-4
/
+5
|
*
cocci: apply the "commit-reach.h" part of "the_repository.pending"
Ævar Arnfjörð Bjarmason
2023-03-28
1
-3
/
+7
|
*
cocci: apply the "cache.h" part of "the_repository.pending"
Ævar Arnfjörð Bjarmason
2023-03-28
5
-11
/
+13
*
|
write-or-die.h: move declarations for write-or-die.c functions from cache.h
Elijah Newren
2023-03-21
1
-1
/
+2
*
|
treewide: remove cache.h inclusion due to setup.h changes
Elijah Newren
2023-03-21
15
-18
/
+3
*
|
setup.h: move declarations for setup.c functions from cache.h
Elijah Newren
2023-03-21
35
-1
/
+35
*
|
treewide: remove cache.h inclusion due to environment.h changes
Elijah Newren
2023-03-21
1
-1
/
+1
*
|
environment.h: move declarations for environment.c functions from cache.h
Elijah Newren
2023-03-21
4
-0
/
+4
*
|
treewide: remove unnecessary includes of cache.h
Elijah Newren
2023-03-21
2
-2
/
+1
*
|
wrapper.h: move declarations for wrapper.c functions from cache.h
Elijah Newren
2023-03-21
3
-0
/
+3
*
|
abspath.h: move absolute path functions from cache.h
Elijah Newren
2023-03-21
1
-0
/
+1
*
|
treewide: remove unnecessary cache.h inclusion from several sources
Elijah Newren
2023-03-21
1
-1
/
+0
*
|
treewide: remove unnecessary inclusion of gettext.h
Elijah Newren
2023-03-21
3
-3
/
+0
*
|
treewide: be explicit about dependence on gettext.h
Elijah Newren
2023-03-21
4
-0
/
+4
*
|
treewide: remove unnecessary cache.h inclusion from a few headers
Elijah Newren
2023-03-21
4
-2
/
+4
*
|
Merge branch 'jk/add-p-unmerged-fix'
Junio C Hamano
2023-03-19
1
-0
/
+21
|
\
\
|
*
|
add-patch: handle "* Unmerged path" lines
Jeff King
2023-03-09
1
-0
/
+21
*
|
|
Merge branch 'ew/fetch-no-write-fetch-head-fix'
Junio C Hamano
2023-03-19
2
-0
/
+20
|
\
\
\
|
*
|
|
fetch: pass --no-write-fetch-head to subprocesses
Eric Wong
2023-03-09
2
-0
/
+20
|
|
|
/
|
|
/
|
*
|
|
Merge branch 'ab/fix-strategy-opts-parsing'
Junio C Hamano
2023-03-19
1
-0
/
+18
|
\
\
\
|
*
|
|
sequencer.c: fix overflow & segfault in parse_strategy_opts()
Ævar Arnfjörð Bjarmason
2023-03-08
1
-0
/
+18
|
|
|
/
|
|
/
|
*
|
|
Merge branch 'jk/format-patch-change-format-for-empty-commits'
Junio C Hamano
2023-03-19
1
-0
/
+10
|
\
\
\
|
*
|
|
format-patch: output header for empty commits
John Keeping
2023-03-03
1
-0
/
+10
|
|
|
/
|
|
/
|
*
|
|
Merge branch 'jk/bundle-use-dash-for-stdfiles'
Junio C Hamano
2023-03-19
2
-1
/
+28
|
\
\
\
|
*
|
|
parse-options: consistently allocate memory in fix_filename()
Jeff King
2023-03-06
1
-1
/
+2
|
*
|
|
bundle: don't blindly apply prefix_filename() to "-"
Junio C Hamano
2023-03-06
1
-0
/
+11
|
*
|
|
bundle: let "-" mean stdin for reading operations
Jeff King
2023-03-06
1
-0
/
+15
|
|
|
/
|
|
/
|
*
|
|
Merge branch 'jk/bundle-progress'
Junio C Hamano
2023-03-19
1
-0
/
+13
|
\
\
\
|
*
|
|
bundle: turn on --all-progress-implied by default
Jeff King
2023-03-06
1
-0
/
+13
|
|
/
/
*
|
|
Merge branch 'rj/avoid-switching-to-already-used-branch'
Junio C Hamano
2023-03-19
2
-0
/
+43
|
\
\
\
|
*
|
|
switch: reject if the branch is already checked out elsewhere (test)
Rubén Justo
2023-02-25
1
-0
/
+29
|
*
|
|
rebase: refuse to switch to a branch already checked out elsewhere (test)
Rubén Justo
2023-02-25
1
-0
/
+14
*
|
|
|
Merge branch 'rj/bisect-already-used-branch'
Junio C Hamano
2023-03-19
1
-0
/
+23
|
\
\
\
\
|
*
|
|
|
bisect: fix "reset" when branch is checked out elsewhere
Rubén Justo
2023-01-22
1
-0
/
+23
|
|
/
/
/
*
|
|
|
Merge branch 'zh/push-to-delete-onelevel-ref'
Junio C Hamano
2023-03-19
1
-0
/
+12
|
\
\
\
\
|
*
|
|
|
push: allow delete single-level ref
ZheNing Hu
2023-03-01
1
-0
/
+12
*
|
|
|
|
Merge branch 'ak/restore-both-incompatible-with-conflicts'
Junio C Hamano
2023-03-19
1
-0
/
+16
|
\
\
\
\
\
|
*
|
|
|
|
restore: fault --staged --worktree with merge opts
Andy Koppe
2023-02-27
1
-0
/
+16
*
|
|
|
|
|
Merge branch 'ab/avoid-losing-exit-codes-in-tests'
Junio C Hamano
2023-03-19
21
-112
/
+245
|
\
\
\
\
\
\
[next]