git@vger.kernel.org mailing list mirror (one of many)
 help / color / mirror / code / Atom feed
 messages from 2022-03-31 01:13:37 to 2022-04-02 10:51:28 UTC [more...]

[PATCH v3 00/27] revision.[ch]: add and use release_revisions()
 2022-04-02 10:49 UTC  (48+ messages)
` [PATCH v4 "
  ` [PATCH v4 03/27] string_list API users: use string_list_init_{no,}dup
  ` [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 v4 15/27] revisions API users: use release_revisions() for "prune_data" users
  ` [PATCH v4 26/27] revisions API: have release_revisions() release "topo_walk_info"
  ` [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 22/27] revisions API: clear "boundary_commits" in release_revisions()
    ` [PATCH v5 23/27] revisions API: release "reflog_info" in release revisions()
    ` [PATCH v5 27/27] revisions API: add a TODO for diff_free(&revs->diffopt)

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)

Covierty Integration / Improvement
 2022-04-01 20:49 UTC 

[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  (15+ messages)
` [PATCH 3/4] branch --set-upstream-to: be consistent when advising
` [PATCH v2 0/4] branch --recurse-submodules: Bug fixes and clean ups
  ` [PATCH v2 1/4] branch: support more tracking modes when recursing
  ` [PATCH v2 2/4] branch: give submodule updating advice before exit
  ` [PATCH v2 3/4] branch --set-upstream-to: be consistent when advising
  ` [PATCH v2 4/4] branch: remove negative exit code
    ` [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  (10+ messages)
` [PATCH v6] "
  ` [PATCH v7] "

[PATCH] t3501: use test_path_is_* functions
 2022-04-01 18:24 UTC  (7+ messages)
` [PATCH v2 0/3][GSoC] t3501: remove test and test -f
  ` [PATCH v2 1/3] t3501: use test_path_is_* functions
  ` [PATCH v2 2/3] t3501: don't ignore "git <cmd>" exit code
  ` [PATCH v2 3/3] t3501: test cherry-pick revert with oids

[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  (7+ messages)
` [PATCH v3 0/3] object-info: add option for retrieving object info
  ` [PATCH v3 3/3] "

[PATCH v2] cli: add -v and -h shorthands
 2022-04-01 16:02 UTC  (9+ messages)
` [PATCH v3] "

[PATCH v4 00/13] core.fsyncmethod: add 'batch' mode for faster fsyncing of multiple objects
 2022-04-01 15:56 UTC  (23+ messages)
` [PATCH v5 00/14] "
  ` [PATCH v5 01/14] bulk-checkin: rename 'state' variable and separate 'plugged' boolean
  ` [PATCH v5 02/14] bulk-checkin: rebrand plug/unplug APIs as 'odb transactions'
  ` [PATCH v5 04/14] core.fsyncmethod: batched disk flushes for loose-objects
  ` [PATCH v5 11/14] core.fsyncmethod: tests for batch mode
  ` [PATCH v5 13/14] core.fsyncmethod: performance "

[WIP v1 0/4] mv: fix out-of-cone file/directory move logic
 2022-04-01 14:55 UTC  (22+ 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

[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

What's cooking in git.git (Mar 2022, #07; Wed, 30)
 2022-04-01 14:29 UTC  (8+ messages)
` jh/p4-various-fixups (was: What's cooking in git.git (Mar 2022, #07; Wed, 30))
` ab/commit-plug-leaks "
` tk/ambiguous-fetch-refspec "
` ab/ci-setup-simplify + ab/ci-github-workflow-markup "
` rc/fetch-refetch "

[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  (7+ 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 v2 0/5] various: remove dead code
 2022-03-31 22:06 UTC  (19+ 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 2/6] configure.ac: remove USE_PIC comment
    ` [PATCH v4 3/6] xdiff/xmacros.h: remove unused XDL_PTRFREE
    ` [PATCH v4 4/6] pack-bitmap-write: remove unused bitmap_reset() function
    ` [PATCH v4 5/6] object-store.h: remove unused has_sha1_file*()
    ` [PATCH v4 6/6] alloc.[ch]: remove alloc_report() function

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

[PATCH v11 0/8] unpack-objects: support streaming blobs to disk
 2022-03-31 19:54 UTC  (8+ messages)
` [PATCH v12 "
  ` [PATCH v12 5/8] object-file.c: add "stream_loose_object()" to handle large object
  ` [PATCH v12 7/8] unpack-objects: refactor away unpack_non_delta_entry()

[PATCH] trace2: add stats for fsync operations
 2022-03-31 19:33 UTC  (3+ messages)

[PATCH 0/6] Importing and exporting stashes to refs
 2022-03-31 17:43 UTC  (8+ messages)
` [PATCH v2 0/4] "
  ` [PATCH v2 3/4] builtin/stash: provide a way to export stashes to a ref

[ANNOUNCE] Git Rev News edition 85
 2022-03-31 17:19 UTC 

[PATCH v4] untracked-cache: support '--untracked-files=all' if configured
 2022-03-31 16:02 UTC  (10+ messages)
` [PATCH v5 0/2] Support untracked cache with "
  ` [PATCH v5 1/2] untracked-cache: test untracked-cache-bypassing behavior with -uall
  ` [PATCH v6 0/2] Support untracked cache with '--untracked-files=all' if configured
    ` [PATCH v6 1/2] untracked-cache: test untracked-cache-bypassing behavior with -uall
    ` [PATCH v6 2/2] untracked-cache: support '--untracked-files=all' if configured


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