messages from 2019-11-20 09:52:50 to 2019-11-22 14:41:11 UTC [more...]
[PATCH 0/4] On Windows, limit which file handles are inherited by spawned child processes
2019-11-22 14:41 UTC (2+ messages)
` [PATCH 2/4] mingw: work around incorrect standard handles
Should we auto-close PRs on git/git?
2019-11-22 13:50 UTC (9+ messages)
` GitGitGadget on git/git, was "
Git CLI
2019-11-22 13:12 UTC
[PATCH 2/2] ci: restore running httpd tests
2019-11-22 13:14 UTC (4+ messages)
` [PATCH 0/2] tests: catch non-bool GIT_TEST_* values
` [PATCH 1/2] tests: add 'test_bool_env' to "
` [PATCH 2/2] t5608-clone-2gb.sh: turn GIT_TEST_CLONE_2GB into a bool
missing tags from "git fetch"
2019-11-22 13:00 UTC (4+ messages)
How to fetch all tags in the history of selected branch, but only those tags?
2019-11-22 12:53 UTC (2+ messages)
difftool fails with dangling symlinks, writes to targets outside of the repository
2019-11-22 12:37 UTC
git-log diff formatting options: some turn on diffs, some don't
2019-11-22 11:42 UTC
(no subject)
2019-11-22 10:38 UTC (3+ messages)
` none
` reftable (was: Re: none)
[PATCH 0/1] sequencer: fix empty commit check when amending
2019-11-22 11:09 UTC (6+ messages)
` [PATCH 1/1] "
No tab completion for git version?
2019-11-22 10:19 UTC
[PATCH 1/2] revision: clear the topo-walk flags in reset_revision_walk
2019-11-22 8:37 UTC (2+ messages)
` [PATCH 2/2] revision: free topo_walk_info before creating a new one in init_topo_walk
[PATCH] perf-lib: remove old result files before running tests
2019-11-22 8:11 UTC (3+ messages)
coccinelle: adjustments for array.cocci?
2019-11-22 7:34 UTC (21+ messages)
` [PATCH] coccinelle: improve array.cocci
` "
[PATCH v2 0/1] commit-graph: use start_delayed_progress()
2019-11-22 7:17 UTC (10+ messages)
` [PATCH v3 0/2] "
` [PATCH v3 2/2] "
` [PATCH v4 0/2] "
` [PATCH v4 1/2] progress: create GIT_PROGRESS_DELAY
` [PATCH v4 2/2] commit-graph: use start_delayed_progress()
GitAttributes feature export-ignore works, but -export-ignore (with dash) should also work
2019-11-22 6:59 UTC (6+ messages)
[GSoC][PATCHl 0/6] rebase -i: support more options
2019-11-22 6:32 UTC (5+ messages)
` [PATCH v5 "
[PATCH 0/8] builtin/config: canonicalize "value_regex" with `--type=bool[-or-int]`
2019-11-22 6:30 UTC (15+ messages)
` [PATCH 2/8] t1300: modernize part of script
` [PATCH 3/8] builtin/config: extract `handle_value_regex()` from `get_value()`
` [PATCH 4/8] builtin/config: collect "value_regexp" data in a struct
` [PATCH 5/8] builtin/config: canonicalize "value_regex" with `--type=bool`
` [PATCH 7/8] builtin/config: warn if "value_regex" doesn't canonicalize as boolean
git clone git clone some://url
2019-11-22 5:44 UTC (6+ messages)
What's cooking in git.git (Nov 2019, #03; Tue, 19)
2019-11-22 5:42 UTC (9+ messages)
[PATCH] grep: provide pathspecs/patterns via file or stdin
2019-11-22 3:56 UTC (5+ messages)
[PATCH 0/1] Limit search for primary key fingerprint
2019-11-22 3:44 UTC (6+ messages)
` [PATCH 1/1] gpg-interface: limit "
[PATCH v2 0/1] Limit search for primary key fingerprint
2019-11-22 3:34 UTC (6+ messages)
` [PATCH v3 0/2] gpg-interface: fix "
` [PATCH v3 1/2] gpg-interface: refactor the free-and-xmemdupz pattern
` [PATCH v3 2/2] gpg-interface: limit search for primary key fingerprint
[BUG] "git checkout BRANCH -- FILE" deletes staged commits
2019-11-22 3:14 UTC (2+ messages)
[PATCH 00/11] Improve testability with GIT_TEST_FSMONITOR
2019-11-22 1:57 UTC (15+ messages)
` [PATCH 01/11] fsmonitor: disable in a bare repo
` [PATCH 02/11] fsmonitor: do not output to stderr for tests
` [PATCH 03/11] t1301-shared-repo.sh: disable FSMONITOR
` [PATCH 04/11] t1510-repo-setup.sh: disable fsmonitor if no .git dir
` [PATCH 05/11] fsmonitor: disable fsmonitor with worktrees
` [PATCH 06/11] t3030-merge-recursive.sh: disable fsmonitor when tweaking GIT_WORK_TREE
` [PATCH 07/11] t3600-rm.sh: disable fsmonitor when deleting populated submodule
` [PATCH 08/11] tests: disable fsmonitor in submodule tests
` [PATCH 09/11] t7063: disable fsmonitor with status cache
` [PATCH 10/11] t7519: disable external GIT_TEST_FSMONITOR variable
` [PATCH 11/11] test-lib: clear watchman watches at test completion
[PATCH 00/27] t: general test cleanup + `set -o pipefail`
2019-11-21 23:22 UTC (26+ messages)
` [PATCH v2 00/21] t: test cleanup stemming from experimentally enabling pipefail
` [PATCH v2 01/21] lib-bash.sh: move `then` onto its own line
` [PATCH v2 02/21] t0014: remove git command upstream of pipe
` [PATCH v2 03/21] t0090: stop losing return codes of git commands
` [PATCH v2 04/21] t3301: "
` [PATCH v2 05/21] t3600: use test_line_count() where possible
` [PATCH v2 06/21] t3600: stop losing return codes of git commands
` [PATCH v2 07/21] t3600: comment on inducing SIGPIPE in `git rm`
` [PATCH v2 08/21] t4015: stop losing return codes of git commands
` [PATCH v2 09/21] t4015: use test_write_lines()
` [PATCH v2 10/21] t4138: stop losing return codes of git commands
` [PATCH v2 11/21] t5317: "
` [PATCH v2 12/21] t5317: use ! grep to check for no matching lines
` [PATCH v2 13/21] t5703: simplify one-time-sed generation logic
` [PATCH v2 14/21] t5703: stop losing return codes of git commands
` [PATCH v2 15/21] t7501: remove spaces after redirect operators
` [PATCH v2 16/21] t7501: stop losing return codes of git commands
` [PATCH v2 17/21] t7700: drop redirections to /dev/null
` [PATCH v2 18/21] t7700: remove spaces after redirect operators
` [PATCH v2 19/21] t7700: move keywords onto their own line
` [PATCH v2 20/21] t7700: s/test -f/test_path_is_file/
` [PATCH v2 21/21] t7700: stop losing return codes of git commands
[PATCH v4 00/17] New sparse-checkout builtin and "cone" mode
2019-11-21 22:04 UTC (46+ messages)
` [PATCH v5 "
` [PATCH v5 02/17] sparse-checkout: create 'init' subcommand
` [PATCH v5 04/17] sparse-checkout: 'set' subcommand
` [PATCH v5 05/17] sparse-checkout: add '--stdin' option to set subcommand
` [PATCH v5 06/17] sparse-checkout: create 'disable' subcommand
` [PATCH v5 10/17] sparse-checkout: init and set in cone mode
` [PATCH v6 00/19] New sparse-checkout builtin and "cone" mode
` [PATCH v6 01/19] sparse-checkout: create builtin with 'list' subcommand
` [PATCH v6 02/19] sparse-checkout: create 'init' subcommand
` [PATCH v6 03/19] clone: add --sparse mode
` [PATCH v6 04/19] sparse-checkout: 'set' subcommand
` [PATCH v6 05/19] sparse-checkout: add '--stdin' option to set subcommand
` [PATCH v6 06/19] sparse-checkout: create 'disable' subcommand
` [PATCH v6 07/19] trace2: add region in clear_ce_flags
` [PATCH v6 08/19] sparse-checkout: add 'cone' mode
` [PATCH v6 09/19] sparse-checkout: use hashmaps for cone patterns
` [PATCH v6 10/19] sparse-checkout: init and set in cone mode
` [PATCH v6 11/19] unpack-trees: hash less "
` [PATCH v6 12/19] unpack-trees: add progress to clear_ce_flags()
` [PATCH v6 13/19] sparse-checkout: sanitize for nested folders
` [PATCH v6 14/19] sparse-checkout: update working directory in-process
` [PATCH v6 15/19] sparse-checkout: use in-process update for disable subcommand
` [PATCH v6 16/19] sparse-checkout: write using lockfile
` [PATCH v6 17/19] sparse-checkout: cone mode should not interact with .gitignore
` [PATCH v6 18/19] sparse-checkout: update working directory in-process for 'init'
` [PATCH v6 19/19] sparse-checkout: check for dirty status
[PATCH 0/3] range-diff: don't compare notes
2019-11-21 18:35 UTC (18+ messages)
` [PATCH v2 0/8] range-diff: learn `--notes`
` [PATCH v2 7/8] range-diff: passthrough --[no-]notes to `git log`
` [PATCH v3 00/10] range-diff: learn `--notes`
` [PATCH v3 01/10] argv-array: add space after `while`
` [PATCH v3 02/10] rev-list-options.txt: remove reference to --show-notes
` [PATCH v3 03/10] pretty-options.txt: --notes accepts a ref instead of treeish
` [PATCH v3 04/10] t3206: remove spaces after redirect operators
` [PATCH v3 05/10] t3206: disable parameter substitution in heredoc
` [PATCH v3 06/10] t3206: s/expected/expect/
` [PATCH v3 07/10] t3206: range-diff compares logs with commit notes
` [PATCH v3 08/10] range-diff: output `## Notes ##` header
` [PATCH v3 09/10] range-diff: pass through --notes to `git log`
` [PATCH v3 10/10] format-patch: pass notes configuration to range-diff
[PATCH v2 0/1] ci: update caskroom/cask/perforce to new location
2019-11-21 11:12 UTC (11+ messages)
` [PATCH v3 "
` [PATCH v3 1/1] ci(osx): use new location of the `perforce` cask
A helper for interactive rebases with conflicts
2019-11-21 8:54 UTC
ag/sequencer-todo-updates , was Re: What's cooking in git.git (Nov 2019, #03; Tue, 19)
2019-11-21 8:17 UTC (4+ messages)
[PATCH 0/8] build-in add -i: implement all commands in the main loop
2019-11-21 8:12 UTC (5+ messages)
` [PATCH 1/8] built-in add -i: allow filtering the modified files list
` [PATCH 2/8] built-in add -i: prepare for multi-selection commands
[PATCH v3 0/1] unpack-trees: skip stat on fsmonitor-valid files
2019-11-21 4:15 UTC (4+ messages)
` [PATCH v4 "
` [PATCH v4 1/1] "
[PATCH 0/3] rebase --edit-todo --exec
2019-11-21 2:00 UTC (7+ messages)
` [RFC PATCH v2 1/4] builtin/rebase.c: reuse loop variable
` [RFC PATCH v2 2/4] rebase: prepare cmd before choosing action
` [RFC PATCH v2 3/4] rebase: extract add_exec()
` [RFC PATCH v2 4/4] rebase -i: allow --edit-todo with --exec
Commit signing and pinentry problems
2019-11-21 0:48 UTC (3+ messages)
[PATCH 0/1] Make git rebase -r's label generation more resilient
2019-11-21 0:16 UTC (5+ messages)
` [PATCH v2 0/2] "
` [PATCH] sequencer: handle rebase-merge for "onto" message
[PATCH v2] MyFirstContribution: add avenues for getting help
2019-11-20 23:40 UTC (10+ messages)
This list is now also archived on lore.kernel.org/git
2019-11-20 19:55 UTC (2+ messages)
Bug report: git stash
2019-11-20 19:12 UTC (2+ messages)
RFC: Moving git-gui development to GitHub
2019-11-20 17:13 UTC (6+ messages)
[ANNOUNCE] Git Rev News edition 57
2019-11-20 17:08 UTC
Reftable format implementation in C and Go
2019-11-20 14:34 UTC (3+ messages)
[PATCH] Feature: custom guitool commands can now have custom keyboard shortcuts
2019-11-20 14:22 UTC (11+ messages)
` Making GitGitGadget's list -> PR comment mirroring bidirectional, was "
[PATCH v3 0/9] add git-bugreport tool
2019-11-20 10:51 UTC (7+ messages)
` [PATCH v3 1/9] bugreport: add tool to generate debugging info
page: next (older) | prev (newer) | latest
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).