git@vger.kernel.org mailing list mirror (one of many)
 help / color / mirror / code / Atom feed
 messages from 2018-04-05 00:05:12 to 2018-04-06 23:21:57 UTC [more...]

[RFC PATCH 00/19] object-store refactoring 3 (replace objects, main ref store)
 2018-04-06 23:21 UTC  (2+ messages)
` [PATCH 01/19] replace_object.c: rename to use dash in file name

[PATCH v5 0/5] Convert some stash functionality to a builtin
 2018-04-06 22:48 UTC  (18+ 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] Make running git under other debugger-like programs easy
 2018-04-06 22:36 UTC  (5+ messages)

[RFC PATCH 0/7] Moved code detection: ignore space on uniform indentation
 2018-04-06 22:27 UTC  (8+ messages)
` [PATCH 3/7] diff.c: do not pass diff options as keydata to hashmap
` [PATCH 5/7] diff.c: refactor internal representation for coloring moved code

[PATCH] t/helper: 'test-chmtime (--get|-g)' to print only the mtime
 2018-04-06 22:19 UTC 

FREAD_READS_DIRECTORIES test fails for the wrong reasons
 2018-04-06 22:07 UTC  (4+ messages)

[PATCH 0/9] Assorted fixes for `git config` (including the "empty sections" bug)
 2018-04-06 21:57 UTC  (19+ 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 08/15] config: introduce an optional event stream while parsing
  ` [PATCH v2 09/15] config: avoid using the global variable `store`
  ` [PATCH v2 11/15] git_config_set: do not use a state machine

[PATCH v7 00/13] nd/pack-objects-pack-struct updates
 2018-04-06 21:47 UTC  (3+ messages)
` [PATCH v8 00/15] "

[PATCH v3 0/3] Enable more compiler warnings for devs
 2018-04-06 21:42 UTC  (6+ messages)
` [PATCH 4/3] Makefile: untangle DEVELOPER and -Werror

git 2.17.0: uninitialized value $rec in scalar chomp at ...Git.pm line 557
 2018-04-06 21:05 UTC  (9+ messages)
` [PATCH] git-svn: avoid warning on undef readline()

[PATCH] t5404: relax overzealous test
 2018-04-06 20:35 UTC  (5+ messages)

Self-inflicted "abort" in a newbie attempt at read-only exploration of a cloned repository?
 2018-04-06 20:27 UTC  (6+ messages)

[PATCH] Documentation/git-bisect.txt: git bisect term → git bisect terms
 2018-04-06 20:21 UTC 

reg. fatal: The remote end hung up unexpectedly on NFS
 2018-04-06 19:48 UTC  (3+ messages)

[PATCH 0/3] Lazy-load trees when reading commit-graph
 2018-04-06 19:45 UTC  (9+ messages)
` [PATCH v2 0/4] "
  ` [PATCH v2 1/4] treewide: rename tree to maybe_tree
  ` [PATCH v2 2/4] commit: create get_commit_tree() method
  ` [PATCH v2 3/4] treewide: replace maybe_tree with accessor methods
  ` [PATCH v2 4/4] commit-graph: lazy-load trees for commits

Git send-email not sending email patches as subsequent replies
 2018-04-06 19:28 UTC 

[PATCH] ls-remote: create option to sort by versions
 2018-04-06 19:27 UTC  (9+ messages)
` [PATCH v8] ls-remote: create '--sort' option
      ` [PATCH 1/3] ref-filter: use "struct object_id" consistently
      ` [PATCH 2/3] ref-filter: make ref_array_item allocation more consistent
      ` [PATCH 3/3] ref-filter: factor ref_array pushing into its own function
` [PATCH v10] ls-remote: create '--sort' option

[PATCH 0/1] Colorize some errors on stderr
 2018-04-06 18:48 UTC  (15+ messages)
` [PATCH v2 0/4] Colorize push errors
  ` [PATCH v2 1/4] color: introduce support for colorizing stderr
  ` [PATCH v2 2/4] push: colorize errors
  ` [PATCH v2 3/4] Add a test to verify that push errors are colorful
  ` [PATCH v2 4/4] Document the new color.* settings to colorize push errors/hints

[RFC PATCH 0/7] Fix `git clean` with pathspecs
 2018-04-06 17:53 UTC  (16+ 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

How to configure sendemail for no-auth?
 2018-04-06 17:50 UTC  (13+ messages)
` How to undo previously set configuration?

[PATCH v2 0/4] Teach `--default` to `git-config(1)`
 2018-04-06 14:55 UTC  (36+ 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 v5 0/2] *** SUBJECT HERE ***
  ` [PATCH v5 0/2] builtin/config.c: prefer `--type=bool` over `--bool`, etc
    ` [PATCH v5 1/2] builtin/config.c: treat type specifiers singularly
    ` [PATCH v5 2/2] builtin/config.c: prefer `--type=bool` over `--bool`, etc

[PATCH 0/4] Teach `--default` to `git-config(1)`
 2018-04-06  7:40 UTC  (8+ messages)
` [PATCH v5 0/3] builtin/config: introduce `--default`
  ` [PATCH v5 1/3] "
  ` [PATCH v5 2/3] config.c: introduce 'git_config_color' to parse ANSI colors
  ` [PATCH v5 3/3] builtin/config: introduce `color` type specifier

[PATCH] builtin/config.c: prefer `--type=bool` over `--bool`, etc
 2018-04-06  7:04 UTC  (26+ 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 v6 0/2] builtin/config.c: support `--type=<type>` as preferred alias for `--type`
  ` [PATCH v6 1/2] builtin/config.c: treat type specifiers singularly
  ` [PATCH v6 2/2] builtin/config.c: support `--type=<type>` as preferred alias for `--type`

Errors testing on macOS High Sierra version 10.13.4
 2018-04-06  0:20 UTC  (3+ messages)

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

Is support for 10.8 dropped?
 2018-04-05 21:46 UTC  (2+ messages)

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

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

[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


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