view etc/images/gnus/fuwo.xpm @ 93426:912e50ecb992

* vc-git.el: Make vc-status display information about copies, renames and permission changes. (vc-git-extra-fileinfo): New defstruct. (vc-git-escape-file-name, vc-git-file-type-as-string) (vc-git-rename-as-string, vc-git-permissions-as-string) (vc-git-status-printer): New functions. (vc-git-after-dir-status-stage2): Also return vc-git-extra-fileinfo. (vc-git-after-dir-status-stage1): Look for copies, renames and permission changes. (vc-git-after-dir-status-stage1-empty-db): Set permissions. (vc-git-dir-status): Ask for staged files and renames.
author Dan Nicolaescu <dann@ics.uci.edu>
date Sun, 30 Mar 2008 15:44:34 +0000
parents 210af0ad3d35
children
line wrap: on
line source

/* XPM */
static char * fuwo_xpm[] = {
"24 24 4 1",
" 	c None",
".	c #A5A5A5A59595",
"X	c #C7C7C6C6C6C6",
"o	c #E1E1E0E0E0E0",
"                        ",
"          .             ",
"        .. .            ",
"      ..   .            ",
"    ..      .           ",
" ...         .  .       ",
" . .          ..X.      ",
" .  .       ..XXX.      ",
" .  ..    ..XXXXXo.     ",
" .  .  ...XXXXXXooo.    ",
" . .X  .o.XXXXXoooo.    ",
"  .XX  .oo.XXXoooooo.   ",
"  .X   .oo..XXooooooo.  ",
"   .   .oo.XXooooooooo. ",
"   .   .o.XoooooooooooX.",
"    .   .XXoooooooooooo.",
"    .   .Xoooooooooooo. ",
"     .   .ooooooooooo.  ",
"     .  ..oooooooooo.   ",
"      ..  .ooooooo..    ",
"          .oooooo.      ",
"           .ooo..       ",
"           .oo.         ",
"            ..          "};