index
:
git
master
git
Fast-forward packages
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
builtin
/
merge.c
(
follow
)
Commit message (
Expand
)
Author
Age
Files
Lines
*
Merge branch 'en/header-split-cleanup'
Junio C Hamano
2023-04-06
1
-0
/
+4
|
\
|
*
wrapper.h: move declarations for wrapper.c functions from cache.h
Elijah Newren
2023-03-21
1
-0
/
+1
|
*
abspath.h: move absolute path functions from cache.h
Elijah Newren
2023-03-21
1
-0
/
+1
|
*
environment: move comment_line_char from cache.h
Elijah Newren
2023-03-21
1
-0
/
+1
|
*
treewide: be explicit about dependence on gettext.h
Elijah Newren
2023-03-21
1
-0
/
+1
*
|
Merge branch 'ab/remove-implicit-use-of-the-repository'
Junio C Hamano
2023-04-06
1
-9
/
+14
|
\
\
|
|
/
|
/
|
|
*
cocci: apply the "refs.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
-1
/
+2
|
*
cocci: apply the "commit-reach.h" part of "the_repository.pending"
Ævar Arnfjörð Bjarmason
2023-03-28
1
-2
/
+5
|
*
cocci: apply the "cache.h" part of "the_repository.pending"
Ævar Arnfjörð Bjarmason
2023-03-28
1
-5
/
+5
*
|
Merge branch 'jc/gpg-lazy-init'
Junio C Hamano
2023-03-17
1
-3
/
+0
|
\
\
|
*
|
gpg-interface: lazily initialize and read the configuration
Junio C Hamano
2023-02-10
1
-3
/
+0
*
|
|
cache.h: remove dependence on hex.h; make other files include it explicitly
Elijah Newren
2023-02-24
1
-0
/
+1
*
|
|
alloc.h: move ALLOC_GROW() functions from cache.h
Elijah Newren
2023-02-24
1
-0
/
+1
|
|
/
|
/
|
*
|
Merge branch 'ab/various-leak-fixes'
Junio C Hamano
2023-02-22
1
-8
/
+6
|
\
\
|
*
|
builtin/merge.c: free "&buf" on "Your local changes..." error
Ævar Arnfjörð Bjarmason
2023-02-07
1
-1
/
+2
|
*
|
builtin/merge.c: use fixed strings, not "strbuf", fix leak
Ævar Arnfjörð Bjarmason
2023-02-07
1
-7
/
+4
|
|
/
*
|
cocci & cache.h: remove "USE_THE_INDEX_COMPATIBILITY_MACROS"
Ævar Arnfjörð Bjarmason
2023-02-10
1
-3
/
+3
*
|
cocci & cache-tree.h: migrate "write_cache_as_tree" to "*_index_*"
Ævar Arnfjörð Bjarmason
2023-02-10
1
-1
/
+1
|
/
*
merge: break out of all_strategy loop when strategy is found
Seija Kijin
2023-01-13
1
-1
/
+1
*
Merge branch 'jk/unused-post-2.39'
Junio C Hamano
2022-12-26
1
-1
/
+1
|
\
|
*
diff: mark unused parameters in callbacks
Jeff King
2022-12-13
1
-1
/
+1
*
|
Merge branch 'ab/various-leak-fixes'
Junio C Hamano
2022-12-14
1
-0
/
+1
|
\
\
|
|
/
|
/
|
|
*
{reset,merge}: call discard_index() before returning
Ævar Arnfjörð Bjarmason
2022-11-21
1
-0
/
+1
*
|
cocci: apply "pending" index-compatibility to some "builtin/*.c"
Ævar Arnfjörð Bjarmason
2022-11-21
1
-7
/
+12
*
|
cocci & cache.h: apply variable section of "pending" index-compatibility
Ævar Arnfjörð Bjarmason
2022-11-21
1
-3
/
+3
*
|
cocci & cache.h: apply a selection of "pending" index-compatibility
Ævar Arnfjörð Bjarmason
2022-11-21
1
-1
/
+1
*
|
read-cache API & users: make discard_index() return void
Ævar Arnfjörð Bjarmason
2022-11-21
1
-1
/
+2
*
|
cocci & cache.h: remove rarely used "the_index" compat macros
Ævar Arnfjörð Bjarmason
2022-11-21
1
-1
/
+1
*
|
use child_process members "args" and "env" directly
René Scharfe
2022-10-30
1
-5
/
+5
*
|
use child_process member "args" instead of string array variable
René Scharfe
2022-10-30
1
-20
/
+12
*
|
merge: remove always-the-same "verbose" arguments
Ævar Arnfjörð Bjarmason
2022-10-30
1
-8
/
+5
|
/
*
Merge branch 'en/merge-multi-strategies'
Junio C Hamano
2022-09-01
1
-9
/
+11
|
\
|
*
merge: small code readability improvement
Elijah Newren
2022-08-24
1
-3
/
+3
|
*
merge: cleanup confusing logic for handling successful merges
Elijah Newren
2022-08-24
1
-7
/
+9
*
|
Merge branch 'en/merge-unstash-only-on-clean-merge'
Junio C Hamano
2022-09-01
1
-1
/
+4
|
\
\
|
|
/
|
/
|
|
*
merge: only apply autostash when appropriate
Elijah Newren
2022-08-24
1
-1
/
+4
*
|
merge: do not exit restore_state() prematurely
Elijah Newren
2022-07-23
1
-4
/
+6
*
|
merge: ensure we can actually restore pre-merge state
Elijah Newren
2022-07-23
1
-5
/
+5
*
|
merge: make restore_state() restore staged state too
Elijah Newren
2022-07-23
1
-3
/
+5
*
|
merge: fix save_state() to work when there are stat-dirty files
Elijah Newren
2022-07-23
1
-0
/
+8
*
|
merge: do not abort early if one strategy fails to handle the merge
Elijah Newren
2022-07-23
1
-2
/
+4
*
|
merge: abort if index does not match HEAD for trivial merges
Elijah Newren
2022-07-23
1
-0
/
+15
*
|
cocci: add and apply a rule to find "unused" strbufs
Ævar Arnfjörð Bjarmason
2022-07-06
1
-4
/
+0
*
|
revisions API users: add straightforward release_revisions()
Ævar Arnfjörð Bjarmason
2022-04-14
1
-0
/
+2
|
/
*
hooks: fix an obscure TOCTOU "did we just run a hook?" race
Ævar Arnfjörð Bjarmason
2022-03-07
1
-4
/
+7
*
merge: don't run post-hook logic on --no-verify
Ævar Arnfjörð Bjarmason
2022-03-07
1
-9
/
+12
*
Merge branch 'pw/use-in-process-checkout-in-rebase'
Junio C Hamano
2022-02-18
1
-4
/
+2
|
\
|
*
create_autostash(): remove unneeded parameter
Phillip Wood
2022-01-26
1
-4
/
+2
*
|
Merge branch 'en/plug-leaks-in-merge'
Junio C Hamano
2022-02-09
1
-1
/
+5
|
\
\
[next]