Changesets can be listed by changeset number.
The Git repository is here.
- Revision:
- 306
- Log:
Add a few more tools which were never previously brought under
source control. They don't expose any sensitive account-specific
information for the ROOL server.
- Author:
- rool
- Date:
- Fri Mar 18 14:11:17 +0000 2011
- Size:
- 233 Bytes
- Properties:
- Property svn:executable is set to *
1 | #!/bin/bash |
2 | # |
3 | # idiff - call diff with "-x -uw" for case-insensitive comparision. |
4 | # Used as a wrapper script to get case-insensitive SVN diffs by default |
5 | # based on the diff-cmd entry in the SVN configuration file. |
6 | |
7 | diff -u -w $6 $7 |