Git commit 85d31758599fef91532a3a84f50abafcbb67fe1d by Michael Pyne. Committed on 21/10/2012 at 16:40. Pushed by ashark into branch 'docbook_historied_per_file'.
Use 'tag' option when cloning git modules. This partially implements bug 308493. To fully implement it will be required to handle the case of an already-checked-out module (though prepatory work is already complete). CCBUG:308493 Original commit: e3c41daf https://invent.kde.org/sdk/kdesrc-build/-/commit/e3c41dafab0796cbf441c5dd52306db8e614dbf1 M +3 -0 doc/kdesrc-buildrc/conf-options-table.docbook https://invent.kde.org/sdk/kdesrc-build/-/commit/85d31758599fef91532a3a84f50abafcbb67fe1d diff --git a/doc/kdesrc-buildrc/conf-options-table.docbook b/doc/kdesrc-buildrc/conf-options-table.docbook index 2be09795..ab35e86a 100644 --- a/doc/kdesrc-buildrc/conf-options-table.docbook +++ b/doc/kdesrc-buildrc/conf-options-table.docbook @@ -799,6 +799,9 @@ anonymous repository.</para></note> want</emphasis> to use this option. &kde; releases are available in tarball form from <ulink url="ftp://ftp.kde.org/">The &kde; FTP site</ulink> or one of <ulink url="http://download.kde.org/download.php">its mirrors</ulink>.</para> + +<note><para>This option has only been supported for git-based modules since +&kdesrc-build; 1.16.</para></note> </entry> </row>
