linux-kernel.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
* [PATCH] setlocalversion: dont include svn change count
@ 2008-10-25 21:43 Mike Frysinger
  2008-10-25 22:02 ` Sam Ravnborg
  0 siblings, 1 reply; 3+ messages in thread
From: Mike Frysinger @ 2008-10-25 21:43 UTC (permalink / raw)
  To: akpm; +Cc: linux-kernel

The number of pending changes is pretty useless, so encoding it into the
version is just annoying by the constant shuffle in corresponding modules.

Signed-off-by: Mike Frysinger <vapier@gentoo.org>
---
 scripts/setlocalversion |    2 +-
 1 files changed, 1 insertions(+), 1 deletions(-)

diff --git a/scripts/setlocalversion b/scripts/setlocalversion
index 83b7512..453faff 100755
--- a/scripts/setlocalversion
+++ b/scripts/setlocalversion
@@ -55,7 +55,7 @@ if rev=`svn info 2>/dev/null | grep '^Revision'`; then
 
 	# Are there uncommitted changes?
 	if [ $changes != 0 ]; then
-		printf -- '-svn%s%s%s' "$rev" -dirty "$changes"
+		printf -- '-svn%s%s' "$rev" -dirty
 	else
 		printf -- '-svn%s' "$rev"
 	fi
-- 
1.6.0.2


^ permalink raw reply related	[flat|nested] 3+ messages in thread

* Re: [PATCH] setlocalversion: dont include svn change count
  2008-10-25 21:43 [PATCH] setlocalversion: dont include svn change count Mike Frysinger
@ 2008-10-25 22:02 ` Sam Ravnborg
  0 siblings, 0 replies; 3+ messages in thread
From: Sam Ravnborg @ 2008-10-25 22:02 UTC (permalink / raw)
  To: Mike Frysinger; +Cc: akpm, linux-kernel

On Sat, Oct 25, 2008 at 05:43:50PM -0400, Mike Frysinger wrote:
> The number of pending changes is pretty useless, so encoding it into the
> version is just annoying by the constant shuffle in corresponding modules.

Applied to kbuild-fixes.git

Will push out soon.

	Sam

^ permalink raw reply	[flat|nested] 3+ messages in thread

* [PATCH] setlocalversion: dont include svn change count
@ 2008-08-21  1:25 Mike Frysinger
  0 siblings, 0 replies; 3+ messages in thread
From: Mike Frysinger @ 2008-08-21  1:25 UTC (permalink / raw)
  To: linux-kernel, akpm

The number of pending changes is pretty useless, so encoding it into the
version is just annoying by the constant shuffle in corresponding modules.

Signed-off-by: Mike Frysinger <vapier@gentoo.org>
---
 scripts/setlocalversion |    2 +-
 1 files changed, 1 insertions(+), 1 deletions(-)

diff --git a/scripts/setlocalversion b/scripts/setlocalversion
index 83b7512..397a04a 100755
--- a/scripts/setlocalversion
+++ b/scripts/setlocalversion
@@ -55,7 +55,7 @@ if rev=`svn info 2>/dev/null | grep '^Revision'`; then
 
 	# Are there uncommitted changes?
 	if [ $changes != 0 ]; then
-		printf -- '-svn%s%s%s' "$rev" -dirty "$changes"
+		printf -- '-svn%s%s%s' "$rev" -dirty
 	else
 		printf -- '-svn%s' "$rev"
 	fi
-- 
1.5.6.5


^ permalink raw reply related	[flat|nested] 3+ messages in thread

end of thread, other threads:[~2008-10-25 22:06 UTC | newest]

Thread overview: 3+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2008-10-25 21:43 [PATCH] setlocalversion: dont include svn change count Mike Frysinger
2008-10-25 22:02 ` Sam Ravnborg
  -- strict thread matches above, loose matches on Subject: below --
2008-08-21  1:25 Mike Frysinger

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for NNTP newsgroup(s).