Log ref changes made by resolve.

Since git-resolve is essentially a form of git-merge record any
ref updates it makes similiar to how git-merge would record them.

Signed-off-by: Shawn O. Pearce <spearce@spearce.org>
Signed-off-by: Junio C Hamano <junkio@cox.net>
1 file changed
tree: 1cf72acbb3137ace5e0c5433223b78955d60342d
  1. arm/
  2. compat/
  3. contrib/
  4. Documentation/
  5. gitweb/
  6. mozilla-sha1/
  7. ppc/
  8. t/
  9. templates/
  10. xdiff/
  11. .gitignore
  12. alloc.c
  13. base85.c
  14. blame.c
  15. blob.c
  16. blob.h
  17. builtin-add.c
  18. builtin-apply.c
  19. builtin-cat-file.c
  20. builtin-check-ref-format.c
  21. builtin-commit-tree.c
  22. builtin-count.c
  23. builtin-diff-files.c
  24. builtin-diff-index.c
  25. builtin-diff-stages.c
  26. builtin-diff-tree.c
  27. builtin-diff.c
  28. builtin-fmt-merge-msg.c
  29. builtin-grep.c
  30. builtin-help.c
  31. builtin-init-db.c
  32. builtin-log.c
  33. builtin-ls-files.c
  34. builtin-ls-tree.c
  35. builtin-mailinfo.c
  36. builtin-mailsplit.c
  37. builtin-push.c
  38. builtin-read-tree.c
  39. builtin-rev-list.c
  40. builtin-rev-parse.c
  41. builtin-rm.c
  42. builtin-show-branch.c
  43. builtin-stripspace.c
  44. builtin-tar-tree.c
  45. builtin-update-index.c
  46. builtin-update-ref.c
  47. builtin-upload-tar.c
  48. builtin-write-tree.c
  49. builtin.h
  50. cache-tree.c
  51. cache-tree.h
  52. cache.h
  53. checkout-index.c
  54. combine-diff.c
  55. commit.c
  56. commit.h
  57. config.c
  58. connect.c
  59. convert-objects.c
  60. copy.c
  61. COPYING
  62. csum-file.c
  63. csum-file.h
  64. ctype.c
  65. daemon.c
  66. date.c
  67. delta.h
  68. describe.c
  69. diff-delta.c
  70. diff-lib.c
  71. diff.c
  72. diff.h
  73. diffcore-break.c
  74. diffcore-delta.c
  75. diffcore-order.c
  76. diffcore-pickaxe.c
  77. diffcore-rename.c
  78. diffcore.h
  79. dir.c
  80. dir.h
  81. dump-cache-tree.c
  82. entry.c
  83. environment.c
  84. exec_cmd.c
  85. exec_cmd.h
  86. fetch-clone.c
  87. fetch-pack.c
  88. fetch.c
  89. fetch.h
  90. fsck-objects.c
  91. generate-cmdlist.sh
  92. git-am.sh
  93. git-annotate.perl
  94. git-applymbox.sh
  95. git-applypatch.sh
  96. git-archimport.perl
  97. git-bisect.sh
  98. git-branch.sh
  99. git-checkout.sh
  100. git-cherry.sh
  101. git-clean.sh
  102. git-clone.sh
  103. git-commit.sh
  104. git-compat-util.h
  105. git-cvsexportcommit.perl
  106. git-cvsimport.perl
  107. git-cvsserver.perl
  108. git-fetch.sh
  109. git-instaweb.sh
  110. git-lost-found.sh
  111. git-ls-remote.sh
  112. git-merge-octopus.sh
  113. git-merge-one-file.sh
  114. git-merge-ours.sh
  115. git-merge-recursive.py
  116. git-merge-resolve.sh
  117. git-merge-stupid.sh
  118. git-merge.sh
  119. git-mv.perl
  120. git-p4import.py
  121. git-parse-remote.sh
  122. git-prune.sh
  123. git-pull.sh
  124. git-push.sh
  125. git-quiltimport.sh
  126. git-rebase.sh
  127. git-relink.perl
  128. git-repack.sh
  129. git-request-pull.sh
  130. git-rerere.perl
  131. git-reset.sh
  132. git-resolve.sh
  133. git-revert.sh
  134. git-send-email.perl
  135. git-sh-setup.sh
  136. git-shortlog.perl
  137. git-svn.perl
  138. git-svnimport.perl
  139. git-tag.sh
  140. git-verify-tag.sh
  141. GIT-VERSION-GEN
  142. git.c
  143. git.spec.in
  144. gitk
  145. gitMergeCommon.py
  146. hash-object.c
  147. http-fetch.c
  148. http-push.c
  149. http.c
  150. http.h
  151. ident.c
  152. imap-send.c
  153. index-pack.c
  154. INSTALL
  155. local-fetch.c
  156. lockfile.c
  157. log-tree.c
  158. log-tree.h
  159. Makefile
  160. merge-base.c
  161. merge-index.c
  162. merge-tree.c
  163. mktag.c
  164. mktree.c
  165. name-rev.c
  166. object-refs.c
  167. object.c
  168. object.h
  169. pack-check.c
  170. pack-objects.c
  171. pack-redundant.c
  172. pack.h
  173. pager.c
  174. patch-delta.c
  175. patch-id.c
  176. path.c
  177. peek-remote.c
  178. pkt-line.c
  179. pkt-line.h
  180. prune-packed.c
  181. quote.c
  182. quote.h
  183. read-cache.c
  184. README
  185. receive-pack.c
  186. refs.c
  187. refs.h
  188. repo-config.c
  189. revision.c
  190. revision.h
  191. rsh.c
  192. rsh.h
  193. run-command.c
  194. run-command.h
  195. send-pack.c
  196. server-info.c
  197. setup.c
  198. sha1_file.c
  199. sha1_name.c
  200. shell.c
  201. show-index.c
  202. ssh-fetch.c
  203. ssh-pull.c
  204. ssh-push.c
  205. ssh-upload.c
  206. strbuf.c
  207. strbuf.h
  208. symbolic-ref.c
  209. tag.c
  210. tag.h
  211. tar.h
  212. test-date.c
  213. test-delta.c
  214. test-sha1.c
  215. test-sha1.sh
  216. tree-diff.c
  217. tree-walk.c
  218. tree-walk.h
  219. tree.c
  220. tree.h
  221. unpack-file.c
  222. unpack-objects.c
  223. update-server-info.c
  224. upload-pack.c
  225. usage.c
  226. var.c
  227. verify-pack.c
  228. xdiff-interface.c
  229. xdiff-interface.h