Git Distributed Software Revision Control — Thread Index
[Prev Page][Next Page]
- [PATCH v5 1/5] MyFirstObjectWalk: use additional arg in config_fn_t, (continued)
- [PATCH v3 0/2] diff: copies-harder support,
Sam James
- [PATCH 0/3] cat-file: add %(objectmode) avoid verifying submodules' OIDs,
Johannes Schindelin via GitGitGadget
- Git bug report CDPATH completion,
Philemon GIRAUD
- Fix early wrapping when using bash with git-prompt.sh, Richard Quadling
- Using git-prompt.sh is wrapping text to early in Bash.,
Richard Quadling
- repositoryformatversion and extensions,
Edward Thomson
- [PATCH] diff: add diff.srcprefix and diff.dstprefix option support,
Peter Hutterer
- [PATCH] ci(github): make Windows test artifacts name unique, Philippe Blain via GitGitGadget
- [PATCH 0/6] doc: rework doc files for git-init and git-clone,
Jean-Noël Avila via GitGitGadget
- [GSoC][PATCH 0/1] add zero count optimization in ewah_bitmap.c,
Aryan Gupta
- unintelligible error fatal: empty ident name (for <>) not allowed,
Michal Suchánek
- [Outreachy][PATCH] Port helper/test-strcmp-offset.c to unit-tests/t-strcmp-offset.c,
Achu Luma
- "git maintenance start" adds entry to the main config file, not to already existing maintenance section in included file,
Jan Katins
- Products Enquiry, Piaskowiec Handel-AB Group
- Informative: git-options.txt,
Dirk Gouders
- [PATCH 0/2] The merge-base logic vs missing commit objects (follow-up),
Johannes Schindelin via GitGitGadget
- Feature request - summarise changes by folder, Alex Kubiesa
- [BUG] cannot git clone with includeif onbranch,
Angelo Dureghello
- [PATCH 0/4] checkout: cleanup --conflict=,
Phillip Wood via GitGitGadget
- Support dst-prefix and src-prefix in the .gitconfig file, David Heidelberg
- What's cooking in git.git (Mar 2024, #02; Thu, 7),
Junio C Hamano
- [RFC PATCH 0/1] Add hostname condition to includeIf,
Ignacio Encinas
- [PATCH 0/3] format-patch: teach `--header-cmd`,
Kristoffer Haugsbakk
- [PATCH] wt-status: Don't find scissors line beyond buf len,
Florian Schmidt
- [PATCH] reftable/block: fix binary search over restart counter,
Patrick Steinhardt
- [RFC/PATCH 0/2] some transport-helper "option object-format" confusion,
Jeff King
- [PATCH] doc/gitremote-helpers: fix missing single-quote,
Jeff King
- [Feature request] git config - includeif - resolve symlinks using realpath, Lamy Geier
- Bug in Git,
Victor Porton
- diff on the commandline, Andreas Lüttgens
- Discuss GSoC: Implement consistency checks for refs,
shejialuo
- (No Subject), Emilis Kiškis
- [PATCH 0/8] builtin/config: introduce subcommands,
Patrick Steinhardt
- [PATCH 1/8] builtin/config: move option array around, Patrick Steinhardt
- [PATCH 2/8] builtin/config: move "fixed-value" option to correct group, Patrick Steinhardt
- [PATCH 3/8] builtin/config: use `OPT_CMDMODE()` to specify modes, Patrick Steinhardt
- [PATCH 4/8] builtin/config: move modes into separate functions, Patrick Steinhardt
- [PATCH 5/8] builtin/config: track subcommands by action, Patrick Steinhardt
- [PATCH 6/8] builtin/config: introduce subcommands, Patrick Steinhardt
- [PATCH 7/8] t1300: exercise both old- and new-style modes, Patrick Steinhardt
- [PATCH 8/8] Documentation/git-config: update to new-style syntax, Patrick Steinhardt
- Re: [PATCH 0/8] builtin/config: introduce subcommands, Junio C Hamano
- Re: [PATCH 0/8] builtin/config: introduce subcommands, Kristoffer Haugsbakk
- [PATCH v2 00/13] builtin/config: introduce subcommands, Patrick Steinhardt
- [PATCH v2 01/13] builtin/config: move option array around, Patrick Steinhardt
- [PATCH v2 02/13] builtin/config: move "fixed-value" option to correct group, Patrick Steinhardt
- [PATCH v2 03/13] builtin/config: use `OPT_CMDMODE()` to specify modes, Patrick Steinhardt
- [PATCH v2 04/13] builtin/config: pull out function to handle config location, Patrick Steinhardt
- [PATCH v2 05/13] builtin/config: pull out function to handle `--null`, Patrick Steinhardt
- [PATCH v2 06/13] builtin/config: introduce "list" subcommand, Patrick Steinhardt
- [PATCH v2 07/13] builtin/config: introduce "get" subcommand, Patrick Steinhardt
- [PATCH v2 08/13] builtin/config: introduce "set" subcommand, Patrick Steinhardt
- [PATCH v2 09/13] builtin/config: introduce "unset" subcommand, Patrick Steinhardt
- [PATCH v2 10/13] builtin/config: introduce "rename-section" subcommand, Patrick Steinhardt
- [PATCH v2 11/13] builtin/config: introduce "remove-section" subcommand, Patrick Steinhardt
- [PATCH v2 12/13] builtin/config: introduce "edit" subcommand, Patrick Steinhardt
- [PATCH v2 13/13] builtin/config: display subcommand help, Patrick Steinhardt
- [PATCH v3 00/13] builtin/config: introduce subcommands, Patrick Steinhardt
- [PATCH v3 01/13] builtin/config: move option array around, Patrick Steinhardt
- [PATCH v3 02/13] builtin/config: move "fixed-value" option to correct group, Patrick Steinhardt
- [PATCH v3 03/13] builtin/config: use `OPT_CMDMODE()` to specify modes, Patrick Steinhardt
- [PATCH v3 04/13] builtin/config: pull out function to handle config location, Patrick Steinhardt
- [PATCH v3 05/13] builtin/config: pull out function to handle `--null`, Patrick Steinhardt
- [PATCH v3 06/13] builtin/config: introduce "list" subcommand, Patrick Steinhardt
- [PATCH v3 07/13] builtin/config: introduce "get" subcommand, Patrick Steinhardt
- [PATCH v3 08/13] builtin/config: introduce "set" subcommand, Patrick Steinhardt
- [PATCH v3 09/13] builtin/config: introduce "unset" subcommand, Patrick Steinhardt
- [PATCH v3 10/13] builtin/config: introduce "rename-section" subcommand, Patrick Steinhardt
- [PATCH v3 11/13] builtin/config: introduce "remove-section" subcommand, Patrick Steinhardt
- [PATCH v3 12/13] builtin/config: introduce "edit" subcommand, Patrick Steinhardt
- [PATCH v3 13/13] builtin/config: display subcommand help, Patrick Steinhardt
- Re: [PATCH v3 00/13] builtin/config: introduce subcommands, Eric Sunshine
- [PATCH v4 00/14] builtin/config: introduce subcommands, Patrick Steinhardt
- [PATCH v4 01/14] config: clarify memory ownership when preparing comment strings, Patrick Steinhardt
- [PATCH v4 02/14] builtin/config: move option array around, Patrick Steinhardt
- [PATCH v4 03/14] builtin/config: move "fixed-value" option to correct group, Patrick Steinhardt
- [PATCH v4 04/14] builtin/config: use `OPT_CMDMODE()` to specify modes, Patrick Steinhardt
- [PATCH v4 05/14] builtin/config: pull out function to handle config location, Patrick Steinhardt
- [PATCH v4 06/14] builtin/config: pull out function to handle `--null`, Patrick Steinhardt
- [PATCH v4 07/14] builtin/config: introduce "list" subcommand, Patrick Steinhardt
- [PATCH v4 08/14] builtin/config: introduce "get" subcommand, Patrick Steinhardt
- [PATCH v4 09/14] builtin/config: introduce "set" subcommand, Patrick Steinhardt
- [PATCH v4 10/14] builtin/config: introduce "unset" subcommand, Patrick Steinhardt
- [PATCH v4 11/14] builtin/config: introduce "rename-section" subcommand, Patrick Steinhardt
- [PATCH v4 12/14] builtin/config: introduce "remove-section" subcommand, Patrick Steinhardt
- [PATCH v4 13/14] builtin/config: introduce "edit" subcommand, Patrick Steinhardt
- [PATCH v4 14/14] builtin/config: display subcommand help, Patrick Steinhardt
- Re: [PATCH v4 00/14] builtin/config: introduce subcommands, Dragan Simic
- Re: [PATCH v4 00/14] builtin/config: introduce subcommands, Junio C Hamano
- [PATCH v5 00/14] builtin/config: introduce subcommands, Patrick Steinhardt
- [PATCH v5 01/14] config: clarify memory ownership when preparing comment strings, Patrick Steinhardt
- [PATCH v5 02/14] builtin/config: move option array around, Patrick Steinhardt
- [PATCH v5 03/14] builtin/config: move "fixed-value" option to correct group, Patrick Steinhardt
- [PATCH v5 04/14] builtin/config: use `OPT_CMDMODE()` to specify modes, Patrick Steinhardt
- [PATCH v5 05/14] builtin/config: pull out function to handle config location, Patrick Steinhardt
- [PATCH v5 06/14] builtin/config: pull out function to handle `--null`, Patrick Steinhardt
- [PATCH v5 07/14] builtin/config: introduce "list" subcommand, Patrick Steinhardt
- [PATCH v5 08/14] builtin/config: introduce "get" subcommand, Patrick Steinhardt
- [PATCH v5 09/14] builtin/config: introduce "set" subcommand, Patrick Steinhardt
- [PATCH v5 10/14] builtin/config: introduce "unset" subcommand, Patrick Steinhardt
- [PATCH v5 11/14] builtin/config: introduce "rename-section" subcommand, Patrick Steinhardt
- [PATCH v5 12/14] builtin/config: introduce "remove-section" subcommand, Patrick Steinhardt
- [PATCH v5 13/14] builtin/config: introduce "edit" subcommand, Patrick Steinhardt
- [PATCH v5 14/14] builtin/config: display subcommand help, Patrick Steinhardt
- Re: [PATCH v5 00/14] builtin/config: introduce subcommands, Karthik Nayak
- Re: [PATCH v5 00/14] builtin/config: introduce subcommands, Taylor Blau
- git, Rifani mei
- Perorg, Rifani mei
- [PATCH 00/22] avoid redundant pipelines,
Beat Bolli
- [PATCH 01/22] doc: avoid redundant use of cat, Beat Bolli
- [PATCH 03/22] t/lib-cvs.sh: avoid redundant use of cat, Beat Bolli
- [PATCH 04/22] t/annotate-tests.sh: avoid redundant use of cat, Beat Bolli
- [PATCH 06/22] t/t0*: avoid redundant uses of cat, Beat Bolli
- [PATCH 07/22] t/t1*: avoid redundant uses of cat, Beat Bolli
- [PATCH 08/22] t/t3*: avoid redundant uses of cat, Beat Bolli
- [PATCH 10/22] t/t5*: avoid redundant uses of cat, Beat Bolli
- [PATCH 12/22] t/t7*: avoid redundant use of cat, Beat Bolli
- [PATCH 13/22] t/t8*: avoid redundant use of cat, Beat Bolli
- [PATCH 14/22] t/t9*: avoid redundant uses of cat, Beat Bolli
- [PATCH 17/22] t/t4*: merge a "grep | sed" pipeline, Beat Bolli
- [PATCH 18/22] t/t5*: merge a "grep | sed" pipeline, Beat Bolli
- [PATCH 19/22] t/t8*: merge "grep | sed" pipelines, Beat Bolli
- [PATCH 21/22] contrib/coverage-diff: avoid redundant pipelines, Beat Bolli
- [PATCH 22/22] git-quiltimport: avoid an unnecessary subshell, Beat Bolli
- [PATCH 11/22] t/t6*: avoid redundant uses of cat, Beat Bolli
- [PATCH 09/22] t/t4*: avoid redundant uses of cat, Beat Bolli
- [PATCH 15/22] t/t1*: merge a "grep | sed" pipeline, Beat Bolli
- [PATCH 05/22] t/perf: avoid redundant use of cat, Beat Bolli
- [PATCH 16/22] t/t3*: merge a "grep | awk" pipeline, Beat Bolli
- [PATCH 02/22] contrib/subtree/t: avoid redundant use of cat, Beat Bolli
- [PATCH 20/22] t/t9*: merge "grep | sed" pipelines, Beat Bolli
- Re: [PATCH 00/22] avoid redundant pipelines, Rubén Justo
- Re: [PATCH 00/22] avoid redundant pipelines, Junio C Hamano
- [PATCH v2 00/22] avoid redundant pipelines, Beat Bolli
- [PATCH v2 01/22] doc: avoid redundant use of cat, Beat Bolli
- [PATCH v2 07/22] t/t1*: avoid redundant uses of cat, Beat Bolli
- [PATCH v2 06/22] t/t0*: avoid redundant uses of cat, Beat Bolli
- [PATCH v2 02/22] contrib/subtree/t: avoid redundant use of cat, Beat Bolli
- [PATCH v2 08/22] t/t3*: avoid redundant uses of cat, Beat Bolli
- [PATCH v2 03/22] t/lib-cvs.sh: avoid redundant use of cat, Beat Bolli
- [PATCH v2 04/22] t/annotate-tests.sh: avoid redundant use of cat, Beat Bolli
- [PATCH v2 10/22] t/t5*: avoid redundant uses of cat, Beat Bolli
- [PATCH v2 05/22] t/perf: avoid redundant use of cat, Beat Bolli
- [PATCH v2 09/22] t/t4*: avoid redundant uses of cat, Beat Bolli
- [PATCH v2 12/22] t/t7*: avoid redundant use of cat, Beat Bolli
- [PATCH v2 11/22] t/t6*: avoid redundant uses of cat, Beat Bolli
- [PATCH v2 13/22] t/t8*: avoid redundant use of cat, Beat Bolli
- [PATCH v2 14/22] t/t9*: avoid redundant uses of cat, Beat Bolli
- [PATCH v2 15/22] t/t1*: merge a "grep | sed" pipeline, Beat Bolli
- [PATCH v2 16/22] t/t3*: merge a "grep | awk" pipeline, Beat Bolli
- [PATCH v2 17/22] t/t4*: merge a "grep | sed" pipeline, Beat Bolli
- [PATCH v2 18/22] t/t5*: merge a "grep | sed" pipeline, Beat Bolli
- [PATCH v2 20/22] t/t9*: merge "grep | sed" pipelines, Beat Bolli
- [PATCH v2 19/22] t/t8*: merge "grep | sed" pipelines, Beat Bolli
- [PATCH v2 21/22] contrib/coverage-diff: avoid redundant pipelines, Beat Bolli
- [PATCH v2 22/22] git-quiltimport: avoid an unnecessary subshell, Beat Bolli
- Re: [PATCH v2 00/22] avoid redundant pipelines, Taylor Blau
- [PATCH 0/2] fuzz: build fuzzers by default on Linux,
Josh Steadmon
- [PATCH] reftable/stack: use geometric table compaction,
Justin Tobler via GitGitGadget
- Tc,
Rifani mei
- <Possible follow-ups>
- Tc, Rifani mei
- [PATCH 0/7] reftable: memory optimizations for reflog iteration,
Patrick Steinhardt
- Clarify the meaning of "character" in the documentation,
Manlio Perillo
- Re: Clarify the meaning of "character" in the documentation, Kristoffer Haugsbakk
- Re: Clarify the meaning of "character" in the documentation, Junio C Hamano
- Re: Clarify the meaning of "character" in the documentation, Dragan Simic
- Re: Clarify the meaning of "character" in the documentation, Kristoffer Haugsbakk
- Re: Clarify the meaning of "character" in the documentation, Junio C Hamano
- Re: Clarify the meaning of "character" in the documentation, Dragan Simic
- [messy PATCH] multi-byte core.commentChar, Jeff King
- [PATCH 0/15] allow multi-byte core.commentChar, Jeff King
- [PATCH 01/15] strbuf: simplify comment-handling in add_lines() helper, Jeff King
- [PATCH 02/15] strbuf: avoid static variables in strbuf_add_commented_lines(), Jeff King
- [PATCH 03/15] commit: refactor base-case of adjust_comment_line_char(), Jeff King
- [PATCH 04/15] strbuf: avoid shadowing global comment_line_char name, Jeff King
- [PATCH 05/15] environment: store comment_line_char as a string, Jeff King
- [PATCH 06/15] strbuf: accept a comment string for strbuf_stripspace(), Jeff King
- [PATCH 07/15] strbuf: accept a comment string for strbuf_commented_addf(), Jeff King
- [PATCH 08/15] strbuf: accept a comment string for strbuf_add_commented_lines(), Jeff King
- [PATCH 09/15] prefer comment_line_str to comment_line_char for printing, Jeff King
- [PATCH 10/15] find multi-byte comment chars in NUL-terminated strings, Jeff King
- [PATCH 11/15] find multi-byte comment chars in unterminated buffers, Jeff King
- [PATCH 12/15] sequencer: handle multi-byte comment characters when writing todo list, Jeff King
- [PATCH 13/15] wt-status: drop custom comment-char stringification, Jeff King
- [PATCH 14/15] environment: drop comment_line_char compatibility macro, Jeff King
- [PATCH 15/15] config: allow multi-byte core.commentChar, Jeff King
- Re: [PATCH 0/15] allow multi-byte core.commentChar, Phillip Wood
- [PATCH v2 0/16] allow multi-byte core.commentChar, Jeff King
- [PATCH v2 01/16] config: forbid newline as core.commentChar, Jeff King
- [PATCH v2 02/16] strbuf: simplify comment-handling in add_lines() helper, Jeff King
- [PATCH v2 03/16] strbuf: avoid static variables in strbuf_add_commented_lines(), Jeff King
- [PATCH v2 04/16] commit: refactor base-case of adjust_comment_line_char(), Jeff King
- [PATCH v2 05/16] strbuf: avoid shadowing global comment_line_char name, Jeff King
- [PATCH v2 06/16] environment: store comment_line_char as a string, Jeff King
- [PATCH v2 07/16] strbuf: accept a comment string for strbuf_stripspace(), Jeff King
- [PATCH v2 08/16] strbuf: accept a comment string for strbuf_commented_addf(), Jeff King
- [PATCH v2 09/16] strbuf: accept a comment string for strbuf_add_commented_lines(), Jeff King
- [PATCH v2 10/16] prefer comment_line_str to comment_line_char for printing, Jeff King
- [PATCH v2 11/16] find multi-byte comment chars in NUL-terminated strings, Jeff King
- [PATCH v2 12/16] find multi-byte comment chars in unterminated buffers, Jeff King
- [PATCH v2 13/16] sequencer: handle multi-byte comment characters when writing todo list, Jeff King
- [PATCH v2 14/16] wt-status: drop custom comment-char stringification, Jeff King
- [PATCH v2 15/16] environment: drop comment_line_char compatibility macro, Jeff King
- [PATCH v2 16/16] config: allow multi-byte core.commentChar, Jeff King
[Index of Archives]
[Linux Kernel]
[LKML Kernel FAQ]
[IETF Annouce]
[Security]
[Bugtraq]