git@vger.kernel.org mailing list mirror (one of many)
 help / color / mirror / code / Atom feed
 messages from 2021-02-28 18:09:37 to 2021-03-04 00:53:02 UTC [more...]

[PATCH v3 00/12] Simple IPC Mechanism
 2021-03-03 22:53 UTC  (28+ 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 v4] builtin/clone.c: add --reject-shallow option
 2021-03-03 23:21 UTC  (5+ messages)
` [PATCH v5] "

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

[PATCH v3 0/6][Outreachy] commit: Implementation of "amend!" commit
 2021-03-03 19:22 UTC  (37+ 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 5/6] t3437: use --fixup with options to create amend! commit
` [PATCH v3 6/6] doc/git-commit: add documentation for fixup=[amend|reword] options

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 v3 0/2] stash show: learn --include-untracked and --only-untracked
 2021-03-03 11:16 UTC  (4+ messages)
` [PATCH v4 "
  ` [PATCH v4 1/2] stash show: teach "
  ` [PATCH v4 2/2] stash show: learn stash.showIncludeUntracked

[PATCH 0/3] docs: misc cleanup
 2021-03-03  9:21 UTC  (4+ 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-03 13:41 UTC  (10+ messages)
      ` [PATCH v2] Makefile: add OPEN_RETURNS_EINTR knob
          ` [PATCH] config.mak.uname: enable OPEN_RETURNS_EINTR for macOS Big Sur

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

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

[PATCH] format-patch: allow a non-integral version numbers
 2021-03-03  9:02 UTC  (4+ messages)
` [PATCH v2] "

Can I convince the diff algorithm to behave better?
 2021-03-03 12:41 UTC  (2+ messages)

[ANNOUNCE] Git v2.31.0-rc1
 2021-03-03 10:14 UTC 

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

[PATCH] Fix small typo in .gitignore documentation
 2021-03-03 12:40 UTC 

git pull unclear manual
 2021-03-03 14:18 UTC 

[PATCH] branch: return error when --list finds no matches
 2021-03-03 17:44 UTC 

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

Round-tripping fast-export/import changes commit hashes
 2021-03-03  7:13 UTC  (14+ messages)

[PATCH] describe: dont abort too early when searching tags
 2021-03-03  6:35 UTC  (20+ messages)
` [PATCH 00/10] describe tests: refactor & fix recent broken tests
` [PATCH 01/10] describe tests: improve test for --work-tree & --dirty
` [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 06/10] describe tests: fix nested "test_expect_success" call
` [PATCH 07/10] describe tests: support -C in "check_describe"
` [PATCH 08/10] svn tests: remove legacy re-setup from init-clone test
` [PATCH 09/10] svn tests: refactor away a "set -e" in test body
` [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 v2 04/15] builtin/multi-pack-index.c: split sub-commands
 2021-03-02 19:02 UTC  (3+ messages)

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

[PATCH v2 12/15] Documentation/technical: describe multi-pack reverse indexes
 2021-03-02 19:15 UTC  (4+ messages)

[PATCH 0/4] Documentation updates to FAQ and git-archive
 2021-03-03  6:55 UTC  (12+ messages)
` [PATCH 3/4] docs: add a FAQ section on push and fetch problems
` [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  (5+ messages)

Proposalö git push -F
 2021-03-03  6:38 UTC  (2+ messages)

[PATCH] t9801: replace test -f with test_path_is_file
 2021-03-02 18:50 UTC 

bug: conflicting core.bare setting causes segfault during bare clone
 2021-03-03  0:06 UTC 

[PATCH v4] builtin/clone.c: add --reject-shallow option
 2021-03-02  8:44 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] Update 'make fuzz-all' docs to reflect modern clang
 2021-03-01 22:39 UTC  (2+ messages)

[PATCH] commit-graph: warn about incompatibilities only when trying to write
 2021-03-01 22:21 UTC  (7+ 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  (4+ messages)

Submodules and SHA-256/SHA-1 interoperability
 2021-03-01 19:28 UTC  (2+ messages)

[PATCH] docs: clarified that --lost-found implies --no-reflogs
 2021-03-01 19:02 UTC  (2+ messages)

[BUG?] git submodule update --remote assumes 'origin' remote
 2021-03-01 17:17 UTC  (4+ messages)

[PATCH] githooks.txt: Clarify documentation on reference-transaction hook
 2021-03-01 16:54 UTC  (7+ messages)
` [PATCH v2 1/2] githooks.txt: Replace mentions of SHA-1 specific properties
` [PATCH v2 2/2] githooks.txt: Clarify documentation on reference-transaction hook

[PATCH 0/8] Optimization batch 9: avoid detecting irrelevant renames
 2021-03-01 16:39 UTC  (2+ messages)

FUSE fs for git
 2021-03-01 14:08 UTC  (4+ messages)

[RFC] new subcommand: git sync
 2021-03-01 13:55 UTC  (5+ messages)

[PATCH 0/3] fix travis TAP/--verbose conflict
 2021-03-01 13:54 UTC  (5+ messages)
` [PATCH 2/3] test-lib: add --verbose-log option
  ` [PATCH/RFC] test-lib: make --verbose work under prove

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

[QUESTION] Tracking HEAD changes?
 2021-03-01 10:02 UTC  (10+ messages)

[PATCH v2 0/6] Makefile: add {program,xdiff,test,git}-objs & objects targets
 2021-03-01  9:39 UTC  (5+ messages)
` [PATCH v3 6/6] Makefile: build "$(FUZZ_OBJS)" in CI, not under "all"

bug: setting GIT_DIR to $(git rev-parse --git-dir) changes behavior
 2021-03-01  8:08 UTC 

[PATCH v2 00/27] userdiff: refactor + test + doc + misc improvements
 2021-03-01  7:10 UTC  (6+ messages)
` [PATCH v3 00/35] 20210215154427.32693-1-avarab@gmail.com

[PATCH] git-gui: fix commit message comment line removal with older Tcl versions
 2021-03-01  6:48 UTC  (2+ messages)

[PATCH v2] git-gui: remove lines starting with the comment character
 2021-02-28 23:00 UTC  (2+ messages)

[PATCH] convert: fail gracefully upon missing clean cmd on required filter
 2021-02-28 20:01 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).