diff options
author | Junio C Hamano <junkio@cox.net> | 2006-12-13 10:46:23 -0800 |
---|---|---|
committer | Junio C Hamano <junkio@cox.net> | 2006-12-13 10:46:23 -0800 |
commit | e4d45dd3bb5bd8a1db2bc109f992560da22e9c4e (patch) | |
tree | 1711624da89c387203a163227f857f8fcd0106f7 /git.spec.in | |
parent | 37adac765a469f8f8495e2befe7afeda65a2b272 (diff) | |
parent | f953831e030d3ece7346bdb5c4fde4fde43c925e (diff) | |
download | git-e4d45dd3bb5bd8a1db2bc109f992560da22e9c4e.tar.gz |
Merge branch 'js/merge'
* js/merge:
merge-recursive: add/add really is modify/modify with an empty base
Get rid of the dependency on RCS' merge program
merge-file: support -p and -q; fix compile warnings
Add builtin merge-file, a minimal replacement for RCS merge
xdl_merge(): fix and simplify conflict handling
xdl_merge(): fix thinko
xdl_merge(): fix an off-by-one bug
merge-recursive: use xdl_merge().
xmerge: make return value from xdl_merge() more usable.
xdiff: add xdl_merge()
Diffstat (limited to 'git.spec.in')
-rw-r--r-- | git.spec.in | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/git.spec.in b/git.spec.in index f2374b7331..fb95e37594 100644 --- a/git.spec.in +++ b/git.spec.in @@ -24,7 +24,7 @@ This is a dummy package which brings in all subpackages. %package core Summary: Core git tools Group: Development/Tools -Requires: zlib >= 1.2, rsync, rcs, curl, less, openssh-clients, expat +Requires: zlib >= 1.2, rsync, curl, less, openssh-clients, expat %description core This is a stupid (but extremely fast) directory content manager. It doesn't do a whole lot, but what it _does_ do is track directory |