git@vger.kernel.org mailing list mirror (one of many)
 help / color / mirror / code / Atom feed
 messages from 2015-06-19 09:37:32 to 2015-06-22 05:20:37 UTC [more...]

git difftool --dir-diff error in the presence of symlinks to directories
 2015-06-22  5:20 UTC  (2+ messages)

[PATCH v4 00/19] Introduce an internal API to interact with the fsck machinery
 2015-06-22  4:21 UTC  (72+ messages)
` [PATCH v5 "
  ` [PATCH v6 "
    ` [PATCH v6 01/19] fsck: Introduce fsck options
    ` [PATCH v6 02/19] fsck: Introduce identifiers for fsck messages
    ` [PATCH v6 03/19] fsck: Provide a function to parse fsck message IDs
    ` [PATCH v6 04/19] fsck: Offer a function to demote fsck errors to warnings
    ` [PATCH v6 05/19] fsck (receive-pack): Allow demoting "
    ` [PATCH v6 06/19] fsck: Report the ID of the error/warning
    ` [PATCH v6 07/19] fsck: Make fsck_ident() warn-friendly
    ` [PATCH v6 08/19] fsck: Make fsck_commit() warn-friendly
    ` [PATCH v6 09/19] fsck: Handle multiple authors in commits specially
    ` [PATCH v6 10/19] fsck: Make fsck_tag() warn-friendly
    ` [PATCH v6 11/19] fsck: Add a simple test for receive.fsck.<msg-id>
    ` [PATCH v6 12/19] fsck: Disallow demoting grave fsck errors to warnings
    ` [PATCH v6 13/19] fsck: Optionally ignore specific fsck issues completely
    ` [PATCH v6 14/19] fsck: Allow upgrading fsck warnings to errors
    ` [PATCH v6 15/19] fsck: Document the new receive.fsck.<msg-id> options
    ` [PATCH v6 16/19] fsck: Support demoting errors to warnings
    ` [PATCH v6 17/19] fsck: Introduce `git fsck --quick`
    ` [PATCH v6 18/19] fsck: git receive-pack: support excluding objects from fsck'ing
    ` [PATCH v6 19/19] fsck: support ignoring objects in `git fsck` via fsck.skiplist

[PATCH v4 00/11] add options to for-each-ref
 2015-06-22  1:04 UTC  (18+ messages)
` [PATCH v4 01/19] t6301: for-each-ref tests for ref-filter APIs
  ` [PATCH v4 02/19] tag: libify parse_opt_points_at()
  ` [PATCH v4 03/19] ref-filter: implement '--points-at' option
  ` [PATCH v4 04/19] for-each-ref: add "
  ` [PATCH v4 05/19] ref-filter: add parse_opt_merge_filter()
  ` [PATCH v4 06/19] ref-filter: implement '--merged' and '--no-merged' options
  ` [PATCH v4 07/19] for-each-ref: add "
  ` [PATCH v4 08/19] parse-option: rename parse_opt_with_commit()
  ` [PATCH v4 09/19] parse-options.h: add macros for '--contains' option
  ` [PATCH v4 10/19] ref-filter: implement "
  ` [PATCH v4 11/19] for-each-ref: add "

[PATCH v2 0/7] Raw gpg output support for verify-commit and verify-tag
 2015-06-22  0:38 UTC  (9+ messages)
` [PATCH v2 1/7] verify-tag: add tests
` [PATCH v2 2/7] verify-tag: share code with verify-commit
` [PATCH v2 3/7] verify-commit: add test for exit status on untrusted signature
` [PATCH v2 4/7] gpg: centralize signature check
` [PATCH v2 5/7] gpg: centralize printing signature buffers
` [PATCH v2 6/7] verify-commit: add option to print raw gpg status information
` [PATCH v2 7/7] verify-tag: "

broken repo after power cut
 2015-06-22  0:35 UTC  (6+ messages)

Using clean/smudge filters with difftool
 2015-06-21 19:29 UTC  (17+ messages)

Improvements to parse-options and a new filter-objects command
 2015-06-21 19:20 UTC  (25+ messages)
` [PATCH 1/3] Correct test-parse-options to handle negative ints
` [PATCH 2/3] Move unsigned long option parsing out of pack-objects.c
` [PATCH 3/3] Add filter-objects command
` Improvements to integer option parsing
  ` [PATCH 1/2] Correct test-parse-options to handle negative ints
  ` [PATCH 2/2] Move unsigned long option parsing out of pack-objects.c
` Fast enumeration of objects
  ` [PATCH] Add list-all-objects command

[PATCH/RFC] upload-pack: Fail if cloning empty namespace
 2015-06-21 18:43 UTC  (10+ messages)
` [PATCH v2] "

Git for Windows RFC: Code of Conduct
 2015-06-21 15:53 UTC 

'eol' documentation confusion
 2015-06-21 14:16 UTC  (2+ messages)

[PATCH/RFC v4 01/10] t9001-send-email: move script creation in a setup test
 2015-06-21 13:24 UTC  (15+ messages)
` [PATCH v5 "
  ` [PATCH v5 02/10] send-email: allow aliases in patch header and command script outputs
  ` [PATCH v5 03/10] t9001-send-email: refactor header variable fields replacement
  ` [PATCH v5 04/10] send-email: refactor address list process
  ` [PATCH v5 05/10] send-email: Allow use of aliases in the From field of --compose mode
  ` [PATCH v5 06/10] send-email: minor code refactoring
  ` [PATCH v5 07/10] send-email: reduce dependancies impact on parse_address_line
` [PATCH v5 08/10] send-email: consider quote as delimiter instead of character
  ` [PATCH v5 09/10] send-email: allow multiple emails using --cc, --to and --bcc
  ` [PATCH v5 10/10] send-email: suppress meaningless whitespaces in from field

Maintenance Notification
 2015-06-19 21:18 UTC 

Release candidate of Git for Windows 2.x is out
 2015-06-20 15:50 UTC  (5+ messages)
` 3rd release candidate of Git for Windows 2.x, was "
    `  "

Sporadic test failures on OSX 10.10.3
 2015-06-20  9:47 UTC 

[msysGit] crlf issues
 2015-06-20  6:21 UTC  (3+ messages)
  `  "

[PATCH v2 00/12] Improve "refs" module encapsulation
 2015-06-20  3:30 UTC  (12+ messages)
` [PATCH v2 05/12] delete_refs(): improve error message
` [PATCH v2 08/12] initial_ref_transaction_commit(): function for initial ref creation
` [PATCH v2 12/12] refs: move the remaining ref module declarations to refs.h

co-authoring commits
 2015-06-19 21:25 UTC  (15+ messages)

[PATCH] revision.c: Correctly dereference interesting_cache
 2015-06-19 21:00 UTC  (3+ messages)

[PATCH v2] format-patch: introduce format.outputDirectory configuration
 2015-06-19 20:34 UTC  (2+ messages)

[PATCH/WIP v3 00/31] Make git-am a builtin
 2015-06-19 20:12 UTC  (13+ messages)
` [PATCH/WIP v3 03/31] am: implement skeletal builtin am
` [PATCH/WIP v3 04/31] am: implement patch queue mechanism
` [PATCH/WIP v3 07/31] am: extract patch, message and authorship with git-mailinfo

Selectively clone Git submodules -- a useful feature?
 2015-06-19 19:08 UTC  (2+ messages)

[PATCH] format-patch: introduce format.outputDirectory configuration
 2015-06-19 18:14 UTC  (16+ messages)

[PATCH] mergetool-lib: fix default tool selection
 2015-06-19 17:39 UTC  (2+ messages)

[PATCH] Improve contrib/diff-highlight to highlight unevenly-sized hunks
 2015-06-19 17:20 UTC  (14+ messages)

Visualizing merge conflicts after the fact (using kdiff3)
 2015-06-19 16:19 UTC  (6+ messages)

[PATCH] strbuf: stop out-of-boundary warnings from Coverity
 2015-06-19 15:27 UTC  (10+ messages)

Bug report: Unhandled Exception
 2015-06-19 14:19 UTC  (4+ messages)

[PATCH v4 00/19] Make git-pull a builtin
 2015-06-19 10:11 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).