-----BEGIN PGP SIGNED MESSAGE-----
Hash: SHA1

Here is a patch to add a commify function to cg-Xlib.  I'll follow 
this up with a patch that uses the new function to commify the 
number and size of objects pulled in cg-pull.

Signed-off-by: Frank Sorenson <[EMAIL PROTECTED]>

Add a commify function to cg-Xlib

- ---
commit de4fd646c8307777137b9a4c1b5735f9573167f6
tree 1b9d3d0db498fde457d60f6658f616a1aa6b9fe3
parent b21855b8734ca76ea08c0c17e4a204191b6e3add
author Frank Sorenson <[EMAIL PROTECTED]> Wed, 06 Jul 2005 00:38:16 -0600
committer Frank Sorenson <[EMAIL PROTECTED]> Wed, 06 Jul 2005 00:38:16 -0600

 cg-Xlib |    3 +++
 1 files changed, 3 insertions(+), 0 deletions(-)

diff --git a/cg-Xlib b/cg-Xlib
- --- a/cg-Xlib
+++ b/cg-Xlib
@@ -128,6 +128,9 @@ update_index () {
        git-update-cache --refresh | sed 's/needs update$/locally modified/'
 }
 
+commify() {
+       echo $1 | sed ':a;s/\B[0-9]\{3\}\>/,&/;ta'
+}
 
 print_help () {
        which "cg-$1" >/dev/null 2>&1 || exit 1


Frank
- -- 
Frank Sorenson - KD7TZK
Systems Manager, Computer Science Department
Brigham Young University
[EMAIL PROTECTED]
-----BEGIN PGP SIGNATURE-----
Version: GnuPG v1.2.6 (GNU/Linux)
Comment: Using GnuPG with Thunderbird - http://enigmail.mozdev.org

iD8DBQFCy4GiaI0dwg4A47wRAg+vAJ9ZCn7ptBARMY+ELyS+uQ893/aDLgCgsk8b
dhfcgflxQRURowVFP2qiRe4=
=u7ap
-----END PGP SIGNATURE-----
-
To unsubscribe from this list: send the line "unsubscribe git" in
the body of a message to [EMAIL PROTECTED]
More majordomo info at  http://vger.kernel.org/majordomo-info.html

Reply via email to