Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

feat: [TKC-2342] clone logs #5849

Merged
merged 15 commits into from
Oct 1, 2024
Merged

feat: [TKC-2342] clone logs #5849

merged 15 commits into from
Oct 1, 2024

Conversation

haneabogdan
Copy link
Contributor

Pull request description

Checklist (choose whats happened)

  • breaking change! (describe)
  • tested locally
  • tested on cluster
  • added new dependencies
  • updated the docs
  • added a test

Breaking changes

Changes

Fixes

@haneabogdan haneabogdan requested a review from a team as a code owner September 13, 2024 12:24
@haneabogdan haneabogdan changed the base branch from develop to main October 1, 2024 08:30
@haneabogdan haneabogdan merged commit f222ec3 into main Oct 1, 2024
38 checks passed
@haneabogdan haneabogdan deleted the sandbox/clone-logs branch October 1, 2024 08:41

// bold the folder name
if info.IsDir() {
fmt.Printf("\x1b[1m%s\x1b[0m\n", name)
Copy link
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

import "github.com/gookit/color"

fmt.Println(color.Bold.Render(name))

// Mark directory as safe
configArgs := []string{"-c", fmt.Sprintf("safe.directory=%s", outputPath), "-c", "advice.detachedHead=false"}

fmt.Printf("📦 ")
Copy link
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Should it be there? Anything can be returned afterwards from the Git or internal error

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

3 participants