From e5dfb3c8322eeb1c2363d6ac82fcfe837efe77ce Mon Sep 17 00:00:00 2001 From: sigoure Date: Fri, 10 Nov 2006 16:19:45 +0000 Subject: [PATCH] Sort files in the ChangeLog entry. --- svn-wrapper.sh | 1 + 1 file changed, 1 insertion(+) diff --git a/svn-wrapper.sh b/svn-wrapper.sh index 2d142c5..e1dd422 100755 --- a/svn-wrapper.sh +++ b/svn-wrapper.sh @@ -711,6 +711,7 @@ Would you like to resume it?"; then if [ x"$change_log_files" = x ]; then yesno 'Nothing to commit, continue anyway?' || return 1 fi + change_log_files=`echo "$change_log_files" | sort` svn_diff=`svn_diffw "$@"` test x"$svn_diff" = x && svn_diff=`$SVN diff "$@"` -- 2.11.4.GIT