Skip to content

Commit

Permalink
Don't include the commit template twice (#131)
Browse files Browse the repository at this point in the history
## Summary:
If someone tells `ka-clone` that they don't want the commit template, they get stuck with it anyway, because it's also in this config file. So I removed it.

Issue: XXX-XXXX

## Test plan:
- Run `ka-clone --repair --no-msg` on a clean repo and then `git config --show-scope --show-origin --get-all commit.template` and see that it isn't getting included by `~/.gitconfig-khan`

Author: lillialexis

Reviewers: csilvers

Required Reviewers:

Approved By: csilvers

Checks:

Pull Request URL: #131
  • Loading branch information
lillialexis authored Dec 20, 2024
1 parent b28f0ae commit 8bbf824
Showing 1 changed file with 0 additions and 3 deletions.
3 changes: 0 additions & 3 deletions .gitconfig.khan
Original file line number Diff line number Diff line change
Expand Up @@ -66,8 +66,5 @@
ls-ignored = ls-files --exclude-standard --ignored --others
conflicts = diff --name-only --diff-filter=U

[commit]
template = ~/.git_template/commit_template

[push]
default = simple

0 comments on commit 8bbf824

Please sign in to comment.