git@vger.kernel.org mailing list mirror (one of many)
 help / color / mirror / code / Atom feed
 messages from 2021-11-12 21:49:47 to 2021-11-16 01:19:43 UTC [more...]

New-ish warning in refs.c with GCC (at least 11.2) under -O3
 2021-11-15 22:39 UTC  (2+ messages)

[PATCH 0/2] test-lib: improve missing prereq handling
 2021-11-15 22:10 UTC  (7+ messages)
` [PATCH 1/2] test-lib: show missing prereq summary
` [PATCH 2/2] test-lib: introduce required prereq for test runs

[PATCH 0/3] support `--oid-only` in `ls-tree`
 2021-11-15 21:50 UTC  (12+ messages)
` [PATCH 1/3] ls-tree.c: support `--oid-only` option for "git-ls-tree"
` [PATCH 2/3] t3104: add related tests for `--oid-only` option
` [PATCH 3/3] git-ls-tree.txt: description of the 'oid-only' option

git pull bug report
 2021-11-15 20:40 UTC  (9+ messages)

[PATCH 0/8] Makefile: generate a hook-list.h, prep for config-based-hooks
 2021-11-15 23:00 UTC  (7+ messages)
` [PATCH 8/8] hook-list.h: add a generated list of hooks, like config-list.h

[PATCH v4 5/6] remote: die if branch is not found in repository
 2021-11-15 20:06 UTC  (3+ messages)

[PATCH v4 6/6] remote: add struct repository parameter to external functions
 2021-11-15 21:44 UTC  (3+ messages)

[RFC] Branches with --recurse-submodules
 2021-11-15 19:03 UTC  (3+ messages)

What's cooking in git.git (Nov 2021, #04; Sun, 14)
 2021-11-15 22:16 UTC  (6+ messages)
` ab/mark-leak-free-tests-even-more (was: What's cooking in git.git (Nov 2021, #04; Sun, 14))
` ab/only-single-progress-at-once "
` ab/refs-errno-cleanup + hn/reftable "

[ANNOUNCE] Git for Windows 2.34.0
 2021-11-15 21:32 UTC  (3+ messages)
` Resend: "

[PATCH v13 1/3] grep: refactor next_match() and match_one_pattern() for external use
 2021-11-15 22:41 UTC  (4+ messages)
` [PATCH v13 3/3] grep/pcre2: fix an edge case concerning ascii patterns and UTF-8 data

[PATCH 0/1] Add a test balloon for C99
 2021-11-15 22:41 UTC  (8+ messages)
` [PATCH 1/1] git-compat-util: add a test balloon for C99 support

[RFC PATCH 00/21] C99: show meaningful <file>:<line> in trace2 via macros
 2021-11-15 22:18 UTC  (22+ messages)
` [RFC PATCH 01/21] git-compat-util.h: clarify GCC v.s. C99-specific in comment
` [RFC PATCH 02/21] C99 support: hard-depend on C99 variadic macros
` [RFC PATCH 03/21] usage.c: add a die_message() routine
` [RFC PATCH 04/21] usage.c API users: use die_message() where appropriate
` [RFC PATCH 05/21] usage.c + gc: add and use a die_message_errno()
` [RFC PATCH 06/21] config API: don't use vreportf(), make it static in usage.c
` [RFC PATCH 07/21] common-main.c: call exit(), don't return
` [RFC PATCH 08/21] usage.c: add a non-fatal bug() function to go with BUG()
` [RFC PATCH 09/21] parse-options.[ch] API: use bug() to improve error output
` [RFC PATCH 10/21] receive-pack: use bug() and BUG_if_bug()
` [RFC PATCH 11/21] cache-tree.c: "
` [RFC PATCH 12/21] pack-objects: use BUG(...) not die("BUG: ...")
` [RFC PATCH 13/21] strbuf.h: "
` [RFC PATCH 14/21] usage API: create a new usage.h, move API docs there
` [RFC PATCH 15/21] usage.[ch] API users: use report_fn, not hardcoded prototype
` [RFC PATCH 16/21] usage.[ch] API: rename "warn" vars functions to "warning"
` [RFC PATCH 17/21] usage.c: move usage routines around
` [RFC PATCH 18/21] usage.c: move rename variables in "
` [RFC PATCH 19/21] usage API: use C99 macros for {usage,usagef,die,error,warning,die}*()
` [RFC PATCH 20/21] usage API: make the "{usage,fatal,error,warning,BUG}: " translatable
` [RFC PATCH 21/21] usage API: add "core.usageAddSource" config to add <file>:<line>

[PATCH] MyFirstContribution.txt: fix undeclared variable i in sample code
 2021-11-15 22:26 UTC  (13+ messages)
      ` Is 'for (int i = [...]' bad for C STD compliance reasons? (was: [PATCH] MyFirstContribution.txt: fix undeclared variable i in sample code)
        ` Is 'for (int i = [...]' bad for C STD compliance reasons?
          ` [PATCH] revision: use C99 declaration of variable in for() loop

[RFC PATCH] branch: add "inherit" option for branch.autoSetupMerge
 2021-11-15 22:22 UTC  (11+ messages)
` [PATCH v2] "
` [PATCH v3] branch: add flags and config to inherit tracking

[PATCH] mergesort: avoid left shift overflow
 2021-11-15 23:19 UTC 

[PATCH v1 2/3] config: introduce repo_config_set* functions
 2021-11-15 22:17 UTC  (2+ messages)

[PATCH 00/15] leak tests: remaining non-svn non-p4 tests as passing
 2021-11-15 22:14 UTC  (2+ messages)

[PATCH] parse-options API: simplify OPT_ALIAS()
 2021-11-15 22:03 UTC 

bug or a general misunderstanding
 2021-11-15 21:08 UTC  (5+ messages)

[BUG] git push --mirror ignores refs outside head & tags
 2021-11-15 21:04 UTC  (2+ messages)

[ANNOUNCE] Git v2.34.0
 2021-11-15 21:15 UTC  (2+ messages)

[PATCH v4 1/6] t5516: add test case for pushing remote refspecs
 2021-11-15 20:09 UTC  (3+ messages)

[PATCH v4 4/6] remote: remove the_repository->remote_state from static methods
 2021-11-15 18:48 UTC  (2+ messages)

[ANNOUNCE] Git v2.34.0-rc2
 2021-11-15 16:52 UTC  (7+ messages)

[PATCH] midx: fix a formatting issue in "multi-pack-index.txt"
 2021-11-15 16:25 UTC  (2+ messages)

[PATCH] fetch-pack: add TRANSLATORS notice for packfile ready messages
 2021-11-15 15:21 UTC  (4+ messages)

Ordering list of commits by topo-order
 2021-11-15 14:59 UTC 

[PATCH 0/3] support `--oid-only` in `ls-tree`
 2021-11-15 11:44 UTC 

[PATCH 0/2] am: support --always option to am empty commits
 2021-11-15 11:13 UTC  (10+ messages)
` [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 v3 0/2] am: support --empty-commit=(die|skip|asis) "
    ` [PATCH v3 1/2] doc: git-format-patch: describe the option --always
    ` [PATCH v3 2/2] am: support --empty-commit option to handle empty patches

SSH Key Signatures: Feedback
 2021-11-15 10:31 UTC  (3+ messages)

git-subtree
 2021-11-15  8:12 UTC  (2+ messages)

[PATCH] pack-bitmap.c: remove redundant SP in comments
 2021-11-15  6:44 UTC 

Interested in contributing towards this project
 2021-11-15  6:07 UTC 

[GIT PULL] l10n updates for 2.34.0 round 3
 2021-11-15  5:52 UTC  (3+ messages)

[PATCH v2 0/3] Additional FAQ entries
 2021-11-14 23:40 UTC  (6+ messages)
` [PATCH v2 3/3] gitfaq: add entry about syncing working trees

[PATCH] subtree: ignore merge.ff setting
 2021-11-14 21:45 UTC  (4+ messages)
` [PATCH v2] subtree: force merge commit

[PATCH] sequencer: fix environment that 'exec' commands run under
 2021-11-14 20:21 UTC  (2+ messages)

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

[PATCH v2 0/2] vimdiff: new layout option + docs
 2021-11-14 17:38 UTC  (3+ messages)
` [PATCH v2 1/2] vimdiff: new implementation with layout support
` [PATCH v2 2/2] vimdiff: add tool documentation

[GIT PULL] per signal_struct coredumps
 2021-11-14 17:16 UTC  (4+ messages)

Anything I can contribute?
 2021-11-14  7:17 UTC  (3+ messages)
  ` Suggested Project Ideas (was Re: Anything I can contribute?)

[PATCH] git-gui--askpass implements SSH_ASKPASS_PROMPT
 2021-11-14  0:30 UTC 

[PATCH] SubmittingPatches: fix Asciidoc syntax in "GitHub CI" section
 2021-11-13 20:38 UTC 

[PATCH] name-rev: prefer shorter names over following merges
 2021-11-13 19:35 UTC  (3+ messages)

[PATCH] ci(check-whitespace): update stale file top comments
 2021-11-13 17:00 UTC 

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

[PATCH 0/8] grep: simplify & delete code by changing obscure cfg variable behavior
 2021-11-13  9:55 UTC  (5+ messages)
` [PATCH v2 "
  ` [PATCH v2 7/8] grep: simplify config parsing, change grep.<rx config> interaction

What's cooking in git.git (Nov 2021, #03; Tue, 9)
 2021-11-13  9:17 UTC  (3+ messages)
  ` ab/config-based-hooks-2 etc. (was: What's cooking in git.git (Nov 2021, #03; Tue, 9))

[PATCH v10 17/17] fsck: report invalid object type-path combinations
 2021-11-13  9:00 UTC  (5+ messages)
` [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

[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 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  (6+ messages)
` [PATCH] RelNotes: mention known crasher when ssh signing with OpenSSH 8.7

[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 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  (4+ messages)
` [PATCH v2 00/18] "
  ` [PATCH v2 17/18] Makefile: use $(wspfx) for $(QUIET...) in shared.mak
  ` [PATCH v2 18/18] Makefiles: add and use wildcard "mkdir -p" template


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