Remove empty lines when warning that files are not under version control. |
|
More...
|
over 18 years ago
|
Add no-expand-tab in the modeline for ViM. |
|
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). |
|
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). |
|
More...
|
over 18 years ago
|
Do not assume that the cwd is writable. Use TMPDIR instead. |
|
More...
|
over 18 years ago
|
Fetch the revision number later. Fix sed escapes for <TITLE> and other tags. |
|
More...
|
over 18 years ago
|
ignore: Fix the case where only one argument is provided. |
|
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. |
|
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). |
|
More...
|
over 18 years ago
|
Sort files in the ChangeLog entry. |
|
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). |
|
More...
|
almost 19 years ago
|
Minor changes. |
|
More...
|
almost 19 years ago
|
Enfore the creation the +committed directory. |
|
More...
|
almost 19 years ago
|
Enforce SVN=svn when SVN=[.../]svn-wrapper.sh. |
|
More...
|
almost 19 years ago
|
Generate a mail even if we know we're not going to send it. |
|
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. |
|
More...
|
almost 19 years ago
|
Add the diffw command. |
|
More...
|
almost 19 years ago
|
Fix the GPG signature: headers are removed before signing the mail. |
|
More...
|
almost 19 years ago
|
Remove a trap is not portable even across bash versions :( |
|
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. |
|
More...
|
almost 19 years ago
|
Add a modeline for vi. |
|
More...
|
almost 19 years ago
|
Fix detection of precious and junk files. |
|
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). |
|
More...
|
almost 19 years ago
|
Better detection of precious and junk files. |
|
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. |
|
More...
|
almost 19 years ago
|
Use pwd -P (resolve symlinks) otherwise it confuses svn. Don't update after a commit. |
|
More...
|
almost 19 years ago
|
Get the repository root from the directory where the ChangeLog lies. |
|
More...
|
almost 19 years ago
|
selfupdate: Allow downgrades. commit: Handle multiple identical ChangeLogs properly, fix a trap, schedule extra files (such as ChangeLog) properly. |
|
More...
|
almost 19 years ago
|
Fix wrong quotations. Fix commit. |
|
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). |
|
More...
|
almost 19 years ago
|