author | Junio C Hamano <junkio@cox.net> | |
Wed, 28 Feb 2007 22:18:57 +0000 (14:18 -0800) | ||
committer | Junio C Hamano <junkio@cox.net> | |
Wed, 28 Feb 2007 22:18:57 +0000 (14:18 -0800) |
* maint:
Start preparing Release Notes for 1.5.0.3
Documentation: git-remote add [-t <branch>] [-m <branch>] [-f] name url
Include config.mak in doc/Makefile
git.el: Set the default commit coding system from the repository config.
git-archimport: support empty summaries, put summary on a single line.
http-push.c::lock_remote(): validate all remote refs.
git-cvsexportcommit: don't cleanup .msg if not yet committed to cvs.
Start preparing Release Notes for 1.5.0.3
Documentation: git-remote add [-t <branch>] [-m <branch>] [-f] name url
Include config.mak in doc/Makefile
git.el: Set the default commit coding system from the repository config.
git-archimport: support empty summaries, put summary on a single line.
http-push.c::lock_remote(): validate all remote refs.
git-cvsexportcommit: don't cleanup .msg if not yet committed to cvs.
1 | 2 | |||
---|---|---|---|---|
Documentation/git-remote.txt | patch | | diff1 | | diff2 | | blob | history |
git-cvsexportcommit.perl | patch | | diff1 | | diff2 | | blob | history |
http-push.c | patch | | diff1 | | diff2 | | blob | history |
diff --cc Documentation/git-remote.txt
index 266faade31ae646a419616fc0fce9d676f112d9d,f96b30429c8d970a2eaabe4a1f3b162ce48a9cee..a9fb6a9a5ef3cfeffa37578b4d703ca75c73f306
--------
[verse]
'git-remote'
- 'git-remote' add <name> <url>
+ 'git-remote' add [-t <branch>] [-m <branch>] [-f] <name> <url>
'git-remote' show <name>
'git-remote' prune <name>
+'git-remote' update [group]
DESCRIPTION
-----------
diff --cc git-cvsexportcommit.perl
Simple merge
diff --cc http-push.c
Simple merge