git@vger.kernel.org mailing list mirror (one of many)
 help / color / mirror / code / Atom feed
 messages from 2020-05-04 21:10:04 to 2020-05-06 14:34:10 UTC [more...]

[PATCH 0/5] ci: replace our Azure Pipeline by GitHub Actions
 2020-05-06 14:33 UTC  (11+ messages)
` [PATCH v5 00/12] "
  ` [PATCH v5 10/12] tests: when run in Bash, annotate test failures with file name/line number

[PATCH] ci: respect the [skip ci] convention in our GitHub workflow "CI/PR"
 2020-05-06 14:25 UTC  (38+ messages)
` [PATCH v2 0/2] Limit GitHub Actions to designated branches
  ` [PATCH v2 1/2] CI: limit "
  ` [PATCH v2 2/2] SubmittingPatches: advertise GitHub Actions CI
  ` [PATCH v3 0/3] Provide option to opt in/out GitHub Actions
    ` [PATCH v3 1/3] SubmittingPatches: advertise GitHub Actions CI
    ` [PATCH v3 2/3] CI: limit GitHub Actions to designated branches
    ` [PATCH v3 3/3] fixup! "

[PATCH] commit: silence git-gc if --quiet is given
 2020-05-06 14:01 UTC 

[RFC] subtree: handle unmerged history trees
 2020-05-06 14:00 UTC 

[RFC] subtree: say last line of progress when all commits has been processed
 2020-05-06 13:12 UTC 

[RFC] subtree: use say and exit 0 rather than die in case of no new revision found scenario
 2020-05-06 13:11 UTC 

[PATCH] midx: apply gitconfig to midx repack
 2020-05-06 12:03 UTC  (8+ messages)
` [PATCH v2 0/2] "
  ` [PATCH v2 1/2] "
  ` [PATCH v2 2/2] multi-pack-index: respect repack.packKeptObjects=false

option -q not passed from "git commit" to "git gc --auto"
 2020-05-06  9:43 UTC 

[PATCH v4] submodule: port subcommand 'set-url' from shell to C
 2020-05-06  8:09 UTC  (2+ messages)

[PATCH v6 1/4] gitfaq: files in .gitignore are tracked
 2020-05-06  8:00 UTC  (4+ messages)
` [PATCH v6 2/4] gitfaq: changing the remote of a repository
` [PATCH v6 3/4] gitfaq: partial cloning "
` [PATCH v6 4/4] gitfaq: fetching and pulling "

[PATCH v9 00/10] Reftable support git-core
 2020-05-06  4:29 UTC  (8+ messages)
` [PATCH v10 00/12] "
  ` [PATCH v10 02/12] Iterate over the "refs/" namespace in for_each_[raw]ref
        ` Pseudo ref handling (was Re: [PATCH v10 02/12] Iterate over the "refs/" namespace in for_each_[raw]ref)
  ` [PATCH v11 00/12] Reftable support git-core

newbie question - how to upgrade older existing git version 2.9.3.windows.1 to latest release
 2020-05-06  3:59 UTC  (2+ messages)

[PATCH] Doc: reference the "stash list" in autostash docs
 2020-05-06  3:57 UTC  (4+ messages)

[PATCH] git-p4.py: fix --prepare-p4-only error with multiple commits
 2020-05-06  3:44 UTC  (2+ messages)

[PATCH] docs: document credential.helper allowed values
 2020-05-06  0:30 UTC  (2+ messages)

[PATCH 0/8] commit-graph: drop CHECK_OIDS, peel in callers
 2020-05-06  0:07 UTC  (27+ messages)
` [PATCH 1/8] commit-graph.c: extract 'refs_cb_data'
` [PATCH 2/8] commit-graph.c: show progress of finding reachable commits
` [PATCH 3/8] commit-graph.c: peel refs in 'add_ref_to_set'
` [PATCH 4/8] builtin/commit-graph.c: extract 'read_one_commit()'
` [PATCH 5/8] builtin/commit-graph.c: dereference tags in builtin
` [PATCH 6/8] commit-graph.c: simplify 'fill_oids_from_commits'
` [PATCH 7/8] t5318: reorder test below 'graph_read_expect'
` [PATCH 8/8] commit-graph: drop COMMIT_GRAPH_WRITE_CHECK_OIDS flag
` [PATCH v2 0/8] commit-graph: drop CHECK_OIDS, peel in callers
  ` [PATCH v2 1/8] commit-graph.c: extract 'refs_cb_data'
  ` [PATCH v2 2/8] commit-graph.c: show progress of finding reachable commits
  ` [PATCH v2 3/8] commit-graph.c: peel refs in 'add_ref_to_set'
  ` [PATCH v2 4/8] builtin/commit-graph.c: extract 'read_one_commit()'
  ` [PATCH v2 5/8] builtin/commit-graph.c: dereference tags in builtin
  ` [PATCH v2 6/8] commit-graph.c: simplify 'fill_oids_from_commits'
  ` [PATCH v2 7/8] t5318: reorder test below 'graph_read_expect'
  ` [PATCH v2 8/8] commit-graph: drop COMMIT_GRAPH_WRITE_CHECK_OIDS flag

Rename offensive terminology (master)
 2020-05-05 23:16 UTC  (4+ messages)

GIT Branch Maintenance
 2020-05-05 23:10 UTC  (2+ messages)

What's cooking in git.git (May 2020, #02; Tue, 5)
 2020-05-05 23:06 UTC  (3+ messages)

[PATCH] rebase --autosquash: fix a potential segfault
 2020-05-05 22:33 UTC  (6+ messages)
` [PATCH v2] "

git for-each-ref - sorting by multiple keys
 2020-05-05 21:30 UTC  (16+ messages)
` [PATCH 1/2] ref-filter: apply --ignore-case to all sorting keys
        ` [PATCH] CodingGuidelines: drop arithmetic expansion advice to use "$x"
` [PATCH 2/2] ref-filter: apply fallback refname sort only after all user sorts

RFE: teach gitk to automatically mark .git/rebase-merge/stopped-sha
 2020-05-05 20:42 UTC  (3+ messages)

git send-email loses annotate changes on error
 2020-05-05 18:29 UTC 

[PATCH 0/4] pack-bitmap: use bitmaps for traversals with '--filter=tree:0'
 2020-05-05 18:20 UTC  (12+ messages)
` [PATCH 1/4] list-objects-filter: treat NULL filter_options as "disabled"
` [PATCH 2/4] pack-bitmap.c: make object filtering functions generic
` [PATCH 3/4] pack-bitmap.c: support 'tree:0' filtering
` [PATCH 4/4] pack-bitmap: pass object filter to fill-in traversal

[PATCH 0/8] CMake build system for git
 2020-05-05 18:17 UTC  (22+ messages)

[PATCH v2 0/1] enhance "git restore --worktree --staged" behavior
 2020-05-05 16:04 UTC  (3+ messages)
` [PATCH v2 1/1] restore: default to HEAD when combining --staged and --worktree

[PATCH v12 3/7] receive-pack: add new proc-receive hook
 2020-05-05 15:25 UTC  (10+ messages)
` [PATCH v14 0/7] New proc-receive hook for centralized workflow
` [PATCH v14 1/7] transport: not report a non-head push as a branch
` [PATCH v14 2/7] receive-pack: add new proc-receive hook
` [PATCH v14 3/7] New capability "report-status-v2" for git-push
  ` [PATCH v14 8/7] fixup! "
` [PATCH v14 4/7] receive-pack: feed report options to post-receive
` [PATCH v14 5/7] refs.c: refactor to reuse ref_is_hidden()
` [PATCH v14 6/7] receive-pack: new config receive.procReceiveRefs
` [PATCH v14 7/7] doc: add documentation for the proc-receive hook

[PATCH 0/6] Minimal patch series to fix the CI runs of hn/reftable
 2020-05-05  8:02 UTC  (5+ messages)

[PATCH] git-gui: msys2 compatibility patches
 2020-05-05 12:28 UTC  (4+ messages)

Git 2.26.2 and failed self tests on OS X
 2020-05-05 12:26 UTC  (10+ messages)

[PATCH v4 1/4] gitfaq: files in .gitignore are tracked
 2020-05-05 12:26 UTC  (6+ messages)
` [PATCH v4 3/4] gitfaq: shallow cloning a repository

`git am` always fails applying patch from `git format-patch -U0`
 2020-05-05 12:03 UTC 

[PATCH] builtin/receive-pack: avoid generic function name hmac
 2020-05-05 11:48 UTC  (8+ messages)
` [PATCH v2] builtin/receive-pack: avoid generic function name hmac()

[PATCH v1.1] lib-submodule-update: pass OVERWRITING_FAIL
 2020-05-05 11:43 UTC  (2+ messages)
` [PATCH v1.2] "

[RFC PATCH v1 0/6] stash: drop usage of a second index
 2020-05-05 10:48 UTC  (7+ messages)
` [RFC PATCH v1 1/6] stash: mark `i_tree' in reset_tree() const
` [RFC PATCH v1 2/6] stash: remove the second index in stash_working_tree()
` [RFC PATCH v1 3/6] stash: remove the second index in stash_patch()
` [RFC PATCH v1 4/6] stash: remove the second index in save_untracked_files()
` [RFC PATCH v1 5/6] stash: remove the second index in restore_untracked()
` [RFC PATCH v1 6/6] stash: remove `stash_index_path'

file is showing as modified even that it was never commited
 2020-05-05  8:34 UTC  (14+ messages)

[PATCH 0/2] enhance "git restore --worktree --staged" behavior
 2020-05-05  4:44 UTC  (7+ messages)
` [PATCH 2/2] restore: default to HEAD when combining --worktree and --staged

[RFC PATCH] credential: minor documentation fixes
 2020-05-05  1:39 UTC  (6+ messages)
` [PATCH 0/4] credential: documentation updates for maint
  ` [PATCH 1/4] credential: update description for credential_from_url_gently
  ` [PATCH 2/4] credential: correct order of parameters for credential_match
  ` [PATCH 3/4] credential: update gitcredentials documentation
  ` [PATCH 4/4] credential: document protocol updates

What's cooking in git.git (Apr 2020, #04; Thu, 30)
 2020-05-05  0:16 UTC  (5+ messages)

[PATCH] fetch: allow running as different users in shared repositories
 2020-05-05  0:08 UTC  (7+ messages)
  ` Re[2]: "

tig: bug when binding to 'generic'?
 2020-05-04 23:14 UTC  (6+ messages)

[PATCH 7/7] commit-graph.c: introduce '--[no-]check-oids'
 2020-05-04 22:16 UTC  (11+ messages)

[PATCH] commit-graph: avoid memory leaks
 2020-05-04 22:15 UTC  (4+ messages)

[PATCH] sparse-checkout: stop blocking empty workdirs
 2020-05-04 22:00 UTC  (3+ messages)

[PATCH 00/12] Integrating line-log and changed-path Bloom filters
 2020-05-04 21:50 UTC  (5+ messages)
` [PATCH 11/12] line-log: try to use generation number-based topo-ordering
` [PATCH 12/12] line-log: integrate with changed-path Bloom filters

[PATCH] send-email: Defines smtpPassCmd config option
 2020-05-04 21:29 UTC  (8+ messages)

git fast-export not preserving executable permissions?
 2020-05-04 14:23 UTC  (5+ 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).