diff options
author | Max Maischein <corion@corion.net> | 2009-01-03 20:32:20 +0100 |
---|---|---|
committer | Yves Orton <demerphq@gmail.com> | 2009-01-04 23:32:40 +0100 |
commit | 6033099bd810c53841b5867de9a8d9195be9c8b6 (patch) | |
tree | f5555b49ac2b6d1d9bc3f95652b54a0bf4e85a1c /make_patchnum.pl | |
parent | dcff826f70bf3f64ced085d87d733c26aacda219 (diff) | |
download | perl-6033099bd810c53841b5867de9a8d9195be9c8b6.tar.gz |
Add more documentation to make_patchnum.pl
Diffstat (limited to 'make_patchnum.pl')
-rw-r--r-- | make_patchnum.pl | 17 |
1 files changed, 16 insertions, 1 deletions
diff --git a/make_patchnum.pl b/make_patchnum.pl index df26391d4a..e93015f827 100644 --- a/make_patchnum.pl +++ b/make_patchnum.pl @@ -9,7 +9,22 @@ make_patchnum.pl - make patchnum =head1 SYNOPSIS -... + miniperl make_patchnum.pl + + perl make_patchnum.pl + +This program creates the files holding the information +about locally applied patches to the source code. The created +files are C<.patchnum>, C<unpushed.h> and C<lib/Config_git.pl>. + +C<.patchnum> contains ??? + +C<lib/Config_git.pl> contains the configuration of git for +this branch. + +C<unpushed.h> contains the local changes that haven't been +synchronized with the remote repository as configured with +C<< git configure branch.<current branch>.remote >> =cut |