messages from 2020-03-02 18:18:37 to 2020-03-08 15:38:22 UTC [more...]
[PATCH 0/7] New execute-commands hook for centralized workflow
2020-03-08 15:38 UTC (14+ 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
` [PATCH v2 0/5] New proc-receive hook for centralized workflow
` [PATCH v2 1/5] receive-pack: add new proc-receive hook
` [PATCH v2 2/5] refs.c: refactor to reuse ref_is_hidden()
` [PATCH v2 3/5] receive-pack: new config receive.procReceiveRefs
[Test] t1901 - sparse checkout file when lock is taken fails (subtest 19)
2020-03-08 8:46 UTC (2+ messages)
` [PATCH] t1091: don't grep for `strerror()` string
[ANNOUNCE] Git v2.26.0-rc0
2020-03-07 22:16 UTC (3+ messages)
[GSoC][RFC][PROPOSAL v2] Unify ref-filter formats with other --pretty formats
2020-03-07 19:40 UTC
Git Merge 2020 slides and reproducibility
2020-03-07 19:38 UTC (6+ messages)
[Feature request] Worktree and reflinks
2020-03-07 14:37 UTC
What's cooking in git.git (Mar 2020, #01; Tue, 3)
2020-03-07 12:16 UTC (15+ messages)
` [PATCH] update how-to-maintain-git
` hv/receive-denycurrent-everywhere, was Re: What's cooking in git.git (Mar 2020, #01; Tue, 3)
[L10N] Kickoff for Git 2.26.0 round #1
2020-03-07 2:26 UTC
[PATCH 0/4] Fix bugs related to real_path()
2020-03-06 23:06 UTC (12+ messages)
` [PATCH 1/4] set_git_dir: fix crash when used with real_path()
` [PATCH 2/4] real_path: remove unsafe API
` [PATCH 3/4] real_path_if_valid(): "
` [PATCH 4/4] get_superproject_working_tree(): return strbuf
[Outreachy][PATCH 00/10] Finish converting git bisect to C part 2
2020-03-06 19:05 UTC (7+ messages)
` [PATCH 02/10] bisect--helper: reimplement `bisect_next` and `bisect_auto_next` shell functions in C
[PATCH v8 00/15] add git-bugreport tool
2020-03-06 18:58 UTC (17+ 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
What's cooking in git.git (Mar 2020, #02; Thu, 5)
2020-03-06 17:54 UTC (4+ messages)
Git Rebase: test failing with GIT_TEST_STASH_USE_BUILTIN=false
2020-03-06 17:29 UTC (19+ messages)
` [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
[ANNOUNCE] Git for Windows 2.26.0-rc0
2020-03-06 16:03 UTC
git-core: try_to_follow_renames(): git killed by SIGSEGV
2020-03-06 14:44 UTC (2+ messages)
[PATCH] prepare_shell_cmd: add code comment
2020-03-06 12:41 UTC
Git Test Coverage Report (v2.26.0-rc0)
2020-03-06 12:08 UTC
Git Test Coverage Report (March 6, 2020)
2020-03-06 12:05 UTC
[PATCH 0/1] gpg-interface: prefer check_signature() for GPG verification
2020-03-06 11:59 UTC (6+ 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
git range-diff picky about passed ranges
2020-03-06 9:19 UTC
[PATCH 0/4] doc: --recurse-submodules
2020-03-06 4:17 UTC (25+ messages)
` [PATCH 1/4] doc: list all commands affected by recurse.submodule
` [PATCH 2/4] doc: document --recurse-submodules for reset and restore
` [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 0/9] [RFC] Changed Paths Bloom Filters
2020-03-05 19:49 UTC (2+ messages)
[PATCH v4] pull: warn if the user didn't say whether to rebase or to merge
2020-03-05 18:30 UTC (3+ messages)
t0301: inconsistent test results
2020-03-05 15:22 UTC
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
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] t5537: adjust test_oid label
2020-03-04 16:45 UTC (3+ messages)
` [PATCH v2] "
[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)
Signed commit regression?
2020-03-04 11:33 UTC (5+ messages)
[PATCH v6 0/4] [Outreachy] advice: revamp advise API
2020-03-04 3:22 UTC (9+ messages)
` [PATCH v7 "
` [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 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 (10+ 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 (4+ messages)
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).