git@vger.kernel.org mailing list mirror (one of many)
 help / color / mirror / code / Atom feed
 messages from 2020-02-28 18:56:48 to 2020-03-05 16:51:34 UTC [more...]

[PATCH 0/7] New execute-commands hook for centralized workflow
 2020-03-05 16:51 UTC  (10+ messages)
` [PATCH 1/7] receive-pack: new external execute-commands hook
` [PATCH 2/7] receive-pack: feed all commands to post-receive
` [PATCH 3/7] receive-pack: try `execute-commands --pre-receive`
` [PATCH 4/7] receive-pack: read env from execute-commands output
` [PATCH 5/7] refs.c: refactor to reuse ref_is_hidden()
` [PATCH 6/7] receive-pack: new config receive.executeCommandsHookRefs
` [PATCH 7/7] hook: add document and example for "execute-commands" hook

[Test] t1901 - sparse checkout file when lock is taken fails (subtest 19)
 2020-03-05 15:45 UTC 

t0301: inconsistent test results
 2020-03-05 15:22 UTC 

What's cooking in git.git (Mar 2020, #01; Tue, 3)
 2020-03-05 15:17 UTC  (11+ messages)
` hv/receive-denycurrent-everywhere, was "

parsing `git cat-file tag <tag-id>`
 2020-03-05  7:24 UTC 

[PATCH RESEND] remote-curl: show progress for fetches over dumb HTTP
 2020-03-05  7:03 UTC  (3+ messages)

[Breakage] t0410 - subtests report unable to remove non-existent file
 2020-03-04 22:13 UTC 

[PATCH v8 00/15] add git-bugreport tool
 2020-03-04 21:39 UTC  (12+ messages)
` [PATCH v9 0/5] "
  ` [PATCH v9 1/5] help: move list_config_help to builtin/help
  ` [PATCH v9 2/5] bugreport: add tool to generate debugging info
  ` [PATCH v9 3/5] bugreport: gather git version and build info
  ` [PATCH v9 4/5] bugreport: add uname info
  ` [PATCH v9 5/5] bugreport: add compiler info

rebase --abort Unespected behavior
 2020-03-04 20:55 UTC  (4+ messages)

[PATCH 0/2] Add HTTPS proxy SSL options (cert, key, cainfo)
 2020-03-04 18:40 UTC  (11+ messages)
` [PATCH v2 "
  ` [PATCH v2 1/2] http: add client cert for HTTPS proxies
  ` [PATCH v2 2/2] config: documentation for HTTPS proxy client cert
  ` [PATCH v3 0/2] Add HTTPS proxy SSL options (cert, key, cainfo)
    ` [PATCH v3 1/2] http: add client cert for HTTPS proxies
    ` [PATCH v3 2/2] http: add environment variable for HTTPS proxy

[PATCH] doc: use 'ref' instead of 'commit' for merge-base arguments
 2020-03-04 17:26 UTC  (9+ messages)
` [PATCH v2] doc: use 'rev' "

[PATCH v4] pull: warn if the user didn't say whether to rebase or to merge
 2020-03-04 17:18 UTC  (2+ messages)

[PATCH] t5537: adjust test_oid label
 2020-03-04 16:45 UTC  (3+ messages)
` [PATCH v2] "

Git Rebase: test failing with GIT_TEST_STASH_USE_BUILTIN=false
 2020-03-04 16:41 UTC  (17+ messages)
    ` [External] "
  ` [PATCH 1/2] stash: get git_stash_config at the top level
    ` [PATCH 2/2] stash: remove the stash.useBuiltin setting
      ` non-regression bug in 'git merge' (really, xdiff/xmerge, I think)
    ` [PATCH v2 1/2] stash: get git_stash_config at the top level
      ` [PATCH v2 2/2] stash: remove the stash.useBuiltin setting

[PATCH] t2402: test worktree path when called in .git directory
 2020-03-04 16:20 UTC  (3+ messages)

[GSoC][RFC][PROPOSAL v1] Unify ref-filter formats with other --pretty formats
 2020-03-04 15:16 UTC  (2+ messages)

Question git
 2020-03-04 11:36 UTC  (3+ messages)

`git log --full-diff --follow`: conflicting command line arguments
 2020-03-04 11:52 UTC  (2+ messages)

[PATCH 0/1] gpg-interface: prefer check_signature() for GPG verification
 2020-03-04 11:48 UTC  (4+ messages)
` [PATCH v1 0/2] "
  ` [PATCH v1 1/2] t: increase test coverage of signature verification output
  ` [PATCH v1 2/2] gpg-interface: prefer check_signature() for GPG verification

Signed commit regression?
 2020-03-04 11:33 UTC  (6+ messages)

[PATCH v5 0/3] [Outreachy] advice: revamp advise API
 2020-03-04  3:22 UTC  (13+ messages)
` [PATCH v6 0/4] "
  ` [PATCH v6 3/4] "
  ` [PATCH v7 0/4] [Outreachy] "
    ` [PATCH v7 1/4] advice: extract vadvise() from advise()
    ` [PATCH v7 2/4] advice: change "setupStreamFailure" to "setUpstreamFailure"
    ` [PATCH v7 3/4] advice: revamp advise API
    ` [PATCH v7 4/4] tag: use new advice API to check visibility

[PATCH v3 3/3] builtin/commit-graph.c: support '--input=none'
 2020-03-03 23:27 UTC 

[PATCH 0/4] doc: --recurse-submodules
 2020-03-03 22:12 UTC  (26+ messages)
` [PATCH 1/4] doc: list all commands affected by recurse.submodule
` [PATCH 2/4] doc: document --recurse-submodules for reset and restore
` [PATCH 3/4] doc: explain how to deactivate recurse.submodule completely
` [PATCH 4/4] doc: be more precise on (fetch|pull).recurseSubmodules
` [PATCH v2 0/5] doc: --recurse-submodules
  ` [PATCH v2 1/5] doc: list all commands affected by submodule.recurse
  ` [PATCH v2 2/5] doc: document --recurse-submodules for reset and restore
  ` [PATCH v2 3/5] doc: explain how to deactivate recurse.submodule completely
  ` [PATCH v2 4/5] doc: be more precise on (fetch|push).recurseSubmodules
  ` [PATCH v2 5/5] doc: --recurse-submodules only apply to active submodules

[PATCH 1/1] remote.c: fix handling of push:remote_ref
 2020-03-03 22:48 UTC  (18+ messages)
      ` [PATCH v2 0/2]
        ` [PATCH v2 1/2] remote: drop "explicit" parameter from remote_ref_for_branch()
        ` [PATCH v2 2/2] remote.c: fix handling of %(push:remoteref)

[PATCH] gitk: fix fatal error by dropping duplicated requests
 2020-03-03 22:39 UTC 

Nested submodule checkout
 2020-03-03 22:44 UTC  (11+ messages)
  ` Nested submodule status bug
      ` Spurious GIT_DIR set when in a worktree [was Re: Nested submodule status bug]
        ` GIT_DIR in aliases [Re: "

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

[RFC PATCH] prefix_path: show gitdir when arg is outside repo
 2020-03-03 17:06 UTC  (6+ messages)
` [RFC PATCH v2] "
    ` [PATCH] prefix_path: show gitdir if worktree unavailable

GIT_WORK_TREE; a recipe for disaster
 2020-03-03 14:22 UTC  (2+ messages)

[PATCH] rebase-interactive.c: silence format-zero-length warnings
 2020-03-03 14:20 UTC  (3+ messages)

[PATCH] git-gui: fix error popup when doing blame -> "Show History Context"
 2020-03-03  0:10 UTC  (2+ messages)

[PATCH v3] pull: warn if the user didn't say whether to rebase or to merge
 2020-03-02 22:37 UTC  (5+ messages)

[PATCH] show_one_mergetag: print non-parent in hex form
 2020-03-02 19:17 UTC  (5+ messages)

[PATCH v6 0/3] git-gui: revert untracked files by deleting them
 2020-03-02 18:14 UTC  (5+ messages)
` [PATCH v7 "
  ` [PATCH v7 2/3] git-gui: update status bar to track operations

What's cooking in git.git (Feb 2020, #06; Fri, 28)
 2020-03-02 16:47 UTC  (5+ messages)

Commit signing and pinentry problems
 2020-03-02 14:09 UTC  (2+ messages)

[GSoC][RFC] Proposal: Convert scripts to builtins
 2020-03-02 13:32 UTC  (2+ messages)

Updating linked working trees when receiving packs
 2020-03-02 10:36 UTC 

How does the Git community test each version of Git?
 2020-03-01 16:33 UTC  (2+ messages)

feature suggestion: git symbolic-ref --create-reflog
 2020-03-01  2:08 UTC 

[PATCH v2] pull: warn if the user didn't say whether to rebase or to merge
 2020-02-29 21:21 UTC  (3+ messages)

Contributor Summit Logistics
 2020-02-29 19:04 UTC 

[PATCH 1/1] midx.c: fix an integer overflow
 2020-02-29 17:15 UTC  (5+ messages)

[PATCH] pull: warn if the user didn't say whether to rebase or to merge
 2020-02-29 16:33 UTC  (5+ messages)

ambiguous git-reflog output for symbolic refs
 2020-02-29  4:49 UTC 

[PATCH 0/3] ci: upgrade to the latest Azure Pipelines agent pools
 2020-02-28 23:57 UTC  (7+ messages)
` [PATCH 1/3] t/lib-httpd: avoid using BSD's sed
          ` CI/PR builds on FreeBSD, was "

! [remote rejected] master -> master (unpacker error)
 2020-02-28 22:53 UTC  (6+ messages)

Dropbox do not sync particular files after using git push
 2020-02-28 22:40 UTC  (4+ messages)

[Breakage] t0410 - subtests report unable to remove non-existent file
 2020-02-28 22:32 UTC 

Why does `pull.rebase` default to `false`?
 2020-02-28 21:53 UTC  (7+ messages)

git-shell default working directory
 2020-02-28 20:40 UTC  (7+ 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).