git@vger.kernel.org mailing list mirror (one of many)
 help / color / mirror / code / Atom feed
 messages from 2021-03-14 02:42:55 to 2021-03-16 04:39:14 UTC [more...]

Regarding the depreciation of ssh+git/git+ssh protocols
 2021-03-16  4:38 UTC  (9+ messages)

[Newbie]
 2021-03-16  4:31 UTC  (2+ messages)

[PATCH 0/2] Declare merge-ort ready for general usage
 2021-03-16  4:05 UTC  (3+ messages)
` [PATCH 1/2] Revert "merge-ort: ignore the directory rename split conflict for now"
` [PATCH 2/2] t6423: mark remaining expected failure under merge-ort as such

[PATCH] builtin/fetch.c: clean tmp pack after receive signal
 2021-03-16  2:53 UTC 

[PATCH 00/30] tree-walk: mostly "mode" to "enum object_type"
 2021-03-16  2:13 UTC  (31+ messages)
` [PATCH v2 00/29] tree-walk: mostly replace "mode" with "
` [PATCH v2 01/29] diff.c: remove redundant canon_mode() call
` [PATCH v2 02/29] notes & match-trees: use name_entry's "pathlen" member
` [PATCH v2 03/29] cache.h: add a comment to object_type()
` [PATCH v2 04/29] tree-walk.h: add object_type member to name_entry
` [PATCH v2 05/29] tree-walk.c: migrate to using new "object_type" field when possible
` [PATCH v2 06/29] cache.h: have base_name_compare() take "is tree?", not "mode"
` [PATCH v2 07/29] tree-walk.h users: switch object_type(...) to new .object_type
` [PATCH v2 08/29] tree.h: format argument lists of read_tree_recursive() users
` [PATCH v2 09/29] tree.h users: format argument lists in archive.c
` [PATCH v2 10/29] archive: get rid of 'stage' parameter
` [PATCH v2 11/29] tree.h API: make read_tree_fn_t take an "enum object_type"
` [PATCH v2 12/29] tree-walk.h users: migrate "p->mode &&" pattern
` [PATCH v2 13/29] tree-walk.h users: refactor chained "mode" if/else into switch
` [PATCH v2 14/29] tree-walk.h users: migrate miscellaneous "mode" to "object_type"
` [PATCH v2 15/29] merge-tree tests: test for the mode comparison in same_entry()
` [PATCH v2 16/29] merge-ort: correct reference to test in 62fdec17a11
` [PATCH v2 17/29] fsck.c: switch on "object_type" in fsck_walk_tree()
` [PATCH v2 18/29] tree-walk.h users: use temporary variable(s) for "mode"
` [PATCH v2 19/29] tree-walk.h API: formatting changes for subsequent commit
` [PATCH v2 20/29] tree-walk.h API: rename get_tree_entry() to get_tree_entry_mode()
` [PATCH v2 21/29] tree-walk.h API users: use "tmp" for mode in shift_tree_by()
` [PATCH v2 22/29] tree-walk.h API: add get_tree_entry_type()
` [PATCH v2 23/29] tree-walk.h API: document and format tree_entry_extract()
` [PATCH v2 24/29] tree-entry.h API: rename tree_entry_extract() to tree_entry_extract_mode()
` [PATCH v2 25/29] tree-walk.h API: add a tree_entry_extract_all() function
` [PATCH v2 26/29] tree-walk.h API: add get_tree_entry_all()
` [PATCH v2 27/29] tree-walk.h API: add a get_tree_entry_path() function
` [PATCH v2 28/29] blame: emit a better error on 'git blame directory'
` [PATCH v2 29/29] tree-walk.h API: add a tree_entry_extract_type() function

What's cooking in git.git (Mar 2021, #04; Sun, 14)
 2021-03-16  1:40 UTC  (3+ messages)

[PATCH 0/7] Sort lists and add static-analysis
 2021-03-16  0:56 UTC  (8+ messages)
` [PATCH 1/7] Makefile: mark 'check-builtins' as a .PHONY target
` [PATCH 2/7] Makefile: ASCII-sort LIB_OBJS
` [PATCH 3/7] builtin.h: ASCII-sort list of functions
` [PATCH 4/7] test-tool.h: "
` [PATCH 5/7] Makefile: add 'check-sort' target
` [PATCH 6/7] ci/run-static-analysis.sh: make check-builtins
` [PATCH 7/7] ci/run-static-analysis.sh: make check-sort

[PATCH 1/2] git-compat-util.h: drop trailing semicolon from macro definition
 2021-03-16  0:55 UTC  (4+ messages)
` [PATCH 2/2] use CALLOC_ARRAY
        ` [PATCH] xcalloc: use CALLOC_ARRAY() when applicable

[PATCH 0/3] git-completion.bash: improvements to _git_stash()
 2021-03-16  0:54 UTC  (4+ messages)
` [PATCH 1/3] git-completion.bash: extract from else in _git_stash()
` [PATCH 2/3] git-completion.bash: fix `git <args>... stash branch` bug
` [PATCH 3/3] git-completion.bash: use __gitcomp_builtin() in _git_stash()

[PATCH 00/20] Sparse Index: Design, Format, Tests
 2021-03-15 23:52 UTC  (13+ messages)
` [PATCH 16/20] sparse-checkout: toggle sparse index from builtin
` [PATCH v2 00/20] Sparse Index: Design, Format, Tests
  ` [PATCH v2 05/20] sparse-index: implement ensure_full_index()

[PATCH v2 0/6] Move the read_tree() function to its only user
 2021-03-15 23:43 UTC  (11+ messages)
` [PATCH v3 0/9] read_tree() and read_tree_recursive() refactoring
` [PATCH v3 1/9] ls-files tests: add meaningful --with-tree tests
` [PATCH v3 2/9] tree.c API: move read_tree() into builtin/ls-files.c
` [PATCH v3 3/9] ls-files: don't needlessly pass around stage variable
` [PATCH v3 4/9] ls-files: refactor away read_tree()
` [PATCH v3 5/9] tree.h API: remove support for starting at prefix != ""
` [PATCH v3 6/9] tree.h API: remove "stage" parameter from read_tree_recursive()
` [PATCH v3 7/9] tree.h API: rename read_tree_recursive() to read_tree()
` [PATCH v3 8/9] show tests: add test for "git show <tree>"
` [PATCH v3 9/9] tree.h API: expose read_tree_1() as read_tree_at()

[PATCH v3] format-patch: allow a non-integral version numbers
 2021-03-15 23:41 UTC  (3+ messages)
` [PATCH v4] "

[PATCH] block-sha1: drop trailing semicolon from macro definition
 2021-03-15 23:07 UTC  (2+ messages)

[PATCH 0/3] teach git to respect fsmonitor in diff-index
 2021-03-15 22:51 UTC  (7+ messages)
` [PATCH 1/3] fsmonitor: skip lstat deletion check during git diff-index
` [PATCH 2/3] fsmonitor: add assertion that fsmonitor is valid to check_removed
` [PATCH 3/3] fsmonitor: add perf test for git diff HEAD

[ANNOUNCE] Git for Windows 2.31.0
 2021-03-15 22:05 UTC 

[PATCH v4 00/12] Simple IPC Mechanism
 2021-03-15 21:08 UTC  (18+ messages)
` [PATCH v5 "
  ` [PATCH v5 11/12] simple-ipc: add Unix domain socket implementation
  ` [PATCH v6 00/12] Simple IPC Mechanism
    ` [PATCH v6 01/12] pkt-line: eliminate the need for static buffer in packet_write_gently()
    ` [PATCH v6 02/12] pkt-line: do not issue flush packets in write_packetized_*()
    ` [PATCH v6 03/12] pkt-line: add PACKET_READ_GENTLE_ON_READ_ERROR option
    ` [PATCH v6 04/12] pkt-line: add options argument to read_packetized_to_strbuf()
    ` [PATCH v6 05/12] simple-ipc: design documentation for new IPC mechanism
    ` [PATCH v6 06/12] simple-ipc: add win32 implementation
    ` [PATCH v6 07/12] unix-socket: eliminate static unix_stream_socket() helper function
    ` [PATCH v6 08/12] unix-socket: add backlog size option to unix_stream_listen()
    ` [PATCH v6 09/12] unix-socket: disallow chdir() when creating unix domain sockets
    ` [PATCH v6 10/12] unix-stream-server: create unix domain socket under lock
    ` [PATCH v6 11/12] simple-ipc: add Unix domain socket implementation
    ` [PATCH v6 12/12] t0052: add simple-ipc tests and t/helper/test-simple-ipc tool

[PATCH 0/4] Documentation updates to FAQ and git-archive
 2021-03-15 20:40 UTC  (4+ messages)
` [PATCH 1/4] docs: add a question on syncing repositories to the FAQ

A note from the maintainer
 2021-03-15 19:34 UTC 

[ANNOUNCE] Git v2.31.0
 2021-03-15 19:30 UTC 

git credential cache and sudo
 2021-03-15 18:56 UTC  (5+ messages)

[PATCH 0/8] Optimization batch 9: avoid detecting irrelevant renames
 2021-03-15 17:10 UTC  (5+ messages)
` [PATCH v2 "
  ` [PATCH v3 "

[PATCH] fsmonitor: avoid global-buffer-overflow READ when checking trivial response
 2021-03-15 16:39 UTC 

[PATCH 0/7] Fix all leaks in t0001
 2021-03-15 16:23 UTC  (34+ messages)
` [PATCH 1/7] symbolic-ref: don't leak shortened refname in check_symref()
` [PATCH 3/7] clone: free or UNLEAK further pointers when finished
` [PATCH 4/7] worktree: fix leak in dwim_branch()
` [PATCH 7/7] parse-options: don't leak alias help messages
` [PATCH v2 0/9] Fix all leaks in t0001
  ` [PATCH v2 1/9] symbolic-ref: don't leak shortened refname in check_symref()
  ` [PATCH v2 2/9] reset: free instead of leaking unneeded ref
  ` [PATCH v2 3/9] clone: free or UNLEAK further pointers when finished
  ` [PATCH v2 4/9] worktree: fix leak in dwim_branch()
  ` [PATCH v2 5/9] init: remove git_init_db_config() while fixing leaks
  ` [PATCH v2 6/9] init-db: silence template_dir leak when converting to absolute path
  ` [PATCH v2 7/9] parse-options: convert bitfield values to use binary shift
  ` [PATCH v2 8/9] parse-options: don't leak alias help messages
  ` [PATCH v2 9/9] transport: also free remote_refs in transport_disconnect()

slow object packing during push
 2021-03-15 16:00 UTC  (3+ messages)

[PATCH 0/8] Optimization batch 10: avoid detecting even more irrelevant renames
 2021-03-15 15:34 UTC  (6+ messages)
` [PATCH 3/8] merge-ort: record the reason that we want a rename for a directory

[PATCH] vcs-svn: remove header files as well
 2021-03-15 15:32 UTC  (3+ messages)

bug report: mutual recursion in the git-subtree shell script
 2021-03-15  5:19 UTC  (4+ messages)

[PATCH 0/7] rev-parse: implement object type filter
 2021-03-15 13:15 UTC  (12+ messages)
` [PATCH v2 0/8] "
  ` [PATCH v2 1/8] uploadpack.txt: document implication of `uploadpackfilter.allow`
  ` [PATCH v2 2/8] revision: mark commit parents as NOT_USER_GIVEN
  ` [PATCH v2 3/8] list-objects: move tag processing into its own function
  ` [PATCH v2 4/8] list-objects: support filtering by tag and commit
  ` [PATCH v2 5/8] list-objects: implement object type filter
  ` [PATCH v2 6/8] pack-bitmap: "
  ` [PATCH v2 7/8] pack-bitmap: implement combined filter
  ` [PATCH v2 8/8] rev-list: allow filtering of provided items

[PATCH] [GSOC] commit: provides multiple common signatures
 2021-03-15 13:07 UTC  (29+ messages)
` [PATCH v2] [GSOC] commit: add trailer command
  ` [PATCH v3] [GSOC] commit: add --trailer option
    ` [PATCH v4] "
      ` [PATCH v5] "
        ` [PATCH v6] "
          ` [PATCH v7] "
            ` [PATCH v8 0/2] "
              ` [PATCH v8 1/2] "
              ` [PATCH v8 2/2] interpret_trailers: for three options parse add warning

[PATCH] SQUASH??? calloc(nmemb,size)
 2021-03-15 10:24 UTC  (2+ messages)

[PATCH v3 0/6][Outreachy] commit: Implementation of "amend!" commit
 2021-03-15  9:35 UTC  (12+ messages)
` [PATCH v4 2/6] commit: add amend suboption to --fixup to create amend! commit

[PATCH v4 0/6][Outreachy] commit: Implementation of "amend!" commit
 2021-03-15  7:54 UTC  (11+ messages)
` [PATCH v5 6/6] doc/git-commit: add documentation for fixup=[amend|reword] options
` [PATCH v6 0/6][Outreachy] commit: Implementation of "amend!" commit
` [PATCH v6 1/6] sequencer: export and rename subject_length()
` [PATCH v6 2/6] commit: add amend suboption to --fixup to create amend! commit
` [PATCH v6 3/6] commit: add a reword suboption to --fixup
` [PATCH v6 4/6] t7500: add tests for --fixup=[amend|reword] options
` [PATCH v6 5/6] t3437: use --fixup with options to create amend! commit
` [PATCH v6 6/6] doc/git-commit: add documentation for fixup=[amend|reword] options

[GIT PULL] l10n updates for 2.31.0 round 2
 2021-03-14 22:49 UTC  (2+ messages)

Git install crashed nearly whole System
 2021-03-14 21:17 UTC  (4+ messages)

[PATCH v2] [GSOC][RFC] format-patch: pass --left-only to range-diff
 2021-03-14  8:10 UTC  (9+ messages)
` [PATCH v3] "
  ` [PATCH v4] [GSOC] "


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