index
:
git
master
git
Fast-forward packages
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
merge-ort.c
(
follow
)
Commit message (
Expand
)
Author
Age
Files
Lines
*
Merge branch 'en/ort-inner-merge-error-fix'
Junio C Hamano
2024-07-16
1
-45
/
+124
|
\
|
*
merge-ort: fix missing early return
Elijah Newren
2024-07-06
1
-0
/
+1
|
*
merge-ort: convert more error() cases to path_msg()
Elijah Newren
2024-06-20
1
-12
/
+41
|
*
merge-ort: upon merge abort, only show messages causing the abort
Elijah Newren
2024-06-20
1
-25
/
+53
|
*
merge-ort: loosen commented requirements
Elijah Newren
2024-06-20
1
-1
/
+1
|
*
merge-ort: clearer propagation of failure-to-function from merge_submodule
Elijah Newren
2024-06-20
1
-0
/
+2
|
*
merge-ort: fix type of local 'clean' var in handle_content_merge ()
Elijah Newren
2024-06-20
1
-2
/
+3
|
*
merge-ort: maintain expected invariant for priv member
Elijah Newren
2024-06-20
1
-1
/
+2
|
*
merge-ort: extract handling of priv member into reusable function
Elijah Newren
2024-06-20
1
-5
/
+22
*
|
Merge branch 'ps/leakfixes-more'
Junio C Hamano
2024-07-08
1
-4
/
+8
|
\
\
|
*
|
merge: fix leaking merge bases
Patrick Steinhardt
2024-06-11
1
-4
/
+8
|
|
/
*
/
global: introduce `USE_THE_REPOSITORY_VARIABLE` macro
Patrick Steinhardt
2024-06-14
1
-0
/
+2
|
/
*
Merge branch 'pw/checkout-conflict-errorfix'
Junio C Hamano
2024-04-01
1
-1
/
+2
|
\
|
*
merge options: add a conflict style member
Phillip Wood
2024-03-14
1
-0
/
+1
|
*
merge-ll: introduce LL_MERGE_OPTIONS_INIT
Phillip Wood
2024-03-14
1
-1
/
+1
*
|
Merge branch 'eb/hash-transition'
Junio C Hamano
2024-03-28
1
-5
/
+6
|
\
\
|
*
|
tree-walk: init_tree_desc take an oid to get the hash algorithm
Eric W. Biederman
2023-10-02
1
-5
/
+6
*
|
|
Merge branch 'js/merge-base-with-missing-commit'
Junio C Hamano
2024-03-11
1
-11
/
+81
|
\
\
\
|
*
|
|
merge-ort/merge-recursive: do report errors in `merge_submodule()`
Johannes Schindelin
2024-03-09
1
-0
/
+5
|
*
|
|
commit-reach(repo_get_merge_bases): pass on "missing commits" errors
Johannes Schindelin
2024-02-29
1
-1
/
+5
|
*
|
|
commit-reach(repo_in_merge_bases_many): report missing commits
Johannes Schindelin
2024-02-28
1
-10
/
+71
|
|
|
/
|
|
/
|
*
|
|
Merge branch 'js/merge-tree-3-trees'
Junio C Hamano
2024-03-08
1
-5
/
+11
|
\
\
\
|
*
|
|
Always check `parse_tree*()`'s return value
Johannes Schindelin
2024-02-23
1
-0
/
+3
|
*
|
|
merge-ort: do check `parse_tree()`'s return value
Johannes Schindelin
2024-02-23
1
-2
/
+4
|
*
|
|
merge-tree: fail with a non-zero exit code on missing tree objects
Johannes Schindelin
2024-02-23
1
-3
/
+4
*
|
|
|
merge-ort: turn submodule conflict suggestions into an advice
Philippe Blain
2024-02-26
1
-1
/
+2
|
|
/
/
|
/
|
|
*
|
|
Merge branch 'jc/comment-style-fixes'
Junio C Hamano
2024-02-06
1
-1
/
+1
|
\
\
\
|
*
|
|
merge-ort.c: comment style fix
Junio C Hamano
2024-01-29
1
-1
/
+1
|
|
/
/
*
|
|
refs: convert AUTO_MERGE to become a normal pseudo-ref
Patrick Steinhardt
2024-01-19
1
-7
/
+12
*
|
|
treewide: remove unnecessary includes in source files
Elijah Newren
2023-12-26
1
-1
/
+0
*
|
|
treewide: remove unnecessary includes in source files
Elijah Newren
2023-12-26
1
-2
/
+0
|
/
/
*
|
Merge branch 'wx/merge-ort-comment-typofix'
Junio C Hamano
2023-10-29
1
-1
/
+1
|
\
\
|
*
|
merge-ort.c: fix typo 'neeed' to 'needed'
王常新
2023-10-22
1
-1
/
+1
*
|
|
Merge branch 'jc/merge-ort-attr-index-fix'
Junio C Hamano
2023-10-18
1
-0
/
+1
|
\
\
\
|
*
|
|
merge-ort: initialize repo in index state
John Cai
2023-10-09
1
-0
/
+1
*
|
|
|
merge-ort: lowercase a few error messages
Jeff King
2023-09-17
1
-2
/
+2
*
|
|
|
merge-ort: drop unused "opt" parameter from merge_check_renames_reusable()
Jeff King
2023-09-14
1
-3
/
+2
*
|
|
|
merge-ort: drop unused parameters from detect_and_process_renames()
Jeff King
2023-09-14
1
-6
/
+2
*
|
|
|
merge-ort: stop passing "opt" to read_oid_strbuf()
Jeff King
2023-09-14
1
-4
/
+3
*
|
|
|
merge-ort: drop custom err() function
Jeff King
2023-09-14
1
-23
/
+5
|
|
_
|
/
|
/
|
|
*
|
|
object-store-ll.h: split this header out of object-store.h
Elijah Newren
2023-06-21
1
-1
/
+1
*
|
|
merge-ll: rename from ll-merge
Elijah Newren
2023-06-21
1
-1
/
+1
*
|
|
repository: remove unnecessary include of path.h
Elijah Newren
2023-06-21
1
-0
/
+1
*
|
|
cache.h: remove this no-longer-used header
Elijah Newren
2023-06-21
1
-1
/
+1
*
|
|
read-cache*.h: move declarations for read-cache.c functions from cache.h
Elijah Newren
2023-06-21
1
-0
/
+1
*
|
|
sparse-index.h: move declarations for sparse-index.c from cache.h
Elijah Newren
2023-06-21
1
-0
/
+1
|
/
/
*
|
Merge branch 'en/header-split-cache-h-part-2'
Junio C Hamano
2023-05-10
1
-0
/
+1
|
\
\
|
*
|
match-trees.h: move declarations for match-trees.c functions from cache.h
Elijah Newren
2023-04-24
1
-0
/
+1
*
|
|
Merge branch 'en/ort-finalize-after-0-merges-fix'
Junio C Hamano
2023-05-02
1
-4
/
+4
|
\
\
\
|
|
/
/
|
/
|
|
|
*
|
merge-ort: fix calling merge_finalize() with no intermediate merge
Elijah Newren
2023-04-24
1
-4
/
+4
[next]