[sslh] [PATCH 0/5] small sslh cleanup series

Jason Cooper jason at lakedaemon.net
Mon Aug 5 19:33:30 CEST 2013


Yves,

Attached is a small series of cleanups since you migrated to git.  Thanks for
doing that by the way!

One thing you may want to consider doing is going back over your tags and doing
'git tag -s ...'.  This will sign the commit with your PGP key, and gives
everyone a nice way to confirm that the code they downloaded is indeed what you
committed.

Once that's done, you can confirm with 'git show tags/TAGNAME'.

As for this series, it's pretty simple stuff.  Let me know if you have any
questions.

If you're interested in just pulling the branch, it's here:

  git://git.infradead.org/users/jcooper/sslh.git cleanup

thx,

Jason.

Jason Cooper (5):
  git: add .gitignore file
  Makefile: add distclean target, remove tags file
  remove unneeded executable permissions on source files
  cscope: add cscope tagging support
  version.h: dynamically create version number based on git

 .gitignore  | 10 ++++++++++
 Makefile    | 21 +++++++++++++++------
 common.c    |  1 +
 common.h    |  4 ----
 echosrv.c   |  0
 genver.sh   | 33 +++++++++++++++++++++++++++++++++
 sslh-main.c |  1 +
 7 files changed, 60 insertions(+), 10 deletions(-)
 create mode 100644 .gitignore
 mode change 100755 => 100644 common.c
 mode change 100755 => 100644 common.h
 mode change 100755 => 100644 echosrv.c
 create mode 100755 genver.sh

-- 
1.8.3.2




More information about the sslh mailing list