git@vger.kernel.org mailing list mirror (one of many)
 help / color / mirror / code / Atom feed
 messages from 2020-04-03 16:08:48 to 2020-04-06 17:57:25 UTC [more...]

[RFC PATCH v4 0/2] %(push) and %(push:remoteref) bug fixes
 2020-04-06 17:56 UTC  (3+ messages)
` [PATCH v6 1/2] remote.c: fix %(push) for triangular workflows
` [PATCH v6 2/2] remote.c: fix handling of %(push:remoteref)

[PATCH v3 0/5] doc: --recurse-submodules
 2020-04-06 17:56 UTC  (16+ messages)
` [PATCH v5 "
  ` [PATCH v5 1/5] doc: list all commands affected by submodule.recurse
  ` [PATCH v5 2/5] doc: document --recurse-submodules for reset and restore
  ` [PATCH v5 3/5] doc: explain how to deactivate submodule.recurse completely
  ` [PATCH v5 4/5] doc: be more precise on (fetch|push).recurseSubmodules
  ` [PATCH v5 5/5] doc: --recurse-submodules mostly applies to active submodules
` [PATCH v6 0/5] doc: --recurse-submodules
  ` [PATCH v6 1/5] doc: list all commands affected by submodule.recurse
  ` [PATCH v6 2/5] doc: document --recurse-submodules for reset and restore
  ` [PATCH v6 3/5] doc: explain how to deactivate submodule.recurse completely
  ` [PATCH v6 4/5] doc: be more precise on (fetch|push).recurseSubmodules
  ` [PATCH v6 5/5] doc: --recurse-submodules mostly applies to active submodules

[PATCH v3 00/16] Changed Paths Bloom Filters
 2020-04-06 16:59 UTC  (17+ messages)
` [PATCH v4 00/15] "
  ` [PATCH v4 01/15] commit-graph: define and use MAX_NUM_CHUNKS
  ` [PATCH v4 02/15] bloom.c: add the murmur3 hash implementation
  ` [PATCH v4 03/15] bloom.c: introduce core Bloom filter constructs
  ` [PATCH v4 04/15] bloom.c: core Bloom filter implementation for changed paths
  ` [PATCH v4 05/15] diff: halt tree-diff early after max_changes
  ` [PATCH v4 06/15] commit-graph: compute Bloom filters for changed paths
  ` [PATCH v4 07/15] commit-graph: examine changed-path objects in pack order
  ` [PATCH v4 08/15] commit-graph: examine commits by generation number
  ` [PATCH v4 09/15] commit-graph: write Bloom filters to commit graph file
  ` [PATCH v4 10/15] commit-graph: reuse existing Bloom filters during write
  ` [PATCH v4 11/15] commit-graph: add --changed-paths option to write subcommand
  ` [PATCH v4 12/15] revision.c: use Bloom filters to speed up path based revision walks
  ` [PATCH v4 13/15] revision.c: add trace2 stats around Bloom filter usage
  ` [PATCH v4 14/15] t4216: add end to end tests for git log with Bloom filters
  ` [PATCH v4 15/15] commit-graph: add GIT_TEST_COMMIT_GRAPH_CHANGED_PATHS test flag

[PATCH v2 2/2] remote.c: fix handling of %(push:remoteref)
 2020-04-06 16:04 UTC  (4+ messages)
` [PATCH v3 1/1] "

[PATCH] format-patch: teach --no-encode-headers
 2020-04-06 15:30 UTC  (6+ messages)

Feature request: rebase -i inside of rebase -i
 2020-04-06 15:24 UTC  (15+ messages)

[PATCH v2 00/17] merge: learn --autostash
 2020-04-06 15:20 UTC  (45+ messages)
` [PATCH v3 00/19] "
  ` [PATCH v3 17/19] merge: teach --autostash option
  ` [PATCH v4 00/23] merge: learn --autostash
    ` [PATCH v4 01/23] Makefile: ASCII-sort += lists
    ` [PATCH v4 02/23] t7600: use test_write_lines()
    ` [PATCH v4 03/23] sequencer: stop leaking buf
    ` [PATCH v4 04/23] sequencer: reuse strbuf_trim() in read_oneliner()
    ` [PATCH v4 05/23] sequencer: make file exists check more efficient
    ` [PATCH v4 06/23] sequencer: make read_oneliner() accept flags
    ` [PATCH v4 07/23] sequencer: configurably warn on non-existent files
    ` [PATCH v4 08/23] sequencer: make read_oneliner() extern
    ` [PATCH v4 09/23] rebase: use read_oneliner()
    ` [PATCH v4 10/23] sequencer: make apply_rebase() accept a path
    ` [PATCH v4 11/23] sequencer: rename stash_sha1 to stash_oid
    ` [PATCH v4 12/23] rebase: use apply_autostash() from sequencer.c
    ` [PATCH v4 13/23] rebase: generify reset_head()
    ` [PATCH v4 14/23] reset: extract reset_head() from rebase
    ` [PATCH v4 15/23] rebase: extract create_autostash()
    ` [PATCH v4 16/23] rebase: generify create_autostash()
    ` [PATCH v4 17/23] sequencer: extract perform_autostash() from rebase
    ` [PATCH v4 18/23] sequencer: unlink autostash in apply_autostash()
    ` [PATCH v4 19/23] sequencer: implement save_autostash()
    ` [PATCH v4 20/23] sequencer: implement apply_autostash_oid()
    ` [PATCH v4 21/23] merge: teach --autostash option
    ` [PATCH v4 22/23] t5520: make test_pull_autostash() accept expect_parent_num
    ` [PATCH v4 23/23] pull: pass --autostash to merge

[PATCH 00/15] [RFC] Maintenance jobs and job runner
 2020-04-06 14:42 UTC  (31+ messages)
` [PATCH 01/15] run-job: create barebones builtin
` [PATCH 02/15] run-job: implement commit-graph job
` [PATCH 03/15] run-job: implement fetch job
` [PATCH 04/15] run-job: implement loose-objects job
` [PATCH 05/15] run-job: implement pack-files job
` [PATCH 06/15] run-job: auto-size or use custom pack-files batch
` [PATCH 07/15] config: add job.pack-files.batchSize option
` [PATCH 08/15] job-runner: create builtin for job loop
` [PATCH 09/15] job-runner: load repos from config by default
` [PATCH 10/15] job-runner: use config to limit job frequency
` [PATCH 11/15] job-runner: use config for loop interval
` [PATCH 12/15] job-runner: add --interval=<span> option
` [PATCH 13/15] job-runner: skip a job if job.<job-name>.enabled is false
` [PATCH 14/15] job-runner: add --daemonize option
` [PATCH 15/15] runjob: customize the loose-objects batch size

Fwd: Q: use '-C' flag with 'git config --global'
 2020-04-06 13:05 UTC  (2+ messages)

[PATCH] diff: restrict when prefetching occurs
 2020-04-06 11:57 UTC  (5+ messages)
` [PATCH v2 0/2] Restrict when prefetcing occurs

[PATCH 0/9] Support for transactions in `git-update-ref --stdin`
 2020-04-06  7:10 UTC  (8+ messages)
` [PATCH v3 "
  ` [PATCH v3 9/9] update-ref: implement interactive transaction handling

[PATCH 0/2] use `curl-config --cflags`
 2020-04-05 22:12 UTC  (8+ messages)
  ` [PATCH] Makefile: avoid running curl-config unnecessarily

[PATCH v2 0/4] Travis + Azure jobs for linux with musl libc
 2020-04-05 20:39 UTC  (14+ messages)
` [PATCH v3 0/6] "
  ` [PATCH v3 2/6] ci/lib-docker: preserve required environment variables
` [PATCH v4 0/6] Travis jobs for linux with musl libc
  ` [PATCH v4 1/6] ci: make MAKEFLAGS available inside the Docker container in the Linux32 job
  ` [PATCH v4 2/6] ci/lib-docker: preserve required environment variables
  ` [PATCH v4 3/6] ci/linux32: parameterise command to switch arch
  ` [PATCH v4 4/6] ci: refactor docker runner script
  ` [PATCH v4 5/6] ci/linux32: libify install-dependencies step
  ` [PATCH v4 6/6] travis: build and test on Linux with musl libc and busybox

[PATCH] fast-import: replace custom hash with hashmap.c
 2020-04-05 18:59 UTC  (3+ messages)

[PATCH 0/2] git-pull.txt: correct outdated example + link to specific 'git fetch' section
 2020-04-05 15:50 UTC  (3+ messages)
` [PATCH 1/2] pull doc: refer to a specific section in 'fetch' doc
` [PATCH 2/2] pull doc: correct outdated description of an example

[PATCH 0/5] ci: replace our Azure Pipeline by GitHub Actions
 2020-04-05  0:01 UTC  (9+ messages)
` [PATCH 2/5] ci/lib: allow running in "
` [PATCH 3/5] ci: configure GitHub Actions for CI/PR

[PATCH] git-rebase.txt: add another hook to the hooks section, and explain more
 2020-04-05  0:00 UTC  (6+ messages)
` [PATCH v2] "
  ` [PATCH v3] "

Comparing rebase --am with --interactive via p3400
 2020-04-04 20:33 UTC  (6+ messages)

Possible regression in git 2.26.0
 2020-04-04 15:20 UTC  (5+ messages)

[PATCH] rebase.c: teach --no-gpg-sign to git-rebase
 2020-04-04 14:36 UTC  (4+ messages)
` [PATCH v3 0/6] Honour and Document --no-gpg-sign

[PATCH] Fix -Wmaybe-uninitialized warnings under -O0
 2020-04-04 14:21 UTC  (6+ messages)

[PATCH] t0007: fix a typo
 2020-04-04 14:16 UTC 

[PATCH] pull: avoid running both merge and rebase
 2020-04-04 13:47 UTC  (4+ messages)
    ` GGG Cc: bug, was "

[PATCH v6 0/7] New proc-receive hook for centralized workflow
 2020-04-04 13:43 UTC  (17+ messages)
` [PATCH v7 "
  ` [PATCH v8 "
  ` [PATCH v8 1/7] transport: not report a non-head push as a branch
  ` [PATCH v8 2/7] receive-pack: add new proc-receive hook
  ` [PATCH v8 3/7] refs.c: refactor to reuse ref_is_hidden()
  ` [PATCH v8 4/7] receive-pack: new config receive.procReceiveRefs
  ` [PATCH v8 5/7] receive-pack: refactor report for proc-receive
  ` [PATCH v8 6/7] t5412: test the proc-receive hook on HTTP protocol
  ` [PATCH v8 7/7] doc: add documentation for the proc-receive hook
` [PATCH v7 1/7] transport: not report a non-head push as a branch
` [PATCH v7 2/7] receive-pack: add new proc-receive hook
` [PATCH v7 3/7] refs.c: refactor to reuse ref_is_hidden()
` [PATCH v7 4/7] receive-pack: new config receive.procReceiveRefs
` [PATCH v7 5/7] receive-pack: refactor report for proc-receive
` [PATCH v7 6/7] t5412: test proc-receive hook on HTTP protocol
` [PATCH v7 7/7] doc: add documentation for the proc-receive hook

[PATCH 0/3] commit-graph: error out on invalid commit oids in 'write --stdin-commits'
 2020-04-03 23:10 UTC  (11+ messages)
` [PATCH 3/3] "

What's cooking in git.git (Mar 2020, #10; Tue, 31)
 2020-04-03 22:56 UTC  (4+ messages)

[PATCH v2 2/2] diff: restrict when prefetching occurs
 2020-04-03 22:12 UTC  (3+ messages)

The closing bracket is missing
 2020-04-03 21:25 UTC  (3+ messages)

[PATCH v2 00/11] Finish converting git bisect to C part 2
 2020-04-03 21:19 UTC  (7+ messages)
` [PATCH v2 01/11] bisect--helper: fix `cmd_*()` function switch default return
` [PATCH v2 03/11] bisect--helper: reimplement `bisect_next` and `bisect_auto_next` shell functions in C

fast-import's hash table is slow
 2020-04-03 19:01 UTC  (8+ messages)

[PATCH 0/1] submodule--helper.c: Rename 'cb_foreach' to 'foreach_cb'
 2020-04-03 17:58 UTC  (4+ 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).