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
Remove empty lines when warning that files are not under version control.
Benoit Sigoure
as sigoure
More... over 18 years ago
Add no-expand-tab in the modeline for ViM.
Benoit Sigoure
as sigoure
More... over 18 years ago
Use the repository URL instead of the repository root (this way it's easy to see whether we are committing in the trunk or in a branch).
Benoit Sigoure
as sigoure
More... over 18 years ago
Re-generate the diff when resuming a commit (this ensures that the diff is up to date in case some files were changed meanwhile).
Benoit Sigoure
as sigoure
More... over 18 years ago
Do not assume that the cwd is writable. Use TMPDIR instead.
Benoit Sigoure
as sigoure
More... over 18 years ago
Fetch the revision number later. Fix sed escapes for <TITLE> and other tags.
Benoit Sigoure
as sigoure
More... over 18 years ago
ignore: Fix the case where only one argument is provided.
Benoit Sigoure
as sigoure
More... over 18 years ago
commit: Ensure that each file appears only once in the template ChangeLog entry. selfupdate: Keep a backup of the script before overwritting it.
Benoit Sigoure
as sigoure
More... over 18 years ago
Better detection of default programs to use (EDITOR, PAGER, AWK...). Warn the user when externals have local modifications (which should usually be committed first).
Benoit Sigoure
as sigoure
More... over 18 years ago
Sort files in the ChangeLog entry.
Benoit Sigoure
as sigoure
More... over 18 years ago
Fix a bug in svn mail (when the folder +committed exists but not the subfolder of the revision requested) and svn selfupdate (when the download fails but the file exists and is empty).
Benoit Sigoure
as sigoure
More... almost 19 years ago
Minor changes.
Benoit Sigoure
as sigoure
More... almost 19 years ago
Enfore the creation the +committed directory.
Benoit Sigoure
as sigoure
More... almost 19 years ago
Enforce SVN=svn when SVN=[.../]svn-wrapper.sh.
Benoit Sigoure
as sigoure
More... almost 19 years ago
Generate a mail even if we know we're not going to send it.
Benoit Sigoure
as sigoure
More... almost 19 years ago
Rewrite svn ignore: backward compat b0rken. Now svn ignore is more natural to use: without arguments, it prints the ignore list of the current directory. With a single argument, it prints the ignore list of that argument if it is a directory, otherwise it ignores that argument. With more arguments, each argument is added to the ignore list of its directory. Ignores are added in group.
Benoit Sigoure
as sigoure
More... almost 19 years ago
Add the diffw command.
Benoit Sigoure
as sigoure
More... almost 19 years ago
Fix the GPG signature: headers are removed before signing the mail.
Benoit Sigoure
as sigoure
More... almost 19 years ago
Remove a trap is not portable even across bash versions :(
Benoit Sigoure
as sigoure
More... almost 19 years ago
Try to use sendmail for sending mails (fallback to "mail"). Lots of minor fixes. Start the automerge feature [INCOMPLETE, DO NOT USE]. "Tag" as v0.3.
Benoit Sigoure
as sigoure
More... almost 19 years ago
Add a modeline for vi.
Benoit Sigoure
as sigoure
More... almost 19 years ago
Fix detection of precious and junk files.
Benoit Sigoure
as sigoure
More... almost 19 years ago
Reduce the number of svn status/info performed. Perform svn status and svn info on the ChangeLog directory, not on the current working directory (which can be anywhere).
Benoit Sigoure
as sigoure
More... almost 19 years ago
Better detection of precious and junk files.
Benoit Sigoure
as sigoure
More... almost 19 years ago
Remove a bug (the 1st argument to svn commit was lost). Add a message ("Please wait...") when retrieving the next revision number (because nothing happens during this time and the user might feel frustrated). Fix a bug when guessing the next revision.
Benoit Sigoure
as sigoure
More... almost 19 years ago
Use pwd -P (resolve symlinks) otherwise it confuses svn. Don't update after a commit.
Benoit Sigoure
as sigoure
More... almost 19 years ago
Get the repository root from the directory where the ChangeLog lies.
Benoit Sigoure
as sigoure
More... almost 19 years ago
selfupdate: Allow downgrades. commit: Handle multiple identical ChangeLogs properly, fix a trap, schedule extra files (such as ChangeLog) properly.
Benoit Sigoure
as sigoure
More... almost 19 years ago
Fix wrong quotations. Fix commit.
Benoit Sigoure
as sigoure
More... almost 19 years ago
Handle multiple ChangeLogs. Many sanity fixes. Don't svn up before committing: it's useless. Instead, find the next revision number by querying the repository (not slower but safer: it doesn't modify files before committing).
Benoit Sigoure
as sigoure
More... almost 19 years ago