git@vger.kernel.org mailing list mirror (one of many)
 help / color / mirror / code / Atom feed
 messages from 2023-02-03 15:19:30 to 2023-02-06 23:01:11 UTC [more...]

[PATCH 0/3] add: remove Perl version of "git add -[pi]"
 2023-02-06 22:58 UTC  (11+ messages)
` [PATCH 1/3] add: remove "add.interactive.useBuiltin" & Perl "git add--interactive"
` [PATCH 2/3] add API: remove run_add_interactive() wrapper function
` [PATCH 3/3] docs & comments: replace mentions of "git-add--interactive.perl"
` [PATCH v2 0/3] add: remove Perl version of "git add -[pi]"
  ` [PATCH v2 1/3] add: remove "add.interactive.useBuiltin" & Perl "git add--interactive"
  ` [PATCH v2 2/3] add API: remove run_add_interactive() wrapper function
  ` [PATCH v2 3/3] docs & comments: replace mentions of "git-add--interactive.perl"

[PATCH v4 0/6] tests: fix ignored & hidden exit codes
 2023-02-06 22:44 UTC  (8+ messages)
` [PATCH v5 "
  ` [PATCH v5 1/6] auto-crlf tests: don't lose exit code in loops and outside tests
  ` [PATCH v5 2/6] t/lib-patch-mode.sh: fix ignored exit codes
  ` [PATCH v5 3/6] tests: don't lose exit status with "(cd ...; test <op> $(git ...))"
  ` [PATCH v5 4/6] tests: don't lose exit status with "test <op> $(git ...)"
  ` [PATCH v5 5/6] tests: don't lose "git" exit codes in "! ( git ... | grep )"
  ` [PATCH v5 6/6] tests: don't lose misc "git" exit codes

[GSoC][PATCH] t/t4113-apply-ending.sh: Modernize a test script
 2023-02-06 22:44 UTC  (23+ messages)
` [PATCH v2 0/4] t4113: modernize test style
  ` [PATCH v2 1/4]t4113: replace backslash with single quote
  ` [PATCH v2 3/4] t4113: use "<<-" instead of "<<"
  ` [PATCH v2 4/4] t4113: indent with tabs
  ` [PATCH v3 0/3] modernize style
    ` [PATCH v3 1/3]t4113: modernize a test script
    ` [PATCH v3 2/3] t4113: put executable lines to test_expect_success
    ` [PATCH v3 3/3] t4113: indent with space
    ` [PATCH v4 0/3] t4113: modernize style
      ` [PATCH v4 1/3] t4113: modernize test script
      ` [PATCH v4 2/3] t4113: indent with tab
      ` [PATCH v4 3/3] t4113: put executable lines to test_expect_success

[PATCH] pack-objects: use strcspn(3) in name_cmp_len()
 2023-02-06 22:35 UTC  (3+ messages)

[RFC PATCH 0/1] Canonical tar format for Git
 2023-02-06 22:18 UTC  (4+ messages)
` [RFC PATCH 1/1] Document a fixed tar format for interoperability

[PATCH] bisect: fix "reset" when branch is checked out elsewhere
 2023-02-06 22:29 UTC  (8+ messages)
` [PATCH v2] "

[PATCH] Documentation: clarify multiple pushurls vs urls
 2023-02-06 21:55 UTC  (4+ messages)

[PATCH 0/2] [RFC] push: allow delete one level ref
 2023-02-06 22:13 UTC  (5+ messages)
` [PATCH v2 "
  ` [PATCH v2 1/2] receive-pack: fix funny ref error messsage
  ` [PATCH v2 2/2] [RFC] push: allow delete one level ref

Git over HTTP; have flexible SASL authentication
 2023-02-06 22:08 UTC  (4+ messages)

[PATCH] new-command.txt: update reference to builtin docs
 2023-02-06 22:07 UTC  (2+ messages)

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

[PATCH v2 0/2] Improvements to tests and docs for .gitattributes eol
 2023-02-06 21:56 UTC  (6+ messages)
` [PATCH] .gitattributes: include `text` attribute for eol attributes

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

[PATCH] imap-send: replace auto-probe libcurl with hard dependency
 2023-02-06 21:41 UTC  (12+ messages)
` [PATCH v2 0/6] "
  ` [PATCH v2 4/6] imap-send: make --curl no-optional
  ` [PATCH v2 6/6] imap-send: correctly report "host" when using "tunnel"

The sad state of git.wiki.kernel.org
 2023-02-06 21:41 UTC  (6+ messages)

What's cooking in git.git (Feb 2023, #01; Thu, 2)
 2023-02-06 21:35 UTC  (4+ messages)

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

[PATCH v3 7/8] builtin/rebase.c: free() "options.strategy_opts"
 2023-02-06 19:08 UTC  (10+ messages)
` [PATCH v4 0/8] sequencer API & users: fix widespread leaks
  ` [PATCH v4 1/8] rebase: use "cleanup" pattern in do_interactive_rebase()
  ` [PATCH v4 2/8] sequencer.c: split up sequencer_remove_state()
  ` [PATCH v4 3/8] sequencer API users: fix get_replay_opts() leaks
  ` [PATCH v4 4/8] builtin/revert.c: move free-ing of "revs" to replay_opts_release()
  ` [PATCH v4 5/8] builtin/rebase.c: fix "options.onto_name" leak
  ` [PATCH v4 6/8] sequencer.c: always free() the "msgbuf" in do_pick_commit()
  ` [PATCH v4 7/8] builtin/rebase.c: free() "options.strategy_opts"
  ` [PATCH v4 8/8] commit.c: free() revs.commit in get_fork_point()

[PATCH] credential: new attribute password_expiry_utc
 2023-02-06 18:59 UTC  (10+ messages)
` [PATCH v2] "
  ` [PATCH v3] "

[PATCH] cache-tree: fix strbuf growth in prime_cache_tree_rec()
 2023-02-06 18:55 UTC  (5+ messages)

GSoC 2023
 2023-02-06 17:48 UTC  (7+ messages)

[PATCH v5 00/19] leak fixes: various simple leak fixes
 2023-02-06 17:19 UTC  (8+ messages)
` [PATCH v6 "
  ` [PATCH v6 18/19] push: refactor refspec_append_mapped() for subsequent leak-fix
  ` [PATCH v6 19/19] push: free_refs() the "local_refs" in set_refspecs()

[PATCH] worktree: teach find_shared_symref to ignore current worktree
 2023-02-06 16:59 UTC  (9+ messages)
` [PATCH v2 0/3] fix die_if_checked_out() when ignore_current_worktree
  ` [PATCH v3 0/4] "
    ` [PATCH v3 1/4] worktree: introduce is_shared_symref()
    ` [PATCH v3 2/4] branch: fix die_if_checked_out() when ignore_current_worktree
    ` [PATCH v3 3/4] rebase: refuse to switch to a branch already checked out elsewhere (test)
    ` [PATCH v3 4/4] switch: reject if the branch is "

[PATCH v3 0/9] config API: make "multi" safe, fix numerous segfaults
 2023-02-06 16:23 UTC  (17+ messages)
` [PATCH v4 "
  ` [PATCH v4 1/9] config tests: cover blind spots in git_die_config() tests
  ` [PATCH v4 2/9] config tests: add "NULL" tests for *_get_value_multi()
  ` [PATCH v4 3/9] config API: add and use a "git_config_get()" family of functions
  ` [PATCH v4 4/9] versioncmp.c: refactor config reading next commit
  ` [PATCH v4 6/9] for-each-repo: error on bad --config
  ` [PATCH v4 8/9] config API: add "string" version of *_value_multi(), fix segfaults

Stability of git-archive, breaking (?) the Github universe, and a possible solution
 2023-02-06 14:46 UTC  (13+ messages)
` [PATCH 0/9] git archive: use gzip again by default, document output stabilty
  ` [PATCH 9/9] git archive docs: document output non-stability

[PATCH v1 0/3] userdiff: Java updates
 2023-02-05 21:33 UTC  (12+ messages)
` [PATCH v1 1/3] userdiff: support Java type parameters
` [PATCH v1 2/3] userdiff: support Java record types
` [PATCH v1 3/3] userdiff: support Java sealed classes
  ` [PATCH v2 0/3] userdiff: Java updates
    ` [PATCH v2 1/3] userdiff: support Java type parameters
    ` [PATCH v2 2/3] userdiff: support Java record types
    ` [PATCH v2 3/3] userdiff: support Java sealed classes

[PATCH] read-cache: use size_t for {base,df}_name_compare()
 2023-02-05 21:09 UTC  (2+ messages)

[PATCH] blame-tree: add library and tests via "test-tool blame-tree"
 2023-02-05 20:47 UTC 

grep: fix multibyte regex handling under macOS (1819ad327b7a1f19540a819813b70a0e8a7f798f)
 2023-02-05 19:51 UTC  (12+ messages)

[ANNOUNCE] tig-2.5.8
 2023-02-05 18:38 UTC 

[GSoC][PATCH] merge: use reverse_commit_list() for list reversal
 2023-02-05 18:12 UTC  (6+ messages)

[PATCH] t5000: modernise archive and :(glob) test
 2023-02-05 18:10 UTC  (2+ messages)

[GSoC][PATCH] t/t5000-tar-tree: add helper function
 2023-02-05 17:59 UTC  (8+ messages)

[GSoC][PATCH] merge: use reverse_commit_list() for list reversal
 2023-02-05 17:31 UTC 

Bug Report: Superfluous Tab Characters
 2023-02-05 17:01 UTC  (4+ messages)

[PATCH] pull: conflict hint pull.rebase suggestion should offer "merges" vs "true"
 2023-02-05 16:24 UTC 

Hash for a commit sourcetree beside to a commit hash
 2023-02-05  1:41 UTC  (9+ messages)

[PATCH v2 0/2] ls-files: add %(skipworktree) atom to format option
 2023-02-04 16:16 UTC  (4+ messages)
` [PATCH v3 "
  ` [PATCH v3 1/2] docs: fix sparse-checkout docs link
  ` [PATCH v3 2/2] ls-files: add %(skipworktree) atom to format option

[PATCH] delta-islands: free island_marks and bitmaps
 2023-02-04 11:14 UTC  (6+ messages)
  ` [PATCH v2] "
      ` [PATCH v3] "

Defaulting --rebase-merges overall?
 2023-02-03 21:09 UTC  (2+ messages)

[GSoC][PATCH] merge: use reverse_commit_list() for list reversal
 2023-02-03 17:30 UTC  (3+ messages)

[PATCH 0/4] t/lib-httpd ssl fixes
 2023-02-03 17:19 UTC  (6+ messages)
` [PATCH 1/4] t/lib-httpd: bump required apache version to 2.2


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).