git@vger.kernel.org mailing list mirror (one of many)
 help / color / mirror / code / Atom feed
 messages from 2023-02-11 03:11:05 to 2023-02-15 22:18:00 UTC [more...]

[PATCH] worktree: teach find_shared_symref to ignore current worktree
 2023-02-15 22:17 UTC  (6+ messages)
` [PATCH v2 0/3] fix die_if_checked_out() when ignore_current_worktree
  ` [PATCH v3 0/4] "
    ` [PATCH v3 4/4] switch: reject if the branch is already checked out elsewhere (test)

[PATCH v7 00/12] Enhance credential helper protocol to include auth headers
 2023-02-15 22:15 UTC  (14+ messages)
` [PATCH v8 0/3] "
  ` [PATCH v8 1/3] t5563: add tests for basic and anoymous HTTP access
  ` [PATCH v8 3/3] credential: add WWW-Authenticate header to cred requests
  ` [PATCH v9 0/3] Enhance credential helper protocol to include auth headers
    ` [PATCH v9 1/3] t5563: add tests for basic and anoymous HTTP access
    ` [PATCH v9 2/3] http: read HTTP WWW-Authenticate response headers
    ` [PATCH v9 3/3] credential: add WWW-Authenticate header to cred requests

[PATCH v3 1/3] branch: avoid unnecessary worktrees traversals
 2023-02-15 22:00 UTC  (3+ messages)

manual option --inline --no-attach override required for format.attach
 2023-02-15 21:51 UTC 

[Bug] Test 1450.91 Fails on NonStop
 2023-02-15 19:59 UTC  (7+ messages)

bug report: symbolic-ref --short command echos the wrong text while use Chinese language
 2023-02-15 18:00 UTC  (38+ messages)
                        ` [PATCH 0/3] get rid of sscanf() when shortening refs
                          ` [PATCH 1/3] shorten_unambiguous_ref(): avoid integer truncation
                          ` [PATCH 2/3] shorten_unambiguous_ref(): use NUM_REV_PARSE_RULES constant
                          ` [PATCH 3/3] shorten_unambiguous_ref(): avoid sscanf()
                          ` [PATCH v2 0/3] get rid of sscanf() when shortening refs
                            ` [PATCH v2 1/3] shorten_unambiguous_ref(): avoid integer truncation
                            ` [PATCH v2 2/3] shorten_unambiguous_ref(): use NUM_REV_PARSE_RULES constant
                            ` [PATCH v2 3/3] shorten_unambiguous_ref(): avoid sscanf()

[PATCH 0/1] [gsoc][patch] trace.c, git.c: removed unnecessary parameter to trace_repo_setup
 2023-02-15 17:56 UTC  (4+ messages)
` [PATCH 1/1] remove parameter (prefix) from trace_repo_setup
  ` Re:[PATCH 1/1] [gsoc][patch] trace.c, git.c: removed unnecessary parameter to trace_repo_setup

[GSoC][PATCH v3] apply: Change #define to enum and variable types from int to enum
 2023-02-15 17:49 UTC  (2+ messages)

[PATCH 0/2] Make GPG errors less puzzling
 2023-02-15 17:20 UTC  (4+ messages)
` [PATCH 1/2] t7510: add a test case that does not need gpg
` [PATCH 2/2] gpg: do show gpg's error message upon failure

Re:[PATCH 1/1] [gsoc][patch] trace.c, git.c: removed unnecessary parameter to trace_repo_setup
 2023-02-15 17:17 UTC 

Git oddities with case of branch names on Windows
 2023-02-15 16:53 UTC  (2+ messages)

BUG: git config --global --get ITEM ignores ~/.config/git/config when ~/.gitconfig is present
 2023-02-15 16:19 UTC  (6+ messages)

[PATCH 0/2] Teach diff to honor diff algorithms set through git attributes
 2023-02-15 15:00 UTC  (27+ messages)
` [PATCH 2/2] diff: teach diff to read gitattribute diff-algorithm
` [PATCH v2 0/2] Teach diff to honor diff algorithms set through git attributes
  ` [PATCH v2 1/2] diff: consolidate diff algorithm option parsing
  ` [PATCH v2 2/2] diff: teach diff to read gitattribute diff-algorithm

[PATCH v2 0/3] {apply,alias}: convert pre-processor macros to enums
 2023-02-15  8:19 UTC  (5+ messages)

[PATCH] bisect: fix "reset" when branch is checked out elsewhere
 2023-02-15  4:52 UTC  (3+ messages)
` [PATCH v2] "

[PATCH v3 0/3] modernize style
 2023-02-15  2:40 UTC  (24+ messages)
` [PATCH v4 0/3] t4113: "
  ` [PATCH v4 3/3] t4113: put executable lines to test_expect_success
  ` [PATCH v5 0/3] t4113: modernize style
    ` [PATCH v5 2/3] t4113: indent with tab
    ` [PATCH v5 3/3] t4113: put executable lines to test_expect_success
    ` [PATCH v6 0/3] t4113: modernize style
      ` [PATCH v6 1/3] t4113: modernize test script
      ` [PATCH v6 2/3] t4113: indent with tab
      ` [PATCH v6 3/3] t4113: put executable lines to test_expect_success

[PATCH] ssh signing: better error message when key not in agent
 2023-02-15  1:22 UTC  (7+ messages)
` [PATCH v2] "

[GSoC][PATCH] {apply,alias}: convert pre-processor macros to enums
 2023-02-14 23:50 UTC  (4+ messages)

[RFC][GSoC][PATCH] t9160: Change test -(d | f) to test_path_is_*
 2023-02-14 23:30 UTC  (4+ messages)

Join us for Review Club!
 2023-02-14 22:39 UTC  (2+ messages)

[PATCH v2] credential: new attribute password_expiry_utc
 2023-02-14 22:36 UTC  (5+ messages)
` [PATCH v3] "

[GSoC][PATCH] builtin/clean.c: fix error message usage typo
 2023-02-14 22:13 UTC  (5+ messages)
` [PATCH v2] builtin/*: "

[RFC PATCH 0/6] add: block invalid submodules
 2023-02-14 21:59 UTC  (21+ messages)
` [RFC PATCH 1/6] leak fix: cache_put_path
` [RFC PATCH 2/6] t4041, t4060: modernize test style
` [RFC PATCH 3/6] tests: Use `git submodule add` instead of `git add`
` [RFC PATCH 4/6] tests: use `git submodule add` and fix expected diffs
` [RFC PATCH 5/6] tests: use `git submodule add` and fix expected status
` [RFC PATCH 6/6] add: reject nested repositories

[Announce] Git 2.39.2 and friends
 2023-02-14 18:42 UTC  (2+ messages)

[ANNOUNCE] Git for Windows 2.39.2
 2023-02-14 18:14 UTC 

What's cooking in git.git (Feb 2023, #03; Tue, 14)
 2023-02-14 18:05 UTC 

"git maintenance" - detect status?
 2023-02-14 17:07 UTC  (2+ messages)

[PATCH v2] gitweb: fix base url set if PATH_INFO is used, add a / at the end
 2023-02-14 10:15 UTC  (2+ messages)

Gitk : When the number of commits is small, you can roll up excessively
 2023-02-14  6:02 UTC 

Git Gui error when clone
 2023-02-14  5:49 UTC 

[PATCH v7 0/7] submodule: parallelize diff
 2023-02-14  4:03 UTC  (15+ messages)
` [PATCH v8 1/6] run-command: add duplicate_output_fn to run_processes_parallel_opts
` [PATCH v8 2/6] submodule: strbuf variable rename
` [PATCH v8 4/6] submodule: refactor is_submodule_modified()
` [PATCH v8 5/6] diff-lib: refactor out diff_change logic
` [PATCH v8 6/6] diff-lib: parallelize run_diff_files for submodules

[RFC] fetch: support hideRefs to speed up connectivity checks
 2023-02-14  1:40 UTC  (8+ messages)
` [PATCH v2] "

[PATCH 0/3] test-ctype: test all classifiers
 2023-02-13 21:59 UTC  (14+ messages)
` [PATCH 1/3] test-ctype: test isascii
` [PATCH 2/3] test-ctype: test islower and isupper
` [PATCH 3/3] test-ctype: test iscntrl, ispunct, isxdigit and isprint
` [PATCH v2 0/3] test-ctype: test all classifiers
  ` [PATCH v2 1/3] test-ctype: test isascii
  ` [PATCH v2 2/3] test-ctype: test islower and isupper
  ` [PATCH v2 3/3] test-ctype: test iscntrl, ispunct, isxdigit and isprint

[PATCH] test: make SYMLINKS prerequisite more robust
 2023-02-13 18:07 UTC  (6+ messages)

[PATCH] commit-reach: avoid NULL dereference
 2023-02-13 17:29 UTC  (4+ messages)

[PATCH] Use correct default remote for fetching in submodule
 2023-02-13 13:45 UTC  (2+ messages)

[PATCH] cache-tree: fix strbuf growth in prime_cache_tree_rec()
 2023-02-13 13:37 UTC  (7+ messages)
` [PATCH v2] "

Suggestion and question about hooks
 2023-02-12 23:40 UTC  (2+ messages)

Stability of git-archive, breaking (?) the Github universe, and a possible solution
 2023-02-12 17:41 UTC  (6+ messages)
` [PATCH 0/9] git archive: use gzip again by default, document output stabilty

Contributing to Git Source code | Open Projects | Patch Fixes
 2023-02-12 15:54 UTC 

Subject: [RFC PATCH] upload_pack.c: make deepen-not more tree-ish
 2023-02-12 14:12 UTC  (4+ messages)
`  "

Hash for a commit sourcetree beside to a commit hash
 2023-02-12 13:27 UTC  (2+ messages)

[PATCH 0/5] Clean up wildmatch.c
 2023-02-11 14:11 UTC  (6+ messages)
` [PATCH 1/5] git-compat-util: add isblank() and isgraph()

The enduring popularity of git-credential-store
 2023-02-11  7:11 UTC  (3+ messages)

Unexpected (bug-like) behavior in `git ls-remote` matching
 2023-02-11  4:52 UTC  (4+ messages)
` [PATCH 2/2] doc/ls-remote: clarify pattern format
    ` [PATCH v2 "


Code repositories for project(s) associated with this public inbox

	https://80x24.org/mirrors/git.git

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for read-only IMAP folder(s) and NNTP newsgroup(s).