Welcome to mirror list, hosted at ThFree Co, Russian Federation.

gitlab.com/gitlab-org/gitaly.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
Diffstat (limited to 'STYLE.md')
-rw-r--r--STYLE.md4
1 files changed, 2 insertions, 2 deletions
diff --git a/STYLE.md b/STYLE.md
index f8fde112c..cfec09ccc 100644
--- a/STYLE.md
+++ b/STYLE.md
@@ -490,9 +490,9 @@ followed by the commit subject and the commit date. You may create an alias for
this to have it easily available:
```
-$ git config alias.reference "log -1 --pretty='tformat:%h (%s, %ad)' --date=short"
+$ git config alias.reference "show -s --pretty=reference"
$ git reference HEAD
-b981a648 (style: Document best practices for commit hygiene, 2020-11-20)
+cf7f9ffe5 (style: Document best practices for commit hygiene, 2020-11-20)
```
### Use interactive rebases to shape your commit series