git@vger.kernel.org mailing list mirror (one of many)
 help / color / mirror / code / Atom feed
 messages from 2019-11-29 13:52:53 to 2019-12-04 20:04:54 UTC [more...]

[BUG?] ls-files -o now traverses nested repo when given multiple pathspecs
 2019-12-04 20:04 UTC  (4+ messages)

[PATCH 1/2] revision: clear the topo-walk flags in reset_revision_walk
 2019-12-04 19:47 UTC  (6+ messages)
` [PATCH 2/2] revision: free topo_walk_info before creating a new one in init_topo_walk

[PATCH v3 0/6] Add --pathspec-from-file option for reset, commit
 2019-12-04 19:25 UTC  (18+ messages)
` [PATCH v4 00/13] Add --pathspec-from-file option
  ` [PATCH v4 01/13] parse-options.h: add new options `--pathspec-from-file`, `--pathspec-file-nul`
  ` [PATCH v4 02/13] pathspec: add new function to parse file
  ` [PATCH v4 03/13] doc: reset: synchronize <pathspec> description
  ` [PATCH v4 04/13] reset: support the `--pathspec-from-file` option
  ` [PATCH v4 05/13] doc: commit: synchronize <pathspec> description
  ` [PATCH v4 06/13] commit: support the --pathspec-from-file option
  ` [PATCH v4 07/13] cmd_add: prepare for next patch
  ` [PATCH v4 08/13] add: support the --pathspec-from-file option
  ` [PATCH v4 09/13] doc: checkout: remove duplicate synopsis
  ` [PATCH v4 10/13] doc: checkout: fix broken text reference
  ` [PATCH v4 11/13] doc: checkout: synchronize <pathspec> description
  ` [PATCH v4 12/13] doc: restore: "
  ` [PATCH v4 13/13] checkout, restore: support the --pathspec-from-file option

[RFC PATCH v2 0/2] rebase -i: extend rebase.missingCommitsCheck to `--edit-todo'
 2019-12-04 19:19 UTC  (5+ messages)
` [PATCH v3 0/2] rebase -i: extend rebase.missingCommitsCheck
  ` [PATCH v3 1/2] sequencer: move check_todo_list_from_file() to rebase-interactive.c
  ` [PATCH v3 2/2] rebase-interactive: warn if commit is dropped with `rebase --edit-todo'

What's cooking in git.git (Dec 2019, #01; Mon, 2)
 2019-12-04 18:53 UTC  (8+ messages)

[PATCH] gitk branch name encoding utf-8 probrem
 2019-12-04 18:36 UTC 

This list is now also archived on lore.kernel.org/git
 2019-12-04 18:28 UTC  (8+ messages)
` [PATCH 0/2] Hi Peff,
  ` [PATCH v2 0/3] Doc: replace opaque mail archive links with lore.kernel.org
    ` [PATCH v2 1/3] doc: replace MARC "
    ` [PATCH v2 2/3] RelNotes: replace Gmane with real Message-IDs
    ` [PATCH v2 3/3] doc: replace LKML link with lore.kernel.org

[PATCH] packfile.c: speed up loading lots of packfiles
 2019-12-04 18:15 UTC  (15+ messages)
` hashmap vs khash? "

[PATCH v4 00/27] t: test cleanup stemming from experimentally enabling pipefail
 2019-12-04 18:13 UTC  (15+ messages)
` [PATCH v5 00/26] "
  ` [PATCH v5 22/26] t7700: consolidate code into test_no_missing_in_packs()
  ` [PATCH v5 26/26] t7700: stop losing return codes of git commands
          ` t: remove inappropriate uses of test_must_fail(), was "

Bug with "git rebase" when format.useAutoBase is set
 2019-12-04 17:26 UTC  (16+ messages)
` [PATCH 0/5] rebase: fix breakage with `format.useAutoBase`
  ` [PATCH 1/5] t3400: demonstrate failure with format.useAutoBase
  ` [PATCH v2 0/5] rebase: fix breakage with `format.useAutoBase`
    ` [PATCH v2 5/5] rebase: fix format.useAutoBase breakage
    ` [PATCH v3 0/5] rebase: fix breakage with `format.useAutoBase`
      ` [PATCH v3 1/5] t3400: demonstrate failure with format.useAutoBase
      ` [PATCH v3 2/5] format-patch: fix indentation
      ` [PATCH v3 3/5] t4014: use test_config()
      ` [PATCH v3 4/5] format-patch: teach --no-base
      ` [PATCH v3 5/5] rebase: fix format.useAutoBase breakage

[PATCH v2] contrib: git-cpcover: copy cover letter
 2019-12-04 17:07 UTC  (7+ messages)

[PATCH 0/1] git-p4: use lfs.storage instead of local .git/lfs
 2019-12-04 16:51 UTC  (3+ messages)
` [PATCH 1/1] git-p4: use lfs.storage instead of local .git/lfs Use lfs.storage if it defined in git.config. If lfs.storage not define - used local .git/lfs. Original code uses local .git/lfs in sync/clone operations, but if you have external lfs storage better to use it

[PATCH v2 0/3] git-p4.py: Cast byte strings to unicode strings in python3
 2019-12-04  6:14 UTC  (6+ messages)
` [PATCH v3 0/1] "
  ` [PATCH v3 1/1] Python3 support for t9800 tests. Basic P4/Python3 support

Push a ref to a remote with many refs
 2019-12-04  4:05 UTC  (6+ messages)
` [PATCH] send-pack: use OBJECT_INFO_QUICK to check negative objects

[PATCH 0/2] Advice upon clone --recurse-submodules --reference
 2019-12-03 16:50 UTC  (6+ messages)
` [PATCH v2 "
  ` [PATCH v2 1/2] Doc: explain submodule.alternateErrorStrategy
  ` [PATCH v2 2/2] submodule--helper: advise on fatal alternate error

[PATCH 0/2] Feature: New Variable git-p4.binary
 2019-12-03 15:59 UTC  (5+ messages)
` [PATCH v2 0/3] Feature: New Variable git-p4.p4program

[PATCH 0/1] Brown-bag fix on top of js/mingw-inherit-only-std-handles
 2019-12-03 12:04 UTC  (27+ messages)
` [PATCH 1/1] mingw: do set `errno` correctly when trying to restrict handle inheritance
` [PATCH v2 0/2] Brown-bag fix on top of js/mingw-inherit-only-std-handles
  ` [PATCH v2 1/2] mingw: do set `errno` correctly when trying to restrict handle inheritance
  ` [PATCH v2 2/2] mingw: translate ERROR_SUCCESS to errno = 0
  ` [PATCH v3 0/2] Brown-bag fix on top of js/mingw-inherit-only-std-handles
    ` [PATCH v3 1/2] mingw: do set `errno` correctly when trying to restrict handle inheritance
    ` [PATCH v3 2/2] mingw: translate ERROR_SUCCESS to errno = 0

one bug on git
 2019-12-03  9:30 UTC  (7+ messages)

[RFC] Hook management via 'git hooks' command
 2019-12-02 23:46 UTC  (11+ messages)

[PATCH 0/1] pkt-line: fix a typo
 2019-12-02 17:02 UTC  (4+ messages)
` [PATCH 1/1] "

[PATCH] t4210: skip i18n tests that don't work on FreeBSD
 2019-12-02 17:01 UTC  (5+ messages)
` [PATCH v2] "

Fw: [PATCH] Documentation: networking: device drivers: Remove stray asterisks
 2019-12-02 14:22 UTC  (8+ messages)
  `  "

git-status performance with submodules
 2019-12-02 14:05 UTC  (3+ messages)

difftool fails with dangling symlinks, writes to targets outside of the repository
 2019-12-02 12:23 UTC  (2+ messages)

[PATCH] t5150: skip request-pull test if Perl is disabled
 2019-12-02  6:19 UTC  (4+ messages)

[PATCH] t7812: add missing redirects
 2019-12-02  6:13 UTC  (7+ messages)
` [PATCH] t7812: expect failure for grep -i with invalid UTF-8 data

[PATCH 0/1] contrib/buildsystems: fix Visual Studio Debug configuration
 2019-12-01 23:41 UTC  (7+ messages)
` [PATCH 1/1] "

[PATCH v5 0/3] git-gui: revert untracked files by deleting them
 2019-12-01 20:09 UTC  (11+ messages)
` [PATCH v6 "
  ` [PATCH v6 2/3] git-gui: update status bar to track operations
  ` [PATCH v7 0/3] git-gui: revert untracked files by deleting them
    ` [PATCH v7 1/3] git-gui: consolidate naming conventions
    ` [PATCH v7 2/3] git-gui: update status bar to track operations
    ` [PATCH v7 3/3] git-gui: revert untracked files by deleting them

[PATCH 0/2] checkout: die() on ambiguous tracking branches
 2019-12-01 16:52 UTC  (4+ messages)
` [PATCH v2 "

[PATCH] t9300-fast-import: don't hang if background fast-import exits too early
 2019-12-01 15:38 UTC  (4+ messages)

[PATCH v4 0/2] commit-graph: use start_delayed_progress()
 2019-12-01  9:33 UTC  (6+ messages)
` [PATCH v5 "

[PULL] Documentation for 5.5
 2019-12-01  0:40 UTC 

[PATCH 0/4] On Windows, limit which file handles are inherited by spawned child processes
 2019-11-30 22:10 UTC  (8+ messages)
` [PATCH 3/4] mingw: spawned processes need to inherit only standard handles

[PATCH 0/1] gpg-interface: prefer check_signature() for GPG verification
 2019-11-30 21:57 UTC  (3+ messages)
` [PATCH 1/1] "

git-rebase produces incorrect output
 2019-11-30 17:58 UTC  (6+ messages)

[PATCH 0/8] build-in add -i: implement all commands in the main loop
 2019-11-29 21:11 UTC  (11+ messages)
` [PATCH v2 0/9] built-in "
  ` [PATCH v2 1/9] add-interactive: make sure to release `rev.prune_data`
  ` [PATCH v2 2/9] built-in add -i: allow filtering the modified files list
  ` [PATCH v2 3/9] built-in add -i: prepare for multi-selection commands
  ` [PATCH v2 4/9] built-in add -i: implement the `update` command
  ` [PATCH v2 5/9] built-in add -i: re-implement `revert` in C
  ` [PATCH v2 6/9] built-in add -i: re-implement `add-untracked` "
  ` [PATCH v2 7/9] built-in add -i: implement the `patch` command
  ` [PATCH v2 8/9] built-in add -i: re-implement the `diff` command
  ` [PATCH v2 9/9] built-in add -i: offer the `quit` command


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