git@vger.kernel.org mailing list mirror (one of many)
 help / color / mirror / code / Atom feed
 messages from 2020-02-21 17:41:30 to 2020-02-25 15:58:56 UTC [more...]

[PATCH 0/9] [RFC] Changed Paths Bloom Filters
 2020-02-25 15:58 UTC  (41+ messages)
` [PATCH v2 00/11] "
  ` [PATCH v2 02/11] bloom: core Bloom filter implementation for changed paths
  ` [PATCH v2 03/11] diff: halt tree-diff early after max_changes
  ` [PATCH v2 04/11] commit-graph: compute Bloom filters for changed paths
  ` [PATCH v2 05/11] commit-graph: examine changed-path objects in pack order
  ` [PATCH v2 06/11] commit-graph: examine commits by generation number
  ` [PATCH v2 07/11] commit-graph: write Bloom filters to commit graph file
  ` [PATCH v2 08/11] commit-graph: reuse existing Bloom filters during write
  ` [PATCH v2 09/11] commit-graph: add --changed-paths option to write subcommand
  ` [PATCH v2 10/11] revision.c: use Bloom filters to speed up path based revision walks
  ` [PATCH v2 11/11] commit-graph: add GIT_TEST_COMMIT_GRAPH_CHANGED_PATHS test flag

[almost-patch] Add diff regular expressions for Markdown and Zshell
 2020-02-25 13:56 UTC 

[PATCH v3 0/2] [Outreachy] advice: revamp advise API
 2020-02-25 10:55 UTC  (17+ messages)
` [PATCH v4 0/3] "
  ` [PATCH v4 1/3] advice: extract vadvise() from advise()
  ` [PATCH v4 2/3] advice: revamp advise API
  ` [PATCH v4 3/3] tag: use new advice API to check visibility
  ` [PATCH v5 0/3] [Outreachy] advice: revamp advise API
    ` [PATCH v5 1/3] advice: extract vadvise() from advise()
    ` [PATCH v5 2/3] advice: revamp advise API
    ` [PATCH v5 3/3] tag: use new advice API to check visibility

[PATCH v2 00/24] SHA-256 stage 4 implementation, part 1/3
 2020-02-25 10:29 UTC  (41+ messages)
` [PATCH v2 01/24] builtin/pack-objects: make hash agnostic
` [PATCH v2 02/24] hash: implement and use a context cloning function
` [PATCH v2 03/24] hex: introduce parsing variants taking hash algorithms
` [PATCH v2 04/24] hex: add functions to parse hex object IDs in any algorithm
` [PATCH v2 05/24] repository: require a build flag to use SHA-256
` [PATCH v2 06/24] t: use hash-specific lookup tables to define test constants
` [PATCH v2 07/24] t6300: abstract away SHA-1-specific constants
` [PATCH v2 08/24] t6300: make hash algorithm independent
` [PATCH v2 09/24] t/helper/test-dump-split-index: initialize git repository
` [PATCH v2 10/24] t/helper: initialize repository if necessary
` [PATCH v2 11/24] t/helper: make repository tests hash independent
` [PATCH v2 12/24] setup: allow check_repository_format to read repository format
` [PATCH v2 13/24] builtin/init-db: allow specifying hash algorithm on command line
` [PATCH v2 14/24] builtin/init-db: add environment variable for new repo hash
` [PATCH v2 15/24] init-db: move writing repo version into a function
` [PATCH v2 16/24] worktree: allow repository version 1
` [PATCH v2 17/24] commit: use expected signature header for SHA-256
` [PATCH v2 18/24] gpg-interface: improve interface for parsing tags
` [PATCH v2 19/24] tag: store SHA-256 signatures in a header
` [PATCH v2 20/24] fast-import: permit reading multiple marks files
` [PATCH v2 21/24] fast-import: add helper function for inserting mark object entries
` [PATCH v2 22/24] fast-import: make find_marks work on any mark set
` [PATCH v2 23/24] fast-import: add a generic function to iterate over marks
` [PATCH v2 24/24] fast-import: add options for rewriting submodules

[GSoC Patch v3 1/2] lib-log-graph: consolidate test_cmp_graph logic
 2020-02-25  7:30 UTC 

Bug: 'git ls-files' doesn't work on submodule in post-commit hook
 2020-02-25  7:10 UTC  (3+ messages)

[PATCH 0/10] removing nth_packed_object_sha1()
 2020-02-25  0:33 UTC  (14+ messages)
` [PATCH 01/10] nth_packed_object_oid(): use customary integer return
` [PATCH 02/10] pack-objects: read delta base oid into object_id struct
` [PATCH 03/10] pack-objects: convert oe_set_delta_ext() to use object_id
` [PATCH 04/10] pack-objects: use object_id struct in pack-reuse code
` [PATCH 05/10] pack-bitmap: use object_id when loading on-disk bitmaps
` [PATCH 06/10] pack-check: convert "internal error" die to a BUG()
` [PATCH 07/10] pack-check: push oid lookup into loop
` [PATCH 08/10] packed_object_info(): use object_id for returning delta base
` [PATCH 09/10] packed_object_info(): use object_id internally for "
` [PATCH 10/10] packfile: drop nth_packed_object_sha1()

[PATCH] clone: use submodules.recurse option for automatically clone submodules
 2020-02-24 23:06 UTC  (5+ messages)
` [PATCH v2] "
    ` AW: "
  ` [PATCH v3] clone: use submodule.recurse "

[PATCH 0/3] [GSoC] receive.denyCurrentBranch: respect all worktrees
 2020-02-24 22:27 UTC  (26+ messages)
` [PATCH 2/3] t5509: initialized `pushee` as bare repository
` [PATCH v2 0/4] [GSoC] receive.denyCurrentBranch: respect all worktrees
  ` [PATCH v2 1/4] get_main_worktree(): allow it to be called in the Git directory
  ` [PATCH v2 2/4] t5509: initialized `pushee` as bare repository
  ` [PATCH v2 3/4] bug: denyCurrentBranch and unborn branch with ref namespace
  ` [PATCH v2 4/4] receive.denyCurrentBranch: respect all worktrees
  ` [PATCH v3 0/3] [GSoC] "
    ` [PATCH v3 1/3] get_main_worktree(): allow it to be called in the Git directory
    ` [PATCH v3 2/3] t5509: use a bare repository for test push target
    ` [PATCH v3 3/3] receive.denyCurrentBranch: respect all worktrees

Inconsistancy with `git rebase --preserve-merges`
 2020-02-24 21:35 UTC  (3+ messages)

[GSoC Patch 1/5] lib-log-graph.sh: consolidate test_cmp_graph logic
 2020-02-24 21:17 UTC  (4+ messages)
` [GSoC Patch v3 1/2] lib-log-graph: "
  ` [GSoC Patch v3 2/2] lib-log-graph: consolidate colored graph cmp logic

BUG: git worktree add directory-path fails due to over-aggressive disallowing of worktrees with same suffix
 2020-02-24 21:06 UTC  (7+ messages)
` [PATCH 0/3] git-worktree: fix "add" being fooled by suffix matching
  ` [PATCH 1/3] worktree: improve find_worktree() documentation
  ` [PATCH 2/3] worktree: add utility to find worktree by pathname
  ` [PATCH 3/3] worktree: don't allow "add" validation to be fooled by suffix matching

[PATCH] describe: dont abort too early when searching tags
 2020-02-24 20:52 UTC  (2+ messages)

[PATCH 1/3] t4117: check for files using `test_path_is_file`
 2020-02-24 20:49 UTC  (8+ messages)
` [PATCH 2/3] t9810: drop debug `cat` call
` [PATCH 3/3] t: drop debug `cat` calls

[PATCH] worktree: drop unused code from get_main_worktree()
 2020-02-24 20:20 UTC  (3+ messages)

[PATCH] use strpbrk(3) to search for characters from a given set
 2020-02-24 19:10 UTC  (6+ messages)

GSoC and Outreachy Summer 2020?
 2020-02-24 15:48 UTC  (12+ messages)

[PATCH] blame: provide type of fingerprints pointer
 2020-02-24 15:09 UTC  (2+ messages)

git rebase allows branches to be checked out in multiple worktrees
 2020-02-24  9:19 UTC  (5+ messages)
` [PATCH 0/2] git-rebase: refuse to switch to branch checked out elsewhere
  ` [PATCH 1/2] t3400: make test clean up after itself
  ` [PATCH 2/2] rebase: refuse to switch to branch already checked out elsewhere

Git Rebase: test failing with GIT_TEST_STASH_USE_BUILTIN=false
 2020-02-24  8:33 UTC 

[GSoC][PATCH 0/1] Introduction & microproject
 2020-02-24  6:03 UTC  (7+ messages)
` [GSoC][PATCH 1/1] t1050: clean up checks for file existence
` [GSoC][PATCH v2] t1050: replace test -f with test_path_is_file

[PATCH] completion: add diff --color-moved[-ws]
 2020-02-24  6:02 UTC  (7+ messages)
` [PATCH v2] "

SHA1dc on mac
 2020-02-24  4:52 UTC  (4+ messages)
` [PATCH] Remove non-SHA1dc sha1 implementations

Dropbox do not sync particular files after using git push
 2020-02-24  3:59 UTC  (3+ messages)

[PATCH v7 00/15] add git-bugreport tool
 2020-02-24  2:55 UTC  (9+ messages)
` [PATCH v7 06/15] bugreport: add compiler info

`git diff` fails to detect large re-indented blocks even with --color-moved-ws=allow-indentation-change
 2020-02-24  0:44 UTC 

gitk feature requests: (1) "diff.orderFile" and (2) "--function-context"
 2020-02-23 15:06 UTC 

Anunciese con 100 mil clientes potenciales
 2020-02-20  7:23 UTC 

[PATCH] quote: use isalnum() to check for alphanumeric characters
 2020-02-23  9:13 UTC  (2+ messages)

[PATCH v3 0/2] propagate --single-branch during clone --recurse-submodules
 2020-02-22 20:13 UTC  (3+ messages)
` [PATCH v3 1/2] submodule--helper: use C99 named initializer

Getting clean diff data from git-mailinfo
 2020-02-22 18:00 UTC  (4+ messages)

[PATCH 0/2] Document two partial clone bugs, fix one
 2020-02-22 17:25 UTC  (5+ messages)
` [PATCH v2 "
  ` [PATCH v2 1/2] partial-clone: demonstrate bugs in partial fetch
  ` [PATCH v2 2/2] partial-clone: avoid fetching when looking for objects

What's cooking in git.git (Feb 2020, #04; Mon, 17)
 2020-02-22 17:18 UTC  (7+ messages)

[PATCH] run-command.c: ensure signaled hook scripts are waited upon
 2020-02-22 17:12 UTC  (3+ messages)

[PATCH 0/2] Add HTTPS proxy SSL options (cert, key, cainfo)
 2020-02-21 22:28 UTC  (4+ messages)
` [PATCH 1/2] http: add client cert for HTTPS proxies
` [PATCH 2/2] config: documentation for HTTPS proxy client cert

Feature request: ability to pass merge strategy options to 'git checkout --merge'
 2020-02-21 18:33 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).