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

[PATCH v3 00/23] replace "checkout --to" with "worktree add"
 2015-07-06 17:31 UTC  (23+ 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 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 0/7] Clarify signed push protocol documentation
 2015-07-06 17:30 UTC  (26+ messages)
` [PATCH 3/7] pack-protocol.txt: Mark all LFs in push-cert as required

Draft of Git Rev News edition 5
 2015-07-06 17:24 UTC  (8+ messages)

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

[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 

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

[PATCH] l10n: de.po: translate 65 new messages
 2015-07-06 11:56 UTC  (5+ messages)

[PATCH v2 00/23] replace "checkout --to" with "worktree add"
 2015-07-06  9:24 UTC  (37+ 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

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

L
 2015-07-04 12:48 UTC 

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

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

[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

[PATCH 0/2] nd/slim-index-pack-memory-usage update
 2015-07-04 22:30 UTC  (7+ 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 v2 2/2] pull: allow dirty tree when rebase.autostash enabled
 2015-07-04 21:42 UTC  (5+ messages)
` [PATCH v3] "
    ` kd/
  ` [PATCH v4] pull: allow dirty tree when rebase.autostash enabled

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  (17+ messages)
` [PATCH v2 1/4] list-object: add get_commit_count function
` [PATCH v2 2/4] log: add --count option to git log
` [PATCH v2 3/4] log --count: added test
` [PATCH v2 4/4] git-log: update man documentation for --count

[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  (6+ messages)
` [PATCH 2/4] log: add --count option to git log

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 

git and the open invention network - an invitation to join us
 2015-07-03  3:04 UTC 

[RFC/PATCH] worktree: replace "checkout --to" with "worktree new"
 2015-07-02 22:41 UTC  (13+ 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).