git@vger.kernel.org mailing list mirror (one of many)
 help / color / mirror / code / Atom feed
 messages from 2021-11-10 19:03:00 to 2021-11-13 09:09:59 UTC [more...]

[PATCH v10 17/17] fsck: report invalid object type-path combinations
 2021-11-13  9:00 UTC  (11+ messages)
` [PATCH v2] receive-pack: not receive pack file with large object
  ` [PATCH 0/2] v2.34.0-rc2 regression: free() of uninitialized in ab/fsck-unexpected-type
    ` [PATCH 1/2] object-file: fix SEGV on free() regression in v2.34.0-rc2
    ` [PATCH 2/2] object-file: free(*contents) only in read_loose_object() caller

Anything I can contribute?
 2021-11-13  8:33 UTC 

[RFC PATCH 0/4] git-gui: support SHA-256 repositories
 2021-11-13  8:10 UTC  (9+ messages)
` [RFC PATCH 2/4] rename all *_sha1 variables and make null_oid hash aware
` [RFC PATCH 3/4] expand regexp matching an oid to be hash agnostic
` [RFC PATCH 4/4] track oid_size to allow for checks that are "

Possible merge bug
 2021-11-13  7:11 UTC  (5+ messages)

[PATCH] t/lib-git.sh: fix ACL-related permissions failure
 2021-11-13  6:10 UTC  (9+ messages)
            ` [RFC PATCH] lib-test: show failed prereq was "

[PATCH v6 0/8] protect branches checked out in all worktrees
 2021-11-13  3:33 UTC  (9+ messages)
` [PATCH v6 1/8] fetch: lowercase error messages
` [PATCH v6 2/8] receive-pack: "
` [PATCH v6 3/8] branch: "
` [PATCH v6 4/8] worktree: simplify find_shared_symref() memory ownership model
` [PATCH v6 5/8] fetch: protect branches checked out in all worktrees
` [PATCH v6 6/8] receive-pack: clean dead code from update_worktree()
` [PATCH v6 7/8] receive-pack: protect current branch for bare repository worktree
` [PATCH v6 8/8] branch: protect branches checked out in all worktrees

[ANNOUNCE] Git v2.34.0-rc2
 2021-11-13  0:16 UTC  (16+ messages)
    ` [PATCH] RelNotes: mention known crasher when ssh signing with OpenSSH 8.7

[PATCH] name-rev: prefer shorter names over following merges
 2021-11-13  0:14 UTC 

[PATCH] trace2: increment event format version
 2021-11-12 23:28 UTC  (6+ messages)

[PATCH] builtin-commit: re-read file index before launching editor
 2021-11-12 23:23 UTC  (3+ messages)
` [PATCH v2] builtin-commit: re-read file index before run_status

[PATCH] Makefile, git-sh-setup.sh, t/: do not use `egrep` or `fgrep`
 2021-11-12 23:02 UTC  (2+ messages)

[PATCH 0/2] am: support --always option to am empty commits
 2021-11-12 22:23 UTC  (16+ messages)
` [PATCH 1/2] doc: git-format-patch: specify the option --always
` [PATCH 2/2] am: support --always option to am empty commits
` [PATCH v2 0/4] am: support --allow-empty "
  ` [PATCH v2 1/4] doc: git-format-patch: specify the option --always
  ` [PATCH v2 2/4] am: support --always option to am empty commits
  ` [PATCH v2 3/4] test: am: add the case when not passing the --always option
  ` [PATCH v2 4/4] chore: am: rename the --always option to --allow-empty

[PATCH 00/10] cat-file: better usage UX & error messages
 2021-11-12 22:20 UTC  (12+ messages)
` [PATCH v2 "
  ` [PATCH v2 01/10] cat-file tests: test bad usage
  ` [PATCH v2 02/10] cat-file tests: test messaging on bad objects/paths
  ` [PATCH v2 03/10] parse-options API: add a usage_msg_optf()
  ` [PATCH v2 04/10] cat-file docs: fix SYNOPSIS and "-h" output
  ` [PATCH v2 05/10] cat-file: move "usage" variable to cmd_cat_file()
  ` [PATCH v2 06/10] cat-file: make --batch-all-objects a CMDMODE
  ` [PATCH v2 07/10] cat-file: fix remaining usage bugs
  ` [PATCH v2 08/10] cat-file: correct and improve usage information
  ` [PATCH v2 09/10] object-name.c: don't have GET_OID_ONLY_TO_DIE imply *_QUIETLY
  ` [PATCH v2 10/10] cat-file: improve --(textconv|filters) disambiguation

[PATCH 00/16] Makefiles: dependency correctness & speedup
 2021-11-12 21:49 UTC  (20+ messages)
` [PATCH v2 00/18] "
  ` [PATCH v2 01/18] Makefile: don't invoke msgfmt with --statistics
  ` [PATCH v2 02/18] Makefile: don't set up "perl/build" rules under NO_PERL=Y
  ` [PATCH v2 03/18] Makefile: use "=" not ":=" for po/* and perl/*
  ` [PATCH v2 04/18] Makefile: clean perl/build/ even with NO_PERL=Y
  ` [PATCH v2 05/18] Makefile: remove "mv $@ $@+" dance redundant to .DELETE_ON_ERROR
  ` [PATCH v2 06/18] Makefile: guard Perl-only variable assignments
  ` [PATCH v2 07/18] Makefile: change "ifndef NO_PERL" to "ifdef NO_PERL"
  ` [PATCH v2 08/18] Makefile: adjust Perl-related comments & whitespace
  ` [PATCH v2 09/18] Makefile: correct "GIT-PERL-{DEFINES,HEADER}" dependency graph
  ` [PATCH v2 10/18] Makefile: create a GIT-PYTHON-DEFINES, like "PERL"
  ` [PATCH v2 11/18] Makefile: stop needing @@GIT_VERSION@@ in *.perl scripts
  ` [PATCH v2 12/18] Makefiles: add "shared.mak", move ".DELETE_ON_ERROR" to it
  ` [PATCH v2 13/18] Makefile: move $(comma), $(empty) and $(space) to shared.mak
  ` [PATCH v2 14/18] Makefile: re-add and use the "shellquote" macros
  ` [PATCH v2 15/18] Makefile: add a "TRACK_template" for GIT-*{FLAGS,DEFINES,...}
  ` [PATCH v2 16/18] Makefile: add "$(QUIET)" boilerplate to shared.mak
  ` [PATCH v2 17/18] Makefile: use $(wspfx) for $(QUIET...) in shared.mak
  ` [PATCH v2 18/18] Makefiles: add and use wildcard "mkdir -p" template

[PATCH 0/7] Builtin FSMonitor Part 1
 2021-11-12 21:33 UTC  (12+ messages)
` [PATCH v2 "
  ` [PATCH v2 7/7] t/helper/simple-ipc: convert test-simple-ipc to use start_bg_command

Password for proxies from external
 2021-11-12 21:28 UTC  (2+ messages)

[PATCH 0/8] grep: simplify & delete code by changing obscure cfg variable behavior
 2021-11-12 19:32 UTC  (18+ messages)
` [PATCH v2 "
  ` [PATCH v2 1/8] grep.h: remove unused "regex_t regexp" from grep_opt
  ` [PATCH v2 2/8] built-ins: trust the "prefix" from run_builtin()
  ` [PATCH v2 3/8] log tests: check if grep_config() is called by "log"-like cmds
  ` [PATCH v2 4/8] grep docs: de-duplicate configuration sections
  ` [PATCH v2 5/8] grep.c: don't pass along NULL callback value
  ` [PATCH v2 6/8] grep API: call grep_config() after grep_init()
  ` [PATCH v2 7/8] grep: simplify config parsing, change grep.<rx config> interaction
  ` [PATCH v2 8/8] grep: make "extendedRegexp=true" the same as "patternType=extended"

[PATCH] gitk: fix information in the key bindings dialog
 2021-11-12 18:31 UTC 

[PATCH] sequencer: fix environment that 'exec' commands run under
 2021-11-12 17:42 UTC 

Fwd: Bug report: Githook reference-transaction does not change working directory on git clone
 2021-11-12 17:07 UTC  (2+ messages)
  `  "

[PATCH 0/4] Flag to add a newline after decorations for --oneline log output
 2021-11-12 16:27 UTC  (2+ messages)

Feature request: Ability to edit existing tag's message
 2021-11-12 16:08 UTC  (2+ messages)

bug report
 2021-11-12 14:05 UTC  (4+ messages)

[PATCH] unpack-objects: unpack large object in stream
 2021-11-12  9:40 UTC  (7+ messages)
` [PATCH v2 1/6] object-file: refactor write_loose_object() to support inputstream
` [PATCH v2 2/6] object-file.c: add dry_run mode for write_loose_object()
` [PATCH v2 3/6] object-file.c: handle nil oid in write_loose_object()
` [PATCH v2 4/6] object-file.c: read input stream repeatedly "
` [PATCH v2 5/6] object-store.h: add write_loose_object()
` [PATCH v2 6/6] unpack-objects: unpack large object in stream

What's cooking in git.git (Nov 2021, #03; Tue, 9)
 2021-11-12  9:32 UTC  (13+ messages)
` js/scalar, was "
` jc/fix-pull-ff-only-when-already-up-to-date, "

[PATCH] simple-ipc: work around issues with Cygwin's Unix socket emulation
 2021-11-12  8:50 UTC  (3+ messages)

RFC: A configuration design for future-proofing fsync() configuration
 2021-11-12  5:54 UTC  (5+ messages)

[PATCH v6 0/2] fetch-pack: redact packfile urls in traces
 2021-11-12  4:43 UTC  (5+ messages)
` [PATCH v7 "
  ` [PATCH v7 1/2] "
  ` [PATCH v7 2/2] http-fetch: redact url on die() message

[RFC] Branches with --recurse-submodules
 2021-11-12  3:22 UTC  (8+ messages)

[PATCH v1 0/3] make create_branch() accept any repository
 2021-11-12  0:45 UTC  (6+ messages)
` [PATCH v1 1/3] refs/files-backend: remove the_repository
` [PATCH v1 2/3] config: introduce repo_config_set* functions
` [PATCH v1 3/3] branch: remove implicit the_repository from create_branch()

[PATCH v3 0/4] remote: replace static variables with struct remote_state
 2021-11-12  0:01 UTC  (3+ messages)
` [PATCH v4 0/6] "

[RFC PATCH 0/1] protocol-v2.txt: align delim-pkt spec with usage
 2021-11-11 22:53 UTC  (4+ messages)
` [PATCH v2] "

[PATCH] builtin-commit: re-read file index before launching editor
 2021-11-11 22:09 UTC  (3+ messages)

[PATCH] RelNotes: fix a couple of typos for the upcoming release
 2021-11-11 20:27 UTC  (6+ messages)

Unexpected conflict with ort merge strategy?
 2021-11-11 19:41 UTC  (3+ messages)

[PATCH] maintenance tests: fix systemd v2.34.0-rc* test regression
 2021-11-11 17:45 UTC  (5+ messages)
` [PATCH v2] "

[PATCH v2 0/9] diffcore-rename improvements
 2021-11-11 16:19 UTC  (7+ messages)
` [PATCH v3 "
  ` [PATCH v3 3/9] diffcore-rename: simplify limit check

[PATCH v2 0/5] Gets rid of "if reflog exists, append to it regardless of config settings"
 2021-11-11 14:38 UTC  (8+ messages)
` [PATCH v3 0/7] "

[PATCH] refs: sync loose refs to disk before committing them
 2021-11-11 12:14 UTC  (12+ messages)
` [PATCH v2 0/3] "
  ` [PATCH v2 3/3] refs: add configuration to enable flushing of refs

[PATCH 0/4] midx: verify MIDX checksum before reusing
 2021-11-11 10:05 UTC  (4+ messages)
` [PATCH 4/4] midx: report checksum mismatches during 'verify'

[PATCH 2/2] parse-options.c: use "enum parse_opt_result" for parse_nodash_opt()
 2021-11-11  2:01 UTC  (3+ messages)
` [PATCH v2] "

[PATCH] packfile: avoid overflowing shift during decode
 2021-11-11  1:58 UTC  (2+ messages)

[PATCH v6 1/2] fetch-pack: redact packfile urls in traces
 2021-11-11  0:01 UTC  (6+ messages)

[PATCH v4 3/4] receive-pack: Protect current branch for bare repository worktree
 2021-11-11  0:11 UTC  (7+ messages)
` [PATCH v5 1/4] fetch: Protect branches checked out in all worktrees

[PATCH] maintenance: disable cron on macOS
 2021-11-10 21:06 UTC  (5+ messages)

[BUG] git-stash does not handle branch name with slash correctly
 2021-11-10 20:53 UTC  (2+ messages)


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