Re: [git-users] Re: Git doc on custom commands

2014-07-14 Thread Philip Oakley
From: Thomas Ferris Nicolaisen 
  Sent: Wednesday, July 09, 2014 9:02 AM

  On Monday, July 7, 2014 1:43:42 PM UTC+2, Giuseppe Manzo wrote:
I red a few articles around the web on how to implement custom git 
commands, but I cannot find anything about in the official site or in the 
documentation.
Does anyone knows how to find some official documentation about? I'd like 
to knew more than the simple 'put any executable file in your path' I found on 
the web.
Regards,
Beppe



  I think git help leaves the job to the system's man-pages, so if you've 
managed to get a man page for your command in on your system, git help will 
delegate to it, I guess.


  Have a look at https://www.kernel.org/pub/software/scm/git/docs/git-help.html 
for some hints.

  -- 

Try https://github.com/git/git/blob/master/Documentation/howto/new-command.txt 
or the equivalent directory/file on your fork of Git/Msysgit as appropriate.
--
Philip

-- 
You received this message because you are subscribed to the Google Groups Git 
for human beings group.
To unsubscribe from this group and stop receiving emails from it, send an email 
to git-users+unsubscr...@googlegroups.com.
For more options, visit https://groups.google.com/d/optout.


[git-users] Re: Git doc on custom commands

2014-07-09 Thread Thomas Ferris Nicolaisen
On Monday, July 7, 2014 1:43:42 PM UTC+2, Giuseppe Manzo wrote:

 I red a few articles around the web on how to implement custom git 
 commands, but I cannot find anything about in the official site or in the 
 documentation.
 Does anyone knows how to find some official documentation about? I'd like 
 to knew more than the simple 'put any executable file in your path' I found 
 on the web.
 Regards,
 Beppe


I think git help leaves the job to the system's man-pages, so if you've 
managed to get a man page for your command in on your system, git help will 
delegate to it, I guess.

Have a look at 
https://www.kernel.org/pub/software/scm/git/docs/git-help.html for some 
hints.

-- 
You received this message because you are subscribed to the Google Groups Git 
for human beings group.
To unsubscribe from this group and stop receiving emails from it, send an email 
to git-users+unsubscr...@googlegroups.com.
For more options, visit https://groups.google.com/d/optout.