git@vger.kernel.org mailing list mirror (one of many)
 help / color / mirror / code / Atom feed
 messages from 2021-03-04 06:29:46 to 2021-03-07 16:47:49 UTC [more...]

[RFC][PATCH 0/2] rm: changes in the '.gitmodules' are staged after using '--cached'
 2021-03-07 16:46 UTC  (8+ 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 1/4] tests: remove last uses of GIT_TEST_GETTEXT_POISON=false
 2021-03-07 16:36 UTC  (3+ messages)
` [PATCH] mktag tests: fix broken "&&" chain

[PATCH] Makefile: generate 'git' as 'cc [...] -o git+ && mv git+ git'
 2021-03-07 13:20 UTC 

[PATCH] [GSOC][RFC] format-patch: pass --right-only to range-diff
 2021-03-07  6:57 UTC 

rev-list --use-bitmap-index
 2021-03-06 23:00 UTC  (4+ messages)

[PATCH] http: store credential when PKI auth is used
 2021-03-06 22:52 UTC 

[PATCH] read_tree(): pass "int stage" as context to read_tree_recursive()
 2021-03-06 22:06 UTC  (12+ messages)
` [PATCH 0/7] Move the read_tree() function to its only user
` [PATCH 1/7] tree.c API: move read_tree() into builtin/ls-files.c
` [PATCH 2/7] ls-files: don't needlessly pass around stage variable
` [PATCH 3/7] ls-files: remove cache juggling + sorting
` [PATCH 4/7] merge-ort: move cmp_cache_name_compare() from tree.c
` [PATCH 5/7] ls-files: refactor read_one_entry_quick() to use a strbuf
` [PATCH 6/7] tree.h API: remove support for starting at prefix != ""
` [PATCH 7/7] tree.h API: remove "stage" parameter from read_tree_recursive()

[PATCH] coccicheck: optionally batch spatch invocations
 2021-03-06 19:29 UTC  (23+ 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 v2 5/4] Makefile/coccicheck: use --include-headers-for-types

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

[PATCH] [.mailmap] Add entry for Ramkumar Ramachandra
 2021-03-06 15:45 UTC  (2+ messages)
` [PATCH v2] "

[PATCH 0/8] Simple IPC Cleanups
 2021-03-06 11:42 UTC  (14+ 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 v2 00/10] fsck: API improvements (no conflicts with 'seen')
 2021-03-06 11:04 UTC  (24+ 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 03/22] fsck.h: reduce duplication between FSCK_OPTIONS_{DEFAULT,STRICT}
` [PATCH v3 04/22] fsck.h: add a FSCK_OPTIONS_COMMON_ERROR_FUNC macro
` [PATCH v3 05/22] fsck.h: indent arguments to of fsck_set_msg_type
` [PATCH v3 06/22] fsck.h: use "enum object_type" instead of "int"
` [PATCH v3 07/22] fsck.c: rename variables in fsck_set_msg_type() for less confusion
` [PATCH v3 08/22] fsck.c: move definition of msg_id into append_msg_id()
` [PATCH v3 09/22] fsck.c: rename remaining fsck_msg_id "id" to "msg_id"
` [PATCH v3 10/22] fsck.c: refactor fsck_msg_type() to limit scope of "int msg_type"
` [PATCH v3 11/22] fsck.h: move FSCK_{FATAL,INFO,ERROR,WARN,IGNORE} into an enum
` [PATCH v3 12/22] fsck.h: re-order and re-assign "enum fsck_msg_type"
` [PATCH v3 13/22] fsck.c: call parse_msg_type() early in fsck_set_msg_type()
` [PATCH v3 14/22] fsck.c: undefine temporary STR macro after use
` [PATCH v3 15/22] fsck.c: give "FOREACH_MSG_ID" a more specific name
` [PATCH v3 16/22] fsck.[ch]: move FOREACH_FSCK_MSG_ID & fsck_msg_id from *.c to *.h
` [PATCH v3 17/22] fsck.c: pass along the fsck_msg_id in the fsck_error callback
` [PATCH v3 18/22] fsck.c: add an fsck_set_msg_type() API that takes enums
` [PATCH v3 19/22] fsck.c: move gitmodules_{found,done} into fsck_options
` [PATCH v3 20/22] fetch-pack: don't needlessly copy fsck_options
` [PATCH v3 21/22] fetch-pack: use file-scope static struct for fsck_options
` [PATCH v3 22/22] fetch-pack: use new fsck API to printing dangling submodules

[PATCH v3 0/6][Outreachy] commit: Implementation of "amend!" commit
 2021-03-06  6:11 UTC  (19+ 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  (29+ 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 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 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)

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

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

[PATCH 0/8] Optimization batch 9: avoid detecting irrelevant renames
 2021-03-04  7:54 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).