Git Distributed Software Revision Control — Thread Index
[Prev Page][Next Page]
- Re: [PATCH 11/15] find multi-byte comment chars in unterminated buffers, (continued)
- [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
- [PATCH] rebase -i: stop setting GIT_CHERRY_PICK_HELP,
Phillip Wood via GitGitGadget
- subscribe,
delyan
- Subscribe, Carl H
[PATCH] rebase: fix typo in autosquash documentation,
Richard Macklin via GitGitGadget
[PATCH v1 0/4] Change xwrite() to write_in_full() in builtins.,
Randall S. Becker
[PATCH] Remove a bogus empty file,
Johannes Schindelin via GitGitGadget
[Outreachy][PATCH 1/2] strbuf: introduce strbuf_addstrings() to repeatedly add a string,
Achu Luma
[PATCH] replay: Fix documentation of the --contained flag, Gabriel de Perthuis
[PATCH] rebase -i: improve error message when picking merge,
Phillip Wood via GitGitGadget
Git For Windows, not installing right,
Chaython Meredith
[Question] How to parse range-diff output,
ZheNing Hu
Bug: diff --no-index with cachetextconv crashes,
Paweł Dominiak
CR position changed in exported patch file subject section,
Chen, Boyang
[PATCH] commit: Avoid redundant scissor line with --cleanup=scissors -v,
Josh Triplett
[PATCH] advice: Add advice.scissors to suppress "do not modify or remove this line",
Josh Triplett
Recall: CR position changed in exported patch file subject section, Chen, Boyang
K, gooplestore11
Interest in Future Collaboration for GSoC 2024,
Akhilesh Kumar Yadav
Software, Karl Rickabus
[BUG] 2.44.0 t7704.9 Fails on NonStop ia64,
rsbecker
[PATCH] upload-pack: don't send null character in abort message to the client,
SZEDER Gábor
git mv fails to deduplicate blob objects on transfer, Milan Hauth
[PATCH] submodule: use strvec_pushf() for --submodule-prefix,
René Scharfe
[PATCH] userdiff: better method/property matching for C#,
Steven Jeuris via GitGitGadget
[PATCH 0/2] name-rev: use memory pool for name strings,
René Scharfe
[PATCH 0/3] t-ctype: simplify unit test definitions,
René Scharfe
[PATCH] send-email: implement SMTP bearer authentication,
Julian Swagemakers
[PATCH] completion: fix __git_complete_worktree_paths,
Rubén Justo
[PATCH] fetch: convert strncmp() with strlen() to starts_with(),
René Scharfe
[Index of Archives]
[Linux Kernel]
[LKML Kernel FAQ]
[IETF Annouce]
[Security]
[Bugtraq]