Skip to content

Commit a8f900e

Browse files
committed
git merge master conflicts todo list.
JP: いっちゃん最初に git merge master のときの CONFLICTS
1 parent 731fe12 commit a8f900e

File tree

1 file changed

+88
-0
lines changed

1 file changed

+88
-0
lines changed
Lines changed: 88 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,88 @@
1+
# -*- mode: org -*-
2+
# cd Documentation-po
3+
# git merge master > conflicts-todo.txt
4+
# modify and git add each file.
5+
# toggle todo C-c C-t
6+
# Auto-merging .gitignore
7+
* DONE CONFLICT (content): Merge conflict in .gitignore
8+
# Auto-merging Documentation/Makefile
9+
* DONE CONFLICT (content): Merge conflict in Documentation/Makefile
10+
# Auto-merging Documentation/asciidoc.conf.in
11+
* DONE CONFLICT (content): Merge conflict in Documentation/asciidoc.conf.in
12+
# Auto-merging Documentation/config/help.adoc
13+
* DONE CONFLICT (content): Merge conflict in Documentation/config/help.adoc
14+
# Auto-merging Documentation/config/mergetool.adoc
15+
* DONE CONFLICT (content): Merge conflict in Documentation/config/mergetool.adoc
16+
# Auto-merging Documentation/config/sendemail.adoc
17+
# Auto-merging Documentation/diff-generate-patch.adoc
18+
# Auto-merging Documentation/diff-options.adoc
19+
* DONE CONFLICT (content): Merge conflict in Documentation/diff-options.adoc
20+
# Auto-merging Documentation/fetch-options.adoc
21+
# Auto-merging Documentation/fsck-msgids.adoc
22+
* DONE CONFLICT (content): Merge conflict in Documentation/fsck-msgids.adoc
23+
# Auto-merging Documentation/git-cat-file.adoc
24+
# Auto-merging Documentation/git-check-attr.adoc
25+
# Auto-merging Documentation/git-check-ignore.adoc
26+
# Auto-merging Documentation/git-checkout.adoc
27+
* DONE CONFLICT (content): Merge conflict in Documentation/git-checkout.adoc
28+
# Auto-merging Documentation/git-clone.adoc
29+
# Auto-merging Documentation/git-config.adoc
30+
* DONE CONFLICT (content): Merge conflict in Documentation/git-config.adoc
31+
# Auto-merging Documentation/git-diff.adoc
32+
* DONE CONFLICT (content): Merge conflict in Documentation/git-diff.adoc
33+
# Auto-merging Documentation/git-fast-import.adoc
34+
* DONE CONFLICT (content): Merge conflict in Documentation/git-fast-import.adoc
35+
# Auto-merging Documentation/git-fetch.adoc
36+
# Auto-merging Documentation/git-fmt-merge-msg.adoc
37+
# Auto-merging Documentation/git-fsmonitor--daemon.adoc
38+
# Auto-merging Documentation/git-index-pack.adoc
39+
# Auto-merging Documentation/git-maintenance.adoc
40+
# Auto-merging Documentation/git-merge-tree.adoc
41+
# Auto-merging Documentation/git-multi-pack-index.adoc
42+
# Auto-merging Documentation/git-notes.adoc
43+
* DONE CONFLICT (content): Merge conflict in Documentation/git-notes.adoc
44+
# Auto-merging Documentation/git-p4.adoc
45+
# Auto-merging Documentation/git-rebase.adoc
46+
* DONE CONFLICT (modify/delete): Documentation/git-refs.txt deleted in master and modified in HEAD. Version HEAD of Documentation/git-refs.txt left in tree.
47+
# Auto-merging Documentation/git-reset.adoc
48+
* DONE CONFLICT (content): Merge conflict in Documentation/git-reset.adoc
49+
# Auto-merging Documentation/git-restore.adoc
50+
* DONE CONFLICT (content): Merge conflict in Documentation/git-restore.adoc
51+
# Auto-merging Documentation/git-revert.adoc
52+
* DONE CONFLICT (modify/delete): Documentation/git-send-email.txt deleted in master and modified in HEAD. Version HEAD of Documentation/git-send-email.txt left in tree.
53+
# Auto-merging Documentation/git-shortlog.adoc
54+
# Auto-merging Documentation/git-sparse-checkout.adoc
55+
* DONE CONFLICT (content): Merge conflict in Documentation/git-sparse-checkout.adoc
56+
# Auto-merging Documentation/git-submodule.adoc
57+
# Auto-merging Documentation/git-svn.adoc
58+
# Auto-merging Documentation/git-switch.adoc
59+
* DONE CONFLICT (content): Merge conflict in Documentation/git-switch.adoc
60+
# Auto-merging Documentation/git-update-index.adoc
61+
# Auto-merging Documentation/git-update-ref.adoc
62+
* DONE CONFLICT (content): Merge conflict in Documentation/git-update-ref.adoc
63+
# Auto-merging Documentation/git.adoc
64+
# Auto-merging Documentation/gitcli.adoc
65+
# Auto-merging Documentation/gitformat-pack.adoc
66+
# Auto-merging Documentation/gitnamespaces.adoc
67+
# Auto-merging Documentation/gitprotocol-http.adoc
68+
* DONE CONFLICT (content): Merge conflict in Documentation/gitprotocol-http.adoc
69+
# Auto-merging Documentation/gitprotocol-v2.adoc
70+
# Auto-merging Documentation/gitsubmodules.adoc
71+
# Auto-merging Documentation/gitweb.conf.adoc
72+
# Auto-merging Documentation/howto/recover-corrupted-object-harder.adoc
73+
# Auto-merging Documentation/pretty-formats.adoc
74+
* DONE CONFLICT (content): Merge conflict in Documentation/pretty-formats.adoc
75+
# Auto-merging Documentation/technical/api-index.sh
76+
* DONE CONFLICT (content): Merge conflict in Documentation/technical/api-index.sh
77+
# Auto-merging Documentation/technical/commit-graph.adoc
78+
* DONE CONFLICT (content): Merge conflict in Documentation/technical/commit-graph.adoc
79+
# Auto-merging Documentation/technical/hash-function-transition.adoc
80+
* DONE CONFLICT (content): Merge conflict in Documentation/technical/hash-function-transition.adoc
81+
# Auto-merging Documentation/technical/multi-pack-index.adoc
82+
# Auto-merging Documentation/technical/remembering-renames.adoc
83+
* DONE CONFLICT (content): Merge conflict in Documentation/technical/remembering-renames.adoc
84+
# Auto-merging Documentation/technical/sparse-checkout.adoc
85+
* DONE CONFLICT (content): Merge conflict in Documentation/technical/sparse-checkout.adoc
86+
# Auto-merging Documentation/user-manual.adoc
87+
# Automatic merge failed; fix conflicts and then commit the result.
88+
* DONE git merge --continue

0 commit comments

Comments
 (0)