Re: [fvwmorg/fvwm] f508f5: Fix installation and uninstallation with --program...

2016-11-13 Thread Dominik Vogt
On Sun, Nov 13, 2016 at 07:00:29AM -0800, Dominik Vogt wrote:
>   Branch: refs/heads/dv/fix-program-transform
>   Home:   https://github.com/fvwmorg/fvwm
>   Commit: f508f5f574de461e21fa5ad2d4d2d50eb75378df
>   
> https://github.com/fvwmorg/fvwm/commit/f508f5f574de461e21fa5ad2d4d2d50eb75378df
>   Author: Dominik Vogt 
>   Date:   2016-11-13 (Sun, 13 Nov 2016)
> 
>   Changed paths:
> M bin/Makefile.am
> M configure.ac
> M doc/fvwm/Makefile.am
> M fvwm/Makefile.am
> M modules/FvwmAnimate/Makefile.am
> M modules/FvwmAuto/Makefile.am
> M modules/FvwmBacker/Makefile.am
> M modules/FvwmBanner/Makefile.am
> M modules/FvwmButtons/Makefile.am
> R modules/FvwmCommand/FvwmCommandS.c
> M modules/FvwmCommand/Makefile.am
> A modules/FvwmCommandS/FvwmCommand.h
> A modules/FvwmCommandS/FvwmCommandS.c
> A modules/FvwmCommandS/Makefile.am
> A modules/FvwmCommandS/fifos.c
> M modules/FvwmConsole/Makefile.am
> M modules/FvwmCpp/Makefile.am
> M modules/FvwmEvent/Makefile.am
> M modules/FvwmForm/Makefile.am
> M modules/FvwmIconMan/Makefile.am
> M modules/FvwmIdent/Makefile.am
> M modules/FvwmM4/Makefile.am
> M modules/FvwmPager/Makefile.am
> M modules/FvwmPerl/Makefile.am
> M modules/FvwmProxy/Makefile.am
> M modules/FvwmRearrange/Makefile.am
> M modules/FvwmScript/Makefile.am
> M modules/Makefile.am
> 
>   Log Message:
>   ---
>   Fix installation and uninstallation with --program-transform-name.
> 
> Had to move FvwmCommandS to a different subdir to do this.

Actually, I find commit messages without the diffs really useless.
Could we activate the diffs with some size limit?

Ciao

Dominik ^_^  ^_^

-- 

Dominik Vogt



[fvwmorg/fvwm] f508f5: Fix installation and uninstallation with --program...

2016-11-13 Thread Dominik Vogt
  Branch: refs/heads/dv/fix-program-transform
  Home:   https://github.com/fvwmorg/fvwm
  Commit: f508f5f574de461e21fa5ad2d4d2d50eb75378df
  
https://github.com/fvwmorg/fvwm/commit/f508f5f574de461e21fa5ad2d4d2d50eb75378df
  Author: Dominik Vogt 
  Date:   2016-11-13 (Sun, 13 Nov 2016)

  Changed paths:
M bin/Makefile.am
M configure.ac
M doc/fvwm/Makefile.am
M fvwm/Makefile.am
M modules/FvwmAnimate/Makefile.am
M modules/FvwmAuto/Makefile.am
M modules/FvwmBacker/Makefile.am
M modules/FvwmBanner/Makefile.am
M modules/FvwmButtons/Makefile.am
R modules/FvwmCommand/FvwmCommandS.c
M modules/FvwmCommand/Makefile.am
A modules/FvwmCommandS/FvwmCommand.h
A modules/FvwmCommandS/FvwmCommandS.c
A modules/FvwmCommandS/Makefile.am
A modules/FvwmCommandS/fifos.c
M modules/FvwmConsole/Makefile.am
M modules/FvwmCpp/Makefile.am
M modules/FvwmEvent/Makefile.am
M modules/FvwmForm/Makefile.am
M modules/FvwmIconMan/Makefile.am
M modules/FvwmIdent/Makefile.am
M modules/FvwmM4/Makefile.am
M modules/FvwmPager/Makefile.am
M modules/FvwmPerl/Makefile.am
M modules/FvwmProxy/Makefile.am
M modules/FvwmRearrange/Makefile.am
M modules/FvwmScript/Makefile.am
M modules/Makefile.am

  Log Message:
  ---
  Fix installation and uninstallation with --program-transform-name.

Had to move FvwmCommandS to a different subdir to do this.