git@vger.kernel.org mailing list mirror (one of many)
 help / color / mirror / code / Atom feed
 messages from 2018-04-03 13:06:19 to 2018-04-05 18:36:50 UTC [more...]

[RFC PATCH 0/7] Fix `git clean` with pathspecs
 2018-04-05 18:36 UTC  (10+ messages)
` [RFC PATCH 1/7] dir.c: Fix typo in comment
` [RFC PATCH 2/7] dir.c: fix off-by-one error in match_pathspec_item
` [RFC PATCH 3/7] t7300: Add some testcases showing failure to clean specified pathspecs
` [RFC PATCH 4/7] dir: Directories should be checked for matching pathspecs too
` [RFC PATCH 5/7] dir: Make the DO_MATCH_SUBMODULE code reusable for a non-submodule case
` [RFC PATCH 6/7] dir: If our pathspec might match files under a dir, recurse into it
` [RFC PATCH 7/7] If we do not want globs to recurse into subdirs without -d

[PATCH v2 2/2] git-svn: allow empty email-address in authors-prog and authors-file
 2018-04-05 18:23 UTC  (4+ messages)
` [PATCH v3] git-svn: allow empty email-address using "

[PATCH] Make running git under other debugger-like programs easy
 2018-04-05 17:49 UTC 

[PATCH 1/2] Documentation: Fix several one-character-off spelling errors
 2018-04-05 17:49 UTC  (3+ messages)
` [PATCH 2/2] Documentation: Normalize spelling of 'normalised'

[PATCH] mergetools: add support for guiffy
 2018-04-05 17:07 UTC  (2+ messages)

[PATCH v11 00/10] convert: add support for different encodings
 2018-04-05 16:41 UTC  (5+ messages)
` [PATCH v11 06/10] convert: add 'working-tree-encoding' attribute

Timing issue in t5570 "daemon log records all attributes"
 2018-04-05 16:39 UTC  (4+ messages)

How to configure sendemail for no-auth?
 2018-04-05 16:32 UTC  (9+ messages)
` How to undo previously set configuration?

[RFC PATCH 0/1] bdl-lib.sh: add bash debug logger
 2018-04-05 14:26 UTC  (5+ messages)

[PATCH v5 0/5] Convert some stash functionality to a builtin
 2018-04-05 13:34 UTC  (10+ messages)
` [PATCH v5 1/5] stash: improve option parsing test coverage
` [PATCH v5 2/5] stash: convert apply to builtin
` [PATCH v5 3/5] stash: convert drop and clear "
` [PATCH v5 4/5] stash: convert branch "
` [PATCH v5 5/5] stash: convert pop "

[PATCH] specify encoding for sed command
 2018-04-05  9:43 UTC  (4+ messages)

[PATCH v6 00/14] Serialized Git Commit Graph
 2018-04-05  8:27 UTC  (4+ messages)
` [PATCH v7 "
  ` [PATCH v7 14/14] commit-graph: implement "--additive" option

[PATCH v2 0/4] Teach `--default` to `git-config(1)`
 2018-04-05  2:59 UTC  (17+ messages)
` [PATCH v3 "
  ` [PATCH v3 1/3] builtin/config: introduce `--default`
  ` [PATCH v3 2/3] config.c: introduce 'git_config_color' to parse ANSI colors
  ` [PATCH v3 3/3] builtin/config: introduce `color` type specifier
  ` [PATCH v4 0/3] Teach `--default` to `git-config(1)`
    ` [PATCH v4 1/3] builtin/config: introduce `--default`
    ` [PATCH v4 2/3] config.c: introduce 'git_config_color' to parse ANSI colors
    ` [PATCH v4 3/3] builtin/config: introduce `color` type specifier

[PATCH] builtin/config.c: prefer `--type=bool` over `--bool`, etc
 2018-04-05  2:02 UTC  (12+ messages)
` [PATCH v3 0/2] "
  ` [PATCH v3 1/2] builtin/config.c: treat type specifiers singularly
  ` [PATCH v3 2/2] builtin/config.c: prefer `--type=bool` over `--bool`, etc
` [PATCH v4 0/2] "
  ` [PATCH v4 1/2] builtin/config.c: treat type specifiers singularly
  ` [PATCH v4 2/2] builtin/config.c: prefer `--type=bool` over `--bool`, etc

[PATCH] ls-remote: create option to sort by versions
 2018-04-05  0:04 UTC  (10+ messages)
` [PATCH v7] ls-remote: create '--sort' option
` [PATCH v8] "
` [PATCH v9] "
` [PATCH v10] "

[RFC PATCH v2] git-submodule.sh:cmd_update: if submodule branch exists, fetch that instead of default
 2018-04-04 21:41 UTC  (7+ messages)
` [RFC PATCH v3 1/2] "
` [RFC PATCH v3 2/2] t7406: add test for non-default branch in submodule

[PATCH] send-email: report host and port separately when calling git credential
 2018-04-04 21:14 UTC  (5+ messages)
  ` [PATCH] send-email: fix docs regarding storing password with "

commit -> public-inbox link helper
 2018-04-04 21:02 UTC  (5+ messages)

What's cooking in git.git (Mar 2018, #06; Fri, 30)
 2018-04-04 20:49 UTC  (5+ messages)
` js/runtime-prefix-windows, was "

[PATCH] Change permissions on git-completion.bash
 2018-04-04 20:21 UTC  (2+ messages)

[PATCH 0/6] Compute and consume generation numbers
 2018-04-04 19:46 UTC  (43+ messages)
` [PATCH 1/6] object.c: parse commit in graph first
` [PATCH 2/6] commit: add generation number to struct commmit
` [PATCH 3/6] commit-graph: compute generation numbers
` [PATCH 4/6] commit: use generations in paint_down_to_common()
` [PATCH 5/6] commit.c: use generation to halt paint walk
` [PATCH 6/6] commit-graph.txt: update future work
        ` [PATCH 7/6] ref-filter: use generation number for --contains
          ` [PATCH 8/6] commit: use generation numbers for in_merge_bases()

Errors testing on macOS High Sierra version 10.13.4
 2018-04-04 17:06 UTC 

Socket activation for GitWeb FastCGI with systemd?
 2018-04-04 16:36 UTC  (3+ messages)

[PATCH 1/2] completion: improve ls-files filter performance
 2018-04-04 16:16 UTC  (5+ messages)
` [PATCH 2/2] completion: simplify ls-files filter
    ` [PATCH] completion: improve ls-files filter performance

[PATCH 0/3] Lazy-load trees when reading commit-graph
 2018-04-04 12:08 UTC  (9+ messages)
` [PATCH 3/3] commit-graph: lazy-load trees

[PATCH v2 2/2] t3200: verify "branch --list" sanity when rebasing from detached HEAD
 2018-04-04  8:09 UTC  (3+ messages)
` [PATCH v3 "

[ANNOUNCE] Git v2.17.0
 2018-04-04  2:39 UTC  (2+ messages)

[PATCH] Fix condition for redirecting stderr
 2018-04-03 22:13 UTC 

[RFC][PATCH] git-stash: convert git stash list to C builtin
 2018-04-03 21:38 UTC  (3+ messages)

[PATCH 0/9] Assorted fixes for `git config` (including the "empty sections" bug)
 2018-04-03 21:36 UTC  (37+ messages)
` [PATCH 1/9] git_config_set: fix off-by-two
        ` A potential approach to making tests faster on Windows
` [PATCH v2 00/15] Assorted fixes for `git config` (including the "empty sections" bug)
  ` [PATCH v2 01/15] git_config_set: fix off-by-two
  ` [PATCH v2 02/15] t1300: rename it to reflect that `repo-config` was deprecated
  ` [PATCH v2 03/15] t1300: demonstrate that --replace-all can "invent" newlines
  ` [PATCH v2 04/15] config --replace-all: avoid extra line breaks
  ` [PATCH v2 05/15] t1300: avoid relying on a bug
  ` [PATCH v2 06/15] t1300: remove unreasonable expectation from TODO
  ` [PATCH v2 07/15] t1300: `--unset-all` can leave an empty section behind (bug)
  ` [PATCH v2 08/15] config: introduce an optional event stream while parsing
  ` [PATCH v2 09/15] config: avoid using the global variable `store`
  ` [PATCH v2 10/15] config_set_store: rename some fields for consistency
  ` [PATCH v2 11/15] git_config_set: do not use a state machine
  ` [PATCH v2 12/15] git_config_set: make use of the config parser's event stream
  ` [PATCH v2 13/15] git config --unset: remove empty sections (in the common case)
  ` [PATCH v2 14/15] git_config_set: reuse empty sections

[RFC PATCH 0/7] Moved code detection: ignore space on uniform indentation
 2018-04-03 21:05 UTC  (16+ messages)
` [PATCH 5/7] diff.c: refactor internal representation for coloring moved code
        ` [PATCH] diff: add a blocks mode for moved code detection
` [PATCH 7/7] diff.c: add --color-moved-ignore-space-delta option

[PATCH] commit: allow partial commits with relative paths
 2018-04-03 17:57 UTC 

[PATCH] l10n: de.po: fix a 'add --interactive' message
 2018-04-03 17:35 UTC 

[PATCH] l10n: de.po: translate 132 new messages
 2018-04-03 17:34 UTC  (3+ messages)

[PATCH] l10n: TEAMS: remove inactive de team members
 2018-04-03 17:30 UTC 

[PATCH] t2028: tighten grep expression to make "move worktree" test more robust
 2018-04-03 15:21 UTC  (2+ messages)

[PATCH v3 0/3] Enable more compiler warnings for devs
 2018-04-03 15:17 UTC  (5+ messages)
` [PATCH 4/3] Makefile: untangle DEVELOPER and -Werror

Bad refspec messes up bundle
 2018-04-03 14:38 UTC  (5+ messages)

Test 5561 failed
 2018-04-03 14:01 UTC  (6+ messages)
  ` [PATCH 0/2] t5561 fails without curl installed
    ` [PATCH 1/2] t5561: drop curl stderr redirects
    ` [PATCH 2/2] t5561: skip tests if curl is not available

[PATCH v2 0/5] Add --no-ahead-behind to status
 2018-04-03 13:47 UTC  (11+ messages)
` [PATCH v2 1/5] core.aheadbehind: add new config setting


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