git@vger.kernel.org mailing list mirror (one of many)
 help / color / mirror / code / Atom feed
 messages from 2022-03-31 20:27:23 to 2022-04-04 10:34:37 UTC [more...]

Covierty Integration / Improvement
 2022-04-04 10:14 UTC  (4+ messages)

[PATCH v3 00/27] revision.[ch]: add and use release_revisions()
 2022-04-04  9:27 UTC  (66+ messages)
` [PATCH v4 "
  ` [PATCH v4 04/27] format-patch: don't leak "extra_headers" or "ref_message_ids"
  ` [PATCH v4 05/27] revision.[ch]: split freeing of revs->commit into a function
  ` [PATCH v4 06/27] revision.[ch]: provide and start using a release_revisions()
  ` [PATCH v4 08/27] revision.[ch]: document and move code declared around "init"
  ` [PATCH v4 09/27] revisions API users: use release_revisions() needing REV_INFO_INIT
  ` [PATCH v4 10/27] stash: always have the owner of "stash_info" free it
  ` [PATCH v4 13/27] revisions API users: use release_revisions() in builtin/log.c
  ` [PATCH v5 00/27] revision.[ch]: add and use release_revisions()
    ` [PATCH v5 01/27] t/helper/test-fast-rebase.c: don't leak "struct strbuf"
    ` [PATCH v5 02/27] blame: use "goto cleanup" for cleanup_scoreboard()
    ` [PATCH v5 03/27] string_list API users: use string_list_init_{no,}dup
    ` [PATCH v5 04/27] format-patch: don't leak "extra_headers" or "ref_message_ids"
    ` [PATCH v5 05/27] cocci: add and apply free_commit_list() rules
    ` [PATCH v5 06/27] revision.[ch]: provide and start using a release_revisions()
    ` [PATCH v5 07/27] revisions API users: add straightforward release_revisions()
    ` [PATCH v5 08/27] revision.[ch]: document and move code declared around "init"
    ` [PATCH v5 09/27] revisions API users: use release_revisions() needing REV_INFO_INIT
    ` [PATCH v5 10/27] stash: always have the owner of "stash_info" free it
    ` [PATCH v5 11/27] revisions API users: add "goto cleanup" for release_revisions()
    ` [PATCH v5 12/27] revisions API users: use release_revisions() in http-push.c
    ` [PATCH v5 13/27] revisions API users: use release_revisions() in builtin/log.c
    ` [PATCH v5 14/27] revisions API users: use release_revisions() with UNLEAK()
    ` [PATCH v5 15/27] revisions API users: use release_revisions() for "prune_data" users
    ` [PATCH v5 16/27] revisions API: have release_revisions() release "commits"
    ` [PATCH v5 17/27] revisions API: have release_revisions() release "mailmap"
    ` [PATCH v5 18/27] revisions API: have release_revisions() release "cmdline"
    ` [PATCH v5 19/27] revisions API: have release_revisions() release "filter"
    ` [PATCH v5 20/27] revisions API: have release_revisions() release "grep_filter"
    ` [PATCH v5 21/27] revisions API: have release_revisions() release "prune_data"
    ` [PATCH v5 22/27] revisions API: clear "boundary_commits" in release_revisions()
    ` [PATCH v5 23/27] revisions API: release "reflog_info" in release revisions()
    ` [PATCH v5 24/27] revisions API: call diff_free(&revs->pruning) in revisions_release()
    ` [PATCH v5 25/27] revisions API: have release_revisions() release "date_mode"
    ` [PATCH v5 26/27] revisions API: have release_revisions() release "topo_walk_info"
    ` [PATCH v5 27/27] revisions API: add a TODO for diff_free(&revs->diffopt)

[WIP v1 0/4] mv: fix out-of-cone file/directory move logic
 2022-04-04  7:49 UTC  (23+ messages)
` [WIP v1 1/4] mv: check if out-of-cone file exists in index with SKIP_WORKTREE bit
` [WIP v1 2/4] mv: add check_dir_in_index() and solve general dir check issue
` [WIP v1 3/4] mv: add advise_to_reapply hint for moving file into cone
` [WIP v1 4/4] t7002: add tests for moving out-of-cone file/directory

[GSoC][PATCH 0/1] userdiff: add buildin diff driver for JavaScript language
 2022-04-04  7:12 UTC  (15+ messages)
` [GSoC][PATCH v2] Add a diff driver for JavaScript languages
` [GSoC][PATCH v3] "

[PATCH v2] cli: add -v and -h shorthands
 2022-04-04  7:18 UTC  (10+ messages)
` [PATCH v3] "

[PATCH 0/6] Importing and exporting stashes to refs
 2022-04-04  6:46 UTC  (10+ messages)
` [PATCH v3 0/4] "
  ` [PATCH v3 1/4] object-name: make get_oid quietly return an error
  ` [PATCH v3 2/4] builtin/stash: factor out revision parsing into a function
  ` [PATCH v3 3/4] builtin/stash: provide a way to export stashes to a ref
  ` [PATCH v3 4/4] builtin/stash: provide a way to import stashes from "

[PATCH] blame: report correct number of lines in progress when using ranges
 2022-04-04  6:15 UTC  (5+ messages)

[PATCH] convert: clarify line ending conversion warning
 2022-04-04  6:06 UTC  (2+ messages)

[PATCH] git-p4: preserve utf8 BOM when importing from p4 to git
 2022-04-04  5:50 UTC 

[PATCH] git-p4: support explicit sync of arbitrary existing git-p4 refs
 2022-04-04  5:10 UTC 

[PATCH v8 0/5] vimdiff: new implementation with layout support
 2022-04-03 22:44 UTC  (5+ messages)
` [PATCH v9 0/4] "
  ` [PATCH v9 3/4] vimdiff: add tool documentation

any real-world SHA-256 repo users out there?
 2022-04-03 22:40 UTC  (4+ messages)

[PATCH 0/7] More i18n fixes
 2022-04-03 22:29 UTC  (15+ messages)
` [PATCH v2 0/6] "
  ` [PATCH v2 1/6] i18n: factorize generic failure messages
  ` [PATCH v2 2/6] sequencer: factor GIT_AUTHOR_* from message strings
  ` [PATCH v2 3/6] i18n: factorize server support messages in fetch-pack
  ` [PATCH v2 4/6] i18n: factorize "foo does not take arguments" messages
  ` [PATCH v2 5/6] i18n: factorize read-cache error messages
  ` [PATCH v2 6/6] i18n: factorize "bad argument" messages

contrib/vscode/: debugging with vscode and gdb
 2022-04-03 20:18 UTC  (5+ messages)

What's cooking in git.git (Mar 2022, #07; Wed, 30)
 2022-04-03 20:05 UTC  (4+ messages)
` jh/p4-various-fixups (was: What's cooking in git.git (Mar 2022, #07; Wed, 30))

[PATCH v2 0/5] various: remove dead code
 2022-04-03 15:22 UTC  (18+ messages)
` [PATCH v3 0/7] various: remove dead code, drop i18n not used in-tree
  ` [PATCH v3 7/7] git-sh-setup: don't mark trees not used in-tree for i18n
  ` [PATCH v4 0/6] various: remove dead code
    ` [PATCH v4 1/6] run-command.h: remove always unused "clean_on_exit_handler_cbdata"
    ` [PATCH v4 4/6] pack-bitmap-write: remove unused bitmap_reset() function

Git has two ways to count modified lines
 2022-04-02 21:55 UTC  (3+ messages)

[PATCH] t3501: use test_path_is_* functions
 2022-04-02 19:24 UTC  (8+ messages)
` [PATCH v2 0/3][GSoC] t3501: remove test and test -f
  ` [PATCH v2 2/3] t3501: don't ignore "git <cmd>" exit code
  ` [PATCH v2 3/3] t3501: test cherry-pick revert with oids
  ` [PATCH v3 0/1][GSoC] t3501: remove redundant file checking and stop ignoring git <cmd> exit code
    ` [PATCH v3 1/1] t3501: remove redundant file check "

[PATCH v4 00/22] git-p4: Various code tidy-ups
 2022-04-02 17:45 UTC  (3+ messages)

git log --since to not stop after first old commit?
 2022-04-02 10:09 UTC  (7+ messages)
  ` [PATCH] git-log: add a --since-as-filter option
    ` [PATCH v2] "

[PATCH] t5510-fetch: upgrade to a more modern style
 2022-04-02  7:32 UTC  (4+ messages)

[GSoC] Applicant Introduction, Microproject Selection
 2022-04-01 21:29 UTC 

[PATCH 0/4] branch --recurse-submodules: Bug fixes and clean ups
 2022-04-01 20:14 UTC  (8+ messages)
` [PATCH v2 "
    ` [PATCH 1/2] branch: rework comments for future developers
      ` [PATCH 2/2] branch.c: simplify advice-and-die sequence

[PATCH v5] tracking branches: add advice to ambiguous refspec error
 2022-04-01 19:57 UTC  (9+ messages)
` [PATCH v6] "
  ` [PATCH v7] "

[ANNOUNCE] git-scm.com Heroku credits update
 2022-04-01 16:22 UTC 

[PATCH v2] fetch —object-info-format: client option for object-info
 2022-04-01 16:16 UTC  (6+ messages)
` [PATCH v3 0/3] object-info: add option for retrieving object info
  ` [PATCH v3 3/3] "

[PATCH v4 00/13] core.fsyncmethod: add 'batch' mode for faster fsyncing of multiple objects
 2022-04-01 15:56 UTC  (8+ messages)
` [PATCH v5 00/14] "
  ` [PATCH v5 04/14] core.fsyncmethod: batched disk flushes for loose-objects

[PATCH v5 00/22] git-p4: Various code tidy-ups
 2022-04-01 14:25 UTC  (23+ messages)
` [PATCH v5 01/22] git-p4: add blank lines between functions and class definitions
` [PATCH v5 02/22] git-p4: remove unneeded semicolons from statements
` [PATCH v5 03/22] git-p4: indent with 4-spaces
` [PATCH v5 04/22] git-p4: improve consistency of docstring formatting
` [PATCH v5 05/22] git-p4: convert descriptive class and function comments into docstrings
` [PATCH v5 06/22] git-p4: remove commented code
` [PATCH v5 07/22] git-p4: sort and de-duplcate pylint disable list
` [PATCH v5 08/22] git-p4: remove padding from lists, tuples and function arguments
` [PATCH v5 09/22] git-p4: remove spaces around default arguments
` [PATCH v5 10/22] git-p4: removed brackets when assigning multiple return values
` [PATCH v5 11/22] git-p4: place a single space after every comma
` [PATCH v5 12/22] git-p4: remove extraneous spaces before function arguments
` [PATCH v5 13/22] git-p4: remove redundant backslash-continuations inside brackets
` [PATCH v5 14/22] git-p4: remove spaces between dictionary keys and colons
` [PATCH v5 15/22] git-p4: ensure every comment has a single #
` [PATCH v5 16/22] git-p4: ensure there is a single space around all operators
` [PATCH v5 17/22] git-p4: normalize indentation of lines in conditionals
` [PATCH v5 18/22] git-p4: compare to singletons with "is" and "is not"
` [PATCH v5 19/22] git-p4: only seperate code blocks by a single empty line
` [PATCH v5 20/22] git-p4: move inline comments to line above
` [PATCH v5 21/22] git-p4: seperate multiple statements onto seperate lines
` [PATCH v5 22/22] git-p4: sort imports

[PATCH v3 0/7] fetch: add repair: full refetch without negotiation (was: "refiltering")
 2022-04-01 10:51 UTC  (14+ messages)
` [PATCH v4 "
  ` [PATCH v4 2/7] fetch-pack: add refetch
  ` [PATCH v4 4/7] fetch: add --refetch option
  ` [PATCH v4 5/7] t5615-partial-clone: add test for fetch --refetch
  ` [PATCH v4 6/7] fetch: after refetch, encourage auto gc repacking

[PATCH] CodingGuidelines: give deadline for "for (int i = 0; ..."
 2022-04-01  9:29 UTC  (5+ messages)

[PATCH] bisect.c: remove unused includes
 2022-04-01  8:07 UTC  (3+ messages)
  ` using iwyu (include-what-you-use) to analyze includes (was: [PATCH] bisect.c: remove unused includes)

[PATCH] worktree: add -z option for list subcommand
 2022-03-31 20:37 UTC  (3+ messages)
` [PATCH v2] "


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