diff options
author | Junio C Hamano <gitster@pobox.com> | 2017-02-07 11:50:34 -0800 |
---|---|---|
committer | Junio C Hamano <gitster@pobox.com> | 2017-02-07 11:50:34 -0800 |
commit | 44a6b6ce1777f587c318008fe59b901a296f5326 (patch) | |
tree | d8c5f7d58fb7efc1705fcf0ff55d1cdc92868ea0 /Documentation | |
parent | branch: implement '--format' option (diff) | |
download | tgif-44a6b6ce1777f587c318008fe59b901a296f5326.tar.xz |
ref-filter: resurrect "strip" as a synonym to "lstrip"
We forgot that "strip" was introduced at 0571979bd6 ("tag: do not
show ambiguous tag names as "tags/foo"", 2016-01-25) as part of Git
2.8 (and 2.7.1) when we started calling this "lstrip" to make it
easier to explain the new "rstrip" operation.
We shouldn't have renamed the existing one; "lstrip" should have
been a new synonym that means the same thing as "strip". Scripts
in the wild are surely using the original form already.
Signed-off-by: Junio C Hamano <gitster@pobox.com>
Diffstat (limited to 'Documentation')
-rw-r--r-- | Documentation/git-for-each-ref.txt | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/Documentation/git-for-each-ref.txt b/Documentation/git-for-each-ref.txt index 2008600e7e..111e1be6f5 100644 --- a/Documentation/git-for-each-ref.txt +++ b/Documentation/git-for-each-ref.txt @@ -107,6 +107,8 @@ refname:: enough components, the result becomes an empty string if stripping with positive <N>, or it becomes the full refname if stripping with negative <N>. Neither is an error. ++ +`strip` can be used as a synomym to `lstrip`. objecttype:: The type of the object (`blob`, `tree`, `commit`, `tag`). |