git@vger.kernel.org mailing list mirror (one of many)
 help / color / mirror / code / Atom feed
 messages from 2017-10-30 13:38:40 to 2017-11-01 11:04:14 UTC [more...]

[PATCH 0/2] New send-email option --quote-email
 2017-11-01 11:04 UTC  (6+ messages)
` [PATCH 1/2] quote-email populates the fields
` [PATCH 2/2] send-email: quote-email quotes the message body

Colorize matches for git log --grep=pattern?
 2017-11-01 10:57 UTC 

Is it possible to convert a Json file to xml file with Git
 2017-11-01 10:25 UTC  (5+ messages)

[PATCH] t5580: add Cygwin support
 2017-11-01 10:17 UTC  (4+ messages)

[PATCH] reduce_heads: fix memory leaks
 2017-11-01  9:03 UTC 

[PATCH 5/7] refs: tidy up and adjust visibility of the `ref_update` flags
 2017-11-01  8:18 UTC  (2+ messages)

[PATCH v2 0/2] Avoid rewriting "packed-refs" unnecessarily
 2017-11-01  7:34 UTC  (2+ messages)

On the nature of cover letters [WAS Re: [PATCH 0/6] Create Git/Packet.pm]
 2017-11-01  7:14 UTC  (2+ messages)

[PATCH 0/3] convert diff flags to be stored in a struct
 2017-11-01  6:23 UTC  (43+ messages)
` [PATCH 2/3] reset: use DIFF_OPT_SET macro to set a diff flag
` [PATCH 3/3] diff: convert flags to be stored in bitfields
` [PATCH v2 0/4] convert diff flags to be stored in a struct
  ` [PATCH v2 1/4] add, reset: use DIFF_OPT_SET macro to set a diff flag
  ` [PATCH v2 2/4] diff: convert flags to be stored in bitfields
    ` [PATCH 2.5/4] diff: avoid returning a struct by value from diff_flags_or()
  ` [PATCH v2 3/4] diff: add flag to indicate textconv was set via cmdline
    ` [PATCH 3.5/4] diff: set TEXTCONV_VIA_CMDLINE only when it is set to true
  ` [PATCH v2 4/4] diff: remove touched flags
  ` [PATCH v2 5/4] diff: remove DIFF_OPT_TST macro
    ` [PATCH v2 6/4] diff: remove DIFF_OPT_SET macro
    ` [PATCH v2 7/4] diff: remove DIFF_OPT_CLR macro
    ` [PATCH v2 8/4] diff: make struct diff_flags members lowercase
  ` [PATCH v3 0/8] convert diff flags to be stored in a struct
    ` [PATCH v3 1/8] add, reset: use DIFF_OPT_SET macro to set a diff flag
    ` [PATCH v3 2/8] diff: convert flags to be stored in bitfields
    ` [PATCH v3 3/8] diff: add flag to indicate textconv was set via cmdline
    ` [PATCH v3 4/8] diff: remove touched flags
    ` [PATCH v3 5/8] diff: remove DIFF_OPT_TST macro
    ` [PATCH v3 6/8] diff: remove DIFF_OPT_SET macro
    ` [PATCH v3 7/8] diff: remove DIFF_OPT_CLR macro
    ` [PATCH v3 8/8] diff: make struct diff_flags members lowercase

[PATCH] diff: --indent-heuristic is no longer experimental
 2017-11-01  6:14 UTC  (5+ messages)

[PATCH v1] read_index_from(): Skip verification of the cache entry order to speed index loading
 2017-11-01  6:09 UTC  (10+ messages)
` [PATCH v2] "

[PATCH 1/2] sequencer: factor out rewrite_file()
 2017-11-01  6:06 UTC  (5+ messages)
` [PATCH 2/2] sequencer: use O_TRUNC to truncate files

What's cooking in git.git (Nov 2017, #01; Wed, 1)
 2017-11-01  5:43 UTC 

[RFC PATCH 0/3] git-describe <blob> ?
 2017-11-01  5:14 UTC  (34+ messages)
` [PATCH 0/7] git-describe <blob>
  ` [PATCH 1/7] list-objects.c: factor out traverse_trees_and_blobs
  ` [PATCH 2/7] revision.h: introduce blob/tree walking in order of the commits
  ` [PATCH 3/7] builtin/describe.c: rename `oid` to avoid variable shadowing
  ` [PATCH 4/7] builtin/describe.c: print debug statements earlier
  ` [PATCH 5/7] builtin/describe.c: factor out describe_commit
  ` [PATCH 6/7] builtin/describe.c: describe a blob
  ` [PATCH 7/7] t6120: fix typo in test name
  ` [PATCHv2 0/7] git describe blob
    ` [PATCHv2 1/7] list-objects.c: factor out traverse_trees_and_blobs
    ` [PATCHv2 2/7] revision.h: introduce blob/tree walking in order of the commits
    ` [PATCHv2 3/7] builtin/describe.c: rename `oid` to avoid variable shadowing
    ` [PATCHv2 4/7] builtin/describe.c: print debug statements earlier
    ` [PATCHv2 5/7] builtin/describe.c: factor out describe_commit
    ` [PATCHv2 6/7] builtin/describe.c: describe a blob
    ` [PATCHv2 7/7] t6120: fix typo in test name

[PATCH 0/3] mingw: introduce a way to avoid std handle inheritance
 2017-11-01  4:58 UTC  (11+ messages)
` [PATCH 1/3] mingw: add experimental feature to redirect standard handles
` [PATCH 2/3] mingw: special-case GIT_REDIRECT_STDERR=2>&1
` [PATCH 3/3] mingw: document the experimental standard handle redirection

Meaning of two commit-ish hash in git diff
 2017-11-01  2:48 UTC  (5+ messages)

[PATCH v2 0/4] Hash Abstraction
 2017-11-01  1:35 UTC  (10+ messages)
` [PATCH v2 1/4] setup: expose enumerated repo info
` [PATCH v2 2/4] Add structure representing hash algorithm
` [PATCH v2 3/4] Integrate hash algorithm support with repo setup

What's cooking in git.git (Oct 2017, #07; Mon, 30)
 2017-11-01  1:21 UTC  (10+ messages)

[PATCH] sequencer: pass absolute GIT_DIR to exec commands
 2017-10-31 23:07 UTC 

[PATCH v3] 0/4 fsmonitor fixes
 2017-10-31 18:43 UTC  (6+ messages)
` [PATCH v3 1/4] fsmonitor: Set the PWD to the top of the working tree
  ` [PATCH v3 4/4] fsmonitor: Delay updating state until after split index is merged

[RFC] protocol version 2
 2017-10-31 18:42 UTC  (3+ messages)

[PATCH 0/2] Convert SubmittingPatches to AsciiDoc
 2017-10-31 18:07 UTC  (9+ messages)
` [PATCH 2/2] Documentation: convert "

Bug/Wish: bash completion for git pull --rebase doesn't include --autostash
 2017-10-31 17:56 UTC  (2+ messages)

[PATCH 0/2] wincred: learn to handle "empty credentials"
 2017-10-31 17:16 UTC  (5+ messages)
` [PATCH 1/2] t0302: check helper can handle empty credentials
` [PATCH 2/2] wincred: handle empty username/password correctly

Re* Consequences of CRLF in index?
 2017-10-31 17:01 UTC  (6+ messages)
` [PATCH 0/2] "

How to resolve mixture of modified and deleted conflicts easily in git?
 2017-10-31 16:31 UTC 

[PATCH 1/3] notes: move hex_to_bytes() to hex.c and export it
 2017-10-31 13:50 UTC  (3+ messages)
` [PATCH 2/3] http-push: use hex_to_bytes()
` [PATCH 3/3] sha1_file: "

[PATCH] merge-recursive: check GIT_MERGE_VERBOSITY only once
 2017-10-31  9:09 UTC  (18+ messages)
                ` [PATCH v2] "
                    ` [PATCH v3] "
                        ` [PATCH v4] "
                                  ` [PATCH v5] "

[PATCH] rebase: exec leaks GIT_DIR to environment
 2017-10-31  8:13 UTC  (10+ messages)

future of the mediawiki extension?
 2017-10-31  5:23 UTC  (6+ messages)

[PATCH 0/6] Teach Status options around showing ignored files
 2017-10-31  3:16 UTC  (7+ messages)
` [PATCH v5 0/4] status: add option to show ignored files differently
  ` [PATCH v5 1/4] "
  ` [PATCH v5 2/4] status: report matching ignored and normal untracked
  ` [PATCH v5 3/4] status: document options to show matching ignored files
  ` [PATCH v5 4/4] status: test ignored modes

[PATCH 00/13] WIP Partial clone part 1: object filtering
 2017-10-30 22:27 UTC  (4+ messages)

[PATCHv2 0/2] (x)diff cleanup: remove duplicate code
 2017-10-30 19:07 UTC  (6+ messages)
` [PATCHv3 "
  ` [PATCH 2/2] diff.c: get rid of duplicate implementation

[PATCH 0/6] Create Git/Packet.pm
 2017-10-30 18:08 UTC  (4+ messages)

[PATCH v16 1/6] bisect--helper: use OPT_CMDMODE instead of OPT_BOOL
 2017-10-30 17:45 UTC  (24+ messages)
` [PATCH v16 Part II 1/8] bisect--helper: `bisect_reset` shell function in C
  ` [PATCH v16 Part II 7/8] bisect--helper: `bisect_start` shell function partially "
  ` [PATCH v16 Part II 5/8] bisect--helper: `bisect_next_check` shell function "
  ` [PATCH v16 Part II 2/8] bisect--helper: `bisect_write` "
  ` [PATCH v16 Part II 6/8] bisect--helper: `get_terms` & `bisect_terms` "

[PATCH] t0000: check whether the shell supports the "local" keyword
 2017-10-30 17:39 UTC  (2+ messages)

[PATCH] mingw: include the full version information in the resources
 2017-10-30 17:19 UTC 

Why does fetch-pack not works over http?
 2017-10-30 16:58 UTC  (3+ messages)

[ANNOUNCE] Git for Windows 2.15.0
 2017-10-30 16:37 UTC  (2+ messages)

[PATCH v1 1/1] Introduce git add --renormalize 
 2017-10-30 16:29 UTC  (2+ messages)
` [PATCH v2 "


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