-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
config.txt: move pretty.* to a separate file
Signed-off-by: Nguyễn Thái Ngọc Duy <[email protected]> Signed-off-by: Junio C Hamano <[email protected]>
- Loading branch information
Showing
2 changed files
with
10 additions
and
9 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,9 @@ | ||
pretty.<name>:: | ||
Alias for a --pretty= format string, as specified in | ||
linkgit:git-log[1]. Any aliases defined here can be used just | ||
as the built-in pretty formats could. For example, | ||
running `git config pretty.changelog "format:* %H %s"` | ||
would cause the invocation `git log --pretty=changelog` | ||
to be equivalent to running `git log "--pretty=format:* %H %s"`. | ||
Note that an alias with the same name as a built-in format | ||
will be silently ignored. |