Skip to content
This repository was archived by the owner on Jan 8, 2024. It is now read-only.

Commit 8328e9e

Browse files
authored
Merge pull request #2371 from hashicorp/bug/git
gitrefpretty no longer requires `git`, works in ODR
2 parents 40cfae5 + 715e15f commit 8328e9e

31 files changed

+862
-36
lines changed

Diff for: .changelog/2371.txt

+3
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,3 @@
1+
```release-note:improvement
2+
config: `gitrefpretty` no longer requires `git` to be installed
3+
```

Diff for: internal/config/funcs/testdata/git-commits-changes/A

+1
Original file line numberDiff line numberDiff line change
@@ -0,0 +1 @@
1+
changes

Diff for: internal/config/funcs/testdata/git-commits-changes/DOTgit/COMMIT_EDITMSG

+8
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

Diff for: internal/config/funcs/testdata/git-commits-changes/DOTgit/HEAD

+1
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

Diff for: internal/config/funcs/testdata/git-commits-changes/DOTgit/config

+7
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

Diff for: internal/config/funcs/testdata/git-commits-changes/DOTgit/description

+1
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

Diff for: internal/config/funcs/testdata/git-commits-changes/DOTgit/hooks/applypatch-msg.sample

+15
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

Diff for: internal/config/funcs/testdata/git-commits-changes/DOTgit/hooks/commit-msg.sample

+24
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

Diff for: internal/config/funcs/testdata/git-commits-changes/DOTgit/hooks/fsmonitor-watchman.sample

+173
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

Diff for: internal/config/funcs/testdata/git-commits-changes/DOTgit/hooks/post-update.sample

+8
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

Diff for: internal/config/funcs/testdata/git-commits-changes/DOTgit/hooks/pre-applypatch.sample

+14
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

Diff for: internal/config/funcs/testdata/git-commits-changes/DOTgit/hooks/pre-commit.sample

+49
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

Diff for: internal/config/funcs/testdata/git-commits-changes/DOTgit/hooks/pre-merge-commit.sample

+13
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

Diff for: internal/config/funcs/testdata/git-commits-changes/DOTgit/hooks/pre-push.sample

+53
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

0 commit comments

Comments
 (0)