git@vger.kernel.org mailing list mirror (one of many)
 help / color / mirror / code / Atom feed
 messages from 2021-03-01 19:27:20 to 2021-03-04 21:06:05 UTC [more...]

[PATCH v2 6/7] add: warn when pathspec only matches SKIP_WORKTREE entries
 2021-03-04 21:03 UTC  (4+ messages)

[GIT PULL v2] git-gui pull request
 2021-03-04 21:04 UTC  (3+ messages)

A note on the 5.12-rc1 tag
 2021-03-04 20:51 UTC 

[PATCH v3 00/12] Simple IPC Mechanism
 2021-03-04 20:34 UTC  (36+ messages)
` [PATCH v4 "
  ` [PATCH v4 01/12] pkt-line: eliminate the need for static buffer in packet_write_gently()
  ` [PATCH v4 03/12] pkt-line: (optionally) libify the packet readers
  ` [PATCH v4 05/12] simple-ipc: design documentation for new IPC mechanism
  ` [PATCH v4 07/12] unix-socket: elimiate static unix_stream_socket() helper function
  ` [PATCH v4 08/12] unix-socket: add backlog size option to unix_stream_listen()
  ` [PATCH v4 09/12] unix-socket: disallow chdir() when creating unix domain sockets
  ` [PATCH v4 10/12] unix-socket: create `unix_stream_server__listen_with_lock()`
  ` [PATCH v4 12/12] t0052: add simple-ipc tests and t/helper/test-simple-ipc tool

[PATCH 0/8] Simple IPC Cleanups
 2021-03-04 20:17 UTC  (9+ messages)
` [PATCH 1/8] pkt-line: remove buffer arg from write_packetized_from_fd_no_flush()
` [PATCH 2/8] unix-socket: simplify initialization of unix_stream_listen_opts
` [PATCH 3/8] unix-stream-server: create unix-stream-server.c
` [PATCH 4/8] simple-ipc: move error handling up a level
` [PATCH 5/8] unix-stream-server: add st_dev and st_mode to socket stolen checks
` [PATCH 6/8] test-simple-ipc: refactor command line option processing in helper
` [PATCH 7/8] test-simple-ipc: add --token=<token> string option
` [PATCH 8/8] simple-ipc: update design documentation with more details

[PATCH 00/10] merge-ort: add more handling of basic conflict types
 2021-03-04 19:43 UTC  (5+ messages)
` [PATCH v2 "
  ` [PATCH v2 05/10] merge-ort: flesh out implementation of handle_content_merge()
    ` A merge-ort TODO comment, and how to test merge-ort?

[PATCH v4] builtin/clone.c: add --reject-shallow option
 2021-03-04 17:19 UTC  (8+ messages)
` [PATCH v5] "
      `  "
  ` [PATCH v6] "

[PATCH] Update 'make fuzz-all' docs to reflect modern clang
 2021-03-04 15:28 UTC  (4+ messages)
` [PATCH v2] "

[L10N] Kickoff for Git 2.31.0 round #2
 2021-03-04 14:53 UTC 

[PATCH] format-patch: allow a non-integral version numbers
 2021-03-04 12:49 UTC  (10+ messages)
` [PATCH v2] "
  ` [PATCH v3] "

Proposalö git push -F
 2021-03-04 10:02 UTC  (3+ messages)

git pull unclear manual
 2021-03-04 11:52 UTC  (3+ messages)

bug: conflicting core.bare setting causes segfault during bare clone
 2021-03-04 11:48 UTC  (4+ messages)

Can I convince the diff algorithm to behave better?
 2021-03-04  9:52 UTC  (4+ messages)

[PATCH v3 0/6][Outreachy] commit: Implementation of "amend!" commit
 2021-03-04  9:01 UTC  (40+ messages)
` [PATCH v3 1/6] sequencer: export subject_length()
` [PATCH v3 2/6] commit: add amend suboption to --fixup to create amend! commit
` [PATCH v3 3/6] commit: add a reword suboption to --fixup
` [PATCH v3 4/6] t7500: add tests for --fixup=[amend|reword] options
` [PATCH v3 6/6] doc/git-commit: add documentation for fixup=[amend|reword] options

[ANNOUNCE] Git v2.31.0-rc1
 2021-03-04  8:14 UTC  (5+ messages)

[PATCH 0/8] Optimization batch 9: avoid detecting irrelevant renames
 2021-03-04  7:54 UTC  (2+ messages)

[PATCH v2 15/15] pack-revindex: write multi-pack reverse indexes
 2021-03-04  3:06 UTC  (5+ messages)

[PATCH v2 08/15] midx: allow marking a pack as preferred
 2021-03-04  3:04 UTC  (5+ messages)

[PATCH v2 04/15] builtin/multi-pack-index.c: split sub-commands
 2021-03-04  3:02 UTC  (5+ messages)

[PATCH v2 12/15] Documentation/technical: describe multi-pack reverse indexes
 2021-03-04  2:03 UTC  (5+ messages)

[PATCH v4] builtin/clone.c: add --reject-shallow option
 2021-03-04  1:53 UTC  (6+ messages)
  `  "

[PATCH v3 0/2] stash show: learn --include-untracked and --only-untracked
 2021-03-04  1:42 UTC  (7+ messages)
` [PATCH v4 "
  ` [PATCH v4 1/2] stash show: teach "
  ` [PATCH v4 2/2] stash show: learn stash.showIncludeUntracked

[PATCH] branch: return error when --list finds no matches
 2021-03-04  1:27 UTC  (2+ messages)

[PATCH] Fix small typo in .gitignore documentation
 2021-03-04  1:16 UTC  (2+ messages)

[PATCH] t9801: replace test -f with test_path_is_file
 2021-03-04  1:11 UTC  (2+ messages)

Round-tripping fast-export/import changes commit hashes
 2021-03-04  0:55 UTC  (15+ messages)

[PATCH 0/3] docs: misc cleanup
 2021-03-04  0:43 UTC  (5+ messages)
` [PATCH v2 0/2] git-cat-file.txt: doc cleanup
  ` [PATCH v2 1/2] git-cat-file.txt: monospace args, placeholders and filenames
  ` [PATCH v2 2/2] git-cat-file.txt: remove references to "sha1"

[PATCH] wrapper: add workaround for open() returning EINTR
 2021-03-04  0:47 UTC  (10+ messages)
      ` [PATCH v2] Makefile: add OPEN_RETURNS_EINTR knob
          ` [PATCH] config.mak.uname: enable OPEN_RETURNS_EINTR for macOS Big Sur

[PATCH 00/10] grep/pcre2: memory allocation fixes
 2021-03-04  0:34 UTC  (11+ messages)
` [PATCH v2 "
` [PATCH v2 06/10] grep/pcre2: use compile-time PCREv2 version test
` [PATCH v2 08/10] grep/pcre2: actually make pcre2 use custom allocator
` [PATCH v2 09/10] grep/pcre2: move back to thread-only PCREv2 structures
` [PATCH v2 10/10] grep/pcre2: move definitions of pcre2_{malloc,free}

[PATCH v2 2/3] grep: make PCRE2 aware of custom allocator
 2021-03-04  0:16 UTC  (3+ messages)
` [PATCH 07/10] grep/pcre2: use pcre2_maketables_free() function

[PATCH v4] clone: document partial clone section
 2021-03-03 19:25 UTC  (3+ messages)
` [PATCH v5] "

2.31.0-rc0 Update
 2021-03-03 19:56 UTC 

[PATCH] coccicheck: optionally batch spatch invocations
 2021-03-03 11:45 UTC  (4+ messages)
` [PATCH] Makefile: fix bugs in coccicheck and speed it up

[PATCH v2 13/15] pack-revindex: read multi-pack reverse indexes
 2021-03-03 15:27 UTC  (3+ messages)

What's cooking in git.git (Mar 2021, #01; Tue, 2)
 2021-03-03 10:14 UTC 

[ANNOUNCE] Git for Windows 2.31.0-rc1
 2021-03-03 18:38 UTC 

[PATCH] describe: dont abort too early when searching tags
 2021-03-03  6:35 UTC  (13+ messages)
` [PATCH 02/10] describe tests: refactor away from glob matching
` [PATCH 03/10] describe tests: always assert empty stderr from "describe"
` [PATCH 04/10] test-lib functions: add an --annotated-tag option to "test_commit"
` [PATCH 05/10] describe tests: convert setup to use test_commit
` [PATCH 10/10] test-lib: return 1 from test_expect_{success,failure}

gitattributes export-subst and software versioning
 2021-03-02 16:00 UTC  (16+ messages)
` [PATCH 1/2] pretty: add %(describe)
  ` [PATCH 2/2] pretty: add merge and exclude options to %(describe)

[PATCH v7 15/17] hook: provide stdin by string_list or callback
 2021-03-02 23:33 UTC  (4+ messages)

[PATCH 0/4] Documentation updates to FAQ and git-archive
 2021-03-03  6:55 UTC  (7+ messages)
` [PATCH 4/4] docs: note that archives are not stable

Argument list too long when fetching many missing objects from partial clone
 2021-03-03  0:42 UTC  (4+ messages)

[PATCH] git-mv: fix git mv bug with case insensitive fs
 2021-03-01 23:59 UTC  (9+ messages)
` [PATCH v2 1/1] git mv foo FOO ; git mv foo bar gave an assert
  ` [EXTERNAL] "
` [PATCH v3 "

[PATCH] Add support for C# record types
 2021-03-02  0:58 UTC 

[PATCH] commit-graph: warn about incompatibilities only when trying to write
 2021-03-01 22:21 UTC  (6+ messages)

[PATCH] pack-revindex.c: don't close unopened file descriptors
 2021-03-01 22:18 UTC  (3+ messages)

[PATCH v6 00/17] propose config-based hooks (part I)
 2021-03-01 22:19 UTC  (9+ messages)
` [PATCH v7 "

[PATCH] t/perf: handle worktrees as test repos
 2021-03-01 22:03 UTC  (4+ messages)
` [PATCH v2] t/perf worktree improvements

partial clone: promisor fetch during push (pack-objects)
 2021-03-01 20:55 UTC  (2+ messages)

Submodules and SHA-256/SHA-1 interoperability
 2021-03-01 19:28 UTC  (2+ 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).