diff options
author | Junio C Hamano <gitster@pobox.com> | 2012-09-07 11:10:02 -0700 |
---|---|---|
committer | Junio C Hamano <gitster@pobox.com> | 2012-09-07 11:10:02 -0700 |
commit | 8023a422107ca5075eb285f7a9358778db66c616 (patch) | |
tree | d3238f456914948b3be699a2742b640660e34faf /Documentation/revisions.txt | |
parent | e6dd70e9bfef40d545cb0f452f082bde562e8785 (diff) | |
parent | 1452bd64f14efd888fe9c732f603173ba7fa595e (diff) | |
download | git-8023a422107ca5075eb285f7a9358778db66c616.tar.gz |
Merge branch 'nd/branch-v-alignment'
Output from "git branch -v" contains "(no branch)" that could be
localized, but the code to align it along with the names of branches
were counting in bytes, not in display columns.
* nd/branch-v-alignment:
branch -v: align even when branch names are in UTF-8
Diffstat (limited to 'Documentation/revisions.txt')
-rw-r--r-- | Documentation/revisions.txt | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/Documentation/revisions.txt b/Documentation/revisions.txt index 69d996bc38..991fcd8f3f 100644 --- a/Documentation/revisions.txt +++ b/Documentation/revisions.txt @@ -55,6 +55,8 @@ when you run `git cherry-pick`. + Note that any of the 'refs/*' cases above may come either from the '$GIT_DIR/refs' directory or from the '$GIT_DIR/packed-refs' file. +While the ref name encoding is unspecified, UTF-8 is prefered as +some output processing may assume ref names in UTF-8. '<refname>@\{<date>\}', e.g. 'master@\{yesterday\}', 'HEAD@\{5 minutes ago\}':: A ref followed by the suffix '@' with a date specification |