git@vger.kernel.org mailing list mirror (one of many)
 help / color / mirror / code / Atom feed
 messages from 2021-03-13 10:01:14 to 2021-03-16 01:03:44 UTC [more...]

Regarding the depreciation of ssh+git/git+ssh protocols
 2021-03-16  1:02 UTC  (7+ 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)

[Newbie]
 2021-03-15 18:21 UTC 

[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  (13+ messages)
` [PATCH 1/8] diffcore-rename: take advantage of "majority rules" to skip more renames
` [PATCH 2/8] merge-ort, diffcore-rename: tweak dirs_removed and relevant_source type
` [PATCH 3/8] merge-ort: record the reason that we want a rename for a directory
` [PATCH 4/8] diffcore-rename: only compute dir_rename_count for relevant directories
` [PATCH 5/8] diffcore-rename: check if we have enough renames for directories early on
` [PATCH 6/8] diffcore-rename: add computation of number of unknown renames
` [PATCH 7/8] merge-ort: record the reason that we want a rename for a file
` [PATCH 8/8] diffcore-rename: determine which relevant_sources are no longer relevant

[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

What's cooking in git.git (Mar 2021, #04; Sun, 14)
 2021-03-15  5:51 UTC  (2+ messages)

[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  (18+ messages)
` [PATCH v5 "
` [PATCH v5 1/6] sequencer: export and rename subject_length()
` [PATCH v5 2/6] commit: add amend suboption to --fixup to create amend! commit
` [PATCH v5 3/6] commit: add a reword suboption to --fixup
` [PATCH v5 4/6] t7500: add tests for --fixup=[amend|reword] options
` [PATCH v5 5/6] t3437: use --fixup with options to create amend! commit
` [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] "

Regarding GSoC Project 2021
 2021-03-14  1:26 UTC  (2+ messages)

[PATCH v10 0/3] mergetool: add hideResolved configuration (was automerge)
 2021-03-13 23:37 UTC  (13+ messages)
` [PATCH v11 "
  ` [PATCH v11 1/3] mergetool: add hideResolved configuration
    ` [PATCH] mergetool: do not enable hideResolved by default
                ` [PATCH v2 0/2] "
                  ` [PATCH 2/2] doc: describe mergetool configuration in git-mergetool(1)

[PATCH] userdiff: support Clojure
 2021-03-13 20:26 UTC 

Submodules and SHA-256/SHA-1 interoperability
 2021-03-13 19:42 UTC  (3+ messages)

[RFC] git-rebase-rewind, nested rebases, remembering stgit
 2021-03-13 16:37 UTC 

[PATCH] mem-pool: drop trailing semicolon from macro definition
 2021-03-13 16:17 UTC 

[PATCH] Makefile: fix bugs in coccicheck and speed it up
 2021-03-13 16:10 UTC  (5+ messages)
` [PATCH v2 0/4] Makefile/coccicheck: fix bugs "

No cross-compiling instructions on INSTALL
 2021-03-13 13:41 UTC 

Can I Insert some Ancient History into a repo?
 2021-03-13  9:59 UTC  (4+ 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).