git@vger.kernel.org mailing list mirror (one of many)
 help / color / mirror / code / Atom feed
 messages from 2019-11-23 20:50:55 to 2019-11-27 02:09:13 UTC [more...]

Bug with "git rebase" when format.useAutoBase is set
 2019-11-27  2:09 UTC  (2+ messages)
` [PATCH 0/5] rebase: fix breakage with `format.useAutoBase`

Should we auto-close PRs on git/git?
 2019-11-27  1:52 UTC  (17+ messages)
          ` GitGitGadget on git/git, was "

[PATCH 0/3] grep: PCRE JIT fixes
 2019-11-26 23:11 UTC  (5+ messages)
` [PATCH v2 6/8] grep: stess test PCRE v2 on invalid UTF-8 data
  ` [PATCH] t7812: add missing redirects

[PATCH] t1410: use test_line_count
 2019-11-26 22:15 UTC  (2+ messages)

[BUG] "git checkout BRANCH -- FILE" deletes staged commits
 2019-11-26 22:07 UTC  (4+ messages)
    ` Fwd: "

git rebase with rebase-merges option creates bad ref names
 2019-11-26 21:55 UTC  (2+ messages)

Failing tests on s390x and aarch64 architectures
 2019-11-26 21:24 UTC  (3+ messages)

Git Test Coverage Report (Nov 25)
 2019-11-26 20:46 UTC  (2+ messages)

[PATCH] test: use test_must_be_empty F instead of test_cmp empty F
 2019-11-26 20:02 UTC  (2+ messages)

[PATCH] test: use test_must_be_empty F instead of test -z $(cat F)
 2019-11-26 19:46 UTC 

[PATCH] t1400: use test_must_be_empty
 2019-11-26 19:41 UTC 

[PATCH v3 0/5] Use complete_action's todo list to do the rebase
 2019-11-26 18:41 UTC  (9+ messages)
` [PATCH v4 "
  ` [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()

[PATCH] t1512: use test_line_count
 2019-11-26 18:21 UTC 

Bug? clone ignores --git-dir
 2019-11-26 18:07 UTC 

[PATCH] ci: add Cirrus-CI config for FreeBSD CI
 2019-11-26 13:31 UTC  (3+ messages)

[PATCH] shell: use skip_prefix() instead of starts_with()
 2019-11-26 16:41 UTC  (3+ messages)

[PATCH] fmt-merge-msg: use skip_prefix() instead of starts_with()
 2019-11-26 16:10 UTC  (2+ messages)

[PATCH] fetch: use skip_prefix() instead of starts_with()
 2019-11-26 16:09 UTC  (2+ messages)

[PATCH] name-rev: use skip_prefix() instead of starts_with()
 2019-11-26 16:07 UTC  (2+ messages)

[PATCH] push: use skip_prefix() instead of starts_with()
 2019-11-26 15:57 UTC  (2+ messages)

[PATCH v3 0/2] commit-graph: use start_delayed_progress()
 2019-11-26 15:39 UTC  (10+ messages)
` [PATCH v4 "
  ` [PATCH v4 2/2] "
  ` [PATCH v5 0/2] "
    ` [PATCH v5 1/2] progress: create GIT_PROGRESS_DELAY
    ` [PATCH v5 2/2] commit-graph: use start_delayed_progress()

tying files to git repository
 2019-11-26 15:28 UTC  (2+ messages)

[PATCH 0/2] git-gui: revert untracked files by deleting them
 2019-11-26 11:22 UTC  (10+ messages)
` [PATCH v2 "
  ` [PATCH v2 2/2] "

[PATCH] run-command: use prepare_git_cmd() in prepare_cmd()
 2019-11-26  9:06 UTC 

[PATCH] t/perf: don't depend on Git.pm
 2019-11-26  7:11 UTC  (2+ messages)

A new idea to extend git-blame
 2019-11-26  5:36 UTC  (4+ messages)

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

[RFC] Hook management via 'git hooks' command
 2019-11-26  2:41 UTC  (11+ messages)

Timing this week
 2019-11-26  1:36 UTC  (3+ messages)

[PATCH 0/2] Advice upon clone --recurse-submodules --reference
 2019-11-26  1:31 UTC  (3+ messages)
` [PATCH 1/2] Doc: explain submodule.alternateErrorStrategy
` [PATCH 2/2] submodule--helper: advise on fatal alternate error

Travis OS X gcc job is broken (again)
 2019-11-26  1:15 UTC 

[PATCH 0/1] add--interactive: skip index refresh in reset patch mode
 2019-11-26  1:13 UTC  (6+ messages)

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

[PATCH] t5150: skip request-pull test if Perl is disabled
 2019-11-26  0:46 UTC  (3+ messages)

[PATCH] perf-lib: remove old result files before running tests
 2019-11-25 17:04 UTC  (5+ messages)

git 2.24: git revert <commit1> <commit2> requires extra '--continue'?
 2019-11-25 16:40 UTC  (14+ 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

Push a ref to a remote with many refs
 2019-11-25 16:22 UTC  (2+ messages)

[PATCH 0/4] On Windows, limit which file handles are inherited by spawned child processes
 2019-11-25 16:29 UTC  (3+ messages)

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

[PATCH 0/8] build-in add -i: implement all commands in the main loop
 2019-11-25 15:21 UTC  (7+ 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

Delivery Status Notification (Failure)
 2019-11-25 14:26 UTC  (3+ messages)
    ` rebase comment char (was: Delivery Status Notification (Failure))

Announcing git-mentoring@googlegroups.com
 2019-11-25 14:23 UTC  (5+ messages)

[PATCH 2/2] ci: restore running httpd tests
 2019-11-25 13:53 UTC  (6+ 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

[PATCH] test-lib-functions: suppress a 'git rev-parse' error in 'test_commit_bulk'
 2019-11-25 13:19 UTC  (2+ messages)

git-log diff formatting options: some turn on diffs, some don't
 2019-11-25 10:46 UTC  (3+ messages)

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

What's cooking in git.git (Nov 2019, #04; Mon, 25)
 2019-11-25  7:17 UTC 

[PATCH v3 0/9] Rewrite packfile reuse code
 2019-11-25  6:36 UTC  (4+ messages)

[PATCH 0/1] submodule: Fix 'submodule status' when called from a subdirectory
 2019-11-25  6:32 UTC  (11+ 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  (7+ messages)
` [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 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

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: "


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