messages from 2020-02-19 16:21:58 to 2020-02-21 16:04:01 UTC [more...]
GSoC and Outreachy Summer 2020?
2020-02-21 16:03 UTC (8+ messages)
[PATCH v7 00/15] add git-bugreport tool
2020-02-21 15:22 UTC (65+ messages)
` [PATCH v7 03/15] bugreport: add tool to generate debugging info
` [PATCH v7 06/15] bugreport: add compiler info
` [PATCH v7 07/15] bugreport: add git-remote-https version
` [PATCH v8 00/15] add git-bugreport tool
` [PATCH v8 01/15] help: move list_config_help to builtin/help
` [PATCH v8 02/15] help: add shell-path to --build-options
` [PATCH v8 03/15] bugreport: add tool to generate debugging info
` [PATCH v8 04/15] bugreport: gather git version and build info
` [PATCH v8 05/15] bugreport: add uname info
` [PATCH v8 06/15] bugreport: add compiler info
` [PATCH v8 07/15] bugreport: add git-remote-https version
` [PATCH v8 08/15] bugreport: include user interactive shell
` [PATCH v8 09/15] bugreport: generate config safelist based on docs
` [PATCH v8 10/15] bugreport: add config values from safelist
` [PATCH v8 11/15] bugreport: collect list of populated hooks
` [PATCH v8 12/15] bugreport: count loose objects
` [PATCH v8 13/15] bugreport: add packed object summary
` [PATCH v8 14/15] bugreport: list contents of $OBJDIR/info
` [PATCH v8 15/15] bugreport: summarize contents of alternates file
git - file types / metadata
2020-02-21 8:39 UTC
[PATCH v5 0/5] Reftable support git-core
2020-02-21 6:40 UTC (15+ messages)
` [PATCH v6 "
` [PATCH v6 4/5] Add reftable library
[PATCH] run-command.c: ensure signaled hook scripts are waited upon
2020-02-21 6:39 UTC (2+ messages)
[PATCH v2 0/5] Wildcard matching for credentials
2020-02-21 6:10 UTC (8+ messages)
` [PATCH v2 1/5] mailmap: add an additional email address for brian m. carlson
` [PATCH v2 2/5] t1300: add test for urlmatch with multiple wildcards
` [PATCH v2 3/5] t0300: add tests for some additional cases
` [PATCH v2 4/5] credential: use the last matching username in the config
` [PATCH v2 5/5] credential: allow wildcard patterns when matching config
git does not wait on hook exes (^C)
2020-02-21 6:08 UTC (8+ messages)
[PATCH] describe: output tag's ref instead of embedded name
2020-02-21 6:00 UTC (18+ messages)
BUG: git clean -d cannot remove files from read-only directories
2020-02-21 5:38 UTC (4+ messages)
` [EXTERNAL] "
[PATCH] clone: teach --single-branch and --branch during --recurse
2020-02-21 5:28 UTC (10+ messages)
` [PATCH v2] clone: pass --single-branch during --recurse-submodules
` [PATCH v3 0/2] propagate --single-branch during clone --recurse-submodules
` [PATCH v3 1/2] submodule--helper: use C99 named initializer
` [PATCH v3 2/2] clone: pass --single-branch during --recurse-submodules
[GSoC][RFC][PATCH 0/2] STRBUF_INIT_CONST Cover
2020-02-21 5:21 UTC (5+ messages)
` [GSoC][RFC][PATCH 1/2] STRBUF_INIT_CONST: a new way to initialize strbuf
Peer's Certificate has expired
2020-02-21 3:36 UTC
[PATCH] run-command.h: fix mis-indented struct member
2020-02-21 2:56 UTC
BUG: git clean -d cannot remove files from read-only directories
2020-02-21 1:48 UTC (8+ messages)
` [EXTERNAL] "
BUG: git clean -d cannot remove files from read-only directories
2020-02-21 1:45 UTC (5+ messages)
RFE: git stash --recurse-submodules
2020-02-21 1:32 UTC
[PATCH v2 0/2] [RFC][Outreachy] advice: refactor advise API
2020-02-21 0:34 UTC (8+ messages)
` [PATCH v3 0/2] [Outreachy] advice: revamp "
` [PATCH v3 1/2] "
` [PATCH v3 2/2] advice: extract vadvise() from advise()
[PATCH] completion: add diff --color-moved[-ws]
2020-02-21 0:11 UTC (3+ messages)
[PATCH] sparse-checkout: allow one-character directories in cone mode
2020-02-20 22:46 UTC (2+ messages)
[PATCH 0/9] [RFC] Changed Paths Bloom Filters
2020-02-20 22:10 UTC (7+ messages)
` [PATCH v2 00/11] "
` [PATCH v2 08/11] commit-graph: reuse existing Bloom filters during write
` [PATCH v2 09/11] commit-graph: add --changed-paths option to write subcommand
BUG: git clean -d cannot remove files from read-only directories
2020-02-20 19:29 UTC
[GSoC Patch 1/5] lib-log-graph.sh: consolidate test_cmp_graph logic
2020-02-20 17:49 UTC (15+ messages)
` [GSoC Patch 2/5] t3430: use lib-log-graph functions
` [GSoC Patch 3/5] t4215: "
` [GSoC Patch 4/5] t4214: "
` [GSoC Patch 5/5] t4202: "
` [GSoC PATCH v2 0/2] Consolidate test_cmp_graph logic
` [GSoC PATCH v2 1/2] lib-log-graph: consolidate "
` [PATCH v2 2/2] lib-log-graph: consolidate colored graph cmp logic
[PATCH v3 0/6] Reftable support git-core
2020-02-20 17:20 UTC (10+ messages)
` [PATCH v4 0/5] "
` [PATCH v4 4/5] Add reftable library
Bug: Git: Clone: University Network: No Output on Terminal
2020-02-20 16:07 UTC (6+ messages)
[PATCH 0/4] am: provide a replacement for "cat .git/rebase-apply/patch"
2020-02-20 16:00 UTC (15+ messages)
` [PATCH 1/4] parse-options: convert "command mode" to a flag
` [PATCH 2/4] am: convert "resume" variable to a struct
` [PATCH 3/4] am: support --show-current-patch=raw as a synonym for--show-current-patch
` [PATCH 4/4] am: support --show-current-patch=diff to retrieve .git/rebase-apply/patch
[PATCH v2 0/5] am: provide a replacement for "cat .git/rebase-apply/patch"
2020-02-20 14:15 UTC (6+ messages)
` [PATCH v2 1/5] parse-options: add testcases for OPT_CMDMODE()
` [PATCH v2 2/5] parse-options: convert "command mode" to a flag
` [PATCH v2 3/5] am: convert "resume" variable to a struct
` [PATCH v2 4/5] am: support --show-current-patch=raw as a synonym for--show-current-patch
` [PATCH v2 5/5] am: support --show-current-patch=diff to retrieve .git/rebase-apply/patch
Git Test Coverage Report (Feb. 18, 2020)
2020-02-20 13:52 UTC (3+ messages)
t3513-revert-submodule.sh (3513.8) fails sometimes
2020-02-20 9:50 UTC
[ANNOUNCE] Git for Windows 2.25.1
2020-02-20 5:46 UTC (3+ messages)
git rebase allows branches to be checked out in multiple worktrees
2020-02-20 0:29 UTC
[PATCH 0/6] unpack-trees: fix '--recurse-submodules' when switching from no submodules to nested submodules
2020-02-19 23:32 UTC (5+ messages)
` [PATCH 1/6] t7112: remove mention of KNOWN_FAILURE_SUBMODULE_RECURSIVE_NESTED
` [PATCH 5/6] unpack-trees: check for missing submodule directory in merged_entry
What's cooking in git.git (Feb 2020, #04; Mon, 17)
2020-02-19 22:07 UTC (5+ messages)
[PATCH v3] t3433: new rebase testcase documenting a stat-dirty-like failure
2020-02-19 21:39 UTC (7+ messages)
` [PATCH v4 0/2] "
` [PATCH v4 1/2] "
` [PATCH v4 2/2] merge-recursive: fix the refresh logic in update_file_flags
[PATCH] check-ignore: fix handling with negated patterns
2020-02-19 21:36 UTC (6+ messages)
[PATCH 0/2] Document two partial clone bugs, fix one
2020-02-19 21:20 UTC (11+ messages)
` [PATCH 1/2] partial-clone: demonstrate bugs in partial fetch
` [PATCH 2/2] partial-clone: avoid fetching when looking for objects
[PATCH] t3424: new rebase testcase documenting a stat-dirty-like failure
2020-02-19 19:33 UTC (8+ messages)
[ANNOUNCE] Git Rev News edition 60
2020-02-19 18:01 UTC
[Outreachy] [PATCH v4 00/12] Finish converting git bisect to C part 1
2020-02-19 17:40 UTC (2+ 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).