git@vger.kernel.org mailing list mirror (one of many)
 help / color / mirror / code / Atom feed
 messages from 2021-12-30 23:36:26 to 2022-01-04 19:25:02 UTC [more...]

[PATCH 0/2] sparse checkout: custom bash completion updates
 2022-01-04 19:24 UTC  (15+ messages)
` [PATCH 1/2] sparse-checkout: custom tab completion tests
` [PATCH v2 0/2] sparse checkout: custom bash completion updates
  ` [PATCH v2 1/2] sparse-checkout: custom tab completion tests
  ` [PATCH v2 2/2] sparse-checkout: custom tab completion

Stash Apply/Pop not restoring added files when conflict occurs on restore
 2022-01-04 19:00 UTC 

[PATCH v2 0/2] name-rev: deprecate --stdin in favor of --anotate-text
 2022-01-04 19:00 UTC  (13+ messages)
` [PATCH v3 0/2] name-rev: deprecate --stdin in favor of --annotate-stdin
  ` [PATCH v3 1/2] name-rev: deprecate --stdin in favor of --annotate-text
  ` [PATCH v3 2/2] name-rev.c: use strbuf_getline instead of limited size buffer
  ` [PATCH v4 0/2] name-rev: deprecate --stdin in favor of --annotate-stdin
    ` [PATCH v4 1/2] "
    ` [PATCH v4 2/2] name-rev.c: use strbuf_getline instead of limited size buffer

[BUG] git pull --rebase ignores rebase.autostash config when fast-forwarding
 2022-01-04 18:29 UTC  (4+ messages)

[PATCH 0/2] midx: prevent bitmap corruption when permuting pack order
 2022-01-04 18:16 UTC  (18+ messages)
` [PATCH v2 0/8] "
  ` [PATCH v2 5/8] t5326: extract `test_rev_exists`
  ` [PATCH v2 8/8] midx: read `RIDX` chunk when present
` [PATCH v3 0/9] midx: prevent bitmap corruption when permuting pack order
  ` [PATCH v3 1/9] t5326: demonstrate bitmap corruption after permutation
  ` [PATCH v3 2/9] midx.c: make changing the preferred pack safe
  ` [PATCH v3 3/9] pack-revindex.c: instrument loading on-disk reverse index
  ` [PATCH v3 4/9] t5326: drop unnecessary setup
  ` [PATCH v3 5/9] t5326: extract `test_rev_exists`
  ` [PATCH v3 6/9] t5326: move tests to t/lib-bitmap.sh
  ` [PATCH v3 7/9] t/lib-bitmap.sh: parameterize tests over reverse index source
  ` [PATCH v3 8/9] midx: read `RIDX` chunk when present
  ` [PATCH v3 9/9] pack-bitmap.c: gracefully fallback after opening pack/MIDX

What's cooking in git.git (Jan 2022, #01; Mon, 3)
 2022-01-04 18:06 UTC  (5+ messages)
` jl/subtree-check-parents-argument-passing-fix, was "
` lh/use-gnu-color-in-grep, "
` tb/midx-bitmap-corruption-fix (was: What's cooking in git.git (Jan 2022, #01; Mon, 3))

[PATCH 0/2] reflog.c: switch to use parse-options API
 2022-01-04 17:41 UTC  (13+ messages)
` [PATCH 1/2] builtin/reflog.c: use parse-options for expire subcommand
` [PATCH 2/2] builtin/reflog.c: switch to use parse-options API for delete subcommand
` [PATCH v2 0/2] reflog.c: switch to use parse-options API
  ` [PATCH v2 1/2] parse-options.h: add parse_opt_expiry_date helper
  ` [PATCH v2 2/2] builtin/reflog.c: switch to use parse-options API for delete subcommand
  ` [PATCH v3] builtin/reflog.c: use parse-options api for expire, delete subcommands

[PATCH 0/9] Sparse index: integrate with 'clean', 'checkout-index', 'update-index'
 2022-01-04 17:37 UTC  (10+ messages)
` [PATCH 1/9] reset: fix validation in sparse index test
` [PATCH 2/9] reset: reorder wildcard pathspec conditions
` [PATCH 3/9] clean: integrate with sparse index
` [PATCH 4/9] checkout-index: expand sparse checkout compatibility tests
` [PATCH 5/9] checkout-index: add --ignore-skip-worktree-bits option
` [PATCH 6/9] checkout-index: integrate with sparse index
` [PATCH 7/9] update-index: add tests for sparse-checkout compatibility
` [PATCH 8/9] update-index: integrate with sparse index
` [PATCH 9/9] update-index: reduce scope of index expansion in do_reupdate

Git SCM API remote
 2022-01-04 16:34 UTC  (4+ messages)

Bug using `fetch` with blank `-c` arguments to git
 2022-01-04 16:30 UTC  (4+ messages)

[PATCH v6 0/1] support `--object-only` option for "git-ls-tree"
 2022-01-04 15:17 UTC  (18+ messages)
` [PATCH v8 0/8] ls-tree: "--object-only" and "--format" opts
  ` [PATCH v8 1/8] ls-tree: remove commented-out code
  ` [PATCH v8 2/8] ls-tree: add missing braces to "else" arms
  ` [PATCH v8 3/8] ls-tree: use "enum object_type", not {blob,tree,commit}_type
  ` [PATCH v8 4/8] ls-tree: use "size_t", not "int" for "struct strbuf"'s "len"
  ` [PATCH v8 5/8] ls-tree: split up the "init" part of show_tree()
  ` [PATCH v8 6/8] ls-tree.c: support --object-only option for "git-ls-tree"
  ` [PATCH v8 7/8] ls-tree.c: introduce struct "shown_data"
  ` [PATCH v8 8/8] ls-tree.c: introduce "--format" option

[PATCH v2] receive-pack.c: consolidate find header logic
 2022-01-04 15:12 UTC  (4+ messages)
` [PATCH v3] "

[PATCH v2 0/3] Additional FAQ entries
 2022-01-04 13:54 UTC  (6+ messages)
` [PATCH v2 1/3] gitfaq: add documentation on proxies

[PATCH v3 0/1] making --set-upstream have default arguments
 2022-01-04 13:28 UTC  (5+ messages)
` [PATCH v4 "
  ` [PATCH v4 1/1] push: make 'set-upstream' have dafault arguments

[PATCH 0/8] RFC: Server side merges (no ref updating, no commit creating, no touching worktree or index)
 2022-01-04 13:05 UTC  (26+ messages)
` [PATCH 1/8] merge-tree: rename merge_trees() to trivial_merge_trees()
` [PATCH 2/8] merge-tree: move logic for existing merge into new function
` [PATCH 3/8] merge-tree: add option parsing and initial shell for real merge function
` [PATCH 4/8] merge-tree: implement real merges
` [PATCH 5/8] merge-ort: split out a separate display_update_messages() function
` [PATCH 6/8] merge-ort: allow update messages to be written to different file stream
` [PATCH 7/8] merge-tree: support saving merge messages to a separate file
` [PATCH 8/8] merge-tree: provide an easy way to access which files have conflicts

[PATCH] gpg-interface: trim CR from ssh-keygen -Y find-principals
 2022-01-04 12:55 UTC  (8+ messages)
` [PATCH v2] gpg-interface: trim CR from ssh-keygen

[PATCH v2 RESEND 0/5] git-p4: fix RCS keyword processing encoding errors
 2022-01-04 12:49 UTC  (6+ messages)
` [PATCH v2 RESEND 1/5] git-p4: use with statements to close files after use in patchRCSKeywords
` [PATCH v2 RESEND 2/5] git-p4: pre-compile RCS keyword regexes
` [PATCH v2 RESEND 3/5] git-p4: add raw option to read_pipelines
` [PATCH v2 RESEND 4/5] git-p4: open temporary patch file for write only
` [PATCH v2 RESEND 5/5] git-p4: resolve RCS keywords in bytes not utf-8

[PATCH v2 0/2] Generate temporary files using a CSPRNG
 2022-01-04 12:44 UTC  (4+ messages)
` [PATCH v2 1/2] wrapper: add a helper to generate numbers from "
` [PATCH v2 2/2] wrapper: use a CSPRNG to generate random file names

[PATCH v3 0/2] git-p4: improve formatting of numeric values
 2022-01-04 12:43 UTC  (3+ messages)
` [PATCH v3 1/2] git-p4: print size values in appropriate units
` [PATCH v3 2/2] git-p4: show progress as an integer

[PATCH v3 RESEND 0/2] git-p4: remove "debug" and "rollback" verbs
 2022-01-04 12:34 UTC  (3+ messages)
` [PATCH v3 RESEND 1/2] git-p4: remove "debug" verb
` [PATCH v3 RESEND 2/2] git-p4: remove "rollback" verb

[PATCH v3] subtree: fix argument handling in check_parents
 2022-01-04 12:21 UTC  (3+ messages)
` [PATCH v4] "

[PATCH] t4126: this test does not pass SANITIZE_LEAK; quit claiming it does
 2022-01-04  1:48 UTC  (4+ messages)

[PATCH v7 0/7] progress: test fixes / cleanup
 2022-01-03 23:48 UTC  (4+ messages)
` [PATCH v7 4/7] progress.c tests: test some invalid usage

[PATCH 0/1] grep: align default colors with GNU grep ones
 2022-01-03 22:40 UTC  (3+ messages)

[PATCH v2 00/11] Factorization of messages with similar meaning
 2022-01-03 21:51 UTC  (26+ messages)
` [PATCH v3 "
  ` [PATCH v3 05/11] i18n: tag.c factorize i18n strings
  ` [PATCH v4 00/11] Factorization of messages with similar meaning
    ` [PATCH v4 01/11] i18n: refactor "foo and bar are mutually exclusive"
    ` [PATCH v4 02/11] i18n: refactor "%s, %s and %s "
    ` [PATCH v4 03/11] i18n: turn "options are incompatible" into "cannot be used together"
    ` [PATCH v4 04/11] i18n: standardize "cannot open" and "cannot read"
    ` [PATCH v4 05/11] i18n: tag.c factorize i18n strings
    ` [PATCH v4 06/11] i18n: factorize "--foo requires --bar" and the like
    ` [PATCH v4 07/11] i18n: factorize "no directory given for --foo"
    ` [PATCH v4 08/11] i18n: refactor "unrecognized %(foo) argument" strings
    ` [PATCH v4 09/11] i18n: factorize "--foo outside a repository"
    ` [PATCH v4 10/11] i18n: ref-filter: factorize "%(foo) atom used without %(bar) atom"
    ` [PATCH v4 11/11] i18n: turn even more messages into "cannot be used together" ones
` [PATCH v3 02/11] i18n: refactor "%s, %s and %s are mutually exclusive"
` [PATCH v3 11/11] i18n: turn even more messages into "cannot be used together" ones

Git Diff feature request
 2022-01-03 10:14 UTC  (5+ messages)

Filtering commits after filtering the tree
 2022-01-03  9:26 UTC  (5+ messages)
  ` [EXT] "
    ` Antw: "

[PATCH 0/4] Sparse checkout: fix bug with worktree of bare repo
 2022-01-03  7:11 UTC  (20+ messages)
` [PATCH v2 0/5] "
  ` [PATCH v3 0/6] "
    ` [PATCH v3 3/6] worktree: add 'init-worktree-config' subcommand

something like git-check-ignore but considering only patterns?
 2022-01-02  8:12 UTC  (3+ messages)

[PATCH] name-rev: deprecate --stdin in favor of --annotate-text
 2022-01-01 22:59 UTC  (5+ messages)

What's cooking in git.git (Dec 2021, #06; Mon, 27)
 2022-01-01 14:01 UTC  (4+ messages)
` tl/ls-tree-oid-only (was: What's cooking in git.git (Dec 2021, #06; Mon, 27))

bug: git name-rev --stdin --no-undefined on detached head
 2021-12-31 17:16 UTC  (4+ messages)

[Question] : git 2.33.1 asks every time password
 2021-12-31 13:04 UTC  (5+ messages)

[PATCH 0/9] Add a new --remerge-diff capability to show & log
 2021-12-31  8:46 UTC  (13+ messages)
` [PATCH v2 0/8] "
  ` [PATCH v2 7/8] diff: add ability to insert additional headers for paths
  ` [PATCH v3 0/9] Add a new --remerge-diff capability to show & log
    ` [PATCH v3 6/9] merge-ort: format messages slightly different for use in headers
    ` [PATCH v3 8/9] show, log: include conflict/warning messages in --remerge-diff headers
    ` [PATCH v3 9/9] merge-ort: mark conflict/warning messages from inner merges as omittable

[PATCH v5 0/6] unpack large blobs in stream
 2021-12-31  3:19 UTC  (7+ messages)
` [PATCH v7 1/5] unpack-objects.c: add dry_run mode for get_data()
` [PATCH v7 2/5] object-file API: add a format_object_header() function
` [PATCH v7 5/5] unpack-objects: unpack_non_delta_entry() read data in a stream

[PATCH v5 0/6] object-name: make ambiguous object output translatable + show tag date
 2021-12-30 23:46 UTC  (6+ messages)
` [PATCH v6 "
  ` [PATCH v6 1/6] object-name tests: add tests for ambiguous object blind spots
  ` [PATCH v6 3/6] object-name: make ambiguous object output translatable


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