git@vger.kernel.org mailing list mirror (one of many)
 help / color / mirror / code / Atom feed
 messages from 2020-03-27 17:46:00 to 2020-03-30 16:58:14 UTC [more...]

[PATCH 0/7] New execute-commands hook for centralized workflow
 2020-03-30 16:57 UTC  (8+ messages)
` [PATCH v5 0/6] New proc-receive "
` [PATCH v5 1/6] transport: not report a non-head push as a branch
` [PATCH v5 2/6] receive-pack: add new proc-receive hook
` [PATCH v5 3/6] refs.c: refactor to reuse ref_is_hidden()
` [PATCH v5 4/6] receive-pack: new config receive.procReceiveRefs
` [PATCH v5 5/6] receive-pack: refactor report for proc-receive
` [PATCH v5 6/6] doc: add documentation for the proc-receive hook

[PATCH] rebase --merge: optionally skip upstreamed commits
 2020-03-30 16:57 UTC  (7+ messages)
` [PATCH v3] "

[PATCH 0/9] Support for transactions in `git-update-ref --stdin`
 2020-03-30 16:55 UTC  (27+ messages)
` [PATCH 1/9] refs: fix segfault when aborting empty transaction
` [PATCH 3/9] strbuf: provide function to append whole lines
` [PATCH 4/9] update-ref: organize commands in an array
` [PATCH 7/9] update-ref: move transaction handling into `update_refs_stdin()`
` [PATCH 8/9] update-ref: read commands in a line-wise fashion
` [PATCH 9/9] update-ref: implement interactive transaction handling
` [PATCH v2 0/9] Support for transactions in `git-update-ref --stdin`
  ` [PATCH v2 1/9] refs: fix segfault when aborting empty transaction
  ` [PATCH v2 2/9] git-update-ref.txt: add missing word
  ` [PATCH v2 3/9] strbuf: provide function to append whole lines
  ` [PATCH v2 4/9] update-ref: organize commands in an array
  ` [PATCH v2 5/9] update-ref: drop unused argument for `parse_refname`
  ` [PATCH v2 6/9] update-ref: pass end pointer instead of strbuf
  ` [PATCH v2 7/9] update-ref: move transaction handling into `update_refs_stdin()`
  ` [PATCH v2 8/9] update-ref: read commands in a line-wise fashion
  ` [PATCH v2 9/9] update-ref: implement interactive transaction handling

why "Not currently on any branch" but no "HEAD detached"?
 2020-03-30 16:39 UTC  (3+ messages)

[PATCH] connected: always use partial clone optimization
 2020-03-30 16:04 UTC  (8+ messages)

[REGRESSION] gitk can't be run from non-worktree folders
 2020-03-30 15:20 UTC  (7+ messages)
      ` [PATCH] gitk: to run in a bare repository (was: gitk can't be run from non-worktree folders)

[PATCH 0/7] oid_array cleanups
 2020-03-30 14:09 UTC  (9+ messages)
` [PATCH 1/7] oid_array: use size_t for count and allocation
` [PATCH 2/7] oid_array: use size_t for iteration
` [PATCH 3/7] oid_array: rename source file from sha1-array
` [PATCH 4/7] test-tool: rename sha1-array to oid-array
` [PATCH 5/7] bisect: stop referring to sha1_array
` [PATCH 6/7] ref-filter: stop referring to "sha1 array"
` [PATCH 7/7] oidset: stop referring to sha1-array

Feature request: rebase -i inside of rebase -i
 2020-03-30 14:01 UTC  (10+ messages)

[PATCH] doc: log takes multiple revision ranges
 2020-03-30 12:52 UTC  (3+ messages)

git rebase fast-forward fails with abbreviateCommands
 2020-03-30 12:42 UTC  (9+ messages)
` [PATCH v1 0/2] rebase --merge: fix fast forwarding when `rebase.abbreviateCommands' is set
  ` [PATCH v1 1/2] sequencer: don't abbreviate a command if it doesn't have a short form
  ` [PATCH v1 2/2] t3432: test `--merge' with `rebase.abbreviateCommands = true', too

[PATCH v3 0/1] FAQ for common user questions
 2020-03-30 11:55 UTC  (2+ messages)
` [PATCH v3 1/1] docs: add a FAQ

git > 2.10.1 fails to update index on macOS 10.14.5
 2020-03-30 11:20 UTC  (5+ messages)

[PATCH 0/6] Doc: drop support for docbook-xsl before 1.74
 2020-03-30 10:46 UTC  (11+ messages)
` [PATCH 1/6] Doc: drop support for docbook-xsl before 1.71.1
` [PATCH 2/6] Doc: drop support for docbook-xsl before 1.72.0
` [PATCH 3/6] Doc: drop support for docbook-xsl before 1.73.0
` [PATCH 4/6] manpage-bold-literal.xsl: stop using git.docbook.backslash
` [PATCH 5/6] manpage-normal.xsl: fold in manpage-base.xsl
` [PATCH 6/6] INSTALL: drop support for docbook-xsl before 1.74

Bug Report
 2020-03-30  8:18 UTC  (3+ messages)
    ` Fwd: "

[GSoC] Question about microprojects
 2020-03-30  7:33 UTC 

[RFC PATCH 0/3] grep: honor sparse checkout and add option to ignore it
 2020-03-30  3:23 UTC  (10+ messages)
` [RFC PATCH 3/3] grep: add option to ignore sparsity patterns

What's cooking in git.git (Mar 2020, #09; Sun, 29)
 2020-03-30  0:39 UTC  (2+ messages)

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

git-svn: Skip commit if all items of a commit are ignored by ignore configuration
 2020-03-29 23:24 UTC  (3+ messages)

[PATCH] added: Multi line support for ignore-paths configuration
 2020-03-29 23:24 UTC  (3+ messages)

[PATCH v4 0/5] doc: --recurse-submodules
 2020-03-29 20:49 UTC  (5+ messages)
` [PATCH v4 2/5] doc: document --recurse-submodules for reset and restore
` [PATCH v4 4/5] doc: be more precise on (fetch|push).recurseSubmodules

[PATCH] gitweb: fix UTF-8 encoding when using CGI::Fast
 2020-03-29 19:14 UTC  (3+ messages)

[PATCH v3 0/7] Avoid multiple recursive calls for same path in read_directory_recursive()
 2020-03-29 18:20 UTC  (8+ messages)
` [PATCH v4 "
  ` [PATCH v4 1/7] t7063: more thorough status checking

[PATCH 0/3] add travis job for linux with musl libc
 2020-03-29 16:23 UTC  (12+ messages)
` [PATCH 2/3] ci: refactor docker runner script
` [PATCH v2 0/4] Travis + Azure jobs for linux with musl libc
  ` [PATCH v2] rebase --merge: optionally skip upstreamed commits
    ` [PATCH v2 4/4] t3402: use POSIX compliant regex(7)
  ` [PATCH v2 1/4] ci: libify logic for usage and checking CI_USER
  ` [PATCH v2 2/4] ci: refactor docker runner script
  ` [PATCH v2 3/4] travis: build and test on Linux with musl libc and busybox

[PATCH 0/2] upload-pack: handle unexpected v2 delim packets
 2020-03-29 15:49 UTC  (13+ messages)
` [PATCH 1/2] test-lib-functions: make packetize() more efficient
      ` [PATCH] test-lib-functions: simplify packetize() stdin code

[PATCH 0/3] Never report references we not push
 2020-03-29 14:35 UTC  (7+ messages)
` [PATCH v2 0/4] "
` [PATCH v2 1/4] t5543: never report what we do "
` [PATCH v2 2/4] send-pack: mark failure of atomic push properly
` [PATCH v2 3/4] transport-helper: mark failure for atomic push
` [PATCH v2 4/4] transport-helper: new method reject_atomic_push()

[PATCH 0/2] Enable GPG in the Windows part of the CI/PR builds
 2020-03-29 14:33 UTC  (17+ messages)
` [PATCH v2 0/5] "
  ` [PATCH v2 3/5] tests: turn GPG, GPGSM and RFC1991 into lazy prereqs
              ` [PATCH v2] t/README: suggest how to leave test early with failure
  ` [PATCH v3 0/5] Enable GPG in the Windows part of the CI/PR builds

[RFC PATCH] http-backend: write error packet if backend command fails
 2020-03-29  5:34 UTC  (5+ messages)

[PATCH v4 1/1] midx.c: fix an integer overflow
 2020-03-28 23:51 UTC  (4+ messages)

[PATCH v2 2/2] remote.c: fix handling of %(push:remoteref)
 2020-03-28 22:25 UTC  (7+ messages)
` [PATCH v3 1/1] "

[PATCH v2 1/1] midx.c: fix an integer overflow
 2020-03-28 22:18 UTC  (2+ messages)
` [PATCH 1/1] midx.c: fix an integer underflow

[PATCH] git-rebase.txt: fix typo
 2020-03-28 21:03 UTC  (2+ messages)

[RFC] Proposal: New options for git bisect run to control the interpretation of exit codes
 2020-03-28 19:14 UTC  (4+ messages)

Regression in git ls-files, or bug in completion?
 2020-03-28 17:22 UTC  (3+ messages)

[PATCH] pull: avoid running both merge and rebase
 2020-03-28 17:18 UTC  (6+ messages)

See Fault when running git diff
 2020-03-28 17:08 UTC  (2+ messages)

Git alias syntax help
 2020-03-28 17:05 UTC  (5+ messages)

Inefficiency of partial shallow clone vs shallow clone + "old-style" sparse checkout
 2020-03-28 16:58 UTC  (3+ messages)

[PATCH] MyFirstObjectWalk: remove unnecessary conditional statement
 2020-03-28 15:19 UTC 

Documented option "--deepen" is unknown to git-pull
 2020-03-28 14:48 UTC  (4+ messages)
  ` [PATCH 2/1] pull: remove --update-head-ok from documentation
  ` [PATCH 3/1] pull: pass documented fetch options on

Git 2.26 rebase.backend change issue
 2020-03-28 14:50 UTC  (3+ messages)

[PATCH] sequencer: mark messages for translation
 2020-03-28 13:05 UTC 

git-rebase ignores or squashes GIT_REFLOG_ACTION
 2020-03-28 11:55 UTC  (2+ messages)

How log log a feaure request
 2020-03-28 11:38 UTC  (3+ messages)

[PATCH] wrapper: indent with tabs
 2020-03-28  2:57 UTC 

[PATCH 1/2] doc: update the documentation of pack-objects and repack
 2020-03-27 22:21 UTC  (4+ messages)
` [PATCH v2 0/3] Documentation of pack "

[PATCH 0/2] use `curl-config --cflags`
 2020-03-27 22:12 UTC  (2+ messages)

[PATCH v2 0/8] t: replace incorrect test_must_fail usage (part 3)
 2020-03-27 21:39 UTC  (5+ messages)
` [PATCH v2 9/9] fixup! t5512: stop losing git exit code in here-docs

[PATCH v2] Fix dir sep handling of GIT_ASKPASS on Windows
 2020-03-27 21:27 UTC  (6+ messages)
` [PATCH v3] run-command: trigger PATH lookup properly on Cygwin

git svn 2.26.0 segfault on fetch
 2020-03-27 21:26 UTC  (2+ messages)

"git rebase" behavior change in 2.26.0
 2020-03-27 20:59 UTC  (11+ messages)

[RFC] Possible idea for GSoC 2020
 2020-03-27 18:31 UTC 

[PATCH 0/3] configure: respect --without-<package> flags
 2020-03-27 18:29 UTC  (4+ messages)
` [PATCH v2 "


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