git@vger.kernel.org mailing list mirror (one of many)
 help / color / mirror / code / Atom feed
 messages from 2020-06-23 17:55:58 to 2020-06-25 14:55:41 UTC [more...]

[RFC PATCH v1 00/17] Rewrite the remaining merge strategies from shell to C
 2020-06-25 14:55 UTC  (19+ messages)
` [RFC PATCH v1 01/17] t6027: modernise tests
` [RFC PATCH v1 02/17] merge-one-file: rewrite in C
` [RFC PATCH v1 03/17] merge-one-file: remove calls to external processes
` [RFC PATCH v1 04/17] merge-one-file: use error() instead of fprintf(stderr, ...)
` [RFC PATCH v1 05/17] merge-one-file: libify merge_one_file()
` [RFC PATCH v1 06/17] merge-index: libify merge_one_path() and merge_all()
` [RFC PATCH v1 07/17] merge-resolve: rewrite in C
` [RFC PATCH v1 08/17] merge-resolve: remove calls to external processes
` [RFC PATCH v1 09/17] merge-resolve: libify merge_resolve()
` [RFC PATCH v1 10/17] merge-recursive: move better_branch_name() to merge.c
` [RFC PATCH v1 11/17] merge-octopus: rewrite in C
` [RFC PATCH v1 12/17] merge-octopus: remove calls to external processes
` [RFC PATCH v1 13/17] merge-octopus: libify merge_octopus()
` [RFC PATCH v1 14/17] merge: use the "resolve" strategy without forking
` [RFC PATCH v1 15/17] merge: use the "octopus" "
` [RFC PATCH v1 16/17] sequencer: use the "resolve" "
` [RFC PATCH v1 17/17] sequencer: use the "octopus" merge "

Capital letters do not work when using vi as git editor
 2020-06-25 13:46 UTC  (3+ messages)
  ` Re-2: "

[PATCH 0/8] More commit-graph/Bloom filter improvements
 2020-06-25 13:38 UTC  (16+ messages)
` [PATCH v2 00/11] "
  ` [PATCH v2 03/11] bloom: get_bloom_filter() cleanups
  ` [PATCH v2 05/11] commit-graph: unify the signatures of all write_graph_chunk_*() functions
  ` [PATCH v2 06/11] commit-graph: simplify chunk writes into loop
  ` [PATCH v2 07/11] commit-graph: check chunk sizes after writing
  ` [PATCH v2 10/11] commit-graph: check all leading directories in changed path Bloom filters

[PATCH 0/9] Allow overriding the default name of the default branch
 2020-06-25 13:07 UTC  (95+ messages)
` [PATCH 1/9] init: allow overriding the default branch name for new repositories
` [PATCH 2/9] remote: respect `core.defaultBranchName`
` [PATCH 8/9] fast-export: respect the possibly-overridden default branch name
            ` Re* "
` [PATCH v2 00/12] Allow overriding the default name of the default branch
  ` [PATCH v2 02/12] fmt-merge-msg: introduce a way to override the main branch name
  ` [PATCH v2 04/12] git_main_branch_name(): optionally report the full ref name
  ` [PATCH v2 05/12] fast-export: handle overridden main branch names correctly
  ` [PATCH v2 09/12] clone: handle overridden main branch names
  ` [PATCH v2 11/12] submodule: use the correct default for the main branch name
  ` [PATCH v2 12/12] testsvn: respect `init.defaultBranch`
  ` [PATCH v3 0/8] Allow overriding the default name of the default branch
    ` [PATCH v3 1/8] fmt-merge-msg: stop treating `master` specially
    ` [PATCH v3 2/8] send-pack/transport-helper: avoid mentioning a particular branch
    ` [PATCH v3 3/8] submodule: use a better fall-back for missing remote.<name>.branch
    ` [PATCH v3 4/8] init: allow specifying the initial branch name for the new repository
    ` [PATCH v3 5/8] init: allow setting the default for the initial branch name via the config
    ` [PATCH v3 6/8] clone: use configured default branch name when appropriate
    ` [PATCH v3 7/8] remote: use the "
    ` [PATCH v3 8/8] testsvn: respect `init.defaultBranch`
    ` [PATCH v4 0/9] Allow overriding the default name of the default branch
      ` [PATCH v4 1/9] fmt-merge-msg: stop treating `master` specially
      ` [PATCH v4 2/9] send-pack/transport-helper: avoid mentioning a particular branch
      ` [PATCH v4 3/9] submodule: fall back to remote's HEAD for missing remote.<name>.branch
      ` [PATCH v4 4/9] docs: add missing diamond brackets
      ` [PATCH v4 5/9] init: allow specifying the initial branch name for the new repository
      ` [PATCH v4 6/9] init: allow setting the default for the initial branch name via the config
      ` [PATCH v4 7/9] clone: use configured default branch name when appropriate
      ` [PATCH v4 8/9] remote: use the "
      ` [PATCH v4 9/9] testsvn: respect `init.defaultBranch`

[RFC PATCH v1 0/6] stash: drop usage of a second index
 2020-06-25 12:35 UTC  (3+ messages)

[PATCH 0/3] Accommodate for pu having been renamed to seen
 2020-06-25 12:18 UTC  (21+ messages)
` [PATCH 1/3] docs: adjust for the recent rename of `pu` to `seen`
` [PATCH v2 0/3] Accommodate for pu having been renamed to seen
  ` [PATCH v2 1/3] docs: adjust for the recent rename of `pu` to `seen`
  ` [PATCH v2 2/3] docs: adjust the technical overview for the rename `pu` -> `seen`
  ` [PATCH v2 3/3] tests: reference `seen` wherever `pu` was referenced
  ` [PATCH v3 0/3] Accommodate for pu having been renamed to seen
    ` [PATCH v3 1/3] docs: adjust for the recent rename of `pu` to `seen`
    ` [PATCH v3 2/3] docs: adjust the technical overview for the rename `pu` -> `seen`
    ` [PATCH v3 3/3] tests: reference `seen` wherever `pu` was referenced

Request for adding a simple mechanism to exclude files from Git merge operation
 2020-06-25 11:46 UTC  (12+ messages)

[ANNOUNCE] Git Rev News edition 64
 2020-06-25  9:11 UTC 

git init --separate-git-dir doesn't play nice with linked working trees
 2020-06-25  6:16 UTC  (2+ messages)

[RFC] Thread safety in some low-level functions
 2020-06-25  1:38 UTC  (3+ messages)

[PATCH] worktree: avoid dead-code in conditional
 2020-06-25  0:38 UTC  (4+ messages)

[PATCH] send-email: restore --in-reply-to superseding behavior
 2020-06-24 23:45 UTC  (3+ messages)

[PATCH] haiku: add Haiku support
 2020-06-24 21:53 UTC  (2+ messages)

[PATCH 0/3] fast-export: allow dumping anonymization mappings
 2020-06-24 19:58 UTC  (19+ messages)
` [PATCH v2 0/4] "
  ` [alternative 0/10] fast-export: allow seeding the anonymized mapping
    ` [PATCH 03/10] fast-export: store anonymized oids as hex strings
    ` [PATCH 08/10] fast-export: add a "data" callback parameter to anonymize_str()
    ` [PATCH 09/10] fast-export: allow seeding the anonymized mapping

[PATCH] revision: reallocate TOPO_WALK object flags
 2020-06-24 19:39 UTC  (4+ messages)

[PATCH 0/3] Fix difftool problem with intent-to-add files
 2020-06-24 18:41 UTC  (16+ messages)
` [PATCH v2 "
  ` [PATCH v2 1/3] diff-files --raw: handle intent-to-add files correctly
  ` [PATCH v2 2/3] diff-files: fix incorrect usage of an empty tree
  ` [PATCH v3 0/3] Fix difftool problem with intent-to-add files
    ` [PATCH v3 1/3] diff-files --raw: handle intent-to-add files correctly
    ` [PATCH v3 2/3] diff-files: fix incorrect usage of an empty tree
    ` [PATCH v3 3/3] difftool -d: ensure that intent-to-add files are handled correctly

[PATCH 0/2] bugreport: report configs from safelist
 2020-06-24 18:37 UTC  (5+ messages)
` [PATCH 1/2] bugreport: generate config safelist based on docs
` [PATCH 2/2] bugreport: add config values from safelist

Are there MPU/SKU's for these products?
 2020-06-24 16:13 UTC  (5+ messages)

[PATCH 1/2] revision: use repository from rev_info when parsing commits
 2020-06-24 16:12 UTC  (6+ messages)
` [PATCH 2/2] submodule: use submodule repository when preparing summary

[PATCH v4 0/4] t: replace incorrect test_must_fail usage (part 5)
 2020-06-24 16:00 UTC  (9+ messages)
` [PATCH v5 "
  ` [PATCH v5.1] lib-submodule-update: pass 'test_must_fail' as an argument
    ` [PATCH v5.2] "

Git 2 force commits but Git 1 doesn't
 2020-06-24 13:05 UTC  (18+ messages)
              ` [PATCH] http-push: ensure unforced pushes fail when data would be lost
                ` [PATCH v2] "

[PATCH] checkout: teach --worktree
 2020-06-24 10:20 UTC  (5+ messages)
` [PATCH v2] "

Rename offensive terminology (master)
 2020-06-24  8:19 UTC  (4+ messages)

[PATCH]v2 GitSVN: Multi line support of ignore-path, include-paths and skiping of empty commits
 2020-06-24  3:16 UTC  (2+ messages)

(no subject)
 2020-06-24  1:31 UTC  (2+ messages)
` your mail

[PATCH] Doc: reference 'seen' instead of 'pu' in meta docs
 2020-06-23 22:51 UTC  (4+ messages)

[PATCH v2 0/3] pkt-line: war on magical `4` literal
 2020-06-23 19:39 UTC  (8+ messages)
` [PATCH v3 "
  ` [PATCH v3 1/3] remote-curl: use strlen() instead of magic numbers
  ` [PATCH v3 2/3] pkt-line: use string versions of functions
  ` [PATCH v3 3/3] pkt-line: extract out PACKET_HEADER_SIZE

What's cooking in git.git (Jun 2020, #04; Mon, 22)
 2020-06-23 19:16 UTC  (3+ messages)

[PATCH] commit-reach: avoid is_dependant_of() shim
 2020-06-23 18:53 UTC  (3+ messages)
` [PATCH v2] commit-reach: avoid is_descendant_of() shim

[GSoC] Shourya's Blog
 2020-06-23 18:14 UTC 

CFT: imaps://public-inbox.org/INBOX.comp.version-control.git.7
 2020-06-23 18:08 UTC  (2+ messages)
` CFT: imaps://public-inbox.org/INBOX.comp.version-control.git.8


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