The beginning of Git supporting other hash algorithms
1–10 of 128 posts
Re: The beginning of Git supporting other hash algorithms
#2Re: The beginning of Git supporting other hash algorithms
#3Is there some explainer on how the support will look like in the end? I'm curious to know how multiple hash algorithms will be supported in parallel.
Re: The beginning of Git supporting other hash algorithms
#4Is there some explainer on how the support will look like in the end? I'm curious to know how multiple hash algorithms will be supported in parallel.
Probably newer versions will commit only using a new hash algorithm, while completely able to deal with the old one
Re: The beginning of Git supporting other hash algorithms
#5Re: The beginning of Git supporting other hash algorithms
#6https://git.kernel.org/pub/scm/git/git.git/commit/?id=5f7817...
So this change doesn't do much for now. Good to see, though.
Re: The beginning of Git supporting other hash algorithms
#7Earlier quoted context omitted.
Probably newer versions will commit only using a new hash algorithm, while completely able to deal with the old one
Can it really be that simple though? If you are using a newer version of Git on your repo which is committing only with the newer hash and I try to clone your repo with an older version I will be unable to do so. I guess maybe that's acceptable though?
Re: The beginning of Git supporting other hash algorithms
#8Earlier quoted context omitted.
Probably newer versions will commit only using a new hash algorithm, while completely able to deal with the old one
Can it really be that simple though? If you are using a newer version of Git on your repo which is committing only with the newer hash and I try to clone your repo with an older version I will be unable to do so. I guess maybe that's acceptable though?
$ sudo $PKG_MGR upgrade gitRe: The beginning of Git supporting other hash algorithms
#9The current transition plan is being discussed here: https://public-inbox.org/git/CA+dhYEViN4-boZLN+5QJyE7RtX+q6a...