git@vger.kernel.org mailing list mirror (one of many)
 help / color / mirror / code / Atom feed
 messages from 2017-01-11 01:57:53 to 2017-01-13 21:07:58 UTC [more...]

[RFC] Add support for downloading blobs on demand
 2017-01-13 21:07 UTC  (2+ messages)

[PATCH 0/5] extend git-describe pattern matching
 2017-01-13 20:41 UTC  (21+ messages)
` [PATCH 1/5] doc: add documentation for OPT_STRING_LIST
` [PATCH 2/5] name-rev: extend --refs to accept multiple patterns
` [PATCH 3/5] name-rev: add support to discard refs by pattern match
` [PATCH 4/5] describe: teach --match to accept multiple patterns
` [PATCH 5/5] describe: teach describe negative pattern matches

[PATCH 1/3] xdiff: -W: relax end-of-file function detection
 2017-01-13 20:20 UTC  (8+ messages)
` [PATCH 2/3] xdiff: -W: include immediately preceding non-empty lines in context
` [PATCH 3/3] t/t4051-diff-function-context: improve tests for new diff -W behaviour

[PATCH] lib-submodule-update.sh: drop unneeded shell
 2017-01-13 20:19 UTC  (6+ messages)
  ` [PATCH] lib-submodule-update.sh: reduce use of subshell by using git -C <dir>

[PATCH 0/2] Use env for all perl invocations
 2017-01-13 20:01 UTC  (20+ messages)
` [PATCH 1/2] Convert all 'perl -w' to 'perl' + 'use warnings;'
` [PATCH 2/2] Use 'env' to find perl instead of fixed path

[PATCH 0/3] updates to gitk & git-gui doc now gitview has gone
 2017-01-13 20:05 UTC  (7+ messages)
` [PATCH 1/3] doc: gitk: remove gitview reference
` [PATCH 2/3] doc: gitk: add the upstream repo location
` [PATCH 3/3] doc: git-gui browser does not default to HEAD

[PATCH] submodule update: run custom update script for initial populating as well
 2017-01-13 19:43 UTC 

[PATCH] Documentation/bisect: improve on (bad|new) and (good|bad)
 2017-01-13 19:14 UTC  (2+ messages)

[PATCHv3 1/2] builtin/commit.c: removes the PATH_MAX limitation via dynamic allocation
 2017-01-13 18:33 UTC  (3+ messages)
` [PATCHv3 2/2] builtin/commit.c: switch to xstrfmt(), instead of snprintf,

[PATCH 0/2] Fix the documentation to build with asciidoctor
 2017-01-13 18:31 UTC  (9+ messages)
` [PATCH 1/2] asciidoctor: fix user-manual to be built by `asciidoctor`

submodule network operations [WAS: Re: [RFC/PATCH 0/4] working tree operations: support superprefix]
 2017-01-13 18:30 UTC 

"git fsck" not detecting garbage at the end of blob object files
 2017-01-13 18:00 UTC  (12+ messages)
      ` [PATCH 0/6] loose-object fsck fixes/tightening
        ` [PATCH 1/6] t1450: refactor loose-object removal
        ` [PATCH 2/6] sha1_file: fix error message for alternate objects
        ` [PATCH 3/6] t1450: test fsck of packed objects
        ` [PATCH 4/6] sha1_file: add read_loose_object() function
        ` [PATCH 5/6] fsck: parse loose object paths directly
        ` [PATCH 6/6] fsck: detect trailing garbage in all object types

[RFC/PATCH 0/4] working tree operations: support superprefix
 2017-01-13 17:56 UTC  (10+ messages)
` [PATCH 4/4] unpack-trees: support super-prefix option
    ` [PATCHv2 "

[ANNOUNCE] Git for Windows 2.11.0(2)
 2017-01-13 15:43 UTC 

[PATCH] Remove dependency on deprecated Net::SMTP::SSL
 2017-01-13 14:59 UTC  (3+ messages)

gitk: "lime" color incompatible with older Tk versions
 2017-01-13 11:20 UTC  (3+ messages)

[PATCH v2 0/2] diff --no-index: support symlinks and pipes
 2017-01-13 10:20 UTC  (3+ messages)
` [PATCH v2 1/2] diff --no-index: follow symlinks
` [PATCH v2 2/2] diff --no-index: support reading from pipes

[RFC-PATCH] lib-submodule-update.sh: define tests for recursing into submodules
 2017-01-13  1:51 UTC 

Bug report: Documentation error in git-bisect man description
 2017-01-13  1:39 UTC  (6+ messages)

[PATCH 00/27] Revamp the attribute system; another round
 2017-01-12 23:53 UTC  (28+ messages)
` [PATCH 01/27] commit.c: use strchrnul() to scan for one line
` [PATCH 02/27] attr.c: "
` [PATCH 03/27] attr.c: update a stale comment on "struct match_attr"
` [PATCH 04/27] attr.c: explain the lack of attr-name syntax check in parse_attr()
` [PATCH 05/27] attr.c: complete a sentence in a comment
` [PATCH 06/27] attr.c: mark where #if DEBUG ends more clearly
` [PATCH 07/27] attr.c: simplify macroexpand_one()
` [PATCH 08/27] attr.c: tighten constness around "git_attr" structure
` [PATCH 09/27] attr.c: plug small leak in parse_attr_line()
` [PATCH 10/27] attr: support quoting pathname patterns in C style
` [PATCH 11/27] attr.c: add push_stack() helper
` [PATCH 12/27] Documentation: fix a typo
` [PATCH 13/27] attr.c: outline the future plans by heavily commenting
` [PATCH 14/27] attr: rename function and struct related to checking attributes
` [PATCH 15/27] attr: (re)introduce git_check_attr() and struct attr_check
` [PATCH 16/27] attr: convert git_all_attrs() to use "struct attr_check"
` [PATCH 17/27] attr: convert git_check_attrs() callers to use the new API
` [PATCH 18/27] attr: retire git_check_attrs() API
` [PATCH 19/27] attr: pass struct attr_check to collect_some_attrs
` [PATCH 20/27] attr: change validity check for attribute names to use positive logic
` [PATCH 21/27] attr: use hashmap for attribute dictionary
` [PATCH 22/27] attr: eliminate global check_all_attr array
` [PATCH 23/27] attr: remove maybe-real, maybe-macro from git_attr
` [PATCH 24/27] attr: tighten const correctness with git_attr and match_attr
` [PATCH 25/27] attr: store attribute stacks in hashmap
` [PATCH 26/27] attr: push the bare repo check into read_attr()
` [PATCH 27/27] attr: reformat git_attr_set_direction() function

[PATCH] worktree: fix an 'using plain integer as NULL pointer' warning
 2017-01-12 23:18 UTC 

[PATCH v5 0/4] Per-worktree config file support
 2017-01-12 23:08 UTC  (3+ messages)
` [PATCH/RFC 5/4] Redefine core.bare in multiple working tree setting

Bug report: Git pull hang occasionally
 2017-01-12 21:17 UTC  (6+ messages)

[PATCH v2] diff: add interhunk context config option
 2017-01-12 20:56 UTC  (2+ messages)

git clone failing when used through bundler on Docker for Windows with a shared volume
 2017-01-12 20:51 UTC  (2+ messages)

[PATCH 1/2] mailinfo: Add support for keep_cr
 2017-01-12 20:18 UTC  (7+ messages)
` [PATCH 2/2] mailinfo: Understand forwarded patches

[PATCH v2 00/34] Teach the sequencer to act as rebase -i's backend
 2017-01-12 19:00 UTC  (10+ messages)
` [PATCH v3 00/38] "
  ` [PATCH v3 01/38] sequencer: avoid unnecessary curly braces
  ` [PATCH v3 02/38] sequencer: move "else" keyword onto the same line as preceding brace
  ` [PATCH v3 03/38] sequencer: use a helper to find the commit message
  ` [PATCH v3 06/38] sequencer (rebase -i): implement the 'edit' command

[PATCH] imap-send.c: Avoid deprecated openssl 1.1.0 API
 2017-01-12 16:55 UTC  (3+ messages)

problem with insider build for windows and git
 2017-01-12 16:21 UTC 

[PATCH v3] log --graph: customize the graph lines with config log.graphColors
 2017-01-12 12:20 UTC  (4+ messages)
` [PATCH v4] "

git fast-import crashing on big imports
 2017-01-12  8:21 UTC 

[PATCH 0/2] sanitizing error message contents
 2017-01-12  6:59 UTC  (6+ messages)
` [PATCH 1/2] Revert "vreportf: avoid intermediate buffer"
` [PATCH 2/2] vreport: sanitize ASCII control chars
` [RFC PATCH 3/2] vreportf: add prefix to each line

[ANNOUNCE] git-test: run automated tests against a range of Git commits
 2017-01-12  5:02 UTC  (5+ messages)

[PATCH v10 00/20] port branch.c to use ref-filter's printing options
 2017-01-11 23:47 UTC  (3+ messages)
` [PATCH v10 19/20] branch: use ref-filter printing APIs

[PATCHv2 1/2] builtin/commit.c: drop use snprintf via dynamic allocation
 2017-01-11 21:48 UTC  (3+ messages)
` [PATCHv2 2/2] "

[PATCH] index: improve constness for reading blob data
 2017-01-11 21:36 UTC  (2+ messages)

[PATCH 0/2] minor diff orderfile documentation improvements
 2017-01-11 21:06 UTC  (21+ messages)
` [PATCH 1/2] diff: document behavior of relative diff.orderFile
` [PATCH 2/2] diff: document the pattern format for diff.orderFile
` [PATCH v2 0/2] diff orderfile documentation improvements
  ` [PATCH v2 1/2] diff: document behavior of relative diff.orderFile
  ` [PATCH v2 2/2] diff: document the format of the -O (diff.orderFile) file

[PATCH] submodule absorbgitdirs: mention in docstring help
 2017-01-11 20:59 UTC 

Test failures when Git is built with libpcre and grep is built without it
 2017-01-11 20:49 UTC  (10+ messages)
          ` [musl] "
              ` [PATCH] t7810: avoid assumption about invalid regex syntax

[PATCH v1] convert: add "status=delayed" to filter process protocol
 2017-01-11 20:45 UTC  (14+ messages)

git cat-file on a submodule
 2017-01-11 18:56 UTC  (4+ messages)

[RFC PATCH 0/5] Localise error headers
 2017-01-11 18:08 UTC  (8+ messages)

RFC: Enable delayed responses to Git clean/smudge filter requests
 2017-01-11 12:57 UTC  (3+ messages)


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