View | Details | Raw Unified | Return to bug 186696
Collapse All | Expand All

(-)devel/git/Makefile (-229 / +24 lines)
Lines 3-8 Link Here
3
3
4
PORTNAME=	git
4
PORTNAME=	git
5
PORTVERSION=	1.8.5.4
5
PORTVERSION=	1.8.5.4
6
PORTREVISION=	1
6
CATEGORIES=	devel
7
CATEGORIES=	devel
7
MASTER_SITES=	${MASTER_SITE_GOOGLE_CODE}
8
MASTER_SITES=	${MASTER_SITE_GOOGLE_CODE}
8
DISTFILES=	${PORTNAME}-${PORTVERSION}${EXTRACT_SUFX} \
9
DISTFILES=	${PORTNAME}-${PORTVERSION}${EXTRACT_SUFX} \
Lines 16-184 COMMENT?= Distributed source code manage Link Here
16
17
17
PROJECTHOST=	git-core
18
PROJECTHOST=	git-core
18
19
19
MAN1=		git.1 \
20
		git-add.1 \
21
		git-am.1 \
22
		git-annotate.1 \
23
		git-apply.1 \
24
		git-archimport.1 \
25
		git-archive.1 \
26
		git-bisect.1 \
27
		git-blame.1 \
28
		git-branch.1 \
29
		git-bundle.1 \
30
		git-cat-file.1 \
31
		git-check-attr.1 \
32
		git-check-ignore.1 \
33
		git-check-mailmap.1 \
34
		git-check-ref-format.1 \
35
		git-checkout-index.1 \
36
		git-checkout.1 \
37
		git-cherry-pick.1 \
38
		git-cherry.1 \
39
		git-clean.1 \
40
		git-clone.1 \
41
		git-column.1 \
42
		git-commit-tree.1 \
43
		git-commit.1 \
44
		git-config.1 \
45
		git-count-objects.1 \
46
		git-credential.1 \
47
		git-credential-cache--daemon.1 \
48
		git-credential-cache.1 \
49
		git-credential-store.1 \
50
		git-daemon.1 \
51
		git-describe.1 \
52
		git-diff-files.1 \
53
		git-diff-index.1 \
54
		git-difftool.1 \
55
		git-diff-tree.1 \
56
		git-diff.1 \
57
		git-fast-export.1 \
58
		git-fast-import.1 \
59
		git-fetch-pack.1 \
60
		git-fetch.1 \
61
		git-filter-branch.1 \
62
		git-fmt-merge-msg.1 \
63
		git-for-each-ref.1 \
64
		git-format-patch.1 \
65
		git-fsck-objects.1 \
66
		git-fsck.1 \
67
		git-gc.1 \
68
		git-get-tar-commit-id.1 \
69
		git-grep.1 \
70
		git-hash-object.1 \
71
		git-help.1 \
72
		git-http-backend.1 \
73
		git-http-fetch.1 \
74
		git-http-push.1 \
75
		git-imap-send.1 \
76
		git-index-pack.1 \
77
		git-init-db.1 \
78
		git-init.1 \
79
		git-instaweb.1 \
80
		git-log.1 \
81
		git-lost-found.1 \
82
		git-ls-files.1 \
83
		git-ls-remote.1 \
84
		git-ls-tree.1 \
85
		git-mailinfo.1 \
86
		git-mailsplit.1 \
87
		git-merge-base.1 \
88
		git-merge-file.1 \
89
		git-merge-index.1 \
90
		git-merge-one-file.1 \
91
		git-mergetool.1 \
92
		git-merge-tree.1 \
93
		git-merge.1 \
94
		git-mergetool--lib.1 \
95
		git-mktag.1 \
96
		git-mktree.1 \
97
		git-mv.1 \
98
		git-name-rev.1 \
99
		git-notes.1 \
100
		git-p4.1 \
101
		git-pack-objects.1 \
102
		git-pack-redundant.1 \
103
		git-pack-refs.1 \
104
		git-parse-remote.1 \
105
		git-patch-id.1 \
106
		git-peek-remote.1 \
107
		git-prune-packed.1 \
108
		git-prune.1 \
109
		git-pull.1 \
110
		git-push.1 \
111
		git-quiltimport.1 \
112
		git-read-tree.1 \
113
		git-rebase.1 \
114
		git-receive-pack.1 \
115
		git-reflog.1 \
116
		git-relink.1 \
117
		git-remote-ext.1 \
118
		git-remote-fd.1 \
119
		git-remote-testgit.1 \
120
		git-remote.1 \
121
		git-repack.1 \
122
		git-replace.1 \
123
		git-repo-config.1 \
124
		git-request-pull.1 \
125
		git-rerere.1 \
126
		git-reset.1 \
127
		git-rev-list.1 \
128
		git-rev-parse.1 \
129
		git-revert.1 \
130
		git-rm.1 \
131
		git-send-email.1 \
132
		git-send-pack.1 \
133
		git-sh-setup.1 \
134
		git-sh-i18n.1 \
135
		git-sh-i18n--envsubst.1 \
136
		git-shell.1 \
137
		git-shortlog.1 \
138
		git-show-branch.1 \
139
		git-show-index.1 \
140
		git-show-ref.1 \
141
		git-show.1 \
142
		git-stage.1 \
143
		git-stash.1 \
144
		git-status.1 \
145
		git-stripspace.1 \
146
		git-submodule.1 \
147
		git-symbolic-ref.1 \
148
		git-tag.1 \
149
		git-tar-tree.1 \
150
		git-unpack-file.1 \
151
		git-unpack-objects.1 \
152
		git-update-index.1 \
153
		git-update-ref.1 \
154
		git-update-server-info.1 \
155
		git-upload-archive.1 \
156
		git-upload-pack.1 \
157
		git-var.1 \
158
		git-verify-pack.1 \
159
		git-verify-tag.1 \
160
		git-web--browse.1 \
161
		git-whatchanged.1 \
162
		git-write-tree.1 \
163
		gitremote-helpers.1 \
164
		gitweb.1
165
MAN5=		gitattributes.5 \
166
		githooks.5 \
167
		gitignore.5 \
168
		gitmodules.5 \
169
		gitrepository-layout.5 \
170
		gitweb.conf.5
171
MAN7=		gitcli.7 \
172
		gitcredentials.7 \
173
		gitglossary.7 \
174
		gittutorial.7 \
175
		gitcore-tutorial.7 \
176
		gitdiffcore.7 \
177
		gittutorial-2.7 \
178
		gitworkflows.7 \
179
		gitrevisions.7 \
180
		gitnamespaces.7
181
182
CONFLICTS?=	git-subversion-[0-9]*
20
CONFLICTS?=	git-subversion-[0-9]*
183
21
184
USERS=	git_daemon
22
USERS=	git_daemon
Lines 188-198 SUB_FILES= pkg-message Link Here
188
PKGMESSAGE=	${WRKDIR}/pkg-message
26
PKGMESSAGE=	${WRKDIR}/pkg-message
189
27
190
GNU_CONFIGURE=	yes
28
GNU_CONFIGURE=	yes
191
USE_GMAKE=	yes
29
CPPFLAGS+=	-I${LOCALBASE}/include
192
CFLAGS+=	-I${LOCALBASE}/include
193
LDFLAGS+=	-L${LOCALBASE}/lib
30
LDFLAGS+=	-L${LOCALBASE}/lib
194
MAKE_ENV+=	V=1
31
MAKE_ENV+=	V=1
195
MAKE_ARGS+=	prefix="${PREFIX}"
32
USES=		gmake
196
USE_OPENSSL=	yes
33
USE_OPENSSL=	yes
197
USE_RC_SUBR=	git_daemon
34
USE_RC_SUBR=	git_daemon
198
35
Lines 209-215 CVS_DESC= Enable CVS support Link Here
209
HTMLDOCS_DESC=	Install additional documentation
46
HTMLDOCS_DESC=	Install additional documentation
210
ETCSHELLS_DESC=	Modify /etc/shells
47
ETCSHELLS_DESC=	Modify /etc/shells
211
48
212
NO_STAGE=	yes
213
.include <bsd.port.options.mk>
49
.include <bsd.port.options.mk>
214
50
215
.if ${PORT_OPTIONS:MNLS}
51
.if ${PORT_OPTIONS:MNLS}
Lines 240-266 MAKE_ENV+= PERL_PATH=${PERL} Link Here
240
BUILD_DEPENDS+=	p5-Error>=0:${PORTSDIR}/lang/p5-Error
76
BUILD_DEPENDS+=	p5-Error>=0:${PORTSDIR}/lang/p5-Error
241
RUN_DEPENDS+=	p5-Error>=0:${PORTSDIR}/lang/p5-Error \
77
RUN_DEPENDS+=	p5-Error>=0:${PORTSDIR}/lang/p5-Error \
242
		p5-Net-SMTP-SSL>=0:${PORTSDIR}/mail/p5-Net-SMTP-SSL
78
		p5-Net-SMTP-SSL>=0:${PORTSDIR}/mail/p5-Net-SMTP-SSL
243
MAN3=		Git.3 \
244
		Git::I18N.3 \
245
		Git::SVN::Editor.3 \
246
		Git::SVN::Fetcher.3 \
247
		Git::SVN::Memoize::YAML.3 \
248
		Git::SVN::Prompt.3 \
249
		Git::SVN::Ra.3 \
250
		Git::SVN::Utils.3
251
PLIST_SUB+=	PERLSUB=""
79
PLIST_SUB+=	PERLSUB=""
252
.else
80
.else
253
MAKE_ENV+=	NO_PERL=1
81
MAKE_ARGS+=	NO_PERL=1
254
PLIST_SUB+=	PERLSUB="@comment "
82
PLIST_SUB+=	PERLSUB="@comment "
255
.endif
83
.endif
256
84
257
.if ${PORT_OPTIONS:MICONV}
85
.if ${PORT_OPTIONS:MICONV}
258
USES+=		iconv
86
USES+=		iconv
259
MAKE_ENV+=	NEEDS_LIBICONV=yes \
260
		ICONVDIR=${ICONV_PREFIX}
261
CONFIGURE_ARGS+=	--with-iconv=${ICONV_PREFIX}
262
.else
87
.else
263
MAKE_ENV+=	NO_ICONV=1
88
MAKE_ARGS+=	NO_ICONV=1
264
.endif
89
.endif
265
90
266
.if ${PORT_OPTIONS:MCURL}
91
.if ${PORT_OPTIONS:MCURL}
Lines 270-276 RUN_DEPENDS+= curl:${PORTSDIR}/ftp/curl Link Here
270
LIB_DEPENDS+=	expat.6:${PORTSDIR}/textproc/expat2
95
LIB_DEPENDS+=	expat.6:${PORTSDIR}/textproc/expat2
271
PLIST_SUB+=	CURL=""
96
PLIST_SUB+=	CURL=""
272
.else
97
.else
273
MAKE_ENV+=	NO_CURL=1 \
98
MAKE_ARGS+=	NO_CURL=1 \
274
		NO_EXPAT=1
99
		NO_EXPAT=1
275
PLIST_SUB+=	CURL="@comment "
100
PLIST_SUB+=	CURL="@comment "
276
.endif
101
.endif
Lines 287-301 PLIST_SUB+= HTMLDOCS="@comment " Link Here
287
.if ${PORT_OPTIONS:MGUI}
112
.if ${PORT_OPTIONS:MGUI}
288
USE_TK=		84+
113
USE_TK=		84+
289
.include "${PORTSDIR}/Mk/bsd.tcl.mk"
114
.include "${PORTSDIR}/Mk/bsd.tcl.mk"
290
MAN1+=		git-citool.1 \
291
		git-gui.1 \
292
		gitk.1
293
PLIST_SUB+=	GUI=""
115
PLIST_SUB+=	GUI=""
294
MAKE_ARGS+=	TCL_PATH=${TCLSH} TCLTK_PATH=${WISH}
116
MAKE_ARGS+=	TCL_PATH=${TCLSH} TCLTK_PATH=${WISH}
295
.else
117
.else
296
RMMAN1+=	git-citool.1 \
297
		git-gui.1 \
298
		gitk.1
299
PLIST_SUB+=	GUI="@comment "
118
PLIST_SUB+=	GUI="@comment "
300
MAKE_ARGS+=	NO_TCLTK=yes
119
MAKE_ARGS+=	NO_TCLTK=yes
301
.endif
120
.endif
Lines 309-318 MAKE_ARGS+= NO_TCLTK=yes Link Here
309
RUN_DEPENDS+=	p5-Term-ReadKey>=0:${PORTSDIR}/devel/p5-Term-ReadKey \
128
RUN_DEPENDS+=	p5-Term-ReadKey>=0:${PORTSDIR}/devel/p5-Term-ReadKey \
310
		p5-subversion>=0:${PORTSDIR}/devel/p5-subversion
129
		p5-subversion>=0:${PORTSDIR}/devel/p5-subversion
311
PLIST_SUB+=	SVN=""
130
PLIST_SUB+=	SVN=""
312
MAN1+=		git-svn.1
313
.else
131
.else
314
PLIST_SUB+=	SVN="@comment "
132
PLIST_SUB+=	SVN="@comment "
315
RMMAN1+=	git-svn.1
316
.endif
133
.endif
317
134
318
.if ${PORT_OPTIONS:MGITWEB}
135
.if ${PORT_OPTIONS:MGITWEB}
Lines 330-336 PLIST_SUB+= CONTRIB="" Link Here
330
BUILD_DEPENDS+=	xmlto:${PORTSDIR}/textproc/xmlto \
147
BUILD_DEPENDS+=	xmlto:${PORTSDIR}/textproc/xmlto \
331
		asciidoc:${PORTSDIR}/textproc/asciidoc \
148
		asciidoc:${PORTSDIR}/textproc/asciidoc \
332
		${LOCALBASE}/share/xml/docbook/4.5/docbookx.dtd:${PORTSDIR}/textproc/docbook-xml-450
149
		${LOCALBASE}/share/xml/docbook/4.5/docbookx.dtd:${PORTSDIR}/textproc/docbook-xml-450
333
MAN1+=		git-subtree.1
334
.else
150
.else
335
PLIST_SUB+=	CONTRIB="@comment "
151
PLIST_SUB+=	CONTRIB="@comment "
336
.endif
152
.endif
Lines 342-359 PLIST_SUB+= P4="@comment " Link Here
342
.endif
158
.endif
343
159
344
.if ${PORT_OPTIONS:MCVS}
160
.if ${PORT_OPTIONS:MCVS}
345
MAN1+=		git-cvsimport.1 git-cvsexportcommit.1 git-cvsserver.1
346
MAN7+=		gitcvs-migration.7
347
PLIST_SUB+=	CVS=""
161
PLIST_SUB+=	CVS=""
348
RUN_DEPENDS+=	cvsps:${PORTSDIR}/devel/cvsps
162
RUN_DEPENDS+=	cvsps:${PORTSDIR}/devel/cvsps
349
.else
163
.else
350
PLIST_SUB+=	CVS="@comment "
164
PLIST_SUB+=	CVS="@comment "
351
RMMAN1+=	git-cvsimport.1 git-cvsexportcommit.1 git-cvsserver.1
352
RMMAN7+=	gitcvs-migration.7
353
.endif
165
.endif
354
166
355
.if ${PORT_OPTIONS:METCSHELLS}
167
.if ${PORT_OPTIONS:METCSHELLS}
356
SHELLS=		/etc/shells
357
PLIST_SUB+=	ETCSHELLS=""
168
PLIST_SUB+=	ETCSHELLS=""
358
.else
169
.else
359
PLIST_SUB+=	ETCSHELLS="@comment "
170
PLIST_SUB+=	ETCSHELLS="@comment "
Lines 368-379 post-extract: Link Here
368
.endif
179
.endif
369
180
370
post-patch:
181
post-patch:
371
.for FILE in ${RMMAN1}
372
	@${RM} ${WRKDIR}/man1/${FILE}
373
.endfor
374
.for FILE in ${RMMAN7}
375
	@${RM} ${WRKDIR}/man7/${FILE}
376
.endfor
377
	@${REINPLACE_CMD} -e 's|share/man/man3|man/man3|' ${WRKSRC}/perl/Makefile.PL
182
	@${REINPLACE_CMD} -e 's|share/man/man3|man/man3|' ${WRKSRC}/perl/Makefile.PL
378
.if empty(PORT_OPTIONS:MCVS)
183
.if empty(PORT_OPTIONS:MCVS)
379
	@${REINPLACE_CMD} -e '/git-cvsexportcommit.perl/d; \
184
	@${REINPLACE_CMD} -e '/git-cvsexportcommit.perl/d; \
Lines 405-454 post-build: Link Here
405
.endif
210
.endif
406
211
407
post-install:
212
post-install:
408
	(cd ${WRKDIR}/man1/ && ${COPYTREE_SHARE} \* ${MANPREFIX}/man/man1)
213
	(cd ${WRKDIR}/man1 && ${COPYTREE_SHARE} . ${STAGEDIR}${MANPREFIX}/man/man1)
409
	(cd ${WRKDIR}/man5/ && ${COPYTREE_SHARE} \* ${MANPREFIX}/man/man5)
214
	(cd ${WRKDIR}/man5 && ${COPYTREE_SHARE} . ${STAGEDIR}${MANPREFIX}/man/man5)
410
	(cd ${WRKDIR}/man7/ && ${COPYTREE_SHARE} \* ${MANPREFIX}/man/man7)
215
	(cd ${WRKDIR}/man7 && ${COPYTREE_SHARE} . ${STAGEDIR}${MANPREFIX}/man/man7)
411
.if ${PORT_OPTIONS:MHTMLDOCS}
216
.if ${PORT_OPTIONS:MHTMLDOCS}
412
	# Manually remove the index.html symlink before installing, and then
217
	# Manually remove the index.html symlink before installing, and then
413
	# recreate it after. This is necessary because the distfile is
218
	# recreate it after. This is necessary because the distfile is
414
	# extracted with --no-same-owner. If the distfile is extracted as a
219
	# extracted with --no-same-owner. If the distfile is extracted as a
415
	# non-root user then the symlink will have the incorrect owner.
220
	# non-root user then the symlink will have the incorrect owner.
416
	${RM} -f ${WRKDIR}/htmldocs/index.html
221
	${RM} -f ${WRKDIR}/htmldocs/index.html
417
	${MKDIR} ${DOCSDIR}
222
	${MKDIR} ${STAGEDIR}${DOCSDIR}
418
	(cd ${WRKDIR}/htmldocs/ && ${COPYTREE_SHARE} \* ${DOCSDIR})
223
	(cd ${WRKDIR}/htmldocs && ${COPYTREE_SHARE} . ${STAGEDIR}${DOCSDIR})
419
	${LN} -s ${DOCSDIR}/git.html ${DOCSDIR}/index.html
224
	${LN} -s git.html ${STAGEDIR}${DOCSDIR}/index.html
420
.endif
225
.endif
421
	-${RM} -f ${PREFIX}/lib/perl5/${PERL_VER}/mach/perllocal.pod
226
	-${RM} -f ${STAGEDIR}${PREFIX}/lib/perl5/${PERL_VER}/mach/perllocal.pod
422
	${MKDIR} ${PREFIX}/share/emacs/site-lisp/git
227
	${MKDIR} ${STAGEDIR}${PREFIX}/share/emacs/site-lisp/git
423
	${MKDIR} ${PREFIX}/lib/xemacs/site-lisp/git
228
	${MKDIR} ${STAGEDIR}${PREFIX}/lib/xemacs/site-lisp/git
424
	${INSTALL_DATA} ${WRKSRC}/contrib/emacs/git.el \
229
	${INSTALL_DATA} ${WRKSRC}/contrib/emacs/git.el \
425
		${PREFIX}/share/emacs/site-lisp/git/
230
		${STAGEDIR}${PREFIX}/share/emacs/site-lisp/git
426
	${INSTALL_DATA} ${WRKSRC}/contrib/emacs/git-blame.el \
231
	${INSTALL_DATA} ${WRKSRC}/contrib/emacs/git-blame.el \
427
		${PREFIX}/share/emacs/site-lisp/git/
232
		${STAGEDIR}${PREFIX}/share/emacs/site-lisp/git
428
	${LN} -sf ${PREFIX}/share/emacs/site-lisp/git/git.el    \
233
	${LN} -sf ${PREFIX}/share/emacs/site-lisp/git/git.el    \
429
		${PREFIX}/lib/xemacs/site-lisp/git/git.el
234
		${STAGEDIR}${PREFIX}/lib/xemacs/site-lisp/git/git.el
430
	${LN} -sf ${PREFIX}/share/emacs/site-lisp/git/git-blame.el \
235
	${LN} -sf ${PREFIX}/share/emacs/site-lisp/git/git-blame.el \
431
		${PREFIX}/lib/xemacs/site-lisp/git/git-blame.el
236
		${STAGEDIR}${PREFIX}/lib/xemacs/site-lisp/git/git-blame.el
432
.if ${PORT_OPTIONS:MCONTRIB}
237
.if ${PORT_OPTIONS:MCONTRIB}
433
	@${ECHO_MSG} "===> Installing contributed scripts"
238
	@${ECHO_MSG} "===> Installing contributed scripts"
434
	${MKDIR} ${PREFIX}/share/git-core/contrib
239
	${MKDIR} ${STAGEDIR}${PREFIX}/share/git-core/contrib
435
	${CP} -R ${WRKSRC}/contrib/* ${PREFIX}/share/git-core/contrib
240
	${CP} -R ${WRKSRC}/contrib/* ${STAGEDIR}${PREFIX}/share/git-core/contrib
436
	cd ${WRKSRC}/contrib/subtree && ${SETENV} ${MAKE_ENV} \
241
	cd ${WRKSRC}/contrib/subtree && ${SETENV} ${MAKE_ENV} \
437
		${GMAKE} ${MAKE_FLAGS} Makefile ${MAKE_ARGS} install install-doc
242
		${MAKE_CMD} ${MAKE_FLAGS} Makefile ${MAKE_ARGS} install install-doc
438
.endif
243
.endif
439
.if ${PORT_OPTIONS:MP4}
244
.if ${PORT_OPTIONS:MP4}
440
	${INSTALL_SCRIPT} ${WRKSRC}/contrib/p4import/git-p4import ${PREFIX}/bin/
245
	${INSTALL_SCRIPT} ${WRKSRC}/contrib/p4import/git-p4import ${STAGEDIR}${PREFIX}/bin
441
	${INSTALL_SCRIPT} ${WRKSRC}/git-p4.py ${PREFIX}/bin/
246
	${INSTALL_SCRIPT} ${WRKSRC}/git-p4.py ${STAGEDIR}${PREFIX}/bin
442
.endif
443
.if ${PORT_OPTIONS:METCSHELLS}
444
	@${ECHO_MSG} "===> Updating ${SHELLS}"
445
	@${CP} ${SHELLS} ${SHELLS}.bak
446
	@(${GREP} -v ${PREFIX}/libexec/git-core/git-shell ${SHELLS}.bak; \
447
	  ${ECHO_CMD} ${PREFIX}/libexec/git-core/git-shell) > ${SHELLS}
448
	@${RM} ${SHELLS}.bak
449
.endif
450
.if ${PORT_OPTIONS:MGITWEB} || ${PORT_OPTIONS:MCONTRIB}
451
	@${CAT} ${PKGMESSAGE}
452
.endif
247
.endif
453
248
454
.include <bsd.port.mk>
249
.include <bsd.port.mk>
(-)devel/git/pkg-plist (+179 lines)
Lines 6-11 bin/git-receive-pack Link Here
6
bin/git-upload-archive
6
bin/git-upload-archive
7
%%CVS%%bin/git-cvsserver
7
%%CVS%%bin/git-cvsserver
8
bin/git-shell
8
bin/git-shell
9
man/man1/git.1.gz
10
man/man1/git-add.1.gz
11
man/man1/git-am.1.gz
12
man/man1/git-annotate.1.gz
13
man/man1/git-apply.1.gz
14
man/man1/git-archimport.1.gz
15
man/man1/git-archive.1.gz
16
man/man1/git-bisect.1.gz
17
man/man1/git-blame.1.gz
18
man/man1/git-branch.1.gz
19
man/man1/git-bundle.1.gz
20
man/man1/git-cat-file.1.gz
21
man/man1/git-check-attr.1.gz
22
man/man1/git-check-ignore.1.gz
23
man/man1/git-check-mailmap.1.gz
24
man/man1/git-check-ref-format.1.gz
25
man/man1/git-checkout-index.1.gz
26
man/man1/git-checkout.1.gz
27
man/man1/git-cherry-pick.1.gz
28
man/man1/git-cherry.1.gz
29
%%GUI%%man/man1/git-citool.1.gz
30
man/man1/git-clean.1.gz
31
man/man1/git-clone.1.gz
32
man/man1/git-column.1.gz
33
man/man1/git-commit-tree.1.gz
34
man/man1/git-commit.1.gz
35
man/man1/git-config.1.gz
36
man/man1/git-count-objects.1.gz
37
man/man1/git-credential.1.gz
38
man/man1/git-credential-cache--daemon.1.gz
39
man/man1/git-credential-cache.1.gz
40
man/man1/git-credential-store.1.gz
41
%%CVS%%man/man1/git-cvsexportcommit.1.gz
42
%%CVS%%man/man1/git-cvsimport.1.gz
43
%%CVS%%man/man1/git-cvsserver.1.gz
44
man/man1/git-daemon.1.gz
45
man/man1/git-describe.1.gz
46
man/man1/git-diff-files.1.gz
47
man/man1/git-diff-index.1.gz
48
man/man1/git-difftool.1.gz
49
man/man1/git-diff-tree.1.gz
50
man/man1/git-diff.1.gz
51
man/man1/git-fast-export.1.gz
52
man/man1/git-fast-import.1.gz
53
man/man1/git-fetch-pack.1.gz
54
man/man1/git-fetch.1.gz
55
man/man1/git-filter-branch.1.gz
56
man/man1/git-fmt-merge-msg.1.gz
57
man/man1/git-for-each-ref.1.gz
58
man/man1/git-format-patch.1.gz
59
man/man1/git-fsck-objects.1.gz
60
man/man1/git-fsck.1.gz
61
man/man1/git-gc.1.gz
62
man/man1/git-get-tar-commit-id.1.gz
63
man/man1/git-grep.1.gz
64
%%GUI%%man/man1/git-gui.1.gz
65
man/man1/git-hash-object.1.gz
66
man/man1/git-help.1.gz
67
man/man1/git-http-backend.1.gz
68
man/man1/git-http-fetch.1.gz
69
man/man1/git-http-push.1.gz
70
man/man1/git-imap-send.1.gz
71
man/man1/git-index-pack.1.gz
72
man/man1/git-init-db.1.gz
73
man/man1/git-init.1.gz
74
man/man1/git-instaweb.1.gz
75
man/man1/git-log.1.gz
76
man/man1/git-lost-found.1.gz
77
man/man1/git-ls-files.1.gz
78
man/man1/git-ls-remote.1.gz
79
man/man1/git-ls-tree.1.gz
80
man/man1/git-mailinfo.1.gz
81
man/man1/git-mailsplit.1.gz
82
man/man1/git-merge-base.1.gz
83
man/man1/git-merge-file.1.gz
84
man/man1/git-merge-index.1.gz
85
man/man1/git-merge-one-file.1.gz
86
man/man1/git-mergetool.1.gz
87
man/man1/git-merge-tree.1.gz
88
man/man1/git-merge.1.gz
89
man/man1/git-mergetool--lib.1.gz
90
man/man1/git-mktag.1.gz
91
man/man1/git-mktree.1.gz
92
man/man1/git-mv.1.gz
93
man/man1/git-name-rev.1.gz
94
man/man1/git-notes.1.gz
95
man/man1/git-p4.1.gz
96
man/man1/git-pack-objects.1.gz
97
man/man1/git-pack-redundant.1.gz
98
man/man1/git-pack-refs.1.gz
99
man/man1/git-parse-remote.1.gz
100
man/man1/git-patch-id.1.gz
101
man/man1/git-peek-remote.1.gz
102
man/man1/git-prune-packed.1.gz
103
man/man1/git-prune.1.gz
104
man/man1/git-pull.1.gz
105
man/man1/git-push.1.gz
106
man/man1/git-quiltimport.1.gz
107
man/man1/git-read-tree.1.gz
108
man/man1/git-rebase.1.gz
109
man/man1/git-receive-pack.1.gz
110
man/man1/git-reflog.1.gz
111
man/man1/git-relink.1.gz
112
man/man1/git-remote-ext.1.gz
113
man/man1/git-remote-fd.1.gz
114
man/man1/git-remote-testgit.1.gz
115
man/man1/git-remote.1.gz
116
man/man1/git-repack.1.gz
117
man/man1/git-replace.1.gz
118
man/man1/git-repo-config.1.gz
119
man/man1/git-request-pull.1.gz
120
man/man1/git-rerere.1.gz
121
man/man1/git-reset.1.gz
122
man/man1/git-rev-list.1.gz
123
man/man1/git-rev-parse.1.gz
124
man/man1/git-revert.1.gz
125
man/man1/git-rm.1.gz
126
man/man1/git-send-email.1.gz
127
man/man1/git-send-pack.1.gz
128
man/man1/git-sh-setup.1.gz
129
man/man1/git-sh-i18n.1.gz
130
man/man1/git-sh-i18n--envsubst.1.gz
131
man/man1/git-shell.1.gz
132
man/man1/git-shortlog.1.gz
133
man/man1/git-show-branch.1.gz
134
man/man1/git-show-index.1.gz
135
man/man1/git-show-ref.1.gz
136
man/man1/git-show.1.gz
137
man/man1/git-stage.1.gz
138
man/man1/git-stash.1.gz
139
man/man1/git-status.1.gz
140
man/man1/git-stripspace.1.gz
141
man/man1/git-submodule.1.gz
142
%%CONTRIB%%man/man1/git-subtree.1.gz
143
%%SVN%%man/man1/git-svn.1.gz
144
man/man1/git-symbolic-ref.1.gz
145
man/man1/git-tag.1.gz
146
man/man1/git-tar-tree.1.gz
147
man/man1/git-unpack-file.1.gz
148
man/man1/git-unpack-objects.1.gz
149
man/man1/git-update-index.1.gz
150
man/man1/git-update-ref.1.gz
151
man/man1/git-update-server-info.1.gz
152
man/man1/git-upload-archive.1.gz
153
man/man1/git-upload-pack.1.gz
154
man/man1/git-var.1.gz
155
man/man1/git-verify-pack.1.gz
156
man/man1/git-verify-tag.1.gz
157
man/man1/git-web--browse.1.gz
158
man/man1/git-whatchanged.1.gz
159
man/man1/git-write-tree.1.gz
160
%%GUI%%man/man1/gitk.1.gz
161
man/man1/gitremote-helpers.1.gz
162
man/man1/gitweb.1.gz
163
%%PERLSUB%%man/man3/Git.3.gz
164
%%PERLSUB%%man/man3/Git::I18N.3.gz
165
%%PERLSUB%%man/man3/Git::SVN::Editor.3.gz
166
%%PERLSUB%%man/man3/Git::SVN::Fetcher.3.gz
167
%%PERLSUB%%man/man3/Git::SVN::Memoize::YAML.3.gz
168
%%PERLSUB%%man/man3/Git::SVN::Prompt.3.gz
169
%%PERLSUB%%man/man3/Git::SVN::Ra.3.gz
170
%%PERLSUB%%man/man3/Git::SVN::Utils.3.gz
171
man/man5/gitattributes.5.gz
172
man/man5/githooks.5.gz
173
man/man5/gitignore.5.gz
174
man/man5/gitmodules.5.gz
175
man/man5/gitrepository-layout.5.gz
176
man/man5/gitweb.conf.5.gz
177
man/man7/gitcli.7.gz
178
man/man7/gitcredentials.7.gz
179
%%CVS%%man/man7/gitcvs-migration.7.gz
180
man/man7/gitglossary.7.gz
181
man/man7/gittutorial.7.gz
182
man/man7/gitcore-tutorial.7.gz
183
man/man7/gitdiffcore.7.gz
184
man/man7/gittutorial-2.7.gz
185
man/man7/gitworkflows.7.gz
186
man/man7/gitrevisions.7.gz
187
man/man7/gitnamespaces.7.gz
9
libexec/git-core/git
188
libexec/git-core/git
10
libexec/git-core/git-add
189
libexec/git-core/git-add
11
libexec/git-core/git-add--interactive
190
libexec/git-core/git-add--interactive

Return to bug 186696