require_mail: look for sendEmail before sendmail. |
|
More...
|
about 18 years ago
|
my_sendmail: Support sendEmail to send mails. require_mail: Rewrite. |
|
More...
|
about 18 years ago
|
svn_commit: Do not prefix Git revisions with `r'. |
|
More...
|
about 18 years ago
|
Add a --git option (must be passed 1st to svn-wrapper) to force Git mode. Adjust. |
|
More...
|
about 18 years ago
|
svn_commit: Check that the user (eg, Ted :D) did not mess up the delimiters of the ChangeLog entry. |
|
More...
|
about 18 years ago
|
Do not ask twice when the user proceeds. * svn-wrapper.sh (svn_commit): Here. |
|
More...
|
about 18 years ago
|
Remove a wrong argument passed to svn diff. |
|
More...
|
about 18 years ago
|
svn diffsat: Allow colors in the output. |
|
More...
|
about 18 years ago
|
svn_status: Let git do its job. |
|
More...
|
about 18 years ago
|
svn_commit, svn_diffw: Properly ignore all whitespace changes. |
|
More...
|
about 18 years ago
|
svn_diffw [git mode]: Do not always disable colors. svn_commit: Improve a notice shown in git-mode. Limit text width to 76 columns in the ChangeLog. |
|
More...
|
about 18 years ago
|
svn_commit [git support]: Handle -a|--all (to commit all changes). |
|
More...
|
about 18 years ago
|
svn_propadd, svn_propsed: Disable for Git. svn_revision: Support Git. |
|
More...
|
about 18 years ago
|
Better git support. svn_commit: Fix the diff shown in the template ChangeLog, support non-git-svn repositories (where properties are fetched via git-config). svn_ignore: Add support for git repositories. Fix a shell over-expansion bug. |
|
More...
|
about 18 years ago
|
svn_commit [git mode]: git add the ChangeLog before committing. |
|
More...
|
about 18 years ago
|
svn_commit: Add the possibility to proceeded immediately when resuming a commit. |
|
More...
|
about 18 years ago
|
Warn about arguments dropped when resuming a commit. * svn-wrapper.sh (svn_commit): Here. |
|
More...
|
about 18 years ago
|
First attempt to support commit in git-svn repositories. |
|
More...
|
about 18 years ago
|
Try to implement PGP/MIME signatures instead of inline signatures. Current implementation is buggy. |
|
More...
|
about 18 years ago
|
Remove some useless use of cat. |
|
More...
|
about 18 years ago
|
Check that all entries in the ChangeLog were filled. |
|
More...
|
about 18 years ago
|
Properly escape backslashes in the title. |
|
More...
|
about 18 years ago
|
Add patch proposal support. (svn_commit): Handle the --dry-run argument. (svn proposal): New command. Alias for commit --dry-run. |
|
More...
|
over 18 years ago
|
svn diffstat: Use --no-diff-deleted. |
|
More...
|
over 18 years ago
|
svn_commit: Fix the way the diff is generated: we now ask the server to get the diff of what has really been committed. |
|
More...
|
over 18 years ago
|
Remove b0rken and useless code (exec svn immediately when no args are provided) [reported by Akim Demaille]. |
|
More...
|
over 18 years ago
|
Fix portability especially for Debian (ash): Do not pass plain signal names to trap, use signal numbers instead. |
|
More...
|
over 18 years ago
|
svn_commit: Regenerate the diff after the commit. This way we are sure the mail will contain the diff of what has *really* been commited. |
|
More...
|
over 18 years ago
|
svn_commit: Fetch the revision by looking at the ChangeLog after the commit. |
|
More...
|
over 18 years ago
|
svn ignore: If the only argument is a directory, assume that the user wants to svn:ignore this directory instead of assuming that they want to see the ignore list of that directory. |
|
More...
|
over 18 years ago
|