desktop / dugite-native

A toolchain for building a portable, cross-platform Git for applications
GNU General Public License v2.0
193 stars 108 forks source link

Bundle GCM under bin #512

Open niik opened 3 months ago

niik commented 3 months ago

After talking with @dscho I now know that we shouldn't be sticking arbitrary stuff into libexec/git-core, that's reserved for... ya know... git-core.

So I've moved the git credential manager into the bin/ folder as per Johannes suggestion. We still drop Git LFS into libexec/git-core and I guess we should stop doing that as well but we've had LFS in there forever so let's start with just GCM and tackle LFS in a follow-up PR.