Ravenports generated: 08 Feb 2023 00:14
[ravenports.git] / bucket_46 / git
1 # Buildsheet autogenerated by ravenadm tool -- Do not edit.
2
3 NAMEBASE=               git
4 VERSION=                2.39.1
5 KEYWORDS=               devel net
6 VARIANTS=               standard lite
7 SDESC[lite]=            Distributed version control system (minimal)
8 SDESC[standard]=        Distributed version control system
9 HOMEPAGE=               https://git-scm.com/
10 CONTACT=                nobody
11
12 DOWNLOAD_GROUPS=        main
13 SITES[main]=            https://www.kernel.org/pub/software/scm/git/
14 DISTFILE[1]=            git-2.39.1.tar.xz:main
15 DISTFILE[2]=            git-manpages-2.39.1.tar.xz:main
16 DISTFILE[3]=            git-htmldocs-2.39.1.tar.xz:main
17 DF_INDEX=               1 2
18 SPKGS[lite]=            primary
19 SPKGS[standard]=        complete
20                         primary
21                         nls
22                         examples
23                         docs
24
25 OPTIONS_AVAILABLE=      LITE SVN
26 OPTIONS_STANDARD=       SVN
27 VOPTS[lite]=            LITE=ON SVN=OFF
28
29 BUILDRUN_DEPENDS=       curl:primary:standard
30
31 USERS=                  git_daemon
32 GROUPS=                 git_daemon
33 USERGROUP_SPKG=         primary
34
35 USES=                   cpe autoreconf gmake iconv ssl zlib shebangfix pcre
36                         expat python:build
37
38 EXTRACT_DIRTY=          3
39
40 LICENSE=                GPLv2:primary
41 LICENSE_TERMS=          primary:{{WRKDIR}}/TERMS
42 LICENSE_FILE=           GPLv2:{{WRKSRC}}/COPYING
43 LICENSE_AWK=            TERMS:"^Please read the file"
44 LICENSE_SOURCE=         TERMS:{{WRKSRC}}/README.md
45 LICENSE_SCHEME=         solo
46
47 FPC_EQUIVALENT=         devel/git
48 SHEBANG_FILES=          *.perl
49                         */*.perl
50                         */*/*.perl
51                         */*.pl
52                         */*/*.pl
53                         */*/*/*.pl
54                         t/*/*/pre
55                         t/*/*/post
56                         t/Git-SVN/Utils/*.t
57                         t/t7519/fsmonitor-watchman
58                         git-p4.py
59                         contrib/hg-to-git/hg-to-git.py
60                         contrib/hooks/update-paranoid
61                         contrib/fast-import/import-zips.py
62                         contrib/remote-helpers/git-remote-bzr
63                         contrib/remote-helpers/git-remote-hg
64                         contrib/buildsystems/generate
65                         contrib/contacts/git-contacts
66                         contrib/credential/netrc/git-credential-netrc.perl
67                         templates/hooks--fsmonitor-watchman.sample
68
69 MUST_CONFIGURE=         gnu
70 CONFIGURE_ARGS=         --enable-pthreads=-pthread
71                         --with-libpcre
72
73 BUILD_TARGET=           all strip
74 MAKE_ENV=               V=1
75                         CURLDIR={{LOCALBASE}}
76
77 INSTALL_REQ_TOOLCHAIN=  yes
78 RC_SUBR=                git_daemon:primary
79
80 [LITE].DESCRIPTION=                     Drop non-essential functionality and their deps
81 [LITE].BUILDRUN_DEPENDS_OFF=            perl-Error:single:perl_default
82 [LITE].BUILD_DEPENDS_OFF=               xmlto:single:standard
83                                         asciidoc:single:standard
84 [LITE].CONFIGURE_ARGS_OFF=              --with-python={{PYTHON_CMD}}
85                                         --with-perl={{PERL}}
86 [LITE].CONFIGURE_ARGS_ON=               --without-python
87 [LITE].DF_INDEX_OFF=                    3
88 [LITE].MAKE_ARGS_OFF=                   TCL_PATH={{TCLSH}}
89                                         TCLTK_PATH={{WISH}}
90 [LITE].MAKE_ARGS_ON=                    NO_TCLTK=yes
91                                         NO_PERL=yes
92                                         NO_GETTEXT=yes
93 [LITE].SUB_FILES_OFF=                   pkg-message-primary
94 [LITE].USES_OFF=                        gettext
95                                         tcl:tk
96                                         perl
97 [LITE].USES_ON=                         perl:build
98
99 [SVN].DESCRIPTION=                      Support for subversion repositories
100 [SVN].RUN_DEPENDS_ON=                   perl-TermReadKey:single:perl_default
101                                         perl-subversion:single:perl_default
102
103 post-install-LITE-OFF:
104         # p4 support
105         ${INSTALL_SCRIPT} ${WRKSRC}/git-p4.py ${STAGEDIR}${PREFIX}/bin/
106         # contrib support
107         @${ECHO_MSG} "===> Installing contributed scripts"
108         ${MKDIR} ${STAGEDIR}${PREFIX}/share/git-core/contrib
109         ${CP} -R ${WRKSRC}/contrib/* ${STAGEDIR}${PREFIX}/share/git-core/contrib
110         # Symlink the completions from the contrib directory to where they
111         # will be useful
112         @${MKDIR} ${STAGEDIR}${PREFIX}/etc/bash_completion.d
113         ${LN} -s ../../share/git-core/contrib/completion/git-completion.bash \
114                 ${STAGEDIR}${PREFIX}/etc/bash_completion.d/git.sh
115         # subtree support
116         (cd ${WRKSRC}/contrib/subtree && ${SETENV} ${MAKE_ENV} \
117                 ${MAKE_CMD} ${MAKE_FLAGS} Makefile ${MAKE_ARGS} \
118                 install install-doc)
119         # htmldocs support
120         # Manually remove the index.html symlink before installing, and then
121         # recreate it after. This is necessary because the distfile is
122         # extracted with --no-same-owner. If the distfile is extracted as a
123         # non-root user then the symlink will have the incorrect owner.
124         ${RM} ${WRKDIR}/git_3/index.html
125         ${MKDIR} ${STAGEDIR}${STD_DOCDIR}
126         (cd ${WRKDIR}/git_3 && ${COPYTREE_SHARE} . ${STAGEDIR}${STD_DOCDIR})
127         ${LN} -s git.html ${STAGEDIR}${STD_DOCDIR}/index.html
128         ${PYTHON_CMD} ${FILESDIR}/packdoc.py "${STAGEDIR}" "${PREFIX}"
129
130 post-patch-LITE-ON:
131 .for FILE in git-citool.1 git-gui.1 gitk.1 git-cvsimport.1 \
132         git-cvsexportcommit.1 git-cvsserver.1
133         ${RM} ${WRKDIR}/man1/${FILE}
134 .endfor
135         ${RM} ${WRKDIR}/man7/gitcvs-migration.7
136         ${REINPLACE_CMD} -e '/git-cvsexportcommit.perl/d; \
137                 /git-cvsimport.perl/d; \
138                 /git-cvsserver.perl/d; \
139                 /documented,gitcvs-migration/d; \
140                 /$$(MAKE) -C gitweb install/d; \
141                 /^SCRIPT_PYTHON += git-p4.py$$/d; \
142                 /(INSTALL) .(BINDIR_PROGRAMS_NO_X)/d; \
143                 s/git-cvsserver//' \
144                 ${WRKSRC}/Makefile
145         ${REINPLACE_CMD} -e 's|/bin/bash|/bin/sh|' \
146                 ${WRKSRC}/contrib/subtree/git-subtree.sh
147
148 post-build-LITE-OFF:
149         ${FIND} ${WRKSRC} -name "*.bak" -delete
150         ${SETENV} ${MAKE_ENV} ${MAKE_CMD} -C ${WRKSRC}/contrib/diff-highlight
151         ${RM} ${WRKSRC}/contrib/diff-highlight/shebang.perl
152
153 post-install-LITE-ON:
154         # contrib support
155         ${MKDIR} ${STAGEDIR}${PREFIX}/etc/bash_completion.d
156         ${INSTALL_SCRIPT} ${WRKSRC}/contrib/completion/git-completion.bash \
157                 ${STAGEDIR}${PREFIX}/etc/bash_completion.d/git.sh
158
159 post-install:
160         (cd ${WRKDIR}/man1/ && ${COPYTREE_SHARE} . ${STAGEDIR}${MANPREFIX}/man/man1)
161         (cd ${WRKDIR}/man5/ && ${COPYTREE_SHARE} . ${STAGEDIR}${MANPREFIX}/man/man5)
162         (cd ${WRKDIR}/man7/ && ${COPYTREE_SHARE} . ${STAGEDIR}${MANPREFIX}/man/man7)
163         ${MKDIR} ${STAGEDIR}${PREFIX}/share/emacs/site-lisp/git
164         ${INSTALL_DATA} ${WRKSRC}/contrib/emacs/git.el \
165                 ${STAGEDIR}${PREFIX}/share/emacs/site-lisp/git/
166         ${INSTALL_DATA} ${WRKSRC}/contrib/emacs/git-blame.el \
167                 ${STAGEDIR}${PREFIX}/share/emacs/site-lisp/git/
168         ${RMDIR} ${STAGEDIR}${PREFIX}/share/git-core/templates/branches
169         # Strip got missed
170         ${STRIP_CMD} ${STAGEDIR}${PREFIX}/bin/scalar
171         ${STRIP_CMD} ${STAGEDIR}${PREFIX}/libexec/git-core/scalar
172
173 post-patch-LITE-OFF:
174         ${REINPLACE_CMD} -e "s,/usr/bin/perl,${PERL}," \
175                 ${WRKSRC}/contrib/diff-highlight/Makefile
176
177 post-patch-SVN-OFF:
178         ${RM} ${WRKDIR}/man1/git-svn.1
179         ${REINPLACE_CMD} -e '/git-svn.perl/d' ${WRKSRC}/Makefile
180
181 [FILE:398:descriptions/desc.primary.standard]
182 Git is a free and open source distributed version control system designed
183 to handle everything from small to very large projects with speed and
184 efficiency.
185
186 Git is easy to learn and has a tiny footprint with lightning fast
187 performance. It outclasses SCM tools like Subversion, CVS, Perforce, and
188 ClearCase with features like cheap local branching, convenient staging
189 areas, and multiple workflows.
190
191
192 [FILE:227:descriptions/desc.primary.lite]
193 Git is a free and open source distributed version control system designed
194 to handle everything from small to very large projects with speed and
195 efficiency.
196
197 This package contains the "lite" (minimal capability) variant of git.
198
199
200 [FILE:306:distinfo]
201 40a38a0847b30c371b35873b3afcf123885dd41ea3ecbbf510efa97f3ce5c161      7160744 git-2.39.1.tar.xz
202 b522a58e963fd5137f660802ec5a93283abfa3eaa0f069ebb6e7f00e529cc775       557012 git-manpages-2.39.1.tar.xz
203 032de9396c907383c8236e094a038191d54822a212390c2ce2fcd749db90dfd0      1504172 git-htmldocs-2.39.1.tar.xz
204
205
206 [FILE:12451:manifests/plist.primary.standard]
207 %%SVN-ON%%libexec/git-core/git-svn
208 %%SVN-ON%%share/man/man1/git-svn.1.gz
209 bin/
210  git
211  git-cvsserver
212  git-p4.py
213  git-receive-pack
214  git-shell
215  git-upload-archive
216  git-upload-pack
217  gitk
218  scalar
219 etc/bash_completion.d/git.sh
220 libexec/git-core/
221  git
222  git-add
223  git-add--interactive
224  git-am
225  git-annotate
226  git-apply
227  git-archimport
228  git-archive
229  git-bisect
230  git-bisect--helper
231  git-blame
232  git-branch
233  git-bugreport
234  git-bundle
235  git-cat-file
236  git-check-attr
237  git-check-ignore
238  git-check-mailmap
239  git-check-ref-format
240  git-checkout
241  git-checkout--worker
242  git-checkout-index
243  git-cherry
244  git-cherry-pick
245  git-citool
246  git-clean
247  git-clone
248  git-column
249  git-commit
250  git-commit-graph
251  git-commit-tree
252  git-config
253  git-count-objects
254  git-credential
255  git-credential-cache
256  git-credential-cache--daemon
257  git-credential-store
258  git-cvsexportcommit
259  git-cvsimport
260  git-cvsserver
261  git-daemon
262  git-describe
263  git-diagnose
264  git-diff
265  git-diff-files
266  git-diff-index
267  git-diff-tree
268  git-difftool
269  git-difftool--helper
270  git-env--helper
271  git-fast-export
272  git-fast-import
273  git-fetch
274  git-fetch-pack
275  git-filter-branch
276  git-fmt-merge-msg
277  git-for-each-ref
278  git-for-each-repo
279  git-format-patch
280  git-fsck
281  git-fsck-objects
282  git-fsmonitor--daemon
283  git-gc
284  git-get-tar-commit-id
285  git-grep
286  git-gui
287  git-gui--askpass
288  git-hash-object
289  git-help
290  git-hook
291  git-http-backend
292  git-http-fetch
293  git-http-push
294  git-imap-send
295  git-index-pack
296  git-init
297  git-init-db
298  git-instaweb
299  git-interpret-trailers
300  git-log
301  git-ls-files
302  git-ls-remote
303  git-ls-tree
304  git-mailinfo
305  git-mailsplit
306  git-maintenance
307  git-merge
308  git-merge-base
309  git-merge-file
310  git-merge-index
311  git-merge-octopus
312  git-merge-one-file
313  git-merge-ours
314  git-merge-recursive
315  git-merge-resolve
316  git-merge-subtree
317  git-merge-tree
318  git-mergetool
319  git-mergetool--lib
320  git-mktag
321  git-mktree
322  git-multi-pack-index
323  git-mv
324  git-name-rev
325  git-notes
326  git-p4
327  git-pack-objects
328  git-pack-redundant
329  git-pack-refs
330  git-patch-id
331  git-prune
332  git-prune-packed
333  git-pull
334  git-push
335  git-quiltimport
336  git-range-diff
337  git-read-tree
338  git-rebase
339  git-receive-pack
340  git-reflog
341  git-remote
342  git-remote-ext
343  git-remote-fd
344  git-remote-ftp
345  git-remote-ftps
346  git-remote-http
347  git-remote-https
348  git-repack
349  git-replace
350  git-request-pull
351  git-rerere
352  git-reset
353  git-restore
354  git-rev-list
355  git-rev-parse
356  git-revert
357  git-rm
358  git-send-email
359  git-send-pack
360  git-sh-i18n
361  git-sh-i18n--envsubst
362  git-sh-setup
363  git-shell
364  git-shortlog
365  git-show
366  git-show-branch
367  git-show-index
368  git-show-ref
369  git-sparse-checkout
370  git-stage
371  git-stash
372  git-status
373  git-stripspace
374  git-submodule
375  git-submodule--helper
376  git-subtree
377  git-switch
378  git-symbolic-ref
379  git-tag
380  git-unpack-file
381  git-unpack-objects
382  git-update-index
383  git-update-ref
384  git-update-server-info
385  git-upload-archive
386  git-upload-pack
387  git-var
388  git-verify-commit
389  git-verify-pack
390  git-verify-tag
391  git-version
392  git-web--browse
393  git-whatchanged
394  git-worktree
395  git-write-tree
396  scalar
397 libexec/git-core/mergetools/
398  araxis
399  bc
400  codecompare
401  deltawalker
402  diffmerge
403  diffuse
404  ecmerge
405  emerge
406  examdiff
407  guiffy
408  gvimdiff
409  kdiff3
410  kompare
411  meld
412  nvimdiff
413  opendiff
414  p4merge
415  smerge
416  tkdiff
417  tortoisemerge
418  vimdiff
419  winmerge
420  xxdiff
421 share/emacs/site-lisp/git/
422  git-blame.el
423  git.el
424 share/git-core/contrib/
425  README
426  coverage-diff.sh
427  git-resurrect.sh
428  remotes2config.sh
429  rerere-train.sh
430 share/git-core/contrib/buildsystems/
431  CMakeLists.txt
432  Generators.pm
433  engine.pl
434  generate
435  parse.pl
436 share/git-core/contrib/buildsystems/Generators/
437  QMake.pm
438  Vcproj.pm
439  Vcxproj.pm
440 share/git-core/contrib/coccinelle/
441  .gitignore
442  README
443  array.cocci
444  commit.cocci
445  equals-null.cocci
446  flex_alloc.cocci
447  free.cocci
448  hashmap.cocci
449  index-compatibility.cocci
450  index-compatibility.pending.cocci
451  object_id.cocci
452  preincr.cocci
453  qsort.cocci
454  spatchcache
455  strbuf.cocci
456  swap.cocci
457  the_repository.pending.cocci
458  unused.cocci
459  xcalloc.cocci
460  xopen.cocci
461  xstrdup_or_null.cocci
462 share/git-core/contrib/coccinelle/tests/
463  free.c
464  free.res
465  unused.c
466  unused.res
467 share/git-core/contrib/completion/
468  .gitattributes
469  git-completion.bash
470  git-completion.tcsh
471  git-completion.zsh
472  git-prompt.sh
473 share/git-core/contrib/contacts/
474  .gitignore
475  Makefile
476  git-contacts
477  git-contacts.txt
478 share/git-core/contrib/credential/gnome-keyring/
479  .gitignore
480  Makefile
481  git-credential-gnome-keyring.c
482 share/git-core/contrib/credential/libsecret/
483  Makefile
484  git-credential-libsecret.c
485 share/git-core/contrib/credential/netrc/
486  .gitignore
487  Makefile
488  git-credential-netrc.perl
489  t-git-credential-netrc.sh
490  test.command-option-gpg
491  test.git-config-gpg
492  test.netrc
493  test.netrc.gpg
494  test.pl
495 share/git-core/contrib/credential/osxkeychain/
496  .gitignore
497  Makefile
498  git-credential-osxkeychain.c
499 share/git-core/contrib/credential/wincred/
500  Makefile
501  git-credential-wincred.c
502 share/git-core/contrib/diff-highlight/
503  .gitignore
504  DiffHighlight.pm
505  Makefile
506  README
507  diff-highlight
508  diff-highlight.perl
509 share/git-core/contrib/diff-highlight/t/
510  .gitignore
511  Makefile
512  t9400-diff-highlight.sh
513 share/git-core/contrib/emacs/
514  README
515  git-blame.el
516  git.el
517 share/git-core/contrib/examples/README
518 share/git-core/contrib/fast-import/
519  git-import.perl
520  git-import.sh
521  git-p4.README
522  import-directories.perl
523  import-tars.perl
524  import-zips.py
525 share/git-core/contrib/git-jump/
526  README
527  git-jump
528 share/git-core/contrib/git-shell-commands/
529  README
530  help
531  list
532 share/git-core/contrib/hg-to-git/
533  hg-to-git.py
534  hg-to-git.txt
535 share/git-core/contrib/hooks/
536  post-receive-email
537  pre-auto-gc-battery
538  setgitperms.perl
539  update-paranoid
540 share/git-core/contrib/hooks/multimail/README.Git
541 share/git-core/contrib/long-running-filter/example.pl
542 share/git-core/contrib/mw-to-git/
543  .gitignore
544  .perlcriticrc
545  Makefile
546  git-mw.perl
547  git-remote-mediawiki.perl
548  git-remote-mediawiki.txt
549 share/git-core/contrib/mw-to-git/Git/Mediawiki.pm
550 share/git-core/contrib/mw-to-git/bin-wrapper/git
551 share/git-core/contrib/mw-to-git/t/
552  .gitignore
553  Makefile
554  README
555  install-wiki.sh
556  push-pull-tests.sh
557  t9360-mw-to-git-clone.sh
558  t9361-mw-to-git-push-pull.sh
559  t9362-mw-to-git-utf8.sh
560  t9363-mw-to-git-export-import.sh
561  t9364-pull-by-rev.sh
562  t9365-continuing-queries.sh
563  test-gitmw-lib.sh
564  test-gitmw.pl
565  test.config
566 share/git-core/contrib/persistent-https/
567  LICENSE
568  Makefile
569  README
570  client.go
571  main.go
572  proxy.go
573  socket.go
574 share/git-core/contrib/remote-helpers/
575  README
576  git-remote-bzr
577  git-remote-hg
578 share/git-core/contrib/stats/
579  git-common-hash
580  mailmap.pl
581  packinfo.pl
582 share/git-core/contrib/subtree/
583  .gitignore
584  COPYING
585  INSTALL
586  Makefile
587  Makefile.orig
588  README
589  git-subtree.sh
590  git-subtree.txt
591  todo
592 share/git-core/contrib/subtree/t/
593  Makefile
594  t7900-subtree.sh
595 share/git-core/contrib/thunderbird-patch-inline/
596  README
597  appp.sh
598 share/git-core/contrib/update-unicode/
599  .gitignore
600  README
601  update_unicode.sh
602 share/git-core/contrib/vscode/
603  .gitattributes
604  README.md
605  init.sh
606 share/git-core/contrib/workdir/
607  .gitattributes
608  git-new-workdir
609 share/git-core/templates/description
610 share/git-core/templates/hooks/
611  applypatch-msg.sample
612  commit-msg.sample
613  fsmonitor-watchman.sample
614  post-update.sample
615  pre-applypatch.sample
616  pre-commit.sample
617  pre-merge-commit.sample
618  pre-push.sample
619  pre-rebase.sample
620  pre-receive.sample
621  prepare-commit-msg.sample
622  push-to-checkout.sample
623  update.sample
624 share/git-core/templates/info/exclude
625 share/git-gui/lib/
626  about.tcl
627  blame.tcl
628  branch.tcl
629  branch_checkout.tcl
630  branch_create.tcl
631  branch_delete.tcl
632  branch_rename.tcl
633  browser.tcl
634  checkout_op.tcl
635  choose_font.tcl
636  choose_repository.tcl
637  choose_rev.tcl
638  chord.tcl
639  class.tcl
640  commit.tcl
641  console.tcl
642  database.tcl
643  date.tcl
644  diff.tcl
645  encoding.tcl
646  error.tcl
647  git-gui.ico
648  index.tcl
649  line.tcl
650  logo.tcl
651  merge.tcl
652  mergetool.tcl
653  option.tcl
654  remote.tcl
655  remote_add.tcl
656  remote_branch_delete.tcl
657  search.tcl
658  shortcut.tcl
659  spellcheck.tcl
660  sshkey.tcl
661  status_bar.tcl
662  tclIndex
663  themed.tcl
664  tools.tcl
665  tools_dlg.tcl
666  transport.tcl
667  win32.tcl
668  win32_shortcut.js
669 share/git-gui/lib/msgs/
670  bg.msg
671  de.msg
672  el.msg
673  fr.msg
674  hu.msg
675  it.msg
676  ja.msg
677  nb.msg
678  pt_br.msg
679  pt_pt.msg
680  ru.msg
681  sv.msg
682  vi.msg
683  zh_cn.msg
684 share/gitk/lib/msgs/
685  bg.msg
686  ca.msg
687  de.msg
688  es.msg
689  fr.msg
690  hu.msg
691  it.msg
692  ja.msg
693  pt_br.msg
694  pt_pt.msg
695  ru.msg
696  sv.msg
697  vi.msg
698  zh_cn.msg
699 share/man/man1/
700  git-add.1.gz
701  git-am.1.gz
702  git-annotate.1.gz
703  git-apply.1.gz
704  git-archimport.1.gz
705  git-archive.1.gz
706  git-bisect.1.gz
707  git-blame.1.gz
708  git-branch.1.gz
709  git-bugreport.1.gz
710  git-bundle.1.gz
711  git-cat-file.1.gz
712  git-check-attr.1.gz
713  git-check-ignore.1.gz
714  git-check-mailmap.1.gz
715  git-check-ref-format.1.gz
716  git-checkout-index.1.gz
717  git-checkout.1.gz
718  git-cherry-pick.1.gz
719  git-cherry.1.gz
720  git-citool.1.gz
721  git-clean.1.gz
722  git-clone.1.gz
723  git-column.1.gz
724  git-commit-graph.1.gz
725  git-commit-tree.1.gz
726  git-commit.1.gz
727  git-config.1.gz
728  git-count-objects.1.gz
729  git-credential-cache--daemon.1.gz
730  git-credential-cache.1.gz
731  git-credential-store.1.gz
732  git-credential.1.gz
733  git-cvsexportcommit.1.gz
734  git-cvsimport.1.gz
735  git-cvsserver.1.gz
736  git-daemon.1.gz
737  git-describe.1.gz
738  git-diagnose.1.gz
739  git-diff-files.1.gz
740  git-diff-index.1.gz
741  git-diff-tree.1.gz
742  git-diff.1.gz
743  git-difftool.1.gz
744  git-fast-export.1.gz
745  git-fast-import.1.gz
746  git-fetch-pack.1.gz
747  git-fetch.1.gz
748  git-filter-branch.1.gz
749  git-fmt-merge-msg.1.gz
750  git-for-each-ref.1.gz
751  git-for-each-repo.1.gz
752  git-format-patch.1.gz
753  git-fsck-objects.1.gz
754  git-fsck.1.gz
755  git-fsmonitor--daemon.1.gz
756  git-gc.1.gz
757  git-get-tar-commit-id.1.gz
758  git-grep.1.gz
759  git-gui.1.gz
760  git-hash-object.1.gz
761  git-help.1.gz
762  git-hook.1.gz
763  git-http-backend.1.gz
764  git-http-fetch.1.gz
765  git-http-push.1.gz
766  git-imap-send.1.gz
767  git-index-pack.1.gz
768  git-init-db.1.gz
769  git-init.1.gz
770  git-instaweb.1.gz
771  git-interpret-trailers.1.gz
772  git-log.1.gz
773  git-ls-files.1.gz
774  git-ls-remote.1.gz
775  git-ls-tree.1.gz
776  git-mailinfo.1.gz
777  git-mailsplit.1.gz
778  git-maintenance.1.gz
779  git-merge-base.1.gz
780  git-merge-file.1.gz
781  git-merge-index.1.gz
782  git-merge-one-file.1.gz
783  git-merge-tree.1.gz
784  git-merge.1.gz
785  git-mergetool--lib.1.gz
786  git-mergetool.1.gz
787  git-mktag.1.gz
788  git-mktree.1.gz
789  git-multi-pack-index.1.gz
790  git-mv.1.gz
791  git-name-rev.1.gz
792  git-notes.1.gz
793  git-p4.1.gz
794  git-pack-objects.1.gz
795  git-pack-redundant.1.gz
796  git-pack-refs.1.gz
797  git-patch-id.1.gz
798  git-prune-packed.1.gz
799  git-prune.1.gz
800  git-pull.1.gz
801  git-push.1.gz
802  git-quiltimport.1.gz
803  git-range-diff.1.gz
804  git-read-tree.1.gz
805  git-rebase.1.gz
806  git-receive-pack.1.gz
807  git-reflog.1.gz
808  git-remote-ext.1.gz
809  git-remote-fd.1.gz
810  git-remote.1.gz
811  git-repack.1.gz
812  git-replace.1.gz
813  git-request-pull.1.gz
814  git-rerere.1.gz
815  git-reset.1.gz
816  git-restore.1.gz
817  git-rev-list.1.gz
818  git-rev-parse.1.gz
819  git-revert.1.gz
820  git-rm.1.gz
821  git-send-email.1.gz
822  git-send-pack.1.gz
823  git-sh-i18n--envsubst.1.gz
824  git-sh-i18n.1.gz
825  git-sh-setup.1.gz
826  git-shell.1.gz
827  git-shortlog.1.gz
828  git-show-branch.1.gz
829  git-show-index.1.gz
830  git-show-ref.1.gz
831  git-show.1.gz
832  git-sparse-checkout.1.gz
833  git-stage.1.gz
834  git-stash.1.gz
835  git-status.1.gz
836  git-stripspace.1.gz
837  git-submodule.1.gz
838  git-subtree.1.gz
839  git-switch.1.gz
840  git-symbolic-ref.1.gz
841  git-tag.1.gz
842  git-unpack-file.1.gz
843  git-unpack-objects.1.gz
844  git-update-index.1.gz
845  git-update-ref.1.gz
846  git-update-server-info.1.gz
847  git-upload-archive.1.gz
848  git-upload-pack.1.gz
849  git-var.1.gz
850  git-verify-commit.1.gz
851  git-verify-pack.1.gz
852  git-verify-tag.1.gz
853  git-version.1.gz
854  git-web--browse.1.gz
855  git-whatchanged.1.gz
856  git-worktree.1.gz
857  git-write-tree.1.gz
858  git.1.gz
859  gitk.1.gz
860  gitweb.1.gz
861  scalar.1.gz
862 share/man/man5/
863  gitattributes.5.gz
864  gitformat-bundle.5.gz
865  gitformat-chunk.5.gz
866  gitformat-commit-graph.5.gz
867  gitformat-index.5.gz
868  gitformat-pack.5.gz
869  gitformat-signature.5.gz
870  githooks.5.gz
871  gitignore.5.gz
872  gitmailmap.5.gz
873  gitmodules.5.gz
874  gitprotocol-capabilities.5.gz
875  gitprotocol-common.5.gz
876  gitprotocol-http.5.gz
877  gitprotocol-pack.5.gz
878  gitprotocol-v2.5.gz
879  gitrepository-layout.5.gz
880  gitweb.conf.5.gz
881 share/man/man7/
882  gitcli.7.gz
883  gitcore-tutorial.7.gz
884  gitcredentials.7.gz
885  gitcvs-migration.7.gz
886  gitdiffcore.7.gz
887  giteveryday.7.gz
888  gitfaq.7.gz
889  gitglossary.7.gz
890  gitnamespaces.7.gz
891  gitremote-helpers.7.gz
892  gitrevisions.7.gz
893  gitsubmodules.7.gz
894  gittutorial-2.7.gz
895  gittutorial.7.gz
896  gitworkflows.7.gz
897 share/perl5/Git.pm
898 share/perl5/FromCPAN/Error.pm
899 share/perl5/FromCPAN/Mail/Address.pm
900 share/perl5/Git/
901  I18N.pm
902  IndexInfo.pm
903  LoadCPAN.pm
904  Packet.pm
905  SVN.pm
906 share/perl5/Git/LoadCPAN/Error.pm
907 share/perl5/Git/LoadCPAN/Mail/Address.pm
908 share/perl5/Git/SVN/
909  Editor.pm
910  Fetcher.pm
911  GlobSpec.pm
912  Log.pm
913  Migration.pm
914  Prompt.pm
915  Ra.pm
916  Utils.pm
917 share/perl5/Git/SVN/Memoize/YAML.pm
918
919
920 [FILE:639:manifests/plist.nls]
921 share/locale/bg/LC_MESSAGES/git.mo
922 share/locale/ca/LC_MESSAGES/git.mo
923 share/locale/de/LC_MESSAGES/git.mo
924 share/locale/el/LC_MESSAGES/git.mo
925 share/locale/es/LC_MESSAGES/git.mo
926 share/locale/fr/LC_MESSAGES/git.mo
927 share/locale/id/LC_MESSAGES/git.mo
928 share/locale/is/LC_MESSAGES/git.mo
929 share/locale/it/LC_MESSAGES/git.mo
930 share/locale/ko/LC_MESSAGES/git.mo
931 share/locale/pl/LC_MESSAGES/git.mo
932 share/locale/pt_PT/LC_MESSAGES/git.mo
933 share/locale/ru/LC_MESSAGES/git.mo
934 share/locale/sv/LC_MESSAGES/git.mo
935 share/locale/tr/LC_MESSAGES/git.mo
936 share/locale/vi/LC_MESSAGES/git.mo
937 share/locale/zh_CN/LC_MESSAGES/git.mo
938 share/locale/zh_TW/LC_MESSAGES/git.mo
939
940
941 [FILE:125:manifests/plist.examples]
942 share/examples/git/gitweb/gitweb.cgi
943 share/examples/git/gitweb/static/
944  git-favicon.png
945  git-logo.png
946  gitweb.css
947  gitweb.js
948
949
950 [FILE:11447:manifests/plist.docs]
951 share/doc/git/
952  MyFirstContribution.html
953  MyFirstContribution.txt
954  MyFirstObjectWalk.html
955  MyFirstObjectWalk.txt
956  ReviewingGuidelines.html
957  ReviewingGuidelines.txt
958  SubmittingPatches.html
959  SubmittingPatches.txt
960  ToolsForGit.html
961  ToolsForGit.txt
962  blame-options.txt
963  cmds-ancillaryinterrogators.txt
964  cmds-ancillarymanipulators.txt
965  cmds-developerinterfaces.txt
966  cmds-foreignscminterface.txt
967  cmds-guide.txt
968  cmds-mainporcelain.txt
969  cmds-plumbinginterrogators.txt
970  cmds-plumbingmanipulators.txt
971  cmds-purehelpers.txt
972  cmds-synchelpers.txt
973  cmds-synchingrepositories.txt
974  cmds-userinterfaces.txt
975  config.txt
976  date-formats.txt
977  diff-format.txt
978  diff-generate-patch.txt
979  diff-options.txt
980  docbook-xsl.css
981  everyday.html
982  fetch-options.txt
983  fsck-msgids.txt
984  git-add.html
985  git-add.txt
986  git-am.html
987  git-am.txt
988  git-annotate.html
989  git-annotate.txt
990  git-apply.html
991  git-apply.txt
992  git-archimport.html
993  git-archimport.txt
994  git-archive.html
995  git-archive.txt
996  git-bisect-lk2009.html
997  git-bisect-lk2009.txt
998  git-bisect.html
999  git-bisect.txt
1000  git-blame.html
1001  git-blame.txt
1002  git-branch.html
1003  git-branch.txt
1004  git-bugreport.html
1005  git-bugreport.txt
1006  git-bundle.html
1007  git-bundle.txt
1008  git-cat-file.html
1009  git-cat-file.txt
1010  git-check-attr.html
1011  git-check-attr.txt
1012  git-check-ignore.html
1013  git-check-ignore.txt
1014  git-check-mailmap.html
1015  git-check-mailmap.txt
1016  git-check-ref-format.html
1017  git-check-ref-format.txt
1018  git-checkout-index.html
1019  git-checkout-index.txt
1020  git-checkout.html
1021  git-checkout.txt
1022  git-cherry-pick.html
1023  git-cherry-pick.txt
1024  git-cherry.html
1025  git-cherry.txt
1026  git-citool.html
1027  git-citool.txt
1028  git-clean.html
1029  git-clean.txt
1030  git-clone.html
1031  git-clone.txt
1032  git-column.html
1033  git-column.txt
1034  git-commit-graph.html
1035  git-commit-graph.txt
1036  git-commit-tree.html
1037  git-commit-tree.txt
1038  git-commit.html
1039  git-commit.txt
1040  git-config.html
1041  git-config.txt
1042  git-count-objects.html
1043  git-count-objects.txt
1044  git-credential-cache--daemon.html
1045  git-credential-cache--daemon.txt
1046  git-credential-cache.html
1047  git-credential-cache.txt
1048  git-credential-store.html
1049  git-credential-store.txt
1050  git-credential.html
1051  git-credential.txt
1052  git-cvsexportcommit.html
1053  git-cvsexportcommit.txt
1054  git-cvsimport.html
1055  git-cvsimport.txt
1056  git-cvsserver.html
1057  git-cvsserver.txt
1058  git-daemon.html
1059  git-daemon.txt
1060  git-describe.html
1061  git-describe.txt
1062  git-diagnose.html
1063  git-diagnose.txt
1064  git-diff-files.html
1065  git-diff-files.txt
1066  git-diff-index.html
1067  git-diff-index.txt
1068  git-diff-tree.html
1069  git-diff-tree.txt
1070  git-diff.html
1071  git-diff.txt
1072  git-difftool.html
1073  git-difftool.txt
1074  git-fast-export.html
1075  git-fast-export.txt
1076  git-fast-import.html
1077  git-fast-import.txt
1078  git-fetch-pack.html
1079  git-fetch-pack.txt
1080  git-fetch.html
1081  git-fetch.txt
1082  git-filter-branch.html
1083  git-filter-branch.txt
1084  git-fmt-merge-msg.html
1085  git-fmt-merge-msg.txt
1086  git-for-each-ref.html
1087  git-for-each-ref.txt
1088  git-for-each-repo.html
1089  git-for-each-repo.txt
1090  git-format-patch.html
1091  git-format-patch.txt
1092  git-fsck-objects.html
1093  git-fsck-objects.txt
1094  git-fsck.html
1095  git-fsck.txt
1096  git-fsmonitor--daemon.html
1097  git-fsmonitor--daemon.txt
1098  git-gc.html
1099  git-gc.txt
1100  git-get-tar-commit-id.html
1101  git-get-tar-commit-id.txt
1102  git-grep.html
1103  git-grep.txt
1104  git-gui.html
1105  git-gui.txt
1106  git-hash-object.html
1107  git-hash-object.txt
1108  git-help.html
1109  git-help.txt
1110  git-hook.html
1111  git-hook.txt
1112  git-http-backend.html
1113  git-http-backend.txt
1114  git-http-fetch.html
1115  git-http-fetch.txt
1116  git-http-push.html
1117  git-http-push.txt
1118  git-imap-send.html
1119  git-imap-send.txt
1120  git-index-pack.html
1121  git-index-pack.txt
1122  git-init-db.html
1123  git-init-db.txt
1124  git-init.html
1125  git-init.txt
1126  git-instaweb.html
1127  git-instaweb.txt
1128  git-interpret-trailers.html
1129  git-interpret-trailers.txt
1130  git-log.html
1131  git-log.txt
1132  git-ls-files.html
1133  git-ls-files.txt
1134  git-ls-remote.html
1135  git-ls-remote.txt
1136  git-ls-tree.html
1137  git-ls-tree.txt
1138  git-mailinfo.html
1139  git-mailinfo.txt
1140  git-mailsplit.html
1141  git-mailsplit.txt
1142  git-maintenance.html
1143  git-maintenance.txt
1144  git-merge-base.html
1145  git-merge-base.txt
1146  git-merge-file.html
1147  git-merge-file.txt
1148  git-merge-index.html
1149  git-merge-index.txt
1150  git-merge-one-file.html
1151  git-merge-one-file.txt
1152  git-merge-tree.html
1153  git-merge-tree.txt
1154  git-merge.html
1155  git-merge.txt
1156  git-mergetool--lib.html
1157  git-mergetool--lib.txt
1158  git-mergetool.html
1159  git-mergetool.txt
1160  git-mktag.html
1161  git-mktag.txt
1162  git-mktree.html
1163  git-mktree.txt
1164  git-multi-pack-index.html
1165  git-multi-pack-index.txt
1166  git-mv.html
1167  git-mv.txt
1168  git-name-rev.html
1169  git-name-rev.txt
1170  git-notes.html
1171  git-notes.txt
1172  git-p4.html
1173  git-p4.txt
1174  git-pack-objects.html
1175  git-pack-objects.txt
1176  git-pack-redundant.html
1177  git-pack-redundant.txt
1178  git-pack-refs.html
1179  git-pack-refs.txt
1180  git-patch-id.html
1181  git-patch-id.txt
1182  git-prune-packed.html
1183  git-prune-packed.txt
1184  git-prune.html
1185  git-prune.txt
1186  git-pull.html
1187  git-pull.txt
1188  git-push.html
1189  git-push.txt
1190  git-quiltimport.html
1191  git-quiltimport.txt
1192  git-range-diff.html
1193  git-range-diff.txt
1194  git-read-tree.html
1195  git-read-tree.txt
1196  git-rebase.html
1197  git-rebase.txt
1198  git-receive-pack.html
1199  git-receive-pack.txt
1200  git-reflog.html
1201  git-reflog.txt
1202  git-remote-ext.html
1203  git-remote-ext.txt
1204  git-remote-fd.html
1205  git-remote-fd.txt
1206  git-remote-helpers.html
1207  git-remote.html
1208  git-remote.txt
1209  git-repack.html
1210  git-repack.txt
1211  git-replace.html
1212  git-replace.txt
1213  git-request-pull.html
1214  git-request-pull.txt
1215  git-rerere.html
1216  git-rerere.txt
1217  git-reset.html
1218  git-reset.txt
1219  git-restore.html
1220  git-restore.txt
1221  git-rev-list.html
1222  git-rev-list.txt
1223  git-rev-parse.html
1224  git-rev-parse.txt
1225  git-revert.html
1226  git-revert.txt
1227  git-rm.html
1228  git-rm.txt
1229  git-send-email.html
1230  git-send-email.txt
1231  git-send-pack.html
1232  git-send-pack.txt
1233  git-sh-i18n--envsubst.html
1234  git-sh-i18n--envsubst.txt
1235  git-sh-i18n.html
1236  git-sh-i18n.txt
1237  git-sh-setup.html
1238  git-sh-setup.txt
1239  git-shell.html
1240  git-shell.txt
1241  git-shortlog.html
1242  git-shortlog.txt
1243  git-show-branch.html
1244  git-show-branch.txt
1245  git-show-index.html
1246  git-show-index.txt
1247  git-show-ref.html
1248  git-show-ref.txt
1249  git-show.html
1250  git-show.txt
1251  git-sparse-checkout.html
1252  git-sparse-checkout.txt
1253  git-stage.html
1254  git-stage.txt
1255  git-stash.html
1256  git-stash.txt
1257  git-status.html
1258  git-status.txt
1259  git-stripspace.html
1260  git-stripspace.txt
1261  git-submodule.html
1262  git-submodule.txt
1263  git-subtree.html
1264  git-svn.html
1265  git-svn.txt
1266  git-switch.html
1267  git-switch.txt
1268  git-symbolic-ref.html
1269  git-symbolic-ref.txt
1270  git-tag.html
1271  git-tag.txt
1272  git-tools.html
1273  git-tools.txt
1274  git-unpack-file.html
1275  git-unpack-file.txt
1276  git-unpack-objects.html
1277  git-unpack-objects.txt
1278  git-update-index.html
1279  git-update-index.txt
1280  git-update-ref.html
1281  git-update-ref.txt
1282  git-update-server-info.html
1283  git-update-server-info.txt
1284  git-upload-archive.html
1285  git-upload-archive.txt
1286  git-upload-pack.html
1287  git-upload-pack.txt
1288  git-var.html
1289  git-var.txt
1290  git-verify-commit.html
1291  git-verify-commit.txt
1292  git-verify-pack.html
1293  git-verify-pack.txt
1294  git-verify-tag.html
1295  git-verify-tag.txt
1296  git-version.html
1297  git-version.txt
1298  git-web--browse.html
1299  git-web--browse.txt
1300  git-whatchanged.html
1301  git-whatchanged.txt
1302  git-worktree.html
1303  git-worktree.txt
1304  git-write-tree.html
1305  git-write-tree.txt
1306  git.html
1307  git.txt
1308  gitattributes.html
1309  gitattributes.txt
1310  gitcli.html
1311  gitcli.txt
1312  gitcore-tutorial.html
1313  gitcore-tutorial.txt
1314  gitcredentials.html
1315  gitcredentials.txt
1316  gitcvs-migration.html
1317  gitcvs-migration.txt
1318  gitdiffcore.html
1319  gitdiffcore.txt
1320  giteveryday.html
1321  giteveryday.txt
1322  gitfaq.html
1323  gitfaq.txt
1324  gitformat-bundle.html
1325  gitformat-bundle.txt
1326  gitformat-chunk.html
1327  gitformat-chunk.txt
1328  gitformat-commit-graph.html
1329  gitformat-commit-graph.txt
1330  gitformat-index.html
1331  gitformat-index.txt
1332  gitformat-pack.html
1333  gitformat-pack.txt
1334  gitformat-signature.html
1335  gitformat-signature.txt
1336  gitglossary.html
1337  gitglossary.txt
1338  githooks.html
1339  githooks.txt
1340  gitignore.html
1341  gitignore.txt
1342  gitk.html
1343  gitk.txt
1344  gitmailmap.html
1345  gitmailmap.txt
1346  gitmodules.html
1347  gitmodules.txt
1348  gitnamespaces.html
1349  gitnamespaces.txt
1350  gitprotocol-capabilities.html
1351  gitprotocol-capabilities.txt
1352  gitprotocol-common.html
1353  gitprotocol-common.txt
1354  gitprotocol-http.html
1355  gitprotocol-http.txt
1356  gitprotocol-pack.html
1357  gitprotocol-pack.txt
1358  gitprotocol-v2.html
1359  gitprotocol-v2.txt
1360  gitremote-helpers.html
1361  gitremote-helpers.txt
1362  gitrepository-layout.html
1363  gitrepository-layout.txt
1364  gitrevisions.html
1365  gitrevisions.txt
1366  gitsubmodules.html
1367  gitsubmodules.txt
1368  gittutorial-2.html
1369  gittutorial-2.txt
1370  gittutorial.html
1371  gittutorial.txt
1372  gitweb.conf.html
1373  gitweb.conf.txt
1374  gitweb.html
1375  gitweb.txt
1376  gitworkflows.html
1377  gitworkflows.txt
1378  glossary-content.txt
1379  howto-index.html
1380  howto-index.txt
1381  i18n.txt
1382  index.html
1383  line-range-format.txt
1384  line-range-options.txt
1385  merge-options.txt
1386  merge-strategies.txt
1387  mergetools-diff.txt
1388  mergetools-merge.txt
1389  object-format-disclaimer.txt
1390  pretty-formats.txt
1391  pretty-options.txt
1392  pull-fetch-param.txt
1393  ref-reachability-filters.txt
1394  rerere-options.txt
1395  rev-list-description.txt
1396  rev-list-options.txt
1397  revisions.txt
1398  scalar.html
1399  scalar.txt
1400  sequencer.txt
1401  signoff-option.txt
1402  trace2-target-values.txt
1403  transfer-data-leaks.txt
1404  urls-remotes.txt
1405  urls.txt
1406  user-manual.html
1407  user-manual.txt
1408 share/doc/git/RelNotes/
1409  1.05.txt
1410  1.06.txt
1411  1.07.txt
1412  1.08.txt
1413  1.09.txt
1414  2.00.txt
1415  2.01.txt
1416  2.02.txt
1417  2.03.txt
1418  2.04.txt
1419  2.05.txt
1420  2.06.txt
1421  2.07.txt
1422  2.08.txt
1423  2.09.txt
1424  2.10.txt
1425  2.11.txt
1426  2.12.txt
1427  2.13.txt
1428  2.14.txt
1429  2.15.txt
1430  2.16.txt
1431  2.17.txt
1432  2.18.txt
1433  2.19.txt
1434  2.20.txt
1435  2.21.txt
1436  2.22.txt
1437  2.23.txt
1438  2.24.txt
1439  2.25.txt
1440  2.26.txt
1441  2.27.txt
1442  2.28.txt
1443  2.29.txt
1444  2.30.txt
1445  2.31.txt
1446  2.32.txt
1447  2.33.txt
1448  2.34.txt
1449  2.35.txt
1450  2.36.txt
1451  2.37.txt
1452  2.38.txt
1453  2.39.txt
1454 share/doc/git/howto/
1455  coordinate-embargoed-releases.html
1456  coordinate-embargoed-releases.txt
1457  keep-canonical-history-correct.html
1458  keep-canonical-history-correct.txt
1459  maintain-git.html
1460  maintain-git.txt
1461  new-command.html
1462  new-command.txt
1463  rebase-from-internal-branch.html
1464  rebase-from-internal-branch.txt
1465  rebuild-from-update-hook.html
1466  rebuild-from-update-hook.txt
1467  recover-corrupted-blob-object.html
1468  recover-corrupted-blob-object.txt
1469  recover-corrupted-object-harder.html
1470  recover-corrupted-object-harder.txt
1471  revert-a-faulty-merge.html
1472  revert-a-faulty-merge.txt
1473  revert-branch-rebase.html
1474  revert-branch-rebase.txt
1475  separating-topic-branches.html
1476  separating-topic-branches.txt
1477  setup-git-server-over-http.html
1478  setup-git-server-over-http.txt
1479  update-hook-example.html
1480  update-hook-example.txt
1481  use-git-daemon.html
1482  use-git-daemon.txt
1483  using-merge-subtree.html
1484  using-merge-subtree.txt
1485  using-signed-tag-in-pull-request.html
1486  using-signed-tag-in-pull-request.txt
1487 share/doc/git/technical/
1488  api-error-handling.html
1489  api-error-handling.txt
1490  api-index-skel.txt
1491  api-index.html
1492  api-index.txt
1493  api-merge.html
1494  api-merge.txt
1495  api-parse-options.html
1496  api-parse-options.txt
1497  api-simple-ipc.html
1498  api-simple-ipc.txt
1499  api-trace2.html
1500  api-trace2.txt
1501  bitmap-format.html
1502  bitmap-format.txt
1503  bundle-uri.html
1504  bundle-uri.txt
1505  commit-graph.txt
1506  directory-rename-detection.txt
1507  hash-function-transition.html
1508  hash-function-transition.txt
1509  long-running-process-protocol.html
1510  long-running-process-protocol.txt
1511  multi-pack-index.html
1512  multi-pack-index.txt
1513  pack-heuristics.html
1514  pack-heuristics.txt
1515  packfile-uri.txt
1516  parallel-checkout.html
1517  parallel-checkout.txt
1518  partial-clone.html
1519  partial-clone.txt
1520  racy-git.html
1521  racy-git.txt
1522  reftable.html
1523  reftable.txt
1524  remembering-renames.txt
1525  repository-version.txt
1526  rerere.txt
1527  scalar.html
1528  scalar.txt
1529  send-pack-pipeline.html
1530  send-pack-pipeline.txt
1531  shallow.html
1532  shallow.txt
1533  sparse-checkout.txt
1534  sparse-index.txt
1535  trivial-merge.html
1536  trivial-merge.txt
1537
1538
1539 [FILE:7147:manifests/plist.primary.lite]
1540 bin/
1541  git
1542  git-receive-pack
1543  git-shell
1544  git-upload-archive
1545  git-upload-pack
1546  scalar
1547 etc/bash_completion.d/git.sh
1548 libexec/git-core/
1549  git
1550  git-add
1551  git-add--interactive
1552  git-am
1553  git-annotate
1554  git-apply
1555  git-archimport
1556  git-archive
1557  git-bisect
1558  git-bisect--helper
1559  git-blame
1560  git-branch
1561  git-bugreport
1562  git-bundle
1563  git-cat-file
1564  git-check-attr
1565  git-check-ignore
1566  git-check-mailmap
1567  git-check-ref-format
1568  git-checkout
1569  git-checkout--worker
1570  git-checkout-index
1571  git-cherry
1572  git-cherry-pick
1573  git-clean
1574  git-clone
1575  git-column
1576  git-commit
1577  git-commit-graph
1578  git-commit-tree
1579  git-config
1580  git-count-objects
1581  git-credential
1582  git-credential-cache
1583  git-credential-cache--daemon
1584  git-credential-store
1585  git-daemon
1586  git-describe
1587  git-diagnose
1588  git-diff
1589  git-diff-files
1590  git-diff-index
1591  git-diff-tree
1592  git-difftool
1593  git-difftool--helper
1594  git-env--helper
1595  git-fast-export
1596  git-fast-import
1597  git-fetch
1598  git-fetch-pack
1599  git-filter-branch
1600  git-fmt-merge-msg
1601  git-for-each-ref
1602  git-for-each-repo
1603  git-format-patch
1604  git-fsck
1605  git-fsck-objects
1606  git-fsmonitor--daemon
1607  git-gc
1608  git-get-tar-commit-id
1609  git-grep
1610  git-hash-object
1611  git-help
1612  git-hook
1613  git-http-backend
1614  git-http-fetch
1615  git-http-push
1616  git-imap-send
1617  git-index-pack
1618  git-init
1619  git-init-db
1620  git-instaweb
1621  git-interpret-trailers
1622  git-log
1623  git-ls-files
1624  git-ls-remote
1625  git-ls-tree
1626  git-mailinfo
1627  git-mailsplit
1628  git-maintenance
1629  git-merge
1630  git-merge-base
1631  git-merge-file
1632  git-merge-index
1633  git-merge-octopus
1634  git-merge-one-file
1635  git-merge-ours
1636  git-merge-recursive
1637  git-merge-resolve
1638  git-merge-subtree
1639  git-merge-tree
1640  git-mergetool
1641  git-mergetool--lib
1642  git-mktag
1643  git-mktree
1644  git-multi-pack-index
1645  git-mv
1646  git-name-rev
1647  git-notes
1648  git-pack-objects
1649  git-pack-redundant
1650  git-pack-refs
1651  git-patch-id
1652  git-prune
1653  git-prune-packed
1654  git-pull
1655  git-push
1656  git-quiltimport
1657  git-range-diff
1658  git-read-tree
1659  git-rebase
1660  git-receive-pack
1661  git-reflog
1662  git-remote
1663  git-remote-ext
1664  git-remote-fd
1665  git-remote-ftp
1666  git-remote-ftps
1667  git-remote-http
1668  git-remote-https
1669  git-repack
1670  git-replace
1671  git-request-pull
1672  git-rerere
1673  git-reset
1674  git-restore
1675  git-rev-list
1676  git-rev-parse
1677  git-revert
1678  git-rm
1679  git-send-email
1680  git-send-pack
1681  git-sh-i18n
1682  git-sh-i18n--envsubst
1683  git-sh-setup
1684  git-shell
1685  git-shortlog
1686  git-show
1687  git-show-branch
1688  git-show-index
1689  git-show-ref
1690  git-sparse-checkout
1691  git-stage
1692  git-stash
1693  git-status
1694  git-stripspace
1695  git-submodule
1696  git-submodule--helper
1697  git-switch
1698  git-symbolic-ref
1699  git-tag
1700  git-unpack-file
1701  git-unpack-objects
1702  git-update-index
1703  git-update-ref
1704  git-update-server-info
1705  git-upload-archive
1706  git-upload-pack
1707  git-var
1708  git-verify-commit
1709  git-verify-pack
1710  git-verify-tag
1711  git-version
1712  git-web--browse
1713  git-whatchanged
1714  git-worktree
1715  git-write-tree
1716  scalar
1717 libexec/git-core/mergetools/
1718  araxis
1719  bc
1720  codecompare
1721  deltawalker
1722  diffmerge
1723  diffuse
1724  ecmerge
1725  emerge
1726  examdiff
1727  guiffy
1728  gvimdiff
1729  kdiff3
1730  kompare
1731  meld
1732  nvimdiff
1733  opendiff
1734  p4merge
1735  smerge
1736  tkdiff
1737  tortoisemerge
1738  vimdiff
1739  winmerge
1740  xxdiff
1741 share/emacs/site-lisp/git/
1742  git-blame.el
1743  git.el
1744 share/git-core/templates/description
1745 share/git-core/templates/hooks/
1746  applypatch-msg.sample
1747  commit-msg.sample
1748  fsmonitor-watchman.sample
1749  post-update.sample
1750  pre-applypatch.sample
1751  pre-commit.sample
1752  pre-merge-commit.sample
1753  pre-push.sample
1754  pre-rebase.sample
1755  pre-receive.sample
1756  prepare-commit-msg.sample
1757  push-to-checkout.sample
1758  update.sample
1759 share/git-core/templates/info/exclude
1760 share/man/man1/
1761  git-add.1.gz
1762  git-am.1.gz
1763  git-annotate.1.gz
1764  git-apply.1.gz
1765  git-archimport.1.gz
1766  git-archive.1.gz
1767  git-bisect.1.gz
1768  git-blame.1.gz
1769  git-branch.1.gz
1770  git-bugreport.1.gz
1771  git-bundle.1.gz
1772  git-cat-file.1.gz
1773  git-check-attr.1.gz
1774  git-check-ignore.1.gz
1775  git-check-mailmap.1.gz
1776  git-check-ref-format.1.gz
1777  git-checkout-index.1.gz
1778  git-checkout.1.gz
1779  git-cherry-pick.1.gz
1780  git-cherry.1.gz
1781  git-clean.1.gz
1782  git-clone.1.gz
1783  git-column.1.gz
1784  git-commit-graph.1.gz
1785  git-commit-tree.1.gz
1786  git-commit.1.gz
1787  git-config.1.gz
1788  git-count-objects.1.gz
1789  git-credential-cache--daemon.1.gz
1790  git-credential-cache.1.gz
1791  git-credential-store.1.gz
1792  git-credential.1.gz
1793  git-daemon.1.gz
1794  git-describe.1.gz
1795  git-diagnose.1.gz
1796  git-diff-files.1.gz
1797  git-diff-index.1.gz
1798  git-diff-tree.1.gz
1799  git-diff.1.gz
1800  git-difftool.1.gz
1801  git-fast-export.1.gz
1802  git-fast-import.1.gz
1803  git-fetch-pack.1.gz
1804  git-fetch.1.gz
1805  git-filter-branch.1.gz
1806  git-fmt-merge-msg.1.gz
1807  git-for-each-ref.1.gz
1808  git-for-each-repo.1.gz
1809  git-format-patch.1.gz
1810  git-fsck-objects.1.gz
1811  git-fsck.1.gz
1812  git-fsmonitor--daemon.1.gz
1813  git-gc.1.gz
1814  git-get-tar-commit-id.1.gz
1815  git-grep.1.gz
1816  git-hash-object.1.gz
1817  git-help.1.gz
1818  git-hook.1.gz
1819  git-http-backend.1.gz
1820  git-http-fetch.1.gz
1821  git-http-push.1.gz
1822  git-imap-send.1.gz
1823  git-index-pack.1.gz
1824  git-init-db.1.gz
1825  git-init.1.gz
1826  git-instaweb.1.gz
1827  git-interpret-trailers.1.gz
1828  git-log.1.gz
1829  git-ls-files.1.gz
1830  git-ls-remote.1.gz
1831  git-ls-tree.1.gz
1832  git-mailinfo.1.gz
1833  git-mailsplit.1.gz
1834  git-maintenance.1.gz
1835  git-merge-base.1.gz
1836  git-merge-file.1.gz
1837  git-merge-index.1.gz
1838  git-merge-one-file.1.gz
1839  git-merge-tree.1.gz
1840  git-merge.1.gz
1841  git-mergetool--lib.1.gz
1842  git-mergetool.1.gz
1843  git-mktag.1.gz
1844  git-mktree.1.gz
1845  git-multi-pack-index.1.gz
1846  git-mv.1.gz
1847  git-name-rev.1.gz
1848  git-notes.1.gz
1849  git-p4.1.gz
1850  git-pack-objects.1.gz
1851  git-pack-redundant.1.gz
1852  git-pack-refs.1.gz
1853  git-patch-id.1.gz
1854  git-prune-packed.1.gz
1855  git-prune.1.gz
1856  git-pull.1.gz
1857  git-push.1.gz
1858  git-quiltimport.1.gz
1859  git-range-diff.1.gz
1860  git-read-tree.1.gz
1861  git-rebase.1.gz
1862  git-receive-pack.1.gz
1863  git-reflog.1.gz
1864  git-remote-ext.1.gz
1865  git-remote-fd.1.gz
1866  git-remote.1.gz
1867  git-repack.1.gz
1868  git-replace.1.gz
1869  git-request-pull.1.gz
1870  git-rerere.1.gz
1871  git-reset.1.gz
1872  git-restore.1.gz
1873  git-rev-list.1.gz
1874  git-rev-parse.1.gz
1875  git-revert.1.gz
1876  git-rm.1.gz
1877  git-send-email.1.gz
1878  git-send-pack.1.gz
1879  git-sh-i18n--envsubst.1.gz
1880  git-sh-i18n.1.gz
1881  git-sh-setup.1.gz
1882  git-shell.1.gz
1883  git-shortlog.1.gz
1884  git-show-branch.1.gz
1885  git-show-index.1.gz
1886  git-show-ref.1.gz
1887  git-show.1.gz
1888  git-sparse-checkout.1.gz
1889  git-stage.1.gz
1890  git-stash.1.gz
1891  git-status.1.gz
1892  git-stripspace.1.gz
1893  git-submodule.1.gz
1894  git-switch.1.gz
1895  git-symbolic-ref.1.gz
1896  git-tag.1.gz
1897  git-unpack-file.1.gz
1898  git-unpack-objects.1.gz
1899  git-update-index.1.gz
1900  git-update-ref.1.gz
1901  git-update-server-info.1.gz
1902  git-upload-archive.1.gz
1903  git-upload-pack.1.gz
1904  git-var.1.gz
1905  git-verify-commit.1.gz
1906  git-verify-pack.1.gz
1907  git-verify-tag.1.gz
1908  git-version.1.gz
1909  git-web--browse.1.gz
1910  git-whatchanged.1.gz
1911  git-worktree.1.gz
1912  git-write-tree.1.gz
1913  git.1.gz
1914  gitweb.1.gz
1915  scalar.1.gz
1916 share/man/man5/
1917  gitattributes.5.gz
1918  gitformat-bundle.5.gz
1919  gitformat-chunk.5.gz
1920  gitformat-commit-graph.5.gz
1921  gitformat-index.5.gz
1922  gitformat-pack.5.gz
1923  gitformat-signature.5.gz
1924  githooks.5.gz
1925  gitignore.5.gz
1926  gitmailmap.5.gz
1927  gitmodules.5.gz
1928  gitprotocol-capabilities.5.gz
1929  gitprotocol-common.5.gz
1930  gitprotocol-http.5.gz
1931  gitprotocol-pack.5.gz
1932  gitprotocol-v2.5.gz
1933  gitrepository-layout.5.gz
1934  gitweb.conf.5.gz
1935 share/man/man7/
1936  gitcli.7.gz
1937  gitcore-tutorial.7.gz
1938  gitcredentials.7.gz
1939  gitdiffcore.7.gz
1940  giteveryday.7.gz
1941  gitfaq.7.gz
1942  gitglossary.7.gz
1943  gitnamespaces.7.gz
1944  gitremote-helpers.7.gz
1945  gitrevisions.7.gz
1946  gitsubmodules.7.gz
1947  gittutorial-2.7.gz
1948  gittutorial.7.gz
1949  gitworkflows.7.gz
1950
1951
1952 [FILE:802:patches/patch-Documentation_Makefile]
1953 --- Documentation/Makefile.orig 2022-10-07 04:48:26 UTC
1954 +++ Documentation/Makefile
1955 @@ -133,11 +133,11 @@ DOC_MAN1 = $(patsubst %.txt,%.1,$(filter
1956  DOC_MAN5 = $(patsubst %.txt,%.5,$(filter $(MAN_FILTER),$(MAN5_TXT)))
1957  DOC_MAN7 = $(patsubst %.txt,%.7,$(filter $(MAN_FILTER),$(MAN7_TXT)))
1958  
1959 -prefix ?= $(HOME)
1960 +prefix ?= $(PREFIX)
1961  bindir ?= $(prefix)/bin
1962 -htmldir ?= $(prefix)/share/doc/git-doc
1963 +htmldir ?= $(prefix)/share/doc/git
1964  infodir ?= $(prefix)/share/info
1965 -pdfdir ?= $(prefix)/share/doc/git-doc
1966 +pdfdir ?= $(prefix)/share/doc/git
1967  mandir ?= $(prefix)/share/man
1968  man1dir = $(mandir)/man1
1969  man5dir = $(mandir)/man5
1970 @@ -227,7 +227,7 @@ DEFAULT_EDITOR_SQ = $(subst ','\'',$(DEF
1971  ASCIIDOC_EXTRA += -a 'git-default-editor=$(DEFAULT_EDITOR_SQ)'
1972  endif
1973  
1974 -all: html man
1975 +all: html
1976  
1977  html: $(DOC_HTML)
1978  
1979
1980
1981 [FILE:2420:patches/patch-Makefile]
1982 --- Makefile.orig       2022-10-07 04:48:26 UTC
1983 +++ Makefile
1984 @@ -547,12 +547,12 @@ infodir = $(prefix)/share/info
1985  gitexecdir = libexec/git-core
1986  mergetoolsdir = $(gitexecdir)/mergetools
1987  sharedir = $(prefix)/share
1988 -gitwebdir = $(sharedir)/gitweb
1989 +gitwebdir = $(sharedir)/examples/git/gitweb
1990  gitwebstaticdir = $(gitwebdir)/static
1991  perllibdir = $(sharedir)/perl5
1992  localedir = $(sharedir)/locale
1993  template_dir = share/git-core/templates
1994 -htmldir = $(prefix)/share/doc/git-doc
1995 +htmldir = $(prefix)/share/doc/git
1996  ETC_GITCONFIG = $(sysconfdir)/gitconfig
1997  ETC_GITATTRIBUTES = $(sysconfdir)/gitattributes
1998  lib = lib
1999 @@ -1539,9 +1539,9 @@ EXTLIBS += -lz
2000  
2001  ifndef NO_OPENSSL
2002         OPENSSL_LIBSSL = -lssl
2003 -       ifdef OPENSSLDIR
2004 -               BASIC_CFLAGS += -I$(OPENSSLDIR)/include
2005 -               OPENSSL_LINK = -L$(OPENSSLDIR)/$(lib) $(CC_LD_DYNPATH)$(OPENSSLDIR)/$(lib)
2006 +       ifdef OPENSSLBASE
2007 +               BASIC_CFLAGS += -I$(OPENSSLBASE)/include
2008 +               OPENSSL_LINK = -L$(OPENSSLBASE)/$(lib) $(CC_LD_DYNPATH)$(OPENSSLBASE)/$(lib)
2009         else
2010                 OPENSSL_LINK =
2011         endif
2012 @@ -2442,7 +2442,7 @@ git-instaweb: git-instaweb.sh GIT-SCRIPT
2013         chmod +x $@+ && \
2014         mv $@+ $@
2015  else # NO_PERL
2016 -$(SCRIPT_PERL_GEN) git-instaweb: % : unimplemented.sh
2017 +$(SCRIPT_PERL_GEN) git-instaweb git-request-pull: % : unimplemented.sh
2018         $(QUIET_GEN) \
2019         sed -e '1s|#!.*/sh|#!$(SHELL_PATH_SQ)|' \
2020             -e 's|@@REASON@@|NO_PERL=$(NO_PERL)|g' \
2021 @@ -3261,12 +3261,12 @@ endif
2022  ifndef NO_GETTEXT
2023         $(INSTALL) -d -m 755 '$(DESTDIR_SQ)$(localedir_SQ)'
2024         (cd po/build/locale && $(TAR) cf - .) | \
2025 -       (cd '$(DESTDIR_SQ)$(localedir_SQ)' && umask 022 && $(TAR) xof -)
2026 +       (cd '$(DESTDIR_SQ)$(localedir_SQ)' && umask 022 && $(TAR) xof - --no-same-owner --no-same-permissions)
2027  endif
2028  ifndef NO_PERL
2029         $(INSTALL) -d -m 755 '$(DESTDIR_SQ)$(perllibdir_SQ)'
2030         (cd perl/build/lib && $(TAR) cf - .) | \
2031 -       (cd '$(DESTDIR_SQ)$(perllibdir_SQ)' && umask 022 && $(TAR) xof -)
2032 +       (cd '$(DESTDIR_SQ)$(perllibdir_SQ)' && umask 022 && $(TAR) xof - --no-same-owner --no-same-permissions)
2033  endif
2034  ifndef NO_TCLTK
2035         $(MAKE) -C gitk-git install
2036 @@ -3333,7 +3333,7 @@ install-man: install-man-perl
2037  install-man-perl: man-perl
2038         $(INSTALL) -d -m 755 '$(DESTDIR_SQ)$(mandir_SQ)/man3'
2039         (cd perl/build/man/man3 && $(TAR) cf - .) | \
2040 -       (cd '$(DESTDIR_SQ)$(mandir_SQ)/man3' && umask 022 && $(TAR) xof -)
2041 +       (cd '$(DESTDIR_SQ)$(mandir_SQ)/man3' && umask 022 && $(TAR) xof - --no-same-permissions)
2042  
2043  install-html:
2044         $(MAKE) -C Documentation install-html
2045
2046
2047 [FILE:1187:patches/patch-config.mak.uname]
2048 --- config.mak.uname.orig       2022-12-12 01:07:56 UTC
2049 +++ config.mak.uname
2050 @@ -215,8 +215,6 @@ ifeq ($(uname_S),SunOS)
2051                 NO_STRTOUMAX = YesPlease
2052                 GIT_TEST_CMP = cmp
2053         endif
2054 -       INSTALL = /usr/ucb/install
2055 -       TAR = gtar
2056         BASIC_CFLAGS += -D__EXTENSIONS__ -D__sun__
2057  endif
2058  ifeq ($(uname_O),Cygwin)
2059 @@ -259,8 +257,6 @@ ifeq ($(uname_S),FreeBSD)
2060                 OLD_ICONV = YesPlease
2061         endif
2062         NO_MEMMEM = YesPlease
2063 -       BASIC_CFLAGS += -I/usr/local/include
2064 -       BASIC_LDFLAGS += -L/usr/local/lib
2065         DIR_HAS_BSD_GROUP_SEMANTICS = YesPlease
2066         USE_ST_TIMESPEC = YesPlease
2067         ifeq ($(shell expr "$(uname_R)" : '4\.'),2)
2068 @@ -268,8 +264,6 @@ ifeq ($(uname_S),FreeBSD)
2069                 NO_UINTMAX_T = YesPlease
2070                 NO_STRTOUMAX = YesPlease
2071         endif
2072 -       PYTHON_PATH = /usr/local/bin/python
2073 -       PERL_PATH = /usr/local/bin/perl
2074         HAVE_PATHS_H = YesPlease
2075         HAVE_BSD_SYSCTL = YesPlease
2076         HAVE_BSD_KERN_PROC_SYSCTL = YesPlease
2077 @@ -306,8 +300,6 @@ ifeq ($(uname_S),NetBSD)
2078         ifeq ($(shell expr "$(uname_R)" : '[01]\.'),2)
2079                 NEEDS_LIBICONV = YesPlease
2080         endif
2081 -       BASIC_CFLAGS += -I/usr/pkg/include
2082 -       BASIC_LDFLAGS += -L/usr/pkg/lib $(CC_LD_DYNPATH)/usr/pkg/lib
2083         USE_ST_TIMESPEC = YesPlease
2084         HAVE_PATHS_H = YesPlease
2085         HAVE_BSD_SYSCTL = YesPlease
2086
2087
2088 [FILE:353:patches/patch-configure.ac]
2089 --- configure.ac.orig   2022-10-07 04:48:26 UTC
2090 +++ configure.ac
2091 @@ -396,7 +396,7 @@ GIT_PARSE_WITH_SET_MAKE_VAR(editor, DEFA
2092  GIT_ARG_SET_PATH(shell)
2093  #
2094  # Define PERL_PATH to provide path to Perl.
2095 -GIT_ARG_SET_PATH(perl)
2096 +GIT_ARG_SET_PATH(perl, allow-without)
2097  #
2098  # Define PYTHON_PATH to provide path to Python.
2099  GIT_ARG_SET_PATH(python, allow-without)
2100
2101
2102 [FILE:454:patches/patch-contrib_subtree_Makefile]
2103 --- contrib/subtree/Makefile.orig       2022-10-07 04:48:26 UTC
2104 +++ contrib/subtree/Makefile
2105 @@ -80,7 +80,7 @@ install-html: $(GIT_SUBTREE_HTML)
2106         $(INSTALL) -m 644 $^ $(DESTDIR)$(htmldir)
2107  
2108  $(GIT_SUBTREE_DOC): $(GIT_SUBTREE_XML)
2109 -       $(XMLTO) -m $(MANPAGE_XSL) $(XMLTO_EXTRA) man $^
2110 +       $(XMLTO) --skip-validation -m $(MANPAGE_XSL) $(XMLTO_EXTRA) man $^
2111  
2112  $(GIT_SUBTREE_XML): $(GIT_SUBTREE_TXT)
2113         $(ASCIIDOC) -b $(ASCIIDOC_DOCBOOK) -d manpage $(ASCIIDOC_CONF) \
2114
2115
2116 [FILE:393:patches/patch-templates_Makefile]
2117 --- templates/Makefile.orig     2022-10-07 04:48:26 UTC
2118 +++ templates/Makefile
2119 @@ -61,4 +61,4 @@ clean:
2120  install: all
2121         $(INSTALL) -d -m 755 '$(DESTDIR_SQ)$(template_instdir_SQ)'
2122         (cd blt && $(TAR) cf - .) | \
2123 -       (cd '$(DESTDIR_SQ)$(template_instdir_SQ)' && umask 022 && $(TAR) xof -)
2124 +       (cd '$(DESTDIR_SQ)$(template_instdir_SQ)' && umask 022 && $(TAR) xof - --no-same-owner --no-same-permissions)
2125
2126
2127 [FILE:596:files/git_daemon.in]
2128 #! /bin/sh
2129 #
2130
2131 # PROVIDE: git_daemon
2132 # REQUIRE: DAEMON
2133 # KEYWORD: shutdown
2134
2135 #
2136 # Add the following lines to /etc/rc.conf to enable git_daemon:
2137 #   git_daemon_enable="YES"
2138
2139 . /etc/rc.subr
2140
2141 name="git_daemon"
2142 rcvar="git_daemon_enable"
2143
2144 load_rc_config $name
2145
2146 : ${git_daemon_user:=git_daemon}
2147 : ${git_daemon_group:=git_daemon}
2148 : ${git_daemon_enable:=NO}
2149 : ${git_daemon_directory:=%%PREFIX%%/git}
2150 : ${git_daemon_flags:=--syslog --reuseaddr --detach}
2151
2152 command="%%PREFIX%%/libexec/git-core/git-daemon"
2153 command_args="${git_daemon_directory}"
2154
2155 PATH="${PATH}:%%PREFIX%%/libexec/git-core"
2156
2157 run_rc_command "$1"
2158
2159
2160 [FILE:1891:files/packdoc.py]
2161 """
2162 This script combines individual point release notes to avoid an every
2163 changing package list.  Releases 1.5.0 to 1.8.5 use four part versions.
2164
2165 argument 1: STAGEDIR
2166 argument 2: PREFIX
2167 """
2168
2169 import os
2170 import sys
2171
2172 RNOTES = "share/doc/git/RelNotes"
2173 STAGEDIR = "tbd"
2174 PREFIX = "tbd"
2175
2176
2177 def merge_point(major, minor, point):
2178     """ Handles 3 part tuples """
2179     subfile = f"{major}.{minor}.{point}.txt"
2180     finfile = f"{major}.{str(minor).zfill(2)}.txt"
2181     abs_subfile = f"{STAGEDIR}{PREFIX}/{RNOTES}/{subfile}"
2182     abs_finfile = f"{STAGEDIR}{PREFIX}/{RNOTES}/{finfile}"    
2183     if os.path.exists(abs_subfile):
2184         os.system(f"/bin/cat {abs_subfile} >> {abs_finfile}")
2185         os.remove(abs_subfile)
2186         print(f"Merge {subfile} => {finfile}")
2187
2188
2189 def merge_subpoint(major, minor, point, subpoint):
2190     """ Handles 4 part tuples """
2191     subfile = f"{major}.{minor}.{point}.{subpoint}.txt"
2192     finfile = f"{major}.{str(minor).zfill(2)}.txt"
2193     abs_subfile = f"{STAGEDIR}{PREFIX}/{RNOTES}/{subfile}"
2194     abs_finfile = f"{STAGEDIR}{PREFIX}/{RNOTES}/{finfile}"    
2195     if os.path.exists(abs_subfile):
2196         os.system(f"/bin/cat {abs_subfile} >> {abs_finfile}")
2197         os.remove(abs_subfile)
2198         print(f"Merge {subfile} => {finfile}")
2199
2200     
2201 def release_v1():
2202     """ Handles versions 1.5 to 1.9 """
2203     for minor in range(5, 10):
2204         for point in range(13):
2205             merge_point(1, minor, point)
2206             for subpoint in range(1,10):
2207                 merge_subpoint(1, minor, point, subpoint)  
2208
2209 def release_vx():
2210     """ Handles versions 2.0.0 to 4.99.15 """
2211     for major in range(2, 5):
2212         for minor in range(100):
2213             for point in range(16):
2214                 merge_point(major, minor, point)
2215
2216 def main():
2217     """ Script entry point """
2218     release_v1()
2219     release_vx()
2220
2221 if __name__ == "__main__":
2222     STAGEDIR = sys.argv[1]
2223     PREFIX = sys.argv[2]
2224     main()
2225
2226
2227 [FILE:833:files/pkg-message-primary.in]
2228 *************************** GITWEB *************************************
2229
2230 In the directory %%PREFIX%%/share/examples/gitweb you can
2231 find all files to make gitweb work as a public repository on the web.
2232
2233 All you have to do to make gitweb work is:
2234 1) Copy the files %%PREFIX%%/share/examples/gitweb/* to
2235    a directory on your web server (e.g. Apache2) in which you are
2236    able to execute CGI-scripts.
2237 2) In gitweb.cgi, adjust the variable $projectroot to point to
2238    your git repository (that is where you have your *.git project
2239    directories).
2240
2241 *************************** CONTRIB ************************************
2242 Please note that the contributed scripts are installed in
2243 %%PREFIX%%/share/git-core/contrib directory. Some of them require
2244 other ports to be installed (perl, python, etc), which you may need
2245 to install manually.
2246
2247
2248 [FILE:72:sunos/special.mk]
2249 .if "${VARIANT}" == "standard"
2250 LDFLAGS+=       -lintl
2251 .endif
2252
2253 LDFLAGS+=       -lnsl
2254