aboutsummaryrefslogtreecommitdiffstats
path: root/english/devel/website
diff options
context:
space:
mode:
authorLaura Arjona Reina <larjona@debian.org>2022-02-13 21:24:32 +0100
committerLaura Arjona Reina <larjona@debian.org>2022-02-13 21:24:32 +0100
commitfea80c8735bd7d240d994aaa647df606bd8d3ca4 (patch)
tree5a3e1cb564037c9024ce3faa619e96180400f253 /english/devel/website
parent658dbb709319e3d012bf392b91149d5134fb2861 (diff)
smart_change with no arguments does not work. Update instructions to use the commit hash of the changes made first
Diffstat (limited to 'english/devel/website')
-rw-r--r--english/devel/website/using_git.wml3
1 files changed, 2 insertions, 1 deletions
diff --git a/english/devel/website/using_git.wml b/english/devel/website/using_git.wml
index 1e9fc0e07f0..79edfb3d460 100644
--- a/english/devel/website/using_git.wml
+++ b/english/devel/website/using_git.wml
@@ -204,7 +204,8 @@ headers when you're working on files manually:
<ol>
<li>Make the changes to the original file(s) and commit your changes.</li>
<li>Update the translations.</li>
- <li>Run <code>smart_change.pl</code>. It will pick up the changes and update
+ <li>Run <code>smart_change.pl -c COMMIT_HASH</code> (use the commit hash of the changes in the original file(s)).
+ It will pick up the changes and update
headers in the translated files.</li>
<li>Review the changes (e.g. with <code>git diff</code>).</li>
<li>Commit the translation changes.</li>

© 2014-2024 Faster IT GmbH | imprint | privacy policy