Skip to content

Commit

Permalink
Cosmetic fix for tabs in gitconfig
Browse files Browse the repository at this point in the history
  • Loading branch information
dmnks committed Dec 14, 2023
1 parent 9d445e7 commit 5505f50
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion devel_doc/gitconfig
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[cherryPlan]
backportPatterns = ^\\(backported from commit (.*)\\)$
# The following are only here to match existing commits on rpm-4.18.x
# The following are only here to match existing commits on rpm-4.18.x
backportPatterns = ^\\(backport of (.*)\\)$
backportPatterns = ^Backported from commit (.*)$
backportPatterns = ^\\(cherry pick of (.*)\\.\\)$
Expand Down

0 comments on commit 5505f50

Please sign in to comment.