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

I noticed this inconsistency as I was trying to build Git docs with Google's internal build system. This string seems particularly problematic e.g. you can see unnecessary "\\" on https://git-scm.com/docs/git-reflog#_description....

next
seen

In https://lore.kernel.org/git/[email protected]/ Ævar considered the option of merging the reftable without 100% of tests passing. In my development branch, I am down to 26 test failures. As input to this...

v3: * split off rename commit * base on seen (@fde6c449a) Signed-off-by: Han-Wen Nienhuys cc: Han-Wen Nienhuys cc: Ævar Arnfjörð Bjarmason

Stashes are stored as hex OIDs in files under .git/ but are accessed as refs. This series consistently treats stashes (AUTOMERGE_STASH, rebase-merge/autostash etc.) as refs.

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

This patch series makes partial clone more useful by making it possible to run repack to remove objects from a repository (replacing it with promisor objects). This is useful when...

Hi, thanks for reviewing the patches, we'd like to add a new hook called "hide-refs", which can be used to hide refs dynamically according to the user's access to the...

If the user only wants to modify the subject of a commit during interactive rebase, now he can choose the "reword" command and change the subject directly in the todo...

new user