1
I Use This!
Inactive

Commits : Listings

Analyzed 1 day ago. based on code collected 1 day ago.
Aug 08, 2024 — Aug 08, 2025
Commit Message Contributor Files Modified Lines Added Lines Removed Code Location Date
require_mail: look for sendEmail before sendmail.
Benoit Sigoure
as sigoure
More... about 18 years ago
my_sendmail: Support sendEmail to send mails. require_mail: Rewrite.
Benoit Sigoure
as sigoure
More... about 18 years ago
svn_commit: Do not prefix Git revisions with `r'.
Benoit Sigoure
as sigoure
More... about 18 years ago
Add a --git option (must be passed 1st to svn-wrapper) to force Git mode. Adjust.
Benoit Sigoure
as sigoure
More... about 18 years ago
svn_commit: Check that the user (eg, Ted :D) did not mess up the delimiters of the ChangeLog entry.
Benoit Sigoure
as sigoure
More... about 18 years ago
Do not ask twice when the user proceeds. * svn-wrapper.sh (svn_commit): Here.
Benoit Sigoure
as sigoure
More... about 18 years ago
Remove a wrong argument passed to svn diff.
Benoit Sigoure
as sigoure
More... about 18 years ago
svn diffsat: Allow colors in the output.
Benoit Sigoure
as sigoure
More... about 18 years ago
svn_status: Let git do its job.
Benoit Sigoure
as sigoure
More... about 18 years ago
svn_commit, svn_diffw: Properly ignore all whitespace changes.
Benoit Sigoure
as sigoure
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.
Benoit Sigoure
as sigoure
More... about 18 years ago
svn_commit [git support]: Handle -a|--all (to commit all changes).
Benoit Sigoure
as sigoure
More... about 18 years ago
svn_propadd, svn_propsed: Disable for Git. svn_revision: Support Git.
Benoit Sigoure
as sigoure
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.
Benoit Sigoure
as sigoure
More... about 18 years ago
svn_commit [git mode]: git add the ChangeLog before committing.
Benoit Sigoure
as sigoure
More... about 18 years ago
svn_commit: Add the possibility to proceeded immediately when resuming a commit.
Benoit Sigoure
as sigoure
More... about 18 years ago
Warn about arguments dropped when resuming a commit. * svn-wrapper.sh (svn_commit): Here.
Benoit Sigoure
as sigoure
More... about 18 years ago
First attempt to support commit in git-svn repositories.
Benoit Sigoure
as sigoure
More... about 18 years ago
Try to implement PGP/MIME signatures instead of inline signatures. Current implementation is buggy.
Benoit Sigoure
as sigoure
More... about 18 years ago
Remove some useless use of cat.
Benoit Sigoure
as sigoure
More... about 18 years ago
Check that all entries in the ChangeLog were filled.
Benoit Sigoure
as sigoure
More... about 18 years ago
Properly escape backslashes in the title.
Benoit Sigoure
as sigoure
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.
Benoit Sigoure
as sigoure
More... over 18 years ago
svn diffstat: Use --no-diff-deleted.
Benoit Sigoure
as sigoure
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.
Benoit Sigoure
as sigoure
More... over 18 years ago
Remove b0rken and useless code (exec svn immediately when no args are provided) [reported by Akim Demaille].
Benoit Sigoure
as sigoure
More... over 18 years ago
Fix portability especially for Debian (ash): Do not pass plain signal names to trap, use signal numbers instead.
Benoit Sigoure
as sigoure
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.
Benoit Sigoure
as sigoure
More... over 18 years ago
svn_commit: Fetch the revision by looking at the ChangeLog after the commit.
Benoit Sigoure
as sigoure
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.
Benoit Sigoure
as sigoure
More... over 18 years ago