git@vger.kernel.org mailing list mirror (one of many)
 help / color / mirror / code / Atom feed
 messages from 2015-07-03 09:55:06 to 2015-07-07 08:24:03 UTC [more...]

[PATCH v4 00/44] Make git-am a builtin
 2015-07-07  8:23 UTC  (3+ messages)
` [PATCH v4 27/44] builtin-am: implement --[no-]scissors

undocumented core.sharedRepository=2 set by git init --shared=world
 2015-07-07  8:14 UTC  (3+ 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

Subject: [PATCH] git am: Transform and skip patches via new hook
 2015-07-07  7:52 UTC 

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

Whether Git supports directory level access or not?
 2015-07-07  7:20 UTC  (3+ messages)

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

[PATCH v3 00/23] replace "checkout --to" with "worktree add"
 2015-07-07  7:08 UTC  (29+ 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

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  (6+ messages)
` [PATCH v2] "

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

[PATCH 0/2] nd/slim-index-pack-memory-usage update
 2015-07-07  0:36 UTC  (9+ 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 "

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

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

[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  (33+ 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 

end-of-line diff checkout direction dependence problem
 2015-07-06  6:53 UTC  (3+ messages)

L
 2015-07-04 12:48 UTC 

[PATCH v7 00/11] add options to for-each-ref
 2015-07-05 16:01 UTC  (5+ messages)
` [PATCH v7 01/11] t6302: for-each-ref tests for ref-filter APIs
  ` [PATCH v7 04/11] for-each-ref: add '--points-at' option

[PATCH] git-filter-branch.sh: clarify an error message
 2015-07-05 14:41 UTC  (3+ messages)

[PATCH] git-multimail: update to release 1.1.0
 2015-07-05 11:10 UTC  (2+ messages)
` [PATCH v2] git-multimail: update to release 1.1.1

CLAIM!!!
 2015-07-04  1:47 UTC 

git name-rev not accepting abbreviated SHA with --stdin
 2015-07-04  2:03 UTC  (6+ messages)

[PATCH v2 0/4] git log --count
 2015-07-04  0:57 UTC  (6+ messages)
` [PATCH v2 3/4] log --count: added test

[PATCH] --count feature for git shortlog
 2015-07-03 23:32 UTC  (7+ messages)

[git-p4] import with labels fails when commit is not transferred
 2015-07-04  3:27 UTC  (2+ messages)

[PATCH 1/4] list-object: add get_commit_count function
 2015-07-03 18:36 UTC  (3+ messages)

What's cooking in git.git (Jul 2015, #01; Wed, 1)
 2015-07-03 17:57 UTC  (3+ messages)
` [PUB]What's "

[PATCH] pager: do not leak "GIT_PAGER_IN_USE" to the pager
 2015-07-03 17:56 UTC  (2+ messages)

[PATCH] log: add log.follow config option
 2015-07-03 17:47 UTC  (6+ messages)

[PATCH v4 0/4] More helpful 'git status' during 'rebase -i'
 2015-07-03 17:40 UTC  (8+ messages)
` [PATCH v5 1/4] status: factor two rebase-related messages together
  ` [PATCH v5 3/4] status: give more information during rebase -i

[PATCH] Change strbuf_read_file() to return ssize_t
 2015-07-03 13:59 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).