Git Distributed Software Revision Control — Thread Index
[Prev Page][Next Page]
- [PATCH v5 10/14] builtin/config: introduce "unset" subcommand, (continued)
- 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
- Re: [PATCH v2 0/16] allow multi-byte core.commentChar, phillip . wood123
- Re: Clarify the meaning of "character" in the documentation, Kristoffer Haugsbakk
- Re: Clarify the meaning of "character" in the documentation, brian m. carlson
- [PATCH] gpg-interface: Look up signing keys with only email address,
Marco Sirabella
- [RFC PATCH 0/3] Parallel submodule status,
Atneya Nair
- [PATCH] show-ref: add --unresolved option,
John Cai via GitGitGadget
- What's cooking in git.git (Mar 2024, #01; Mon, 4),
Junio C Hamano
- [PATCH 0/4] trace2: move 'def_param' events into 'cmd_name' and 'cmd_alias',
Jeff Hostetler via GitGitGadget
- [PATCH 0/4] reftable/stack: register temporary files,
Patrick Steinhardt
- [PATCH] Fix git-p4 decode() missing an assignment,
W Sero via GitGitGadget
- GSoC 2024,
Aishwarya Narayanan
- [PATCH] Allow git-config to append a comment,
Ralph Seichter via GitGitGadget
- Re: [PATCH v2] clean: improve -n and -f implementation and documentation,
Junio C Hamano
- [PATCH 0/1] rebase: teach `--exec` about `GIT_REBASE_BRANCH`,
Kristoffer Haugsbakk
- Modernise .gitconfig Signing Block Name,
admin
- [PATCH 0/3] Auditing use of xwrite(),
Junio C Hamano
- [PATCH] sequencer: allow disabling conflict advice,
Philippe Blain via GitGitGadget
- [PATCH] test-lib-functions: simplify `test_file_not_empty` failure message,
Eric Sunshine
- [ANNOUNCE] Git Rev News edition 108, Christian Couder
- Support with finding git objects,
Ayoub, Toufic
- [PATCH] gitcli: drop mention of “non-dashed form”,
Kristoffer Haugsbakk
- [PATCH] branch: advise about ref syntax rules,
Kristoffer Haugsbakk
- Accuracy of "git blame -C" - are there configuration options?,
Baumann, Moritz
- [PATCH 0/1] Documentation/user-manual.txt: try to clarify on object hashes,
Dirk Gouders
- [GSoC][PATCH 0/1] microproject: Use test_path_is_* functions in test scripts,
shejialuo
- [question] How to customize git revert template,
Wu Zhenyu
- [PATCH] tests: modernize the test script t0010-racy-git.sh,
Aryan Gupta via GitGitGadget
- [PATCH 0/4] some v2 capability advertisement cleanups,
Jeff King
- [PATCH 0/9] bound upload-pack memory allocations,
Jeff King
- [PATCH 1/9] upload-pack: drop separate v2 "haves" array, Jeff King
- [PATCH 2/9] upload-pack: switch deepen-not list to an oid_array, Jeff King
- [PATCH 3/9] upload-pack: use oidset for deepen_not list, Jeff King
- [PATCH 4/9] upload-pack: use a strmap for want-ref lines, Jeff King
- [PATCH 5/9] upload-pack: accept only a single packfile-uri line, Jeff King
- [PATCH 6/9] upload-pack: disallow object-info capability by default, Jeff King
- [PATCH 7/9] upload-pack: always turn off save_commit_buffer, Jeff King
- [PATCH 8/9] upload-pack: use PARSE_OBJECT_SKIP_HASH_CHECK in more places, Jeff King
- [PATCH 9/9] upload-pack: free tree buffers after parsing, Jeff King
- Re: [PATCH 0/9] bound upload-pack memory allocations, Junio C Hamano
- Draft of Git Rev News edition 108, Christian Couder
- git-config doc: variables sorting bug,
Bruno Haible
- Allow setting diff.worddiff=color via gitconfig,
Olliver Schinagl
- What's cooking in git.git (Feb 2024, #09; Tue, 27),
Junio C Hamano
- Uses of xwrite() in the codebase, Junio C Hamano
- Bug: merge-driver not executed with ort and merge-tree, André Frimberger
- [PATCH v2 0/2] Change xwrite() to write_in_full() in builtins.,
Randall S. Becker
- [PATCH] cmake: adapt to the Git Standard Library,
Johannes Schindelin via GitGitGadget
- [PATCH 0/2] builtin/clone: allow remote helpers to detect repo,
Patrick Steinhardt
[Index of Archives]
[Linux Kernel]
[LKML Kernel FAQ]
[IETF Annouce]
[Security]
[Bugtraq]