git@vger.kernel.org mailing list mirror (one of many)
 help / color / mirror / code / Atom feed
 messages from 2016-06-22 21:09:36 to 2016-06-25 08:06:51 UTC [more...]

[PATCH 00/10] git worktree (re)move
 2016-06-25  7:54 UTC  (2+ messages)
` [PATCH 04/10] copy.c: style fix

[PATCH] builtin/worktree.c: add option for setting worktree name
 2016-06-25  7:32 UTC  (7+ messages)

[PATCH] l10n: de.po: fix translation of autostash
 2016-06-25  7:07 UTC  (2+ messages)

[RFC] gc: correct gc.autoPackLimit documentation
 2016-06-25  6:46 UTC  (5+ messages)
      ` [PATCH] gc: fix off-by-one error with gc.autoPackLimit

[PATCH v2] unpack-trees: fix English grammar in do-this-before-that messages
 2016-06-25  6:34 UTC 

[PATCH 00/11] nd/icase updates
 2016-06-25  5:22 UTC  (29+ messages)
` [PATCH 01/11] grep: break down an "if" stmt in preparation for next changes
` [PATCH 02/11] test-regex: isolate the bug test code
` [PATCH 03/11] test-regex: expose full regcomp() to the command line
` [PATCH 04/11] grep/icase: avoid kwsset on literal non-ascii strings
` [PATCH 05/11] grep/icase: avoid kwsset when -F is specified
` [PATCH 06/11] grep/pcre: prepare locale-dependent tables for icase matching
` [PATCH 07/11] gettext: add is_utf8_locale()
` [PATCH 08/11] grep/pcre: support utf-8
` [PATCH 09/11] diffcore-pickaxe: "share" regex error handling code
` [PATCH 10/11] diffcore-pickaxe: support case insensitive match on non-ascii
` [PATCH 11/11] grep.c: reuse "icase" variable
` [PATCH v2 00/12] nd/icase updates
  ` [PATCH v2 01/12] grep: break down an "if" stmt in preparation for next changes
  ` [PATCH v2 02/12] test-regex: isolate the bug test code
  ` [PATCH v2 03/12] test-regex: expose full regcomp() to the command line
  ` [PATCH v2 04/12] grep/icase: avoid kwsset on literal non-ascii strings
  ` [PATCH v2 05/12] grep/icase: avoid kwsset when -F is specified
  ` [PATCH v2 06/12] grep: rewrite an if/else condition to avoid duplicate expression
  ` [PATCH v2 07/12] grep/pcre: prepare locale-dependent tables for icase matching
  ` [PATCH v2 08/12] gettext: add is_utf8_locale()
  ` [PATCH v2 09/12] grep/pcre: support utf-8
  ` [PATCH v2 10/12] diffcore-pickaxe: Add regcomp_or_die()
  ` [PATCH v2 11/12] diffcore-pickaxe: support case insensitive match on non-ascii
  ` [PATCH v2 12/12] grep.c: reuse "icase" variable

[PATCH v3 00/11] struct object_id, Part 4
 2016-06-25  0:52 UTC  (14+ messages)
` [PATCH v3 01/11] hex: add oid_to_hex_r
` [PATCH v3 02/11] contrib/coccinelle: add basic Coccinelle transforms
` [PATCH v3 03/11] Convert hashcpy with null_sha1 to hashclr
` [PATCH v3 04/11] coccinelle: apply object_id Coccinelle transformations
` [PATCH v3 05/11] diff: convert struct diff_filespec to struct object_id
` [PATCH v3 06/11] diff: rename struct diff_filespec's sha1_valid member
` [PATCH v3 07/11] merge-recursive: convert struct stage_data to use object_id
` [PATCH v3 08/11] merge-recursive: convert struct merge_file_info to object_id
` [PATCH v3 09/11] merge-recursive: convert leaf functions to use struct object_id
` [PATCH v3 10/11] merge-recursive: convert merge_recursive_generic to object_id
` [PATCH v3 11/11] diff: convert prep_temp_blob to struct object_id

[PATCH 0/2] friendlier handling of overflows in archive-tar
 2016-06-24 23:22 UTC  (50+ messages)
` [PATCH 1/2] archive-tar: write extended headers for file sizes >= 8GB
` [PATCH 2/2] archive-tar: write extended headers for far-future mtime
  ` [PATCH v3] friendlier handling of overflows in archive-tar
    ` [PATCH v3 1/4] t5000: test tar files that overflow ustar headers
            ` [PATCH 0/4] portable signal-checking in tests
              ` [PATCH 1/4] tests: factor portable signal check out of t0005
              ` [PATCH 2/4] t0005: use test_match_signal as appropriate
              ` [PATCH 3/4] test_must_fail: use test_match_signal
              ` [PATCH 4/4] t/lib-git-daemon: "
    ` [PATCH v3 2/4] archive-tar: write extended headers for file sizes >= 8GB
    ` [PATCH v3 3/4] archive-tar: write extended headers for far-future mtime
    ` [PATCH v3 4/4] archive-tar: drop return value

[PATCH] unpack-trees: fix English grammar in do-this-before-that messages
 2016-06-24 23:02 UTC  (5+ messages)

[bug] Reliably Reproducible Bad Packing of Objects
 2016-06-24 22:38 UTC 

[PATCH] diff: let --output=<file> default to --no-color
 2016-06-24 22:14 UTC  (2+ messages)

[PATCH v3 0/9] Let log-tree and friends respect diffopt's `file` field
 2016-06-24 22:03 UTC  (8+ messages)
` [PATCH v4 00/10] "
  ` [PATCH v4 01/10] Prepare log/log-tree to reuse the diffopt.close_file attribute
  ` [PATCH v4 06/10] format-patch: explicitly switch off color when writing to files
  ` [PATCH v4 08/10] format-patch: use stdout directly

[PATCH] refs/files-backend: mark a file-local symbol static
 2016-06-24 20:31 UTC 

[PATCH] Refactor recv_sideband()
 2016-06-24 20:07 UTC  (12+ messages)
` [PATCH v2] "
` [PATCH v3] "

git-svn aborts with "Use of uninitialized value $u" when a non-svn-backed branch is present in remote
 2016-06-24 20:06 UTC  (4+ messages)

[PATCH] doc: git-htmldocs.googlecode.com is no more
 2016-06-24 19:48 UTC  (6+ messages)

[PATCH] pathspec: warn on empty strings as pathspec
 2016-06-24 18:21 UTC  (5+ messages)

Migrating away from SHA-1?
 2016-06-24 18:17 UTC  (2+ messages)

Short-term plans for the post 2.9 cycle
 2016-06-24 17:21 UTC  (4+ messages)

[PATCH 0/2] strbuf: improve API
 2016-06-24 17:20 UTC  (6+ messages)

name for A..B ranges?
 2016-06-24 16:44 UTC  (3+ messages)

Fwd: what is a snapshot?
 2016-06-24 15:36 UTC  (3+ messages)
  `  "

[PATCH v2 0/8] object_id part 4
 2016-06-24 15:27 UTC  (4+ messages)
` [PATCH v2 3/8] Convert struct diff_filespec to struct object_id

[PATCH v3 1/3] t4202: refactor test
 2016-06-24 14:12 UTC  (2+ messages)

Git Bash Slow in Windows (possible fix)
 2016-06-24 13:29 UTC  (3+ messages)

[PATCH v3 0/3] Introduce log.showSignature config variable
 2016-06-24 12:25 UTC  (6+ messages)

may be bug in svn fetch no-follow-parent
 2016-06-24 10:57 UTC  (4+ messages)

Subtree Split Includes Commits Outside Prefix Directory
 2016-06-24  2:32 UTC  (3+ messages)

What's cooking in git.git (Jun 2016, #08; Thu, 23)
 2016-06-23 22:37 UTC 

[PATCH] diff compaction heuristic: favor shortest neighboring blank lines
 2016-06-23 20:13 UTC  (7+ messages)

Italics formatting
 2016-06-23 19:56 UTC  (24+ messages)
` [PATCH 0/2] more ANSI attributes
  ` [PATCH 1/2] color: fix max-size comment
  ` [PATCH 2/2] color: support "italic" attribute
  ` [PATCH v2 0/7] more ANSI attributes
    ` [PATCH v2 1/7] color: fix max-size comment
    ` [PATCH v2 2/7] doc: refactor description of color format
    ` [PATCH v2 3/7] add skip_prefix_mem helper
    ` [PATCH v2 4/7] color: refactor parse_attr
    ` [PATCH v2 5/7] color: allow "no-" for negating attributes
    ` [PATCH v2 6/7] color: support "italic" attribute
    ` [PATCH v2 7/7] color: support strike-through attribute

GIT admin access
 2016-06-23 18:57 UTC  (2+ messages)

[PATCH v12 11/20] index-helper: use watchman to avoid refreshing, index with lstat()
 2016-06-23 15:33 UTC  (3+ messages)

What's cooking in git.git (Jun 2016, #05; Thu, 16)
 2016-06-23 13:13 UTC  (10+ messages)

Use docker for _some_ testing?
 2016-06-23  4:14 UTC  (3+ messages)

Fast-forward able commit, otherwise fail
 2016-06-22 23:09 UTC  (3+ messages)

[PATCH v4 0/8] extend smudge/clean filters with direct file access (for pu)
 2016-06-22 22:45 UTC  (12+ messages)
` [PATCH v4 1/8] clarify %f documentation
` [PATCH v4 2/8] add smudgeToFile and cleanFromFile filter configs
` [PATCH v4 3/8] use cleanFromFile in git add
` [PATCH v4 4/8] use smudgeToFile in git checkout etc
` [PATCH v4 5/8] warn on unusable smudgeToFile/cleanFromFile config
` [PATCH v4 6/8] better recovery from failure of smudgeToFile filter
` [PATCH v4 7/8] use smudgeToFile filter in git am
` [PATCH v4 8/8] use smudgeToFile filter in recursive merge

[PATCH 0/1] Fix testing of `master` on Windows
 2016-06-22 21:26 UTC  (10+ messages)
` [PATCH 1/1] mingw: work around t2300's assuming non-Windows paths


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