messages from 2020-04-02 13:17:25 to 2020-04-04 13:44:00 UTC [more...]
[PATCH 0/7] New execute-commands hook for centralized workflow
2020-04-04 13:43 UTC (26+ messages)
` [PATCH v6 0/7] New proc-receive "
` [PATCH v7 "
` [PATCH v8 "
` [PATCH v8 1/7] transport: not report a non-head push as a branch
` [PATCH v8 2/7] receive-pack: add new proc-receive hook
` [PATCH v8 3/7] refs.c: refactor to reuse ref_is_hidden()
` [PATCH v8 4/7] receive-pack: new config receive.procReceiveRefs
` [PATCH v8 5/7] receive-pack: refactor report for proc-receive
` [PATCH v8 6/7] t5412: test the proc-receive hook on HTTP protocol
` [PATCH v8 7/7] doc: add documentation for the proc-receive hook
` [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 0/2] use `curl-config --cflags`
2020-04-04 13:38 UTC (2+ messages)
Feature request: rebase -i inside of rebase -i
2020-04-04 12:39 UTC (12+ messages)
[PATCH] Fix -Wmaybe-uninitialized warnings under -O0
2020-04-04 12:07 UTC (6+ messages)
[PATCH] git-rebase.txt: add another hook to the hooks section, and explain more
2020-04-04 9:33 UTC (5+ messages)
` [PATCH v2] "
[PATCH v2 00/17] merge: learn --autostash
2020-04-04 1:11 UTC (48+ 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 v4 00/23] merge: learn --autostash
` [PATCH v4 01/23] Makefile: ASCII-sort += lists
` [PATCH v4 02/23] t7600: use test_write_lines()
` [PATCH v4 03/23] sequencer: stop leaking buf
` [PATCH v4 04/23] sequencer: reuse strbuf_trim() in read_oneliner()
` [PATCH v4 05/23] sequencer: make file exists check more efficient
` [PATCH v4 06/23] sequencer: make read_oneliner() accept flags
` [PATCH v4 07/23] sequencer: configurably warn on non-existent files
` [PATCH v4 08/23] sequencer: make read_oneliner() extern
` [PATCH v4 09/23] rebase: use read_oneliner()
` [PATCH v4 10/23] sequencer: make apply_rebase() accept a path
` [PATCH v4 11/23] sequencer: rename stash_sha1 to stash_oid
` [PATCH v4 12/23] rebase: use apply_autostash() from sequencer.c
` [PATCH v4 13/23] rebase: generify reset_head()
` [PATCH v4 14/23] reset: extract reset_head() from rebase
` [PATCH v4 15/23] rebase: extract create_autostash()
` [PATCH v4 16/23] rebase: generify create_autostash()
` [PATCH v4 17/23] sequencer: extract perform_autostash() from rebase
` [PATCH v4 18/23] sequencer: unlink autostash in apply_autostash()
` [PATCH v4 19/23] sequencer: implement save_autostash()
` [PATCH v4 20/23] sequencer: implement apply_autostash_oid()
` [PATCH v4 21/23] merge: teach --autostash option
` [PATCH v4 22/23] t5520: make test_pull_autostash() accept expect_parent_num
` [PATCH v4 23/23] pull: pass --autostash to merge
[PATCH v2 0/4] Travis + Azure jobs for linux with musl libc
2020-04-04 1:08 UTC (15+ messages)
` [PATCH v3 0/6] "
` [PATCH v3 2/6] ci/lib-docker: preserve required environment variables
` [PATCH v4 0/6] Travis jobs for linux with musl libc
` [PATCH v4 1/6] ci: make MAKEFLAGS available inside the Docker container in the Linux32 job
` [PATCH v4 2/6] ci/lib-docker: preserve required environment variables
` [PATCH v4 3/6] ci/linux32: parameterise command to switch arch
` [PATCH v4 4/6] ci: refactor docker runner script
` [PATCH v4 5/6] ci/linux32: libify install-dependencies step
` [PATCH v4 6/6] travis: build and test on Linux with musl libc and busybox
[PATCH 00/15] [RFC] Maintenance jobs and job runner
2020-04-04 0:16 UTC (18+ messages)
` [PATCH 01/15] run-job: create barebones builtin
` [PATCH 02/15] run-job: implement commit-graph job
` [PATCH 03/15] run-job: implement fetch job
` [PATCH 04/15] run-job: implement loose-objects job
` [PATCH 05/15] run-job: implement pack-files job
` [PATCH 06/15] run-job: auto-size or use custom pack-files batch
` [PATCH 07/15] config: add job.pack-files.batchSize option
` [PATCH 08/15] job-runner: create builtin for job loop
` [PATCH 09/15] job-runner: load repos from config by default
` [PATCH 10/15] job-runner: use config to limit job frequency
` [PATCH 11/15] job-runner: use config for loop interval
` [PATCH 12/15] job-runner: add --interval=<span> option
` [PATCH 13/15] job-runner: skip a job if job.<job-name>.enabled is false
` [PATCH 14/15] job-runner: add --daemonize option
` [PATCH 15/15] runjob: customize the loose-objects batch size
[PATCH 0/3] commit-graph: error out on invalid commit oids in 'write --stdin-commits'
2020-04-03 23:10 UTC (11+ messages)
` [PATCH 3/3] "
What's cooking in git.git (Mar 2020, #10; Tue, 31)
2020-04-03 22:56 UTC (9+ messages)
[PATCH] diff: restrict when prefetching occurs
2020-04-03 22:12 UTC (13+ 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 0/5] ci: replace our Azure Pipeline by GitHub Actions
2020-04-03 22:07 UTC (5+ messages)
` [PATCH 2/5] ci/lib: allow running in "
` [PATCH 3/5] ci: configure GitHub Actions for CI/PR
The closing bracket is missing
2020-04-03 21:25 UTC (3+ messages)
[PATCH v2 00/11] Finish converting git bisect to C part 2
2020-04-03 21:19 UTC (9+ 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 v2 03/11] bisect--helper: reimplement `bisect_next` and `bisect_auto_next` shell functions in C
Possible regression in git 2.26.0
2020-04-03 19:53 UTC (4+ messages)
fast-import's hash table is slow
2020-04-03 19:01 UTC (12+ messages)
[PATCH] fast-import: replace custom hash with hashmap.c
2020-04-03 18:53 UTC (2+ messages)
[PATCH] rebase.c: teach --no-gpg-sign to git-rebase
2020-04-03 18:40 UTC (17+ messages)
` [PATCH v2 0/5] Honour and Document --no-gpg-sign
` [PATCH v2 1/5] rebase.c: honour --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 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 (7+ messages)
` [PATCH v3 "
` [PATCH v3 9/9] update-ref: implement interactive transaction handling
git rebase backend change: post-checkout hook is not ran by 'merge' backend
2020-04-03 9:08 UTC (4+ messages)
Can not logout from github account on git bash
2020-04-03 8:27 UTC (2+ messages)
[PATCH] git-submodule.sh: setup uninitialized variables
2020-04-03 2:56 UTC (3+ messages)
[PATCH] sequencer: honor GIT_REFLOG_ACTION
2020-04-02 19:05 UTC (8+ 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 (3+ messages)
[REGRESSION] gitk can't be run from non-worktree folders
2020-04-02 17:47 UTC (5+ messages)
[PATCH 0/6] Doc: drop support for docbook-xsl before 1.74
2020-04-02 16:48 UTC (5+ messages)
[PATCH] commit-graph: fix buggy --expire-time option
2020-04-02 16:36 UTC (7+ messages)
` [PATCH v2 0/2] "
` [PATCH v2 1/2] t5319: replace 'touch -m' with 'test-tool chmtime'
[PATCH v2 0/6] ci: replace our Azure Pipeline by GitHub Actions
2020-04-02 13:17 UTC (8+ messages)
` [PATCH v3 "
` [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
page: next (older) | prev (newer) | latest
- recent:[subjects (threaded)|topics (new)|topics (active)]
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).