git@vger.kernel.org mailing list mirror (one of many)
 help / color / mirror / code / Atom feed
 messages from 2015-07-06 23:01:23 to 2015-07-08 10:39:00 UTC [more...]

Git grep does not support multi-byte characters (like UTF-8)
 2015-07-08 10:38 UTC  (21+ messages)
` [PATCH] grep: use regcomp() for icase search with non-ascii patterns
  ` [PATCH v2 0/9] icase match on non-ascii
    ` [PATCH v2 1/9] grep: allow -F -i combination
    ` [PATCH v2 2/9] grep: break down an "if" stmt in preparation for next changes
    ` [PATCH v2 3/9] grep/icase: avoid kwsset on literal non-ascii strings
    ` [PATCH v2 4/9] grep/icase: avoid kwsset when -F is specified
    ` [PATCH v2 5/9] grep/pcre: prepare locale-dependent tables for icase matching
    ` [PATCH v2 6/9] gettext: add is_utf8_locale()
    ` [PATCH v2 7/9] grep/pcre: support utf-8
    ` [PATCH v2 8/9] diffcore-pickaxe: "share" regex error handling code

Draft of Git Rev News edition 5
 2015-07-08 10:29 UTC  (9+ messages)

[PATCH] notes: Use get_sha1_committish instead of read_ref in init_notes()
 2015-07-08 10:21 UTC  (2+ messages)
` [PATCH v2 - RFH] notes: Allow committish expressions as notes ref

[ANNOUNCE] Git Rev News edition 5
 2015-07-08 10:08 UTC 

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

[PATCH v5 00/44] Make git-am a builtin
 2015-07-08  8:19 UTC  (53+ messages)
` [PATCH v5 01/44] wrapper: implement xopen()
` [PATCH v5 02/44] wrapper: implement xfopen()
` [PATCH v5 03/44] builtin-am: implement skeletal builtin am
` [PATCH v5 04/44] builtin-am: implement patch queue mechanism
` [PATCH v5 05/44] builtin-am: split out mbox/maildir patches with git-mailsplit
` [PATCH v5 06/44] builtin-am: auto-detect mbox patches
` [PATCH v5 07/44] builtin-am: extract patch and commit info with git-mailinfo
` [PATCH v5 08/44] builtin-am: apply patch with git-apply
` [PATCH v5 09/44] builtin-am: implement committing applied patch
` [PATCH v5 10/44] builtin-am: refuse to apply patches if index is dirty
` [PATCH v5 11/44] builtin-am: implement --resolved/--continue
` [PATCH v5 12/44] builtin-am: implement --skip
` [PATCH v5 13/44] builtin-am: implement --abort
` [PATCH v5 14/44] builtin-am: reject patches when there's a session in progress
` [PATCH v5 15/44] builtin-am: implement -q/--quiet
` [PATCH v5 16/44] builtin-am: exit with user friendly message on failure
` [PATCH v5 17/44] builtin-am: implement -s/--signoff
` [PATCH v5 18/44] cache-tree: introduce write_index_as_tree()
` [PATCH v5 19/44] builtin-am: implement --3way, am.threeWay
` [PATCH v5 20/44] builtin-am: implement --rebasing mode
` [PATCH v5 21/44] builtin-am: bypass git-mailinfo when --rebasing
` [PATCH v5 22/44] builtin-am: handle stray state directory
` [PATCH v5 23/44] builtin-am: implement -u/--utf8
` [PATCH v5 24/44] builtin-am: implement -k/--keep, --keep-non-patch
` [PATCH v5 25/44] builtin-am: implement --[no-]message-id, am.messageid
` [PATCH v5 26/44] builtin-am: support --keep-cr, am.keepcr
` [PATCH v5 27/44] builtin-am: implement --[no-]scissors
` [PATCH v5 28/44] builtin-am: pass git-apply's options to git-apply
` [PATCH v5 29/44] builtin-am: implement --ignore-date
` [PATCH v5 30/44] builtin-am: implement --committer-date-is-author-date
` [PATCH v5 31/44] builtin-am: implement -S/--gpg-sign, commit.gpgsign
` [PATCH v5 32/44] builtin-am: invoke post-rewrite hook
` [PATCH v5 33/44] builtin-am: support automatic notes copying
` [PATCH v5 34/44] builtin-am: invoke applypatch-msg hook
` [PATCH v5 35/44] builtin-am: invoke pre-applypatch hook
` [PATCH v5 36/44] builtin-am: invoke post-applypatch hook
` [PATCH v5 37/44] builtin-am: rerere support
` [PATCH v5 38/44] builtin-am: support and auto-detect StGit patches
` [PATCH v5 39/44] builtin-am: support and auto-detect StGit series files
` [PATCH v5 40/44] builtin-am: support and auto-detect mercurial patches
` [PATCH v5 41/44] builtin-am: implement -i/--interactive
` [PATCH v5 42/44] builtin-am: implement legacy -b/--binary option
` [PATCH v5 43/44] builtin-am: check for valid committer ident
` [PATCH v5 44/44] builtin-am: remove redirection to git-am.sh

Git installer questions
 2015-07-08  7:58 UTC  (2+ messages)

[PATCH v3] log: add log.follow config option
 2015-07-08  7:40 UTC  (2+ messages)

[PATCH v7 1/8] refs.c: add err arguments to reflog functions
 2015-07-08  7:33 UTC  (10+ messages)
` [PATCH v7 2/8] cherry-pick: treat CHERRY_PICK_HEAD and REVERT_HEAD as refs
` [PATCH v7 3/8] bisect: treat BISECT_HEAD as a ref
` [PATCH v7 4/8] refs: Break out check for reflog autocreation
` [PATCH v7 5/8] refs: new public ref function: safe_create_reflog
` [PATCH v7 6/8] git-reflog: add exists command
` [PATCH v7 7/8] update-ref and tag: add --create-reflog arg
` [PATCH v7 8/8] git-stash: use update-ref --create-reflog instead of creating files

[PATCH v7 00/10] send-email address management
 2015-07-08  7:28 UTC  (7+ messages)
` [PATCH v7 07/10] send-email: reduce dependencies impact on parse_address_line
      ` [PATCH v8 "

[PATCH v5 3/4] status: give more information during rebase -i
 2015-07-08  7:10 UTC  (5+ messages)
` [PATCH v6 1/4] status: factor two rebase-related messages together
  ` [PATCH v6 3/4] status: give more information during rebase -i

ssh admin git accidentally deleted
 2015-07-08  5:38 UTC  (4+ messages)

[PATCH] refs: loosen restrictions on wildcard '*' refspecs
 2015-07-08  5:36 UTC 

[PATCH] git: add optional support for full pattern in fetch refspecs
 2015-07-08  4:47 UTC  (3+ messages)

[PATCH v2] log: add log.follow config option
 2015-07-08  4:12 UTC  (6+ messages)

weaning distributions off tarballs: extended verification of git tags
 2015-07-08  4:00 UTC  (2+ messages)

[PATCH v3] log: add log.follow config option
 2015-07-08  1:29 UTC 

[PATCH v6 0/7] refs backend preamble
 2015-07-08  0:49 UTC  (10+ messages)
` [PATCH v6 1/7] refs.c: add err arguments to reflog functions
` [PATCH v6 5/7] refs: new public ref function: safe_create_reflog
` [PATCH v6 6/7] git-reflog: add create and exists functions

[PATCH v3 00/23] replace "checkout --to" with "worktree add"
 2015-07-08  0:43 UTC  (15+ messages)
` [PATCH v3 18/23] checkout: retire --to option
` [PATCH v3 22/23] worktree: add: auto-vivify new branch when <branch> is omitted
` [PATCH v3 23/23] checkout: retire --ignore-other-worktrees in favor of --force

refspecs with '*' as part of pattern
 2015-07-07 23:20 UTC  (8+ messages)

Git force push fails after a rejected push (unpack failed)?
 2015-07-07 23:05 UTC  (4+ messages)

Whether Git supports directory level access or not?
 2015-07-07 23:03 UTC  (5+ messages)

What's cooking in git.git (Jul 2015, #02; Tue, 7)
 2015-07-07 22:32 UTC 

[PATCH 00/17] Make the msvc-build scripts work again
 2015-07-07 22:18 UTC  (4+ messages)
` [PATCH 13/17] engine.pl: provide more debug print statements
    `  "

No one understands diff3 "Temporary merge branch" conflict markers
 2015-07-07 21:44 UTC  (4+ messages)

[PATCH 0/3] localized date format
 2015-07-07 21:19 UTC  (7+ messages)
` [PATCH 2/3] convert "enum date_mode" into a struct

[GSOC] Update 4: Unification of tag -l, branch -l and for-each-ref
 2015-07-07 18:59 UTC 

[PATCH v2 00/12] Improve git-am test coverage
 2015-07-07 18:34 UTC  (14+ messages)
` [PATCH v2 01/12] t4150: am.messageid really adds the message id
` [PATCH v2 02/12] t4150: am fails if index is dirty
` [PATCH v2 03/12] t4151: am --abort will keep dirty index intact
` [PATCH v2 04/12] t4150: am refuses patches when paused
` [PATCH v2 05/12] t4150: am --resolved fails if index has no changes
` [PATCH v2 06/12] t4150: am --resolved fails if index has unmerged entries
` [PATCH v2 07/12] t4150: am with applypatch-msg hook
` [PATCH v2 08/12] t4150: am with pre-applypatch hook
` [PATCH v2 09/12] t4150: am with post-applypatch hook
` [PATCH v2 10/12] t4150: tests for am --[no-]scissors
` [PATCH v2 11/12] t3418: non-interactive rebase --continue with rerere enabled
` [PATCH v2 12/12] t3901: test git-am encoding conversion

Subject: [PATCH] git am: Transform and skip patches via new hook
 2015-07-07 16:32 UTC  (2+ messages)

[PATCH 0/2] nd/slim-index-pack-memory-usage update
 2015-07-07 16:06 UTC  (10+ messages)
` [PATCH 2/2] index-pack: kill union delta_base to save memory
      ` [PATCH] index-pack: fix overallocation of sorted_by_pos array
        ` [PATCH] index-pack: fix allocation "

[PATCH] Change strbuf_read_file() to return ssize_t
 2015-07-07 14:33 UTC  (2+ messages)

[PATCH v4 00/44] Make git-am a builtin
 2015-07-07 12:50 UTC  (6+ messages)
` [PATCH v4 04/44] builtin-am: implement patch queue mechanism
` [PATCH v4 27/44] builtin-am: implement --[no-]scissors

undocumented core.sharedRepository=2 set by git init --shared=world
 2015-07-07 11:52 UTC  (6+ messages)

[PATCH 00/12] Improve git-am test coverage
 2015-07-07  8:07 UTC  (8+ messages)
` [PATCH 02/12] t4150: am fails if index is dirty
` [PATCH 09/12] t4150: am with post-applypatch hook

Want know whether Git support directory love access?
 2015-07-07  6:23 UTC 

send-pack silently tries to recreate funny remote refs
 2015-07-07  5:56 UTC 

[PATCH] l10n: de.po: translate 65 new messages
 2015-07-07  5:31 UTC  (2+ messages)
` [PATCH v2] "

[PATCH v3] pull: allow dirty tree when rebase.autostash enabled
 2015-07-07  3:59 UTC  (4+ messages)
` [PATCH v4] "
    ` [PATCH v5] "


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