[PATCH] Prevent git-rev-list without --merge-order producing duplicates in output
[git/dscho.git] / Documentation / git-resolve-script.txt
blob8dd84a381a1972f4da1cb699e51b7a8c648ea35f
1 git-resolve-script(1)
2 =====================
3 v0.1, May 2005
5 NAME
6 ----
7 git-resolve-script - Script used to merge two trees
10 SYNOPSIS
11 --------
12 'git-resolve-script'
14 DESCRIPTION
15 -----------
16 This script is used by Linus to merge two trees.
19 Author
20 ------
21 Written by Linus Torvalds <torvalds@osdl.org>
23 Documentation
24 --------------
25 Documentation by David Greaves, Junio C Hamano and the git-list <git@vger.kernel.org>.
27 GIT
28 ---
29 Part of the link:git.html[git] suite