git icon indicating copy to clipboard operation
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...

Results 371 git issues
Sort by recently updated
recently updated
newest added

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])...

new user

Prevent errors related to X11 forwarding by running 'ssh -x' command by default. Bugs in other components can sometimes cause git to hang when cloning via ssh with X11 forwarding...

new user

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])...

new user

fputc is meant for single characters, fputs is for strings. We are better off inserting sole \n characters as characters, not whole strings.

Refactor the code by removing the unnecessary code blocks and replace with the best alternatives of python which reduce the complexity of the code and increase its readability.

new user

Sincere apologies for the very quick v2; while I've been sitting on this patch for a while in one form or another, I neglected to update the documentation. This has...

This options allows control over which of `--worktree` or `--staged` is applied when `git restore` is invoked with neither This patch is intended to reduce lost work to accidental `git...

new user

While I was writing a .gitmodules parser for jj (https://github.com/martinvonz/jj, check it out, it's great!), a reviewer asked what would happen if a submodule had repeated fields (like .path). It...

In this patch, we introduce a new subcommand preserve to git stash. The purpose of this subcommand is to save the current changes into the stash and then immediately re-apply...

This note was added with the command in 46e91b663b, but it is now inaccurate. The underlying builtin `add -i` implementation, made default in 0527ccb1b5, does support pathspecs, so `git restore...