git
git copied to clipboard
Git Source Code Mirror - This is a publish-only repository but pull requests can be turned into patches to the mailing list via GitGitGadget (https://gitgitgadget.github.io/). Please follow Documentat...
Thanks for taking the time to contribute to Git! Please be advised that the Git community does not use github.com for their contributions. Instead, we use a mailing list ([email protected])...
When using git-p4 in the python2 environment, some places decode( ) missing an assignment. cc: Patrick Steinhardt
Thanks for taking the time to contribute to Git! Please be advised that the Git community does not use github.com for their contributions. Instead, we use a mailing list ([email protected])...
I want to enable users freezing their submodules to a tag. Example: # Add git submodule add changes ```sh git submodule add --tag v34.3 https://github.com/Gibberlings3/SwordCoastStratagems.git cat .gitmodules [submodule "SwordCoastStratagems"] path...
For reftable development, it's useful to be able to print out the direct value of a symbolic reference before resolution. This is currently possible with git-for-each-ref, but since the iterators...
cc: Patrick Steinhardt cc: Phillip Wood cc: darcy cc: Jeff King cc: cc: Karthik Nayak cc: Eric Sunshine
cc: Jeff King cc: brian m. carlson cc: Junio C Hamano cc: Piotr Szlazak