Git Distributed Software Revision Control — Thread Index
[Prev Page][Next Page]
- Re: [PATCH 3/3] advice: allow disabling the automatic hint in advise_if_enabled(), (continued)
- Credential error - Cache credential helper does not work properly,
Lopez Sanchez, Jose Maria
- [PATCH 0/6] t: mark "files"-backend specific tests,
Patrick Steinhardt
- [PATCH 0/2][GSOC] t7501: Add tests for various index usages, -i and -o, of commit command and amending commit to add signoff.,
Ghanshyam Thakkar
- [PATCH 1/2] t7501: Add tests for various index usages, -i and -o, of commit command., Ghanshyam Thakkar
- [PATCH 2/2] t7501: Add test for amending commit to add signoff., Ghanshyam Thakkar
- Re: [PATCH 0/2][GSOC] t7501: Add tests for various index usages, -i and -o, of commit command and amending commit to add signoff., Christian Couder
- [PATCH v2 0/2] t7501: add tests for --include, --only,, Ghanshyam Thakkar
- [PATCH v2 1/2] t7501: add tests for --include, --only of commit, Ghanshyam Thakkar
- [PATCH v2 2/2] t7501: add test for --amend with --signoff, Ghanshyam Thakkar
- [GSoC][RFC] Replace use of atoi() with strtol_i(), as a microproject,
mohitmarathe
- [PATCH 0/4] reftable: optimize I/O patterns,
Patrick Steinhardt
- [PATCH 1/1] completion: don't comp revs when --no-format-patch,
Britton Leo Kerin
- [PATCH 0/1] completion: send-email: don't complete revs when --no-format-patch,
Britton Leo Kerin
- [PATCH v2 0/1] completion: don't complete revs when --no-format-patch, Britton Leo Kerin
[PATCH 0/1] completion: complete dir-type option args to am, format_patch,
Britton Leo Kerin
[PATCH v2 0/1] completion: complete dir-type option args to am, format_patch, Britton Leo Kerin
[PATCH 1/1] completion: dir-type optargs for am, format-patch,
Britton Leo Kerin
Limited operations in unsafe repositories,
brian m. carlson
Analyzing a corrupted index file,
Nathan Manceaux-Panot
Storing private config files in .git directory?,
Stefan Haller
git config --global needs to be run in a git directory,
Trix Knotts
Leveraging --rebase-merges --update-refs mechanism to rebase several branches in one run,
Yann Dirson
Bug: git log with log.showSignature enabled,
Maxim Iorsh
[PATCH] branch: clarify <oldbranch> term,
Rubén Justo
What's cooking in git.git (Jan 2024, #02; Fri, 5), Junio C Hamano
[BUG] mv: can trigger assertion failure with three parameters (builtin/mv.c:481),
Kristoffer Haugsbakk
[PATCH] index-pack: spawn threads atomically,
Jeff King
[PATCH] commit-graph: retain commit slab when closing NULL commit_graph,
Jeff King
[PATCH] fix: platform accordance while calculating murmur3,
Chen Xuewei via GitGitGadget
[PATCH] rebase: clarify --reschedule-failed-exec default,
Illia Bobyr
Does extending `--empty` to git-cherry-pick make sense?,
Brian Lyles
[PATCH] push: region_leave trace for negotiate_using_fetch,
Sam Delmerico
[PATCH] Documentation: fix statement about rebase.instructionFormat,
Maarten van der Schrieck via GitGitGadget
What's cooking in git.git (Jan 2024, #01; Tue, 2),
Junio C Hamano
[GSOC][RFC] Heed core.bare from template config file when no command line override given, as a microproject.,
Ghanshyam Thakkar
[RFC PATCH 5/6] completion: recognize but do not complete 'view', Britton Leo Kerin
[RFC PATCH 6/6] completion: add comment, Britton Leo Kerin
[RFC PATCH 3/6] completion: move to maintain define-before-use, Britton Leo Kerin
[RFC PATCH 4/6] completion: custom git-bisect terms, Britton Leo Kerin
[RFC PATCH 2/6] completion: git-log opts to bisect visualize, Britton Leo Kerin
[RFC PATCH 1/6] completion: complete new old actions, start opts, Britton Leo Kerin
[RFC PATCH 0/6] completion: improvements for git-bisect,
Britton Leo Kerin
- [PATCH v2 0/5] completion: improvements for git-bisect, Britton Leo Kerin
- [PATCH v3 0/5] completion: improvements for git-bisect, Britton Leo Kerin
- [PATCH v3 1/5] completion: complete new old actions, start opts, Britton Leo Kerin
- [PATCH v3 2/5] completion: git-log opts to bisect visualize, Britton Leo Kerin
- [PATCH v3 4/5] completion: custom git-bisect terms, Britton Leo Kerin
- [PATCH v3 3/5] completion: move to maintain define-before-use, Britton Leo Kerin
- [PATCH v3 5/5] completion: git-bisect view recognized but not completed, Britton Leo Kerin
- Re: [PATCH v3 0/5] completion: improvements for git-bisect, Patrick Steinhardt
- [PATCH v4 0/8] completion: improvements for git-bisect, Britton Leo Kerin
- [PATCH v4 2/8] completion: bisect: complete custom terms and related options, Britton Leo Kerin
- [PATCH v4 4/8] completion: new function __git_complete_log_opts, Britton Leo Kerin
- [PATCH v4 3/8] completion: bisect: complete missing --first-parent and --no-checkout options, Britton Leo Kerin
- [PATCH v4 1/8] completion: bisect: complete bad, new, old, and help subcommands, Britton Leo Kerin
- [PATCH v4 5/8] completion: log: use __git_complete_log_opts, Britton Leo Kerin
- [PATCH v4 6/8] completion: bisect: complete log opts for visualize subcommand, Britton Leo Kerin
- [PATCH v4 7/8] completion: bisect: recognize but do not complete view subcommand, Britton Leo Kerin
- [PATCH v4 8/8] completion: add tests for git-bisect, Britton Leo Kerin
- Re: [PATCH v4 0/8] completion: improvements for git-bisect, Patrick Steinhardt
- [PATCH v5 0/7] completion: improvements for git-bisect, Britton Leo Kerin
- [PATCH v5 2/7] completion: bisect: complete bad, new, old, and help subcommands, Britton Leo Kerin
- [PATCH v5 1/7] completion: tests: always use 'master' for default initial branch name, Britton Leo Kerin
- [PATCH v5 3/7] completion: bisect: complete custom terms and related options, Britton Leo Kerin
- [PATCH v5 4/7] completion: bisect: complete missing --first-parent and --no-checkout options, Britton Leo Kerin
- [PATCH v5 5/7] completion: new function __git_complete_log_opts, Britton Leo Kerin
- [PATCH v5 6/7] completion: bisect: complete log opts for visualize subcommand, Britton Leo Kerin
- [PATCH v5 7/7] completion: bisect: recognize but do not complete view subcommand, Britton Leo Kerin
- Re: [PATCH v5 0/7] completion: improvements for git-bisect, Patrick Steinhardt
- [PATCH v6 0/7] completion: improvements for git-bisect, Britton Leo Kerin
- [PATCH v6 3/7] completion: bisect: complete custom terms and related options, Britton Leo Kerin
- [PATCH v6 2/7] completion: bisect: complete bad, new, old, and help subcommands, Britton Leo Kerin
- [PATCH v6 1/7] completion: tests: always use 'master' for default initial branch name, Britton Leo Kerin
- [PATCH v6 4/7] completion: bisect: complete missing --first-parent and --no-checkout options, Britton Leo Kerin
- [PATCH v6 5/7] completion: new function __git_complete_log_opts, Britton Leo Kerin
- [PATCH v6 7/7] completion: bisect: recognize but do not complete view subcommand, Britton Leo Kerin
- [PATCH v6 6/7] completion: bisect: complete log opts for visualize subcommand, Britton Leo Kerin
- Re: [PATCH v6 0/7] completion: improvements for git-bisect, Junio C Hamano
- Message not available
Message not available
Message not available
Message not available
Message not available
[ANNOUNCE] Git Rev News edition 106, Christian Couder
[RFC PATCH] grep: default to posix digits with -P,
Carlo Marcelo Arenas Belón
Concurrent fetch commands,
Stefan Haller
[PATCH] write-or-die: make GIT_FLUSH a Boolean environment variable,
Chandra Pratap via GitGitGadget
Draft of Git Rev News edition 106, Christian Couder
[BUG] Asks for "To" even if "To" already specified in letter,
Askar Safin
[PATCH 0/1 v2] Replace SID with domain/username on Windows,
Sören Krecker
[PATCH 0/1] Replace SID with domain/username on Windows,
Sören Krecker
[PATCH] ci: add job performing static analysis on GitLab CI,
Patrick Steinhardt
[PATCH 0/6] worktree: initialize refdb via ref backends,
Patrick Steinhardt
What's cooking in git.git (Dec 2023, #05; Wed, 27), Junio C Hamano
[PATCH 1/1] doc: use singular form of repeatable path arg,
Britton Leo Kerin
[PATCH 0/1] doc: git-bisect: change plural form to singular,
Britton Leo Kerin
Message not available
[PATCH v2 0/2] doc: bisect: change plural paths to singular pathspec, Britton Leo Kerin
Suppress 'info: please complete authentication in browser',
Brian Hart
[PATCH] precious-files.txt: new document proposing new precious file type,
Elijah Newren via GitGitGadget
Accessing Git, Marc Casanova
[PATCH v2] diff: implement config.diff.renames=copies-harder,
Sam James
[PATCH] fast-import: use mem_pool_calloc(),
René Scharfe
subtree split after deleting and re-running git-subtree add, fails with "fatal: cache for XXX already exists!",
Eli Schwartz
[PATCH 0/2] Fix doc placeholders,
Jean-Noël Avila via GitGitGadget
[Question] Can Git Diff with block context, ZheNing Hu
[FEATURE REQUEST] New method of commits range selection, Andry
[PATCH] mem-pool: simplify alignment calculation, René Scharfe
[PATCH] sparse-checkout: be consistent with end of options markers,
Elijah Newren via GitGitGadget
[PATCH] sideband.c: replace int with size_t for clarity,
Chandra Pratap via GitGitGadget
[PATCH] Port helper/test-ctype.c to unit-tests/t-ctype.c,
Achu Luma
[PATCH] mem-pool: fix big allocations,
René Scharfe
rebase invoking pre-commit,
Sean Allred
[ISSUE] `git push` keep asking for username when the global config already configured (wincred), Andry
[RFC 0/2] Initial changes to support printing all refs,
Karthik Nayak
Git mirror at gitlab,
Olliver Schinagl
git bisect stuck - --force flag required for checkout,
Devste Devste
[PATCH 0/3] sparse-checkout with --end-of-options,
Junio C Hamano
[PATCH/RFC] sparse-checkout: take care of "--end-of-options" in set/add,
Junio C Hamano
What's cooking in git.git (Dec 2023, #04; Wed, 20), Junio C Hamano
[PATCH 00/12] Introduce `refStorage` extension,
Patrick Steinhardt
- [PATCH 01/12] t: introduce DEFAULT_REPO_FORMAT prereq, Patrick Steinhardt
- [PATCH 02/12] worktree: skip reading HEAD when repairing worktrees, Patrick Steinhardt
- [PATCH 03/12] refs: refactor logic to look up storage backends, Patrick Steinhardt
- [PATCH 04/12] setup: start tracking ref storage format when, Patrick Steinhardt
- [PATCH 05/12] setup: set repository's formats on init, Patrick Steinhardt
- [PATCH 06/12] setup: introduce "extensions.refStorage" extension, Patrick Steinhardt
- [PATCH 07/12] setup: introduce GIT_DEFAULT_REF_FORMAT envvar, Patrick Steinhardt
- [PATCH 08/12] t: introduce GIT_TEST_DEFAULT_REF_FORMAT envvar, Patrick Steinhardt
- [PATCH 09/12] builtin/rev-parse: introduce `--show-ref-format` flag, Patrick Steinhardt
- [PATCH 10/12] builtin/init: introduce `--ref-format=` value flag, Patrick Steinhardt
- [PATCH 11/12] builtin/clone: introduce `--ref-format=` value flag, Patrick Steinhardt
- [PATCH 12/12] t9500: write "extensions.refstorage" into config, Patrick Steinhardt
- Re: [PATCH 00/12] Introduce `refStorage` extension, Karthik Nayak
- [PATCH v2 00/12] Introduce `refStorage` extension, Patrick Steinhardt
- [PATCH v2 01/12] t: introduce DEFAULT_REPO_FORMAT prereq, Patrick Steinhardt
- [PATCH v2 03/12] refs: refactor logic to look up storage backends, Patrick Steinhardt
- [PATCH v2 02/12] worktree: skip reading HEAD when repairing worktrees, Patrick Steinhardt
- [PATCH v2 04/12] setup: start tracking ref storage format, Patrick Steinhardt
- [PATCH v2 05/12] setup: set repository's formats on init, Patrick Steinhardt
- [PATCH v2 06/12] setup: introduce "extensions.refStorage" extension, Patrick Steinhardt
- [PATCH v2 07/12] setup: introduce GIT_DEFAULT_REF_FORMAT envvar, Patrick Steinhardt
- [PATCH v2 08/12] t: introduce GIT_TEST_DEFAULT_REF_FORMAT envvar, Patrick Steinhardt
- [PATCH v2 09/12] builtin/rev-parse: introduce `--show-ref-format` flag, Patrick Steinhardt
- [PATCH v2 10/12] builtin/init: introduce `--ref-format=` value flag, Patrick Steinhardt
- [PATCH v2 11/12] builtin/clone: introduce `--ref-format=` value flag, Patrick Steinhardt
- [PATCH v2 12/12] t9500: write "extensions.refstorage" into config, Patrick Steinhardt
- [PATCH v3 00/12] Introduce `refStorage` extension, Patrick Steinhardt
[Index of Archives]
[Linux Kernel]
[LKML Kernel FAQ]
[IETF Annouce]
[Security]
[Bugtraq]