git@vger.kernel.org mailing list mirror (one of many)
 help / color / mirror / code / Atom feed
 messages from 2020-03-31 13:37:06 to 2020-04-02 18:26:15 UTC [more...]

[PATCH 0/7] New execute-commands hook for centralized workflow
 2020-04-02 18:26 UTC  (10+ messages)
` [PATCH v6 0/7] New proc-receive "
` [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] ci: make MAKEFLAGS available inside the Docker container in the Linux32 job
 2020-04-02 18:14 UTC  (3+ messages)

Support for `--no-gpg-sign` in git rebase, cherry-pick, etc
 2020-04-02 18:07 UTC  (11+ 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 0/3] add travis job for linux with musl libc
 2020-04-02 17:53 UTC  (15+ 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

[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] sequencer: honor GIT_REFLOG_ACTION
 2020-04-02 17:40 UTC  (8+ messages)

git rebase backend change: post-checkout hook is not ran by 'merge' backend
 2020-04-02 16:58 UTC  (3+ 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

[PATCH v2 00/17] merge: learn --autostash
 2020-04-02 16:07 UTC  (18+ 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] git-submodule.sh: setup uninitialized variables
 2020-04-02 15:11 UTC  (2+ messages)

Can not logout from github account on git bash
 2020-04-02 13:38 UTC 

[PATCH 0/5] ci: replace our Azure Pipeline by GitHub Actions
 2020-04-02 13:17 UTC  (19+ messages)
` [PATCH v2 0/6] "
  ` [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

[PATCH 0/9] Support for transactions in `git-update-ref --stdin`
 2020-04-02  7:10 UTC  (11+ 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

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 v3 0/7] Avoid multiple recursive calls for same path in read_directory_recursive()
 2020-04-01 15:59 UTC  (21+ messages)
` [PATCH v4 "
  ` [PATCH v4 1/7] t7063: more thorough status checking
  ` [PATCH v5 00/12] Avoid multiple recursive calls for same path in read_directory_recursive()
    ` [PATCH v5 01/12] t7063: more thorough status checking
    ` [PATCH v5 02/12] t3000: add more testcases testing a variety of ls-files issues
    ` [PATCH v5 03/12] dir: fix simple typo in comment
    ` [PATCH v5 04/12] dir: consolidate treat_path() and treat_one_path()
    ` [PATCH v5 05/12] dir: fix broken comment
    ` [PATCH v5 06/12] dir: fix confusion based on variable tense
    ` [PATCH v5 07/12] dir: refactor treat_directory to clarify control flow
    ` [PATCH v5 08/12] dir: replace exponential algorithm with a linear one
    ` [PATCH v5 09/12] dir: include DIR_KEEP_UNTRACKED_CONTENTS handling in treat_directory()
    ` [PATCH v5 10/12] dir: replace double pathspec matching with single "
    ` [PATCH v5 11/12] Fix error-prone fill_directory() API; make it only return matches
    ` [PATCH v5 12/12] completion: fix 'git add' on paths under an untracked directory

[PATCH] Fix -Wmaybe-uninitialized warnings under -O0
 2020-04-01 14:06 UTC  (4+ messages)

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  (11+ messages)
` [PATCH v8 0/9] "
  ` [PATCH v8 1/9] refs.h: clarify reflog iteration order
  ` [PATCH v8 2/9] create .git/refs in files-backend.c
  ` [PATCH v8 3/9] refs: document how ref_iterator_advance_fn should handle symrefs
  ` [PATCH v8 4/9] Add .gitattributes for the reftable/ directory
  ` [PATCH v8 5/9] reftable: file format documentation
  ` [PATCH v8 6/9] reftable: define version 2 of the spec to accomodate SHA256
  ` [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

fast-import's hash table is slow
 2020-04-01 11:16 UTC  (6+ messages)

[BUG] git pull -- error: nothing to do
 2020-04-01  8:03 UTC 

[BUG] git pull -- error: nothing to do
 2020-04-01  4:20 UTC  (2+ messages)

git-rebase ignores or squashes GIT_REFLOG_ACTION
 2020-04-01  4:18 UTC  (3+ messages)

Documented option "--deepen" is unknown to git-pull
 2020-03-31 23:21 UTC  (5+ messages)
  ` [PATCH 2/1] pull: remove --update-head-ok from documentation

Regression in git ls-files, or bug in completion?
 2020-03-31 22:54 UTC  (4+ messages)

[PATCH] doc: log takes multiple revision ranges
 2020-03-31 21:53 UTC  (3+ messages)

[PATCH] l10n: de.po: fix spello in the German variant of octopus
 2020-03-31 20:37 UTC 

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

[PATCH v3 0/1] FAQ for common user questions
 2020-03-31 19:37 UTC  (2+ messages)

[PATCH] rebase --merge: optionally skip upstreamed commits
 2020-03-31 18:43 UTC  (5+ messages)
` [PATCH v3] "

[PATCH] diff: restrict when prefetching occurs
 2020-03-31 18:21 UTC  (4+ messages)

[PATCH] diff: restrict when prefetching occurs
 2020-03-31 18:15 UTC  (2+ messages)

Possible regression in git 2.26.0
 2020-03-31 17:22 UTC  (2+ 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).