git@vger.kernel.org mailing list mirror (one of many)
 help / color / mirror / code / Atom feed
 messages from 2020-04-09 23:41:54 to 2020-04-13 16:48:47 UTC [more...]

[PATCH v9 0/6] New proc-receive hook for centralized workflow
 2020-04-13 16:48 UTC  (23+ messages)
` [PATCH v10 0/8] "
  ` [PATCH v11 0/7] "
  ` [PATCH v11 1/7] transport: not report a non-head push as a branch
  ` [PATCH v11 3/7] receive-pack: add new proc-receive hook
  ` [PATCH v11 5/7] refs.c: refactor to reuse ref_is_hidden()
  ` [PATCH v11 6/7] receive-pack: new config receive.procReceiveRefs
` [PATCH v10 1/8] transport: not report a non-head push as a branch
` [PATCH v10 2/8] receive-pack: add new proc-receive hook
` [PATCH v10 3/8] refs.c: refactor to reuse ref_is_hidden()
` [PATCH v10 4/8] receive-pack: new config receive.procReceiveRefs
` [PATCH v10 5/8] connect: export parse_feature_value()
` [PATCH v10 6/8] receive-pack: extension for server-side report
` [PATCH v10 7/8] send-pack: extension for client-side status report
` [PATCH v10 8/8] doc: add documentation for the proc-receive hook

[PATCH 0/3] Integrate changed-path Bloom filters with 'git blame'
 2020-04-13 16:21 UTC  (24+ messages)
` [PATCH 1/3] revision: complicated pathspecs disable filters
` [PATCH 2/3] commit: write commit-graph with bloom filters
` [PATCH 3/3] blame: use changed-path Bloom filters
` [PATCH v2 0/4] Integrate changed-path Bloom filters with 'git blame'
  ` [PATCH v2 1/4] revision: complicated pathspecs disable filters
  ` [PATCH v2 2/4] commit: write commit-graph with Bloom filters
  ` [PATCH v2 3/4] commit-graph: write commit-graph in more tests
  ` [PATCH v2 4/4] blame: use changed-path Bloom filters

Git pull stuck when Trace2 target set to Unix Stream Socket
 2020-04-13 16:00 UTC  (2+ messages)

[PATCH 1/2] gitk: re-generate German po file from current source code
 2020-04-13 15:45 UTC  (3+ messages)

[PATCH] log: add log.excludeDecoration config option
 2020-04-13 15:49 UTC  (2+ messages)

[PATCH] clone: document partial clone section
 2020-04-13 15:26 UTC  (5+ messages)
` [PATCH v2 0/3] "
  ` [PATCH v2 1/3] partial-clone: set default filter with --partial
  ` [PATCH v2 2/3] clone: document --partial and --filter options
  ` [PATCH v2 3/3] clone: document partial clone section

[PATCH 03/15] run-job: implement fetch job
 2020-04-13 14:14 UTC  (2+ messages)

[PATCH v2 0/1] update gitfaq
 2020-04-13 14:09 UTC  (2+ messages)
` [PATCH v2 1/1] gitfaq: append the 'Common Issues' section

[PATCH v2 0/1] update gitfaq
 2020-04-13 10:55 UTC 

configure remote/local as mine/theirs
 2020-04-13 10:53 UTC  (4+ messages)

[PATCH 0/6] fixup ra/rebase-i-more-options
 2020-04-13  9:58 UTC  (7+ messages)
` [PATCH 1/6] Revert "Revert "Merge branch 'ra/rebase-i-more-options'""

[PATCH] gitk: fix the context menu not appearing in the presence of submodule diffs
 2020-04-13  5:11 UTC  (2+ messages)

Cherry pick a commit but with files in another location
 2020-04-13  5:43 UTC  (5+ messages)

[PATCH 0/6] better handling of gigantic config files
 2020-04-13  0:49 UTC  (13+ messages)
` [PATCH 1/6] remote: drop auto-strlen behavior of make_branch() and make_rewrite()
` [PATCH 2/6] parse_config_key(): return subsection len as size_t
` [PATCH 3/6] config: drop useless length variable in write_pair()
` [PATCH 4/6] git_config_parse_key(): return baselen as size_t
` [PATCH 5/6] config: use size_t to store parsed variable baselen
` [PATCH 6/6] config: reject parsing of files over INT_MAX

[PATCH 0/5] ci: replace our Azure Pipeline by GitHub Actions
 2020-04-12 22:25 UTC  (33+ messages)
` [PATCH 2/5] ci/lib: allow running in "
` [PATCH v4 00/12] ci: replace our Azure Pipeline by "
  ` [PATCH v4 05/12] ci: explicit install all required packages
` [PATCH v5 00/12] ci: replace our Azure Pipeline by GitHub Actions
  ` [PATCH v5 01/12] ci/lib: if CI type is unknown, show the environment variables
  ` [PATCH v5 02/12] ci/lib: allow running in GitHub Actions
  ` [PATCH v5 03/12] ci/lib: set TERM environment variable if not exist
  ` [PATCH v5 04/12] ci: fix the `jobname` of the `GETTEXT_POISON` job
  ` [PATCH v5 05/12] ci: explicit install all required packages
  ` [PATCH v5 06/12] ci: run gem with sudo to install asciidoctor
  ` [PATCH v5 07/12] ci: configure GitHub Actions for CI/PR
  ` [PATCH v5 08/12] README: add a build badge for the GitHub Actions runs
  ` [PATCH v5 09/12] ci: retire the Azure Pipelines definition
  ` [PATCH v5 10/12] tests: when run in Bash, annotate test failures with file name/line number
  ` [PATCH v5 11/12] ci: add a problem matcher for GitHub Actions
  ` [PATCH v5 12/12] ci: let GitHub Actions upload failed tests' directories

[PATCH v3 00/16] Changed Paths Bloom Filters
 2020-04-12 20:34 UTC  (4+ messages)
` [PATCH v4 00/15] "

[PATCH] Make stashing nothing exit 1
 2020-04-12 13:08 UTC  (3+ messages)

[PATCH] submodule: add verbose mode for add/update
 2020-04-12  6:31 UTC  (3+ messages)
` When will this patch be merged?

[PATCH] mingw: make is_hidden tests in t0001/t5611 more robust
 2020-04-11 21:27 UTC  (11+ messages)
` [PATCH v2 0/3] Make the tests that test core.hideDotFiles "
  ` [PATCH v2 1/3] t: consolidate the `is_hidden` functions
  ` [PATCH v2 2/3] mingw: make test_path_is_hidden tests in t0001/t5611 more robust
  ` [PATCH v2 3/3] t: fix casing of the operating system `Windows`
  ` [PATCH v3 0/3] Make the tests that test core.hideDotFiles more robust
    ` [PATCH v3 1/3] t: consolidate the `is_hidden` functions
    ` [PATCH v3 2/3] mingw: make test_path_is_hidden more robust
    ` [PATCH v3 3/3] t: restrict `is_hidden` to be called only on Windows

[PATCH] rebase -i: mark commits that begin empty in todo editor
 2020-04-11 21:14 UTC  (25+ messages)
` [PATCH v2 0/3] "
  ` [PATCH v2 1/3] "
  ` [PATCH v2 2/3] rebase: reinstate --no-keep-empty
  ` [PATCH v2 3/3] rebase: fix an incompatible-options error message
  ` [PATCH v3 0/4] rebase -i: mark commits that begin empty in todo editor
    ` [PATCH v3 1/4] "
    ` [PATCH v3 2/4] rebase: reinstate --no-keep-empty
    ` [PATCH v3 3/4] rebase: fix an incompatible-options error message
    ` [PATCH v3 4/4] rebase --merge: optionally skip upstreamed commits

[PATCH] merge: use skip_prefix to parse config key
 2020-04-11  7:11 UTC  (6+ messages)
      ` [PATCH v2] "

[PATCH v3] rebase --merge: optionally skip upstreamed commits
 2020-04-11  2:46 UTC  (5+ messages)

[PATCH v2] revision: --include-diversions adds helpful merges
 2020-04-10 21:43 UTC  (4+ messages)
` [PATCH v3] revision: --show-pulls "

Notes from Git Contributor Summit, Los Angeles (April 5, 2020)
 2020-04-10 21:31 UTC  (7+ messages)
` [TOPIC 2/17] Hooks in the future

Possible regression in git 2.26.0
 2020-04-10 21:00 UTC  (3+ messages)

[PATCH] mingw: cope with the Isilon network file system
 2020-04-10 20:21 UTC  (3+ messages)
` [PATCH v2] "

[PATCH 0/2] Add more issues in gitfaq
 2020-04-10 18:29 UTC  (5+ messages)
` [PATCH 1/2] gitfaq: cleanup gitfaq.txt

[PATCH] clean: explicitly `fflush` stdout
 2020-04-10 18:16 UTC  (14+ messages)
` [PATCH v2 0/2] Explicitly fflush stdout in git clean
  ` [PATCH v2 1/2] Refactor code asking the user for input interactively
  ` [PATCH v2 2/2] Explicitly `fflush` stdout before expecting interactive input
  ` [PATCH v3 0/2] Explicitly fflush stdout in git clean
    ` [PATCH v3 1/2] Refactor code asking the user for input interactively
    ` [PATCH v3 2/2] Explicitly `fflush` stdout before expecting interactive input

Possible impacts on Git due to COVID19
 2020-04-10 17:47 UTC  (2+ messages)

[PATCH] rebase -i: mark commits that begin empty in todo editor
 2020-04-10 17:25 UTC 

[PATCH v4 00/23] merge: learn --autostash
 2020-04-10 16:26 UTC  (4+ messages)
` [PATCH v5 00/22] "

[PATCH] mingw: use modern strftime implementation if possible
 2020-04-10 14:39 UTC  (3+ messages)

[PATCH 0/3] add travis job for linux with musl libc
 2020-04-10 13:38 UTC  (7+ messages)
` [PATCH v2 0/4] Travis + Azure jobs "
  ` [PATCH v2 3/4] travis: build and test on Linux with musl libc and busybox

[PATCH v2 0/2] Explicitly fflush stdout in git clean
 2020-04-10 12:46 UTC 

[PATCH] config.txt: move closing "----" to cover entire listing
 2020-04-10  7:09 UTC  (5+ messages)

Commit includes rename which was not staged, nor actually performed
 2020-04-10  6:47 UTC  (3+ messages)

[BUG] segmentation fault in git-diff
 2020-04-10  5:39 UTC  (9+ messages)
        ` Re* "

[PATCH] pack-format: document missing fields
 2020-04-10  1:19 UTC  (3+ messages)

[PATCH] builtin/receive-pack: use constant-time comparison for HMAC value
 2020-04-10  0:56 UTC  (4+ 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).