git@vger.kernel.org mailing list mirror (one of many)
 help / color / mirror / code / Atom feed
 messages from 2020-04-01 11:29:11 to 2020-04-03 18:30:59 UTC [more...]

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

[PATCH v2 00/11] Finish converting git bisect to C part 2
 2020-04-03 18:30 UTC  (7+ messages)
` [PATCH v2 01/11] bisect--helper: fix `cmd_*()` function switch default return
` [PATCH v2 02/11] bisect--helper: introduce new `write_in_file()` function

[PATCH 0/1] submodule--helper.c: Rename 'cb_foreach' to 'foreach_cb'
 2020-04-03 17:58 UTC  (5+ messages)
` [PATCH 1/1] "

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

[PATCH 0/7] New execute-commands hook for centralized workflow
 2020-04-03 16:08 UTC  (18+ messages)
` [PATCH v6 0/7] New proc-receive "
    ` [PATCH v7 "
    ` [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 v6 1/7] transport: not report a non-head push as a branch
` [PATCH v6 2/7] receive-pack: add new proc-receive hook
` [PATCH v6 3/7] refs.c: refactor to reuse ref_is_hidden()
` [PATCH v6 4/7] receive-pack: new config receive.procReceiveRefs
` [PATCH v6 5/7] receive-pack: refactor report for proc-receive
` [PATCH v6 6/7] t5412: test proc-receive hook on HTTP protocol
` [PATCH v6 7/7] doc: add documentation for the proc-receive hook

[PATCH] Fix -Wmaybe-uninitialized warnings under -O0
 2020-04-03 14:38 UTC  (5+ messages)

Support for `--no-gpg-sign` in git rebase, cherry-pick, etc
 2020-04-03 14:26 UTC  (22+ messages)
` [PATCH] rebase.c: teach --no-gpg-sign to git-rebase
  ` [PATCH v2 0/5] Honour and Document --no-gpg-sign
    ` [PATCH v2 1/5] rebase.c: honour --no-gpg-sign
    ` [PATCH v2 2/5] cherry-pick/revert: honour --no-gpg-sign in all case
    ` [PATCH v2 3/5] Documentation: document am --no-gpg-sign
    ` [PATCH v2 4/5] Documentation: reword commit --no-gpg-sign
    ` [PATCH v2 5/5] Documentation: document merge option --no-gpg-sign
  ` [PATCH v3 0/6] Honour and Document --no-gpg-sign
    ` [PATCH v3 1/6] rebase.c: honour --no-gpg-sign
    ` [PATCH v3 2/6] cherry-pick/revert: honour --no-gpg-sign in all case
    ` [PATCH v3 3/6] Documentation: document am --no-gpg-sign
    ` [PATCH v3 4/6] Documentation: reword commit --no-gpg-sign
    ` [PATCH v3 5/6] Documentation: merge commit-tree --[no-]gpg-sign
    ` [PATCH v3 6/6] Documentation: document merge option --no-gpg-sign

[PATCH v2 00/17] merge: learn --autostash
 2020-04-03 13:34 UTC  (22+ messages)
` [PATCH v3 00/19] "
  ` [PATCH v3 03/19] sequencer: use file strbuf for read_oneliner()
  ` [PATCH v3 05/19] sequencer: configurably warn on non-existent files
  ` [PATCH v3 07/19] rebase: use read_oneliner()
  ` [PATCH v3 09/19] rebase: use apply_autostash() from sequencer.c
  ` [PATCH v3 11/19] reset: extract reset_head() from rebase
  ` [PATCH v3 16/19] sequencer: implement save_autostash()
  ` [PATCH v3 17/19] merge: teach --autostash option
  ` [PATCH v3 19/19] pull: pass --autostash to merge

[PATCH] fast-import: replace custom hash with hashmap.c
 2020-04-03 12:15 UTC 

fast-import's hash table is slow
 2020-04-03 12:14 UTC  (10+ messages)

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

git rebase backend change: post-checkout hook is not ran by 'merge' backend
 2020-04-03  9:08 UTC  (4+ messages)

[PATCH 0/5] ci: replace our Azure Pipeline by GitHub Actions
 2020-04-03  8:46 UTC  (19+ messages)
` [PATCH 2/5] ci/lib: allow running in "
` [PATCH v2 0/6] ci: replace our Azure Pipeline by "
  ` [PATCH v2 1/6] ci/lib: if CI type is unknown, show the environment variables
  ` [PATCH v2 2/6] ci/lib: allow running in GitHub Actions
  ` [PATCH v2 3/6] ci/lib: set TERM environment variable if not exist
  ` [PATCH v2 4/6] ci: configure GitHub Actions for CI/PR
  ` [PATCH v2 5/6] README: add a build badge for the GitHub Actions runs
  ` [PATCH v2 6/6] ci: retire the Azure Pipelines definition
  ` [PATCH v3 0/6] ci: replace our Azure Pipeline by GitHub Actions
    ` [PATCH v3 1/6] ci/lib: if CI type is unknown, show the environment variables
    ` [PATCH v3 2/6] ci/lib: allow running in GitHub Actions
    ` [PATCH v3 3/6] ci/lib: set TERM environment variable if not exist
    ` [PATCH v3 4/6] ci: configure GitHub Actions for CI/PR
    ` [PATCH v3 5/6] README: add a build badge for the GitHub Actions runs
    ` [PATCH v3 6/6] ci: retire the Azure Pipelines definition

Can not logout from github account on git bash
 2020-04-03  8:27 UTC  (2+ messages)

[PATCH] git-rebase.txt: add another hook to the hooks section, and explain more
 2020-04-03  4:35 UTC 

[PATCH] git-submodule.sh: setup uninitialized variables
 2020-04-03  2:56 UTC  (3+ messages)

The closing bracket is missing
 2020-04-03  2:39 UTC 

[PATCH] diff: restrict when prefetching occurs
 2020-04-02 23:54 UTC  (11+ messages)
` [PATCH v2 0/2] Restrict when prefetcing occurs
  ` [PATCH v2 1/2] promisor-remote: accept 0 as oid_nr in function
  ` [PATCH v2 2/2] diff: restrict when prefetching occurs

[PATCH] sequencer: honor GIT_REFLOG_ACTION
 2020-04-02 19:05 UTC  (9+ messages)

[PATCH] ci: make MAKEFLAGS available inside the Docker container in the Linux32 job
 2020-04-02 18:14 UTC  (3+ messages)

[PATCH] clone: document partial clone section
 2020-04-02 17:52 UTC  (4+ messages)

[REGRESSION] gitk can't be run from non-worktree folders
 2020-04-02 17:47 UTC  (5+ messages)

What's cooking in git.git (Mar 2020, #10; Tue, 31)
 2020-04-02 17:42 UTC  (6+ messages)

[PATCH 0/6] Doc: drop support for docbook-xsl before 1.74
 2020-04-02 16:48 UTC  (6+ messages)

[PATCH] commit-graph: fix buggy --expire-time option
 2020-04-02 16:36 UTC  (20+ messages)
` [PATCH v2 0/2] "
  ` [PATCH v2 1/2] t5319: replace 'touch -m' with 'test-tool chmtime'
  ` [PATCH v2 2/2] commit-graph: fix buggy --expire-time option

Rebase-via-merge behavior difference between Linux and Windows
 2020-04-02  3:02 UTC  (4+ messages)

[PATCH v3 3/3] builtin/commit-graph.c: support '--input=none'
 2020-04-01 22:49 UTC  (3+ messages)
` [PATCH v4] builtin/commit-graph.c: support '--input=graphed'

[PATCH v11 0/5] add git-bugreport tool
 2020-04-01 20:17 UTC  (3+ messages)
` [PATCH v11 2/5] bugreport: add tool to generate debugging info

Inefficiency of partial shallow clone vs shallow clone + "old-style" sparse checkout
 2020-04-01 19:25 UTC  (13+ messages)
  ` [PATCH] clone: use "quick" lookup while following tags

Feature request: rebase -i inside of rebase -i
 2020-04-01 16:43 UTC  (13+ messages)

[PATCH v4 0/7] Avoid multiple recursive calls for same path in read_directory_recursive()
 2020-04-01 15:59 UTC  (5+ messages)
` [PATCH v5 00/12] "
  ` [PATCH v5 08/12] dir: replace exponential algorithm with a linear one

Comparing rebase --am with --interactive via p3400
 2020-04-01 14:00 UTC  (5+ messages)

Why does submodule status prefer distant annotated tag to recent lightweight tag?
 2020-04-01 13:46 UTC 

Git Test Coverage Report (March 31, 2020)
 2020-04-01 13:27 UTC  (3+ messages)

[PATCH v7 0/6] Reftable support git-core
 2020-04-01 11:28 UTC  (6+ messages)
` [PATCH v8 0/9] "
  ` [PATCH v8 5/9] reftable: file format documentation
  ` [PATCH v8 7/9] reftable: clarify how empty tables should be written
  ` [PATCH v8 8/9] Add reftable library
  ` [PATCH v8 9/9] Reftable support for git-core


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