git@vger.kernel.org mailing list mirror (one of many)
 help / color / mirror / code / Atom feed
 messages from 2021-03-20 14:42:54 to 2021-03-22 18:59:29 UTC [more...]

[PATCH] gitweb: redacted e-mail addresses feature
 2021-03-22 18:58 UTC  (23+ messages)
` [PATCH v2] "
  ` [PATCH v3] "
    ` [PATCH v4] "

[PATCH 0/2] [GSOC] interpret-trailer: easy parse trailer value
 2021-03-22 18:45 UTC  (22+ messages)
` [PATCH 1/2] [GSOC] commit: add --trailer option
` [PATCH 2/2] [GSOC] interpret-trailer: easy parse trailer value
` [PATCH v2 0/2] "
  ` [PATCH v2 1/2] [GSOC] commit: add --trailer option
  ` [PATCH v2 2/2] [GSOC] interpret-trailer: easy parse trailer value

What's cooking in git.git (Mar 2021, #06; Sat, 20)
 2021-03-22 18:41 UTC  (4+ messages)

Distinguishing FF vs non-FF updates in the reflog?
 2021-03-22 18:36 UTC  (15+ messages)

[PATCH v2 5/4] Makefile/coccicheck: use --include-headers-for-types
 2021-03-22 18:05 UTC  (9+ messages)
` [PATCH v4 0/4] Makefile/coccicheck: fix bugs and speed it up
  ` [PATCH v4 1/4] Makefile/coccicheck: add comment heading for all SPATCH flags
  ` [PATCH v4 2/4] Makefile/coccicheck: speed up and fix bug with duplicate hunks
  ` [PATCH v4 3/4] Makefile/coccicheck: allow for setting xargs concurrency
  ` [PATCH v4 4/4] Makefile/coccicheck: set SPATCH_BATCH_SIZE to 8

[PATCH] init: don't reset core.filemode on git-new-workdirs
 2021-03-22 18:02 UTC  (6+ messages)

--no-edit not respected after conflict
 2021-03-22 17:14 UTC  (4+ messages)

[PATCH v1] git-send-email: Respect core.hooksPath setting
 2021-03-22 16:46 UTC  (2+ messages)

[PATCH v2] remote-curl: fall back to basic auth if Negotiate fails
 2021-03-22 16:08 UTC  (3+ messages)
  ` [PATCH v3] "

[PATCH/RFC] test-lib: make --verbose work under prove
 2021-03-22 13:46 UTC  (5+ messages)
` [RFC/PATCH 7/7] test-lib: generate JUnit output via TAP

[PATCH] pack-bitmap: avoid traversal of objects referenced by uninteresting tag
 2021-03-22 12:19 UTC  (4+ messages)
` [PATCH v2] "

Are there any publicly known funders (companies or otherwise) of git development?
 2021-03-22 11:54 UTC  (3+ messages)

[PATCH 2/3] rebase: add a config option to default to --reschedule-failed-exec
 2021-03-22 11:48 UTC  (5+ messages)
` [PATCH 0/3] rebase: don't override --no-reschedule-failed-exec with config
  ` [PATCH 1/3] rebase tests: camel-case rebase.rescheduleFailedExec consistently
  ` [PATCH 2/3] rebase tests: use test_unconfig after test_config
  ` [PATCH 3/3] rebase: don't override --no-reschedule-failed-exec with config

[PATCH v6 00/12] Simple IPC Mechanism
 2021-03-22 10:29 UTC  (14+ messages)
` [PATCH v7 "
  ` [PATCH v7 01/12] pkt-line: eliminate the need for static buffer in packet_write_gently()
  ` [PATCH v7 02/12] pkt-line: do not issue flush packets in write_packetized_*()
  ` [PATCH v7 03/12] pkt-line: add PACKET_READ_GENTLE_ON_READ_ERROR option
  ` [PATCH v7 04/12] pkt-line: add options argument to read_packetized_to_strbuf()
  ` [PATCH v7 05/12] simple-ipc: design documentation for new IPC mechanism
  ` [PATCH v7 06/12] simple-ipc: add win32 implementation
  ` [PATCH v7 07/12] unix-socket: eliminate static unix_stream_socket() helper function
  ` [PATCH v7 08/12] unix-socket: add backlog size option to unix_stream_listen()
  ` [PATCH v7 09/12] unix-socket: disallow chdir() when creating unix domain sockets
  ` [PATCH v7 10/12] unix-stream-server: create unix domain socket under lock
  ` [PATCH v7 11/12] simple-ipc: add Unix domain socket implementation
  ` [PATCH v7 12/12] t0052: add simple-ipc tests and t/helper/test-simple-ipc tool

[PATCH v12] [GSOC] commit: add --trailer option
 2021-03-22 10:23 UTC  (4+ messages)
` [PATCH v13] "

Blob hash of binary files in patches generated by git format patch show in full form instead of short form
 2021-03-22 10:06 UTC  (4+ messages)

[RFC] git-rebase-rewind, nested rebases, remembering stgit
 2021-03-22  9:33 UTC  (3+ messages)

git diff --text does not work during rebase for binary files
 2021-03-22  8:45 UTC  (3+ messages)

[PATCH v3 00/32] tree-walk: mostly replace "mode" with "enum object_type"
 2021-03-22  4:27 UTC  (45+ messages)
` [PATCH v4 00/29] "
  ` [PATCH v4 01/29] notes & match-trees: use name_entry's "pathlen" member
  ` [PATCH v4 02/29] cache.h: add a comment to object_type()
  ` [PATCH v4 03/29] tree-walk.h: add object_type member to name_entry
  ` [PATCH v4 04/29] tree-walk.c: migrate to using new "object_type" field when possible
  ` [PATCH v4 05/29] fast-import tests: test for sorting dir/file foo v.s. foo.txt
  ` [PATCH v4 06/29] mktree tests: test that "mode" is passed when sorting
  ` [PATCH v4 07/29] diff "
  ` [PATCH v4 08/29] cache.h: have base_name_compare() take "is tree?", not "mode"
  ` [PATCH v4 09/29] tree-walk.h users: switch object_type(...) to new .object_type
  ` [PATCH v4 10/29] tree.h: format argument lists of read_tree_recursive() users
  ` [PATCH v4 11/29] tree.h API: make read_tree_fn_t take an "enum object_type"
  ` [PATCH v4 12/29] tree-walk.h users: migrate "p->mode &&" pattern
  ` [PATCH v4 13/29] tree-walk.h users: refactor chained "mode" if/else into switch
  ` [PATCH v4 14/29] tree-walk.h users: migrate miscellaneous "mode" to "object_type"
  ` [PATCH v4 15/29] merge-tree tests: test for the mode comparison in same_entry()
  ` [PATCH v4 16/29] merge-ort: correct reference to test in 62fdec17a11
  ` [PATCH v4 17/29] fsck.c: switch on "object_type" in fsck_walk_tree()
  ` [PATCH v4 18/29] tree-walk.h users: use temporary variable(s) for "mode"
  ` [PATCH v4 19/29] tree-walk.h API: formatting changes for subsequent commit
  ` [PATCH v4 20/29] tree-walk.h API: rename get_tree_entry() to get_tree_entry_mode()
  ` [PATCH v4 21/29] match-trees: use "tmp" for mode in shift_tree_by()
  ` [PATCH v4 22/29] tree-walk.h API: add get_tree_entry_type()
  ` [PATCH v4 23/29] tree-walk.h API: document and format tree_entry_extract()
  ` [PATCH v4 24/29] tree-entry.h API: rename tree_entry_extract() to tree_entry_extract_mode()
  ` [PATCH v4 25/29] tree-walk.h API: add a tree_entry_extract_all() function
  ` [PATCH v4 26/29] tree-walk.h API: add get_tree_entry_all()
  ` [PATCH v4 27/29] tree-walk.h API: add a get_tree_entry_path() function
  ` [PATCH v4 28/29] blame: emit a better error on 'git blame directory'
  ` [PATCH v4 29/29] tree-walk.h API: add a tree_entry_extract_type() function
      ` [PATCH 0/2] diff --no-index: fix test blind spots
        ` [PATCH 1/2] diff --no-index tests: add test for --exit-code
        ` [PATCH 2/2] diff --no-index tests: test mode normalization
        ` [PATCH v2 0/2] diff --no-index: fix test blind spots
          ` [PATCH v2 1/2] diff --no-index tests: add test for --exit-code
          ` [PATCH v2 2/2] diff --no-index tests: test mode normalization

How to disable git verification of ssl proxy?
 2021-03-22  3:06 UTC 

[PATCH v3 0/7] add/rm: honor sparse checkout and warn on sparse paths
 2021-03-22  1:08 UTC  (4+ messages)
` [PATCH v3 7/7] rm: honor sparse checkout patterns

[PATCH v2 0/9] Fix all leaks in t0001
 2021-03-21 21:40 UTC  (12+ messages)
` [PATCH v3 "
  ` [PATCH v3 1/9] symbolic-ref: don't leak shortened refname in check_symref()
  ` [PATCH v3 2/9] reset: free instead of leaking unneeded ref
  ` [PATCH v3 3/9] clone: free or UNLEAK further pointers when finished
  ` [PATCH v3 4/9] worktree: fix leak in dwim_branch()
  ` [PATCH v3 5/9] init: remove git_init_db_config() while fixing leaks
  ` [PATCH v3 6/9] init-db: silence template_dir leak when converting to absolute path
  ` [PATCH v3 7/9] parse-options: convert bitfield values to use binary shift
  ` [PATCH v3 8/9] parse-options: don't leak alias help messages
  ` [PATCH v3 9/9] transport: also free remote_refs in transport_disconnect()

Bug report: 'filtering content' delayed progress message does not respect --quiet
 2021-03-21 20:53 UTC 

[PATCH] fix null pointer dereference
 2021-03-21 17:25 UTC  (4+ messages)

Git Tools Reset Demystified
 2021-03-21 10:57 UTC  (2+ messages)

[PATCH v7] format-patch: allow a non-integral version numbers
 2021-03-21  9:00 UTC  (9+ messages)
` [PATCH v8] "
  ` [PATCH v9] "

[PATCH v3 0/9] read_tree() and read_tree_recursive() refactoring
 2021-03-20 23:08 UTC  (11+ messages)
` [PATCH v5 0/8] "
  ` [PATCH v5 1/8] show tests: add test for "git show <tree>"
  ` [PATCH v5 2/8] ls-files tests: add meaningful --with-tree tests
  ` [PATCH v5 3/8] tree.c API: move read_tree() into builtin/ls-files.c
  ` [PATCH v5 4/8] ls-files: don't needlessly pass around stage variable
  ` [PATCH v5 5/8] ls-files: refactor away read_tree()
  ` [PATCH v5 6/8] archive: stop passing "stage" through read_tree_recursive()
  ` [PATCH v5 7/8] tree.h API: expose read_tree_1() as read_tree_at()
  ` [PATCH v5 8/8] tree.h API: simplify read_tree_recursive() signature

[PATCH 0/7] rev-parse: implement object type filter
 2021-03-20 21:10 UTC  (3+ messages)
` [PATCH v2 0/8] "

[PATCH v5 00/21] Offer to run CI/PR builds in Azure Pipelines
 2021-03-20 20:10 UTC  (7+ messages)
` [PATCH v6 "
  ` [PATCH v6 16/21] mingw: try to work around issues with the test cleanup

[PATCH v3 00/22] fsck: API improvements
 2021-03-20 20:04 UTC  (5+ messages)
` [PATCH v4 01/22] fsck.h: update FSCK_OPTIONS_* for object_name


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