]> git.proxmox.com Git - libgit2.git/commit - src/merge.h
s/git_merge_head/git_annotated_commit
authorEdward Thomson <ethomson@microsoft.com>
Fri, 3 Oct 2014 23:02:29 +0000 (19:02 -0400)
committerEdward Thomson <ethomson@microsoft.com>
Mon, 27 Oct 2014 02:59:48 +0000 (22:59 -0400)
commit18b00406c6427eb8c9d96864448474e1d85017de
treeee02fd12ee4b8f84e5ed53ca59ac771734bba16e
parent796b03bd4969f170d8e7a7c9edd567f636b58cb3
s/git_merge_head/git_annotated_commit

Rename git_merge_head to git_annotated_commit, as it becomes used
in more operations than just merge.
21 files changed:
include/git2.h
include/git2/annotated_commit.h [new file with mode: 0644]
include/git2/merge.h
include/git2/rebase.h
include/git2/types.h
src/annotated_commit.c [new file with mode: 0644]
src/annotated_commit.h [new file with mode: 0644]
src/merge.c
src/merge.h
src/rebase.c
tests/merge/merge_helpers.c
tests/merge/workdir/analysis.c
tests/merge/workdir/dirty.c
tests/merge/workdir/setup.c
tests/merge/workdir/simple.c
tests/merge/workdir/submodules.c
tests/merge/workdir/trivial.c
tests/rebase/abort.c
tests/rebase/iterator.c
tests/rebase/merge.c
tests/rebase/setup.c