git@vger.kernel.org mailing list mirror (one of many)
 help / color / mirror / code / Atom feed
 messages from 2019-11-21 22:20:39 to 2019-11-25 05:42:09 UTC [more...]

[PATCH 0/4] On Windows, limit which file handles are inherited by spawned child processes
 2019-11-25  5:42 UTC  (6+ messages)
` [PATCH 1/4] mingw: demonstrate that all file handles are inherited by "
` [PATCH 2/4] mingw: work around incorrect standard handles
` [PATCH 3/4] mingw: spawned processes need to inherit only "
` [PATCH 4/4] mingw: restrict file handle inheritance only on Windows 7 and later

[PATCH 0/1] submodule: Fix 'submodule status' when called from a subdirectory
 2019-11-25  4:51 UTC  (10+ messages)
` [PATCH 1/1] "
` [PATCH v2 0/1] "
  ` [PATCH v2 1/1] submodule: fix "
  ` [PATCH v3 0/1] submodule: Fix "
    ` [PATCH v3 1/1] submodule: fix "

[PATCH 0/8] Drop support for git rebase --preserve-merges
 2019-11-25  3:15 UTC  (12+ messages)
` [PATCH 1/8] t5520: do not use `pull.rebase=preserve`
` [PATCH 2/8] remote: warn about unhandled branch.<name>.rebase values
` [PATCH 3/8] tests: stop testing `git rebase --preserve-merges`
` [PATCH 4/8] pull: remove support for `--rebase=preserve`
` [PATCH 5/8] rebase: drop support for `--preserve-merges`
` [PATCH 6/8] git-svn: "
` [PATCH 7/8] rebase: drop the internal `rebase--interactive` command
` [PATCH 8/8] remote: no longer claim that branch.*.rebase=preserve is a thing

git 2.24: git revert <commit1> <commit2> requires extra '--continue'?
 2019-11-25  3:10 UTC  (11+ messages)
    ` [PATCH] sequencer: don't re-read todo for revert and cherry-pick
          ` [PATCH] t3429: try to protect against a potential racy todo file problem

[RFC] Hook management via 'git hooks' command
 2019-11-25  3:04 UTC  (6+ messages)

[PATCH 0/1] sequencer: fix empty commit check when amending
 2019-11-25  3:00 UTC  (13+ messages)
` [PATCH 1/1] "
` [PATCH v2 0/1] "
  ` [PATCH v2 1/1] "

[PATCH 0/1] git-compat-util.h: drop the PRIuMAX definition
 2019-11-25  2:45 UTC  (7+ messages)
` [PATCH 1/1] git-compat-util.h: drop the `PRIuMAX` definition

[PATCH 0/1] reset: parse rev as tree-ish in patch mode
 2019-11-25  2:03 UTC  (8+ messages)
` [PATCH 1/1] "
` [PATCH v2 0/1] "
  ` [PATCH v2 1/1] "

[PATCH v3 0/2] git-gui: revert untracked files by deleting them
 2019-11-24 20:37 UTC  (8+ messages)
` [PATCH v4 "
  ` [PATCH v4 2/2] "
  ` [PATCH v5 0/3] "
    ` [PATCH v5 1/3] git-gui: consolidate naming conventions
    ` [PATCH v5 2/3] git-gui: update status bar to track operations
    ` [PATCH v5 3/3] git-gui: revert untracked files by deleting them

[PATCH v2 0/5] Use complete_action's todo list to do the rebase
 2019-11-24 17:43 UTC  (13+ messages)
` [PATCH v3 "
  ` [PATCH v3 1/5] sequencer: update `total_nr' when adding an item to a todo list
  ` [PATCH v3 2/5] sequencer: update `done_nr' when skipping commands in "
  ` [PATCH v3 3/5] sequencer: move the code writing total_nr on the disk to a new function
  ` [PATCH v3 4/5] rebase: fill `squash_onto' in get_replay_opts()
  ` [PATCH v3 5/5] sequencer: directly call pick_commits() from complete_action()
  ` [PATCH v4 0/5] Use complete_action's todo list to do the rebase
    ` [PATCH v4 1/5] sequencer: update `total_nr' when adding an item to a todo list
    ` [PATCH v4 2/5] sequencer: update `done_nr' when skipping commands in "
    ` [PATCH v4 3/5] sequencer: move the code writing total_nr on the disk to a new function
    ` [PATCH v4 4/5] rebase: fill `squash_onto' in get_replay_opts()
    ` [PATCH v4 5/5] sequencer: directly call pick_commits() from complete_action()

unpacking error
 2019-11-24 14:53 UTC  (4+ messages)
      ` FW: "

[PATCH] git-submodule.txt: mention that 'git submodule update' fetches missing commits
 2019-11-24  6:05 UTC  (3+ messages)
` [PATCH v2] doc: "

[PATCH 0/1] add--interactive: skip index refresh in reset patch mode
 2019-11-24  6:01 UTC  (3+ messages)
` [PATCH 1/1] "

Report of use of "local" per t0000-basic.sh
 2019-11-24  4:24 UTC  (3+ messages)

What's cooking in git.git (Nov 2019, #03; Tue, 19)
 2019-11-23 20:35 UTC  (8+ messages)

Questions on delta base cache fetching
 2019-11-23 19:54 UTC 

[PATCH 00/27] t: general test cleanup + `set -o pipefail`
 2019-11-23  6:21 UTC  (31+ messages)
` [PATCH v2 00/21] t: test cleanup stemming from experimentally enabling pipefail
  ` [PATCH v2 13/21] t5703: simplify one-time-sed generation logic
  ` [PATCH v3 00/22] t: test cleanup stemming from experimentally enabling pipefail
    ` [PATCH v3 01/22] lib-bash.sh: move `then` onto its own line
    ` [PATCH v3 02/22] apply-one-time-sed.sh: modernize style
    ` [PATCH v3 03/22] t0014: remove git command upstream of pipe
    ` [PATCH v3 04/22] t0090: stop losing return codes of git commands
    ` [PATCH v3 05/22] t3301: "
    ` [PATCH v3 06/22] t3600: use test_line_count() where possible
    ` [PATCH v3 07/22] t3600: stop losing return codes of git commands
    ` [PATCH v3 08/22] t3600: comment on inducing SIGPIPE in `git rm`
    ` [PATCH v3 09/22] t4015: stop losing return codes of git commands
    ` [PATCH v3 10/22] t4015: use test_write_lines()
    ` [PATCH v3 11/22] t4138: stop losing return codes of git commands
    ` [PATCH v3 12/22] t5317: "
    ` [PATCH v3 13/22] t5317: use ! grep to check for no matching lines
    ` [PATCH v3 14/22] t5703: simplify one-time-sed generation logic
    ` [PATCH v3 15/22] t5703: stop losing return codes of git commands
    ` [PATCH v3 16/22] t7501: remove spaces after redirect operators
    ` [PATCH v3 17/22] t7501: stop losing return codes of git commands
    ` [PATCH v3 18/22] t7700: drop redirections to /dev/null
    ` [PATCH v3 19/22] t7700: remove spaces after redirect operators
    ` [PATCH v3 20/22] t7700: move keywords onto their own line
    ` [PATCH v3 21/22] t7700: s/test -f/test_path_is_file/
    ` [PATCH v3 22/22] t7700: stop losing return codes of git commands

[PATCH 0/1] doc: Correct man page for the SHAs reported by 'submodule status'
 2019-11-23  5:54 UTC  (6+ messages)
` [PATCH 1/1] Documentation: "
` [PATCH v2 0/1] doc: Document 'git submodule status --cached'
  ` [PATCH v2 1/1] "

git-log diff formatting options: some turn on diffs, some don't
 2019-11-23  2:15 UTC  (2+ messages)

ag/sequencer-todo-updates , was Re: What's cooking in git.git (Nov 2019, #03; Tue, 19)
 2019-11-23  0:47 UTC  (3+ messages)

[PATCH] grep: provide pathspecs/patterns via file or stdin
 2019-11-23  0:28 UTC  (9+ messages)

[PATCH v2 0/1] Limit search for primary key fingerprint
 2019-11-23  0:22 UTC  (10+ 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
  ` [PATCH v4 0/2] Limit search for primary fingerprint
    ` [PATCH v4 1/2] gpg-interface: refactor the free-and-xmemdupz pattern
    ` [PATCH v4 2/2] gpg-interface: limit search for primary key fingerprint

[PATCH 0/1] Limit search for primary key fingerprint
 2019-11-23  0:18 UTC  (8+ messages)
` [PATCH 1/1] gpg-interface: limit "

Announcing git-mentoring@googlegroups.com
 2019-11-23  0:17 UTC  (4+ messages)

[PATCH 0/1] git svn: use rebase --rebase-merges instead of preserve-merges
 2019-11-23  0:08 UTC  (3+ messages)
` [PATCH 1/1] git svn: stop using `rebase --preserve-merges`

git-subtree split misbehaviour with a commit having empty ls-tree for the specified subdir
 2019-11-22 16:55 UTC 

[Bug] git diff assumes executable permissions change is always 0755
 2019-11-22 20:11 UTC  (3+ messages)

[PATCH 0/3] rebase --edit-todo --exec
 2019-11-22 19:08 UTC  (4+ messages)
` [RFC PATCH v2 2/4] rebase: prepare cmd before choosing action

Git CLI
 2019-11-22 18:04 UTC  (2+ messages)

coccinelle: adjustments for array.cocci?
 2019-11-22 16:17 UTC  (15+ messages)
          ` [PATCH] coccinelle: improve array.cocci
              `  "

Should we auto-close PRs on git/git?
 2019-11-22 14:43 UTC  (10+ messages)
          ` GitGitGadget on git/git, was "

[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 

(no subject)
 2019-11-22 10:38 UTC  (3+ messages)
` none
  ` reftable (was: Re: none)

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)

[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  (5+ messages)
` [PATCH 4/8] builtin/config: collect "value_regexp" data in a struct

git clone git clone some://url
 2019-11-22  5:44 UTC  (4+ messages)

[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  (7+ messages)
` [PATCH 01/11] fsmonitor: disable in a bare repo
` [PATCH 04/11] t1510-repo-setup.sh: disable fsmonitor if no .git dir
` [PATCH 11/11] test-lib: clear watchman watches at test completion


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).