git@vger.kernel.org mailing list mirror (one of many)
 help / color / mirror / code / Atom feed
 messages from 2020-06-19 22:52:23 to 2020-06-23 21:02:32 UTC [more...]

[PATCH 1/2] revision: use repository from rev_info when parsing commits
 2020-06-23 20:56 UTC  (2+ messages)
` [PATCH 2/2] submodule: use submodule repository when preparing summary

[PATCH 0/9] Allow overriding the default name of the default branch
 2020-06-23 20:58 UTC  (24+ messages)
` [PATCH v2 00/12] "
  ` [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 v4 0/4] t: replace incorrect test_must_fail usage (part 5)
 2020-06-23 20:35 UTC  (8+ messages)
` [PATCH v5 "
  ` [PATCH v5 1/4] lib-submodule-update: add space after function name
  ` [PATCH v5 2/4] lib-submodule-update: consolidate --recurse-submodules
  ` [PATCH v5 3/4] lib-submodule-update: prepend "git" to $command
  ` [PATCH v5 4/4] lib-submodule-update: use callbacks in test_submodule_switch_common()
  ` [PATCH v5.1] lib-submodule-update: pass 'test_must_fail' as an argument

[PATCH 0/3] fast-export: allow dumping anonymization mappings
 2020-06-23 19:44 UTC  (37+ messages)
` [PATCH 1/3] fast-export: allow dumping the refname mapping
` [PATCH 3/3] fast-export: allow dumping the path mapping
` [PATCH v2 0/4] fast-export: allow dumping anonymization mappings
  ` [PATCH v2 1/4] fast-export: allow dumping the refname mapping
  ` [PATCH v2 2/4] fast-export: anonymize "master" refname
  ` [PATCH v2 3/4] fast-export: refactor path printing to not rely on stdout
  ` [PATCH v2 4/4] fast-export: allow dumping the path mapping
  ` [alternative 0/10] fast-export: allow seeding the anonymized mapping
    ` [PATCH 01/10] t9351: derive anonymized tree checks from original repo
    ` [PATCH 02/10] fast-export: use xmemdupz() for anonymizing oids
    ` [PATCH 03/10] fast-export: store anonymized oids as hex strings
    ` [PATCH 04/10] fast-export: tighten anonymize_mem() interface to handle only strings
    ` [PATCH 05/10] fast-export: stop storing lengths in anonymized hashmaps
    ` [PATCH 06/10] fast-export: use a flex array to store anonymized entries
    ` [PATCH 07/10] fast-export: move global "idents" anonymize hashmap into function
    ` [PATCH 08/10] fast-export: add a "data" callback parameter to anonymize_str()
    ` [PATCH 09/10] fast-export: allow seeding the anonymized mapping
    ` [PATCH 10/10] fast-export: anonymize "master" refname

[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

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

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

Git 2 force commits but Git 1 doesn't
 2020-06-23 19:13 UTC  (13+ messages)

[PATCH] commit-reach: avoid is_dependant_of() shim
 2020-06-23 18:53 UTC  (4+ 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

[PATCH 0/8] More commit-graph/Bloom filter improvements
 2020-06-23 17:47 UTC  (16+ messages)
` [PATCH 5/8] commit-graph: check all leading directories in changed path Bloom filters
` [PATCH v2 00/11] More commit-graph/Bloom filter improvements
  ` [PATCH v2 01/11] commit-graph: place bloom_settings in context
  ` [PATCH v2 02/11] commit-graph: change test to die on parse, not load
  ` [PATCH v2 03/11] bloom: get_bloom_filter() cleanups
  ` [PATCH v2 04/11] commit-graph: persist existence of changed-paths
  ` [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 08/11] revision.c: fix whitespace
  ` [PATCH v2 09/11] revision: empty pathspecs should not use Bloom filters
  ` [PATCH v2 10/11] commit-graph: check all leading directories in changed path "
  ` [PATCH v2 11/11] bloom: enforce a minimum size of 8 bytes

Request for adding a simple mechanism to exclude files from Git merge operation
 2020-06-23 17:23 UTC  (8+ messages)
  ` [E] "

[ANNOUNCE] Regarding Git and Branch Naming
 2020-06-23 16:58 UTC 

[ANNOUNCE] Git v2.27.0
 2020-06-23 16:16 UTC  (3+ messages)
` [ANNOUNCE] git-filter-repo v2.27.0 (Was: Re: [ANNOUNCE] Git v2.27.0)
  ` [ANNOUNCE] git-filter-repo v2.27.1

[PATCH] checkout: teach --worktree
 2020-06-23 15:55 UTC  (4+ messages)
` [PATCH v2] "

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

[PATCH] diff-files: treat "i-t-a" files as "not-in-index"
 2020-06-23 15:17 UTC  (4+ messages)
` [PATCH v2] "

[PATCH] doc: fix author vs. committer copy/paste error
 2020-06-23 14:24 UTC 

[BUG] Installing git-gui (2.27.0)
 2020-06-23 13:21 UTC  (3+ messages)

[PATCH 0/3] Fix difftool problem with intent-to-add files
 2020-06-23 12:48 UTC  (5+ 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 v2 3/3] difftool -d: ensure that intent-to-add files are handled correctly

[PATCH] builtin/diff: fix botched update of usage comment
 2020-06-23  9:19 UTC 

Draft of Git Rev News edition 64
 2020-06-23  8:28 UTC 

Reftable progress
 2020-06-22 22:03 UTC 

[PATCH v17 00/17] Reftable support git-core
 2020-06-22 21:55 UTC  (21+ messages)
` [PATCH v18 00/19] "
  ` [PATCH v18 01/19] lib-t6000.sh: write tag using git-update-ref
  ` [PATCH v18 02/19] checkout: add '\n' to reflog message
  ` [PATCH v18 03/19] Write pseudorefs through ref backends
  ` [PATCH v18 04/19] Make refs_ref_exists public
  ` [PATCH v18 05/19] Treat BISECT_HEAD as a pseudo ref
  ` [PATCH v18 06/19] Treat CHERRY_PICK_HEAD "
  ` [PATCH v18 07/19] Treat REVERT_HEAD "
  ` [PATCH v18 08/19] Move REF_LOG_ONLY to refs-internal.h
  ` [PATCH v18 09/19] Iterate over the "refs/" namespace in for_each_[raw]ref
  ` [PATCH v18 10/19] Add .gitattributes for the reftable/ directory
  ` [PATCH v18 11/19] Add reftable library
  ` [PATCH v18 12/19] Add standalone build infrastructure for reftable
  ` [PATCH v18 13/19] Reftable support for git-core
  ` [PATCH v18 14/19] Hookup unittests for the reftable library
  ` [PATCH v18 15/19] Add GIT_DEBUG_REFS debugging mechanism
  ` [PATCH v18 16/19] vcxproj: adjust for the reftable changes
  ` [PATCH v18 17/19] git-prompt: prepare for reftable refs backend
  ` [PATCH v18 18/19] Add reftable testing infrastructure
  ` [PATCH v18 19/19] Add "test-tool dump-reftable" command

[PATCH] bash-completion: add git-prune into bash completion
 2020-06-22 18:28 UTC  (2+ messages)

[PATCH 00/14] SHA-256 CVS and SVN patches
 2020-06-22 18:04 UTC  (25+ messages)
` [PATCH 03/14] t9108: make test hash independent
` [PATCH 07/14] t/lib-git-svn: make hash size independent
` [PATCH 08/14] perl: create and switch variables for hash constants
` [PATCH 10/14] perl: make SVN code hash independent
` [PATCH v2 00/14] SHA-256 CVS and SVN patches
  ` [PATCH v2 01/14] t9109: make test hash independent
  ` [PATCH v2 02/14] t9168: "
  ` [PATCH v2 03/14] t9108: "
  ` [PATCH v2 04/14] t9100: make test work with SHA-256
  ` [PATCH v2 05/14] t9104: make hash size independent
  ` [PATCH v2 06/14] t9101: make hash independent
  ` [PATCH v2 07/14] t/lib-git-svn: make hash size independent
  ` [PATCH v2 08/14] perl: create and switch variables for hash constants
  ` [PATCH v2 09/14] perl: make Git::IndexInfo work with SHA-256
  ` [PATCH v2 10/14] perl: make SVN code hash independent
  ` [PATCH v2 11/14] git-svn: set the OID length based on hash algorithm
  ` [PATCH v2 12/14] git-cvsserver: port to SHA-256
  ` [PATCH v2 13/14] git-cvsimport: "
  ` [PATCH v2 14/14] git-cvsexportcommit: "

[PATCH 0/2] drop specialized knowledge from generic worktree code
 2020-06-22 17:34 UTC  (4+ messages)
` [PATCH 1/2] worktree: drop get_worktrees() special-purpose sorting option
` [PATCH 2/2] worktree: drop get_worktrees() unused 'flags' argument

[PATCH 0/2] Sparse checkout status
 2020-06-22 16:35 UTC  (10+ messages)
` [PATCH v2 "
  ` [PATCH v3 0/3] "
    ` [PATCH v3 1/3] wt-status: show sparse checkout status as well
    ` [PATCH v3 2/3] git-prompt: document how in-progress operations affect the prompt
    ` [PATCH v3 3/3] git-prompt: include sparsity state as well

AW: Git commands throw error
 2020-06-22 16:17 UTC  (3+ messages)
`  "

[PATCH] git-gui: allow opening work trees from the startup dialog
 2020-06-22 14:58 UTC  (4+ messages)
` [PATCH v2] "

[RFC] Metadata vs Generation Data Chunk
 2020-06-22 14:46 UTC  (3+ messages)

Displayed information has bad formatting
 2020-06-22 14:13 UTC 

Fwd: Possible git bug in commit-graph: "invalid commit position"
 2020-06-22 13:45 UTC  (6+ messages)
      `  "

[PATCH v3 00/12] Finish converting git bisect to C part 2
 2020-06-20  8:04 UTC  (5+ messages)
` [PATCH v3 09/12] bisect--helper: reimplement `bisect_state` & `bisect_head` shell functions in C

Automatic ROP gadgets chaining for ARM
 2020-06-22 11:49 UTC 

[GSOC] Blog about week 3
 2020-06-22  9:40 UTC 

Change `option` in `__git_ps1_show_upstream` to a local variable
 2020-06-21 20:51 UTC 

Rename offensive terminology (master)
 2020-06-21 19:50 UTC  (2+ messages)
` Social Justice Movements [was: Rename offensive terminology (master)]

[PATCH] haiku: add Haiku support
 2020-06-21 18:40 UTC 

[PATCH v4 0/6] grep: honor sparse checkout and add option to ignore it
 2020-06-21 16:05 UTC  (4+ messages)
` [PATCH v4 4/6] config: correctly read worktree configs in submodules

Collaborative conflict resolution feature request
 2020-06-21  0:20 UTC  (14+ messages)

reset --merge documentation typo?
 2020-06-20 20:30 UTC  (3+ messages)

error: Unable to get pack file
 2020-06-20 14:58 UTC 

[GSoC] Shourya's Blog
 2020-06-20  6:55 UTC  (3+ messages)

[PATCH 00/44] SHA-256 part 2/3: protocol functionality
 2020-06-20  1:33 UTC  (4+ messages)
` [PATCH v3 "

[Patch v1 0/3] Replace strbuf_write_fd with write_in_full
 2020-06-19 23:26 UTC  (6+ messages)
` [Patch v1 1/3] bugreport.c: replace "


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