|
1 | | -.\" Automatically generated by Pod::Man 2.27 (Pod::Simple 3.29) |
| 1 | +.\" Automatically generated by Pod::Man 4.10 (Pod::Simple 3.35) |
2 | 2 | .\" |
3 | 3 | .\" Standard preamble: |
4 | 4 | .\" ======================================================================== |
|
46 | 46 | .ie \n(.g .ds Aq \(aq |
47 | 47 | .el .ds Aq ' |
48 | 48 | .\" |
49 | | -.\" If the F register is turned on, we'll generate index entries on stderr for |
| 49 | +.\" If the F register is >0, we'll generate index entries on stderr for |
50 | 50 | .\" titles (.TH), headers (.SH), subsections (.SS), items (.Ip), and index |
51 | 51 | .\" entries marked with X<> in POD. Of course, you'll have to process the |
52 | 52 | .\" output yourself in some meaningful fashion. |
|
56 | 56 | .. |
57 | 57 | .nr rF 0 |
58 | 58 | .if \n(.g .if rF .nr rF 1 |
59 | | -.if (\n(rF:(\n(.g==0)) \{ |
60 | | -. if \nF \{ |
| 59 | +.if (\n(rF:(\n(.g==0)) \{\ |
| 60 | +. if \nF \{\ |
61 | 61 | . de IX |
62 | 62 | . tm Index:\\$1\t\\n%\t"\\$2" |
63 | 63 | .. |
64 | | -. if !\nF==2 \{ |
| 64 | +. if !\nF==2 \{\ |
65 | 65 | . nr % 0 |
66 | 66 | . nr F 2 |
67 | 67 | . \} |
|
70 | 70 | .rr rF |
71 | 71 | .\" ======================================================================== |
72 | 72 | .\" |
73 | | -.IX Title "git-subrepo 1" |
74 | | -.TH git-subrepo 1 "August 2017" "Generated by Swim v0.1.41" "Git Submodule Alternative" |
| 73 | +.IX Title "STDIN 1" |
| 74 | +.TH STDIN 1 "November 2018" "Generated by Swim v0.1.46" "Git Submodule Alternative" |
75 | 75 | .\" For nroff, turn off justification. Always turn off hyphenation; it makes |
76 | 76 | .\" way too many mistakes in technical documents. |
77 | 77 | .if n .ad l |
78 | 78 | .nh |
79 | 79 | .SH "Name" |
80 | 80 | .IX Header "Name" |
81 | 81 | git-subrepo \- Git Submodule Alternative |
82 | | -.PP |
83 | | -<badge travis ingydotnet/git\-subrepo> |
84 | 82 | .SH "Synopsis" |
85 | 83 | .IX Header "Synopsis" |
86 | 84 | .Vb 1 |
@@ -303,7 +301,7 @@ the \f(CW\*(C`branch\*(C'\fR command and merge things yourself before pushing if |
303 | 301 | (although that is probably a rare use case). |
304 | 302 | .Sp |
305 | 303 | The \f(CW\*(C`push\*(C'\fR command requires a branch that has been properly merged/rebased |
306 | | -with the upstream \s-1HEAD \s0(unless the upstream \s-1HEAD\s0 is empty, which is common |
| 304 | +with the upstream \s-1HEAD\s0 (unless the upstream \s-1HEAD\s0 is empty, which is common |
307 | 305 | when doing a first \f(CW\*(C`push\*(C'\fR after an \f(CW\*(C`init\*(C'\fR). That means the upstream \s-1HEAD\s0 is |
308 | 306 | one of the commits in the branch. |
309 | 307 | .Sp |
@@ -736,11 +734,14 @@ The \f(CW\*(C`git\-subrepo\*(C'\fR repo itself has 2 subrepos under the \f(CW\*( |
736 | 734 | Written in (very modern) Bash, with full test suite. Take a look. |
737 | 735 | .IP "\(bu" 4 |
738 | 736 | A \f(CW\*(C`.gitrepo\*(C'\fR file never is in the top level dir (next to a \f(CW\*(C`.git/\*(C'\fR dir). |
739 | | -.SH "Author" |
740 | | -.IX Header "Author" |
741 | | -Written by Ingy döt Net < [email protected]> |
| 737 | +.SH "Authors" |
| 738 | +.IX Header "Authors" |
| 739 | +.IP "\(bu" 4 |
| 740 | + |
| 741 | +.IP "\(bu" 4 |
| 742 | +Magnus Carlsson < [email protected]> |
742 | 743 | .SH "License and Copyright" |
743 | 744 | .IX Header "License and Copyright" |
744 | 745 | The \s-1MIT\s0 License (\s-1MIT\s0) |
745 | 746 | .PP |
746 | | -Copyright (c) 2013\-2017 Ingy döt Net |
| 747 | +Copyright (c) 2013\-2018 Ingy döt Net |
0 commit comments