Lines Matching full:git
58 * conform to the :doc:`CodingStandards`. You can use the `clang-format-diff.py`_ or `git-clang-format`_ tools to automatically format your patch properly.
66 formatted properly. We use ``clang-format`` for this, which has git integration
67 through the ``git-clang-format`` script. On some systems, it may already be
74 % git clang-format HEAD~1
81 % git commit --amend -a
86 If you don't already have ``clang-format`` or ``git clang-format`` installed
88 the git integration can be run from
89 ``clang/tools/clang-format/git-clang-format``.
130 For developers to commit changes from Git
153 Please ask for help if you're having trouble with your particular git workflow.
157 Git pre-push hook
166 % ln -sf ../../llvm/utils/git/pre-push.py .git/hooks/pre-push
204 .. _git-clang-format: https://github.com/llvm/llvm-project/blob/main/clang/tools/clang-format/git-clang-format