Jan Krag

Results 29 issues of Jan Krag

At least in all the introductory exercises, there is no reason to mention `--decorate` on git log as that is more or less the default behaviour anyway and doesn't add...

Good First Issue

In its current form, this exercise is based on a git graph where there is a base state with a nearly empty implementation, and then two branches that introduce 2...

enhancement

This whould help give commits unique timestamps to fix weird sorting observerd in git log

log --all shows commits in odd order, where the tagged commit is shown in the middle. Investigate why, and find a fix?

bug
Status - in progress

I came across an interesting case during a interactive rebase. I had a history where one commit made a small change, and the following commit was a small fix to...

New exercise

2.38.1 introduces a change (due to [CVE-2022-39253](https://github.blog/2022-10-18-git-security-vulnerabilities-announced/#cve-2022-39253)) that disables `git submodule add` using the file protocol. ``` ➜ product git:(master) git submodule add ../remote Cloning into '/Users/.../git-katas/submodules/exercise/product/remote'... fatal: transport 'file'...

bug

As mentioned in #347, there is a new restriction in Git since 2.38.1 which means that we can only run this kata by temporarily loosening the security restrictions. Until we...

In the latest few runs for incoming PR's the pipeline matrix fails. We need to figure out why.