aboutsummaryrefslogtreecommitdiff
path: root/contrib/examples/git-merge-ours.sh
Commit message (Collapse)AuthorAge
* Merge branch 'maint'Junio C Hamano2007-11-28
| | | | | | * maint: scripts: do not get confused with HEAD in work tree Improve description of git-branch -d and -D in man page.
* git-merge-ours: make it a builtin.Thomas Harning2007-11-22
Except that this fixes a longstanding corner case bug by tightening the way underlying diff-index command is run, it is functionally equivalent to the scripted version. Signed-off-by: Thomas Harning Jr <harningt@gmail.com> Signed-off-by: Junio C Hamano <gitster@pobox.com>