Skip to content

Commit

Permalink
Git: Remove custom log format
Browse files Browse the repository at this point in the history
  • Loading branch information
taupiqueur committed Nov 4, 2021
1 parent f245f4d commit 9f4571b
Showing 1 changed file with 2 additions and 13 deletions.
15 changes: 2 additions & 13 deletions config/git/config
Original file line number Diff line number Diff line change
Expand Up @@ -21,14 +21,6 @@
[log]
date = relative

[format]
; Hash | Date (Committer) | Author | References | Subject
pretty = %C(yellow)%h %C(blue)%cd %C(green)%an %C(red)%d %C(reset)%s

[pretty]
; Hash | Subject | (Date (Relative) (Committer) by Author) | References
graph = %C(green)%h %C(reset)%s %C(blue)(%cr by %an) %C(yellow bold)%d %n

[alias]

w = add
Expand All @@ -43,8 +35,8 @@
ci = commit
cm = commit --message
co = checkout
l = ! clear && git log -18
g = ! clear && git graph -12
l = log
L = log --graph
bd = branch-delete
bdr = branch-delete-remote

Expand All @@ -56,9 +48,6 @@
branches = branch --all
remotes = remote --verbose

; Log
graph = log --graph --pretty=graph

; Commit
reword = commit --amend
pick = commit --amend --no-edit
Expand Down

0 comments on commit 9f4571b

Please sign in to comment.