git@vger.kernel.org mailing list mirror (one of many)
 help / color / mirror / code / Atom feed
 messages from 2023-01-20 22:09:07 to 2023-01-25 04:04:31 UTC [more...]

[PATCH] rebase: mark --update-refs as requiring the merge backend
 2023-01-25  4:03 UTC  (52+ messages)
` [PATCH v2 0/2] "
  ` [PATCH v2 1/2] rebase: remove completely useless -C option
  ` [PATCH v2 2/2] rebase: mark --update-refs as requiring the merge backend
  ` [PATCH v3 0/7] rebase: fix several code/testing/documentation issues around flag incompatibilities
    ` [PATCH v3 1/7] rebase: mark --update-refs as requiring the merge backend
    ` [PATCH v3 2/7] rebase: flag --apply and --merge as incompatible
    ` [PATCH v3 3/7] rebase: remove --allow-empty-message from incompatible opts
    ` [PATCH v3 4/7] rebase: fix docs about incompatibilities with --root
    ` [PATCH v3 5/7] rebase: add coverage of other incompatible options
    ` [PATCH v3 6/7] rebase: clarify the OPT_CMDMODE incompatibilities
    ` [PATCH v3 7/7] rebase: fix formatting of rebase --reapply-cherry-picks option in docs
    ` [PATCH v4 0/9] rebase: fix several code/testing/documentation issues around flag incompatibilities
      ` [PATCH v4 1/9] rebase: mark --update-refs as requiring the merge backend
      ` [PATCH v4 2/9] rebase: flag --apply and --merge as incompatible
      ` [PATCH v4 3/9] rebase: remove --allow-empty-message from incompatible opts
      ` [PATCH v4 4/9] rebase: fix docs about incompatibilities with --root
      ` [PATCH v4 5/9] rebase: add coverage of other incompatible options
      ` [PATCH v4 6/9] rebase: clarify the OPT_CMDMODE incompatibilities
      ` [PATCH v4 7/9] rebase: fix formatting of rebase --reapply-cherry-picks option in docs
      ` [PATCH v4 8/9] rebase: put rebase_options initialization in single place
      ` [PATCH v4 9/9] rebase: provide better error message for apply options vs. merge config
      ` [PATCH v5 00/10] rebase: fix several code/testing/documentation issues around flag incompatibilities
        ` [PATCH v5 01/10] rebase: mark --update-refs as requiring the merge backend
        ` [PATCH v5 02/10] rebase: flag --apply and --merge as incompatible
        ` [PATCH v5 03/10] rebase: remove --allow-empty-message from incompatible opts
        ` [PATCH v5 04/10] rebase: fix docs about incompatibilities with --root
        ` [PATCH v5 05/10] rebase: fix incompatiblity checks for --[no-]reapply-cherry-picks
        ` [PATCH v5 08/10] rebase: fix formatting of rebase --reapply-cherry-picks option in docs

[PATCH 0/5] format-patch: Add --{to,cc}-cmd support
 2023-01-25  2:23 UTC  (5+ messages)
` [PATCH 2/5] log: Refactor duplicated code to headerize recipient lists
` [PATCH 4/5] pretty: Add name_and_address_only parameter

A summary of in-flight topics
 2023-01-24 22:30 UTC 

git not allowing 744 as permissions for a file
 2023-01-24 22:04 UTC  (2+ messages)

[PATCH] tree-walk: disallow overflowing modes
 2023-01-24 20:44 UTC  (8+ messages)

[PATCH 0/8] Bundle URIs V: creationToken heuristic for incremental fetches
 2023-01-24 20:41 UTC  (25+ messages)
` [PATCH v2 00/10] "
  ` [PATCH v2 01/10] bundle: optionally skip reachability walk
              ` [PATCH v2.5 01/11] bundle: test unbundling with incomplete history
              ` [PATCH v2.5 02/11] bundle: verify using connected()
  ` [PATCH v2 02/10] t5558: add tests for creationToken heuristic
  ` [PATCH v2 03/10] bundle-uri: parse bundle.heuristic=creationToken
  ` [PATCH v2 04/10] bundle-uri: parse bundle.<id>.creationToken values
  ` [PATCH v2 05/10] bundle-uri: download in creationToken order
  ` [PATCH v2 06/10] clone: set fetch.bundleURI if appropriate
  ` [PATCH v2 07/10] bundle-uri: drop bundle.flag from design doc
  ` [PATCH v2 08/10] fetch: fetch from an external bundle URI
  ` [PATCH v2 09/10] bundle-uri: store fetch.bundleCreationToken
  ` [PATCH v2 10/10] bundle-uri: test missing bundles with heuristic

[PATCH] ls-tree: add --sparse-filter-oid argument
 2023-01-24 20:11 UTC  (7+ messages)
` [PATCH v2] "

GSoC 2023
 2023-01-24 19:18 UTC  (4+ messages)

[PATCH v6 00/12] Enhance credential helper protocol to include auth headers
 2023-01-24 18:03 UTC  (15+ messages)
` [PATCH v7 "
  ` [PATCH v7 01/12] daemon: libify socket setup and option functions
  ` [PATCH v7 02/12] daemon: libify child process handling functions
  ` [PATCH v7 03/12] daemon: rename some esoteric/laboured terminology
  ` [PATCH v7 04/12] test-http-server: add stub HTTP server test helper
  ` [PATCH v7 06/12] test-http-server: add HTTP request parsing
  ` [PATCH v7 07/12] test-http-server: pass Git requests to http-backend
  ` [PATCH v7 08/12] test-http-server: add simple authentication
  ` [PATCH v7 09/12] test-http-server: add sending of arbitrary headers
  ` [PATCH v7 10/12] http: replace unsafe size_t multiplication with st_mult
  ` [PATCH v7 11/12] http: read HTTP WWW-Authenticate response headers
  ` [PATCH v7 12/12] credential: add WWW-Authenticate header to cred requests

[PATCH] ssh signing: better error message when key not in agent
 2023-01-24 17:52 UTC  (11+ messages)
` [PATCH v2] "

[PATCH 0/2] gitk: handle long command-lines
 2023-01-24 15:38 UTC  (4+ messages)
` [PATCH 1/2] gitk: prevent overly long command lines
` [PATCH 2/2] gitk: escape file paths before piping to git log

Inconsistency between git-log documentation and behavior regarding default date format
 2023-01-24 15:09 UTC 

nested submodules detection w/o .gitmodules file
 2023-01-24 14:54 UTC  (3+ messages)

[PATCH 0/5] hook API: support stdin, convert post-rewrite
 2023-01-24 14:46 UTC  (13+ messages)
` [PATCH 1/5] run-command.c: remove dead assignment in while-loop
` [PATCH 2/5] run-command: allow stdin for run_processes_parallel
` [PATCH 3/5] hook API: support passing stdin to hooks, convert am's 'post-rewrite'
` [PATCH 4/5] sequencer: use the new hook API for the simpler "post-rewrite" call
` [PATCH 5/5] hook: support a --to-stdin=<path> option for testing

[PATCH v2 0/9] sequencer API & users: fix widespread leaks
 2023-01-24 14:41 UTC  (7+ messages)
` [PATCH v3 0/8] "
  ` [PATCH v3 3/8] rebase & sequencer API: fix get_replay_opts() leak in "rebase"
  ` [PATCH v3 5/8] builtin/rebase.c: fix "options.onto_name" leak

[PATCH] worktree: teach find_shared_symref to ignore current worktree
 2023-01-24 10:35 UTC  (10+ messages)
` [PATCH v2 0/3] fix die_if_checked_out() when ignore_current_worktree
  ` [PATCH v2 1/3] branch: "
  ` [PATCH v2 2/3] rebase: refuse to switch to a branch already checked out elsewhere (test)
  ` [PATCH v2 3/3] switch: reject if the branch is "

[PATCH v3] sparse-checkout.txt: new document with sparse-checkout directions
 2023-01-24  3:17 UTC  (8+ messages)
` [PATCH v4] "

[PATCH] ls-files: add %(skipworktree) atom to format option
 2023-01-23 22:39 UTC  (13+ messages)
` [PATCH v2 0/2] "
  ` [PATCH v2 1/2] docs: fix sparse-checkout docs link
  ` [PATCH v2 2/2] ls-files: add %(skipworktree) atom to format option

[PATCH] win32: fix thread usage for win32
 2023-01-23 21:47 UTC  (7+ messages)
` [PATCH v2] "
  ` [PATCH v3] "
    ` [PATCH v4] "

[PATCH] Documentation: render dash correctly
 2023-01-23 18:52 UTC  (7+ messages)
` [PATCH v2] "

[CI]: Is t7527 known to be flakey?
 2023-01-23 18:12 UTC  (4+ messages)

[PATCH] MyFirstContribution: refrain from self-iterating too much
 2023-01-23 17:58 UTC  (7+ messages)
    ` [PATCH v2] "

[PATCH v9 0/2] send-email: expose header information to git-send-email's sendemail-validate hook
 2023-01-23 16:03 UTC  (3+ messages)

What's cooking in git.git (Jan 2023, #06; Sun, 22)
 2023-01-23  7:48 UTC 

[PATCH] attr: fix instructions on how to check attrs
 2023-01-23  4:22 UTC  (4+ messages)
` [PATCH v2] "

[PATCH] bisect: fix "reset" when branch is checked out elsewhere
 2023-01-23  2:01 UTC  (2+ messages)

[PATCH v1 1/1] t0003: Call dd with portable blocksize
 2023-01-22 18:00 UTC  (5+ messages)
` [PATCH v2 "

t5559 breaks with apache 2.4.55
 2023-01-22 16:33 UTC  (2+ messages)

What's cooking in git.git (Jan 2023, #05; Tue, 17)
 2023-01-22 16:37 UTC  (3+ messages)

[ANNOUNCE] git-sim: a command line tool to visually simulate local git operations
 2023-01-22 15:02 UTC 

[RFC/PATCH 0/6] hash-object: use fsck to check objects
 2023-01-22 11:39 UTC  (5+ messages)

[PATCH v2] mingw: replace deprecated GetVersion with RtlGetVersion
 2023-01-21 20:04 UTC  (3+ messages)
` [PATCH v3] "
  ` [PATCH v4] mingw: prefer RtlGetVersion over GetVersion

[BUG] `git stash` exits without output when lockfile present
 2023-01-21 18:07 UTC 

Git worktree bug
 2023-01-21 14:06 UTC 

[PATCH] name-rev: stop including taggerdate in naming of commits
 2023-01-21  4:28 UTC 

[PATCH v3] checkout/switch: disallow checking out same branch in multiple worktrees
 2023-01-20 22:12 UTC  (4+ messages)
` [PATCH v4] "


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