Hi David,
I installed the latese one avail in this site ( v1.4.1.2) :
http://github.com/davvid/git-cola/downloads
from terminal i issued the following command to install :
make install
I am using ubuntu 9.10.
When i tried to merge from git-cola,
in command output,i got logs as follows:
Sat Apr 17 10:57:18 2010
usage: git merge [options] <remote>...
or: git merge [options] <msg> HEAD <remote>
-n do not show a diffstat at the end of the
merge
--stat show a diffstat at the end of the merge
--summary (synonym to --stat)
--log add list of one-line log to merge commit
message
--squash create a single commit instead of doing a
merge
--commit perform a commit if the merge succeeds
(default)
--ff allow fast forward (default)
-s, --strategy <strategy>
merge strategy to use
-m, --message <message>
message to be used for the merge commit (if
any)
-v, --verbose be more verbose
-q, --quiet be more quiet
Am i missing (as a input to cola) something while performing merge
operation?
I also saw your quick commit on "gitcmds: Fix merge_message() when
FETCH_HEAD doesn't exist ".
Thanks.
Br,
Ragavendran R