git@vger.kernel.org mailing list mirror (one of many)
 help / color / mirror / code / Atom feed
 messages from 2015-07-06 15:46:02 to 2015-07-07 18:07:59 UTC [more...]

Git grep does not support multi-byte characters (like UTF-8)
 2015-07-07 18:08 UTC  (10+ messages)
` [PATCH] grep: use regcomp() for icase search with non-ascii patterns

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

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

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

refspecs with '*' as part of pattern
 2015-07-07 16:28 UTC  (7+ messages)

[PATCH v3 00/23] replace "checkout --to" with "worktree add"
 2015-07-07 16:20 UTC  (33+ messages)
` [PATCH v3 01/23] Documentation/git-checkout: fix incorrect worktree prune command
` [PATCH v3 02/23] Documentation/git-worktree: associate options with commands
` [PATCH v3 03/23] Documentation: move linked worktree description from checkout to worktree
` [PATCH v3 04/23] Documentation/git-worktree: add BUGS section
` [PATCH v3 05/23] Documentation/git-worktree: split technical info from general description
` [PATCH v3 06/23] Documentation/git-worktree: add high-level 'lock' overview
` [PATCH v3 07/23] Documentation/git-worktree: add EXAMPLES section
` [PATCH v3 08/23] checkout: fix bug with --to and relative HEAD
` [PATCH v3 09/23] checkout: relocate --to's "no branch specified" check
` [PATCH v3 10/23] checkout: prepare_linked_checkout: drop now-unused 'new' argument
` [PATCH v3 11/23] checkout: make --to unconditionally verbose
` [PATCH v3 12/23] checkout: drop 'checkout_opts' dependency from prepare_linked_checkout
` [PATCH v3 13/23] worktree: introduce "add" command
` [PATCH v3 14/23] worktree: add --force option
` [PATCH v3 15/23] worktree: add --detach option
` [PATCH v3 16/23] worktree: add -b/-B options
` [PATCH v3 17/23] tests: worktree: retrofit "checkout --to" tests for "worktree add"
` [PATCH v3 18/23] checkout: retire --to option
` [PATCH v3 19/23] checkout: require worktree unconditionally
` [PATCH v3 20/23] worktree: extract basename computation to new function
` [PATCH v3 21/23] worktree: add: make -b/-B default to HEAD when <branch> is omitted
` [PATCH v3 22/23] worktree: add: auto-vivify new branch "
` [PATCH v3 23/23] checkout: retire --ignore-other-worktrees in favor of --force

[PATCH v8 00/11] add options to for-each-ref
 2015-07-07 16:06 UTC  (12+ 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 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 v5 00/44] Make git-am a builtin
 2015-07-07 14:21 UTC  (45+ 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 force push fails after a rejected push (unpack failed)?
 2015-07-07 14:13 UTC  (2+ messages)

[PATCH v2 00/12] Improve git-am test coverage
 2015-07-07 14:08 UTC  (13+ 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

ssh admin git accidentally deleted
 2015-07-07 13:49 UTC  (3+ messages)

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

[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  (16+ messages)
` [PATCH 01/12] t4150: am.messageid really adds the message id
` [PATCH 02/12] t4150: am fails if index is dirty
` [PATCH 07/12] t4150: am with applypatch-msg hook
` [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] "

suboptimal behavior of fast-import in some cases with "from"
 2015-07-06 22:54 UTC  (2+ messages)

[PATCH v6 0/4] status: give more information during rebase
 2015-07-06 20:56 UTC  (5+ messages)
` [PATCH v6 1/4] status: factor two rebase-related messages together
` [PATCH v6 2/4] status: differentiate interactive from non-interactive rebases
` [PATCH v6 3/4] status: give more information during rebase -i
` [PATCH v6 4/4] status: add new tests for status "

Draft of Git Rev News edition 5
 2015-07-06 19:59 UTC  (7+ messages)

Visualizing merge conflicts after the fact (using kdiff3)
 2015-07-06 19:38 UTC  (2+ messages)

[PATCH v2 00/23] replace "checkout --to" with "worktree add"
 2015-07-06 19:14 UTC  (3+ messages)
` [PATCH v2 21/23] worktree: add: make -b/-B default to HEAD when <branch> is omitted

[PATCH] Git doesn't allow to apply a patch with empty filenames
 2015-07-06 18:36 UTC  (3+ messages)
` [PATCH] Added ability to scip patch hunk with an empty filename

[PATCH 0/7] Clarify signed push protocol documentation
 2015-07-06 18:23 UTC  (23+ messages)
` [PATCH 3/7] pack-protocol.txt: Mark all LFs in push-cert as required

[PATCH] rebase: return non-zero error code if format-patch fails
 2015-07-06 17:01 UTC  (4+ messages)

[PATCH v6 0/7] refs backend preamble
 2015-07-06 16:51 UTC  (9+ messages)
` [PATCH v6 1/7] refs.c: add err arguments to reflog functions
` [PATCH v6 2/7] cherry-pick: treat CHERRY_PICK_HEAD and REVERT_HEAD as refs
` [PATCH v6 5/7] refs: new public ref function: safe_create_reflog
` [PATCH v6 6/7] git-reflog: add create and exists functions

Git merge commit message issue
 2015-07-06 16:33 UTC  (4+ messages)

Git merge commit message issue
 2015-07-06 15:45 UTC 


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