summaryrefslogtreecommitdiff
path: root/ext/git/writer.go
AgeCommit message (Collapse)Author
2024-12-16Update references of pkg/tag pkg/log pkg/options to use modules from ↵Ishita Sequeira
registry-scanner (#962) Signed-off-by: Ishita Sequeira <ishiseq29@gmail.com>
2024-08-30fix: warnings from golangci-lint: S1009 should omit nil check; non-constant ↵Cheng Fang
format string in call to fmt.Errorf (#849) Signed-off-by: Cheng Fang <cfang@redhat.com>
2024-08-13feat: Use shallow clone to speed up performance (#830)jnovick
Signed-off-by: Joshua Novick <joshua.novick@hunters.ai>
2024-07-12chore(lint): Enable spelling linter (#773)Jann Fischer
Signed-off-by: Jann Fischer <jann@mistrust.net>
2024-07-05fix: Fix write-back commits (#767)Jann Fischer
Signed-off-by: jannfis <jann@mistrust.net>
2024-06-18feat: Support for signing commits with gpg and ssh (#710)Dustin Lactin
Signed-off-by: Dustin Lactin <dustin.lactin@gmail.com>
2024-06-14fix: Make Git credentials work again (#737)Jann Fischer
* fix: Make Git credentials work again Signed-off-by: jannfis <jann@mistrust.net> * Update Signed-off-by: jannfis <jann@mistrust.net> --------- Signed-off-by: jannfis <jann@mistrust.net>
2024-05-30Remove repeated git commandArief Wibowo
Signed-off-by: Arief Wibowo <i@arwi.me>
2024-05-27chore(deps): Pull in Git client changes from Argo CD v2.11.2jannfis
Signed-off-by: jannfis <jann@mistrust.net>
2021-10-26chore: Update and refactor Git client (#283)jannfis
Signed-off-by: jannfis <jann@mistrust.net>