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

[PATCH v2 00/10] fsck: API improvements (no conflicts with 'seen')
 2021-03-06 11:04 UTC  (5+ messages)
` [PATCH v3 00/22] fsck: API improvements
` [PATCH v3 01/22] fsck.h: update FSCK_OPTIONS_* for object_name
` [PATCH v3 02/22] fsck.h: use designed initializers for FSCK_OPTIONS_{DEFAULT,STRICT}
` [PATCH v3 04/22] fsck.h: add a FSCK_OPTIONS_COMMON_ERROR_FUNC macro

[PATCH] coccicheck: optionally batch spatch invocations
 2021-03-06 10:59 UTC  (15+ messages)
` [PATCH] Makefile: fix bugs in coccicheck and speed it up
  ` [PATCH v2 0/4] Makefile/coccicheck: fix bugs "
  ` [PATCH v2 1/4] Makefile/coccicheck: add comment heading for all SPATCH flags
  ` [PATCH v2 2/4] Makefile/coccicheck: speed up and fix bug with duplicate hunks
  ` [PATCH v2 3/4] Makefile/coccicheck: allow for setting xargs concurrency
  ` [PATCH v2 4/4] Makefile/coccicheck: set SPATCH_BATCH_SIZE to 8

[PATCH v3 0/6][Outreachy] commit: Implementation of "amend!" commit
 2021-03-06  6:11 UTC  (21+ messages)
` [PATCH v3 2/6] commit: add amend suboption to --fixup to create amend! commit
` [PATCH v3 6/6] doc/git-commit: add documentation for fixup=[amend|reword] options

[PATCH] fix: added new BANNED_EXPL macro for better error messages, new parameter
 2021-03-06  0:51 UTC 

Cross-signing commits
 2021-03-05 23:45 UTC  (5+ messages)

A note on the 5.12-rc1 tag
 2021-03-05 23:38 UTC  (5+ messages)

RFC on packfile URIs and .gitmodules check
 2021-03-05 23:20 UTC  (12+ messages)
` [PATCH v2 0/4] Check .gitmodules when using packfile URIs
  ` [PATCH v2 2/4] http-fetch: allow custom index-pack args
      ` [PATCH] fetch-pack: do not mix --pack_header and packfile uri

"git diff-files" command reports differences that don't exist
 2021-03-05 22:28 UTC  (5+ messages)

Possible to use git over custom ssh libraries?
 2021-03-05 21:53 UTC  (4+ messages)

[PATCH v3 00/12] Simple IPC Mechanism
 2021-03-05 21:52 UTC  (41+ 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()`

[RFC][PATCH 0/2] rm: changes in the '.gitmodules' are staged after using '--cached'
 2021-03-05 21:39 UTC  (6+ messages)
` [PATCH v2 0/1] rm: stage submodule removal from '.gitmodules'
  ` [PATCH v2 1/1] rm: stage submodule removal from '.gitmodules' when using '--cached'

[PATCH 0/8] Simple IPC Cleanups
 2021-03-05 21:34 UTC  (13+ 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 0/5] clean-ups to geometric repacking
 2021-03-05 19:41 UTC  (11+ messages)
` [PATCH 1/5] builtin/repack.c: do not repack single packs with --geometric
` [PATCH 2/5] t7703: test --geometric repack with loose objects
` [PATCH 3/5] builtin/repack.c: assign pack split later
` [PATCH 4/5] builtin/repack.c: be more conservative with unsigned overflows
` [PATCH 5/5] builtin/repack.c: reword comment around pack-objects flags

Found error in documentation, looking for advice on how to start contributing
 2021-03-05 17:08 UTC  (4+ messages)

Tracking a merge bug
 2021-03-05 11:07 UTC  (3+ messages)

rev-list --use-bitmap-index
 2021-03-05  8:46 UTC  (3+ messages)

[PATCH] format-patch: allow a non-integral version numbers
 2021-03-05  7:10 UTC  (11+ messages)
` [PATCH v2] "
  ` [PATCH v3] "
    ` [PATCH v4] "

[PATCH] branch: return error when --list finds no matches
 2021-03-05  0:46 UTC  (3+ messages)

[PATCH 00/11] Complete merge-ort implementation...almost
 2021-03-05  0:55 UTC  (12+ messages)
` [PATCH 01/11] merge-ort: use STABLE_QSORT instead of QSORT where required
` [PATCH 02/11] merge-ort: add a special minimal index just for renormalization
` [PATCH 03/11] merge-ort: add a function for initializing our special attr_index
` [PATCH 04/11] merge-ort: have ll_merge() calls use the attr_index for renormalization
` [PATCH 05/11] merge-ort: let renormalization change modify/delete into clean delete
` [PATCH 06/11] merge-ort: support subtree shifting
` [PATCH 07/11] t6428: new test for SKIP_WORKTREE handling and conflicts
` [PATCH 08/11] merge-ort: implement CE_SKIP_WORKTREE handling with conflicted entries
` [PATCH 09/11] t: mark several submodule merging tests as fixed under merge-ort
` [PATCH 10/11] merge-ort: write $GIT_DIR/AUTO_MERGE whenever we hit a conflict
` [PATCH 11/11] merge-recursive: add a bunch of FIXME comments documenting known bugs

[PATCH] Documentation/RelNotes: improve release note for rename detection work
 2021-03-05  0:36 UTC  (3+ messages)

git pull unclear manual
 2021-03-04 23:24 UTC  (4+ messages)

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

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

[PATCH 00/10] merge-ort: add more handling of basic conflict types
 2021-03-04 22:45 UTC  (7+ 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 00/10] repack: support repacking into a geometric sequence
 2021-03-04 21:55 UTC  (7+ messages)
` [PATCH v4 0/8] "
  ` [PATCH v4 8/8] builtin/repack.c: add '--geometric' option

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

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

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

Proposalö git push -F
 2021-03-04 10:02 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  (3+ messages)

[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  (3+ messages)

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

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

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

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

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

[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  (9+ messages)

[PATCH 0/3] docs: misc cleanup
 2021-03-04  0:43 UTC  (3+ messages)
` [PATCH v2 0/2] git-cat-file.txt: doc cleanup

[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 


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