[Lldb-commits] [PATCH] D65436: [docs] Add git to list of Software requirements
Stefan Gränitz via Phabricator via lldb-commits
lldb-commits at lists.llvm.org
Tue Jul 30 07:35:43 PDT 2019
sgraenitz updated this revision to Diff 212340.
sgraenitz added a comment.
Undo `Compiling -> Working with`
Repository:
rG LLVM Github Monorepo
CHANGES SINCE LAST ACTION
https://reviews.llvm.org/D65436/new/
https://reviews.llvm.org/D65436
Files:
llvm/docs/GettingStarted.rst
Index: llvm/docs/GettingStarted.rst
===================================================================
--- llvm/docs/GettingStarted.rst
+++ llvm/docs/GettingStarted.rst
@@ -503,8 +503,8 @@
A helper script is provided in ``llvm/utils/git-svn/git-llvm``. After you add it
to your path, you can push committed changes upstream with ``git llvm
-push``. While this creates a Subversion checkout and patches it under the hood,
-it does not require you to have interaction with it.
+push``\ :sup:`1`. While this creates a Subversion checkout and patches it under
+the hood, it does not require you to have interaction with it.
.. code-block:: console
@@ -525,6 +525,10 @@
tell you what it would have done. That can be useful if you're unsure whether
the right thing will happen.
+.. note::
+
+ #. The helper script works with git versions >=2.9.3
+
Reverting a change when using Git
^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
-------------- next part --------------
A non-text attachment was scrubbed...
Name: D65436.212340.patch
Type: text/x-patch
Size: 930 bytes
Desc: not available
URL: <http://lists.llvm.org/pipermail/lldb-commits/attachments/20190730/713e35d3/attachment.bin>
More information about the lldb-commits
mailing list