git@vger.kernel.org mailing list mirror (one of many)
 help / color / mirror / code / Atom feed
 messages from 2015-06-26 21:37:53 to 2015-06-30 05:00:04 UTC [more...]

[RFC/PATCH] worktree: replace "checkout --to" with "worktree new"
 2015-06-30  4:56 UTC 

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

What's cooking in git.git (Jun 2015, #07; Mon, 29)
 2015-06-29 22:42 UTC 

[PATCH 0/3] localized date format
 2015-06-29 22:22 UTC  (3+ messages)
` [PATCH 3/3] introduce "format" date-mode

[PATCH 00/17] Make the msvc-build scripts work again
 2015-06-29 21:33 UTC  (8+ messages)
` [PATCH 03/17] (msvc-build) Vcproj.pm: remove duplicate GUID
` [PATCH 13/17] engine.pl: provide more debug print statements

[PATCH] --count feature for git shortlog
 2015-06-29 21:33 UTC  (7+ messages)

[PATCH v6 0/7] refs backend preamble
 2015-06-29 21:03 UTC  (11+ 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 3/7] bisect: treat BISECT_HEAD as a ref
` [PATCH v6 4/7] refs: Break out check for reflog autocreation
` [PATCH v6 5/7] refs: new public ref function: safe_create_reflog
` [PATCH v6 6/7] git-reflog: add create and exists functions
` [PATCH v6 7/7] git-stash: use git-reflog instead of creating files

[PATCH v11 00/10] bisect terms
 2015-06-29 20:28 UTC  (13+ messages)
` [PATCH v11 01/10] bisect: correction of typo
` [PATCH v11 02/10] Documentation/bisect: move getting help section to the end
` [PATCH v11 03/10] Documentation/bisect: revise overall content
` [PATCH v11 04/10] bisect: replace hardcoded "bad|good" by variables
` [PATCH v11 05/10] bisect: simplify the addition of new bisect terms
` [PATCH v11 06/10] bisect: don't mix option parsing and non-trivial code
` [PATCH v11 07/10] bisect: sanity check on terms
` [PATCH v11 08/10] bisect: add the terms old/new
` [PATCH v11 09/10] bisect: add 'git bisect terms' to view the current terms
` [PATCH v11 10/10] bisect: allow setting any user-specified in 'git bisect start'

rebase -i: drop, missing commits and static checks
 2015-06-29 20:20 UTC  (4+ messages)
` [PATCHv7 1/3] git-rebase -i: add command "drop" to remove a commit
` [PATCHv7 2/3] git rebase -i: warn about removed commits
` [PATCHv7 3/3] git rebase -i: add static check for commands and SHA-1

What's cooking in git.git (Jun 2015, #06; Wed, 24)
 2015-06-29 20:02 UTC  (3+ messages)

[PATCH v6 00/11] add options to for-each-ref
 2015-06-29 19:55 UTC  (15+ messages)
` [PATCH v6 01/11] t6302: for-each-ref tests for ref-filter APIs
  ` [PATCH v6 03/11] ref-filter: implement '--points-at' option
  ` [PATCH v6 04/11] for-each-ref: add "
  ` [PATCH v6 06/11] ref-filter: implement '--merged' and '--no-merged' options

[PATCH v5 0/7] refs backend preamble
 2015-06-29 19:11 UTC  (9+ messages)
` [PATCH v5 1/7] refs.c: add err arguments to reflog functions
` [PATCH v5 2/7] cherry-pick: treat CHERRY_PICK_HEAD and REVERT_HEAD as refs
` [PATCH v5 3/7] bisect: treat BISECT_HEAD as a ref
` [PATCH v5 4/7] refs: Break out check for reflog autocreation
` [PATCH v5 5/7] refs: new public ref function: safe_create_reflog
` [PATCH v5 6/7] git-reflog: add create and exists functions
` [PATCH v5 7/7] git-stash: use git-reflog instead of creating files

[RFC/PATCH 0/9] port tag.c to use ref-filter library
 2015-06-29 18:20 UTC  (11+ messages)
` [RFC/PATCH 1/9] ref-filter: add %(refname:lalignX) option
  ` [RFC/PATCH 5/9] ref-filter: add option to match literal pattern

[PATCH] http: always use any proxy auth method available
 2015-06-29 17:00 UTC  (4+ messages)

[PATCH v10 7/7] bisect: allow any terms set by user
 2015-06-29 16:40 UTC  (24+ messages)
` [PATCH v10.1 "

Release candidate of Git for Windows 2.x is out
 2015-06-29 16:19 UTC  (10+ messages)
` 3rd release candidate of Git for Windows 2.x, was "
  ` 4th release candidate of Git for Windows 2.x, was Re: 3rd release candidate of Git for Windows 2.x
  ` Re: Release candidate of Git for Windows 2.x is out

[PATCH] worktree: new place for "git prune --worktrees"
 2015-06-29 16:13 UTC  (2+ messages)

git error in tag ...: unterminated header
 2015-06-29 14:51 UTC  (17+ messages)
                ` [PATCH] fsck: it is OK for a tag and a commit to lack the body

[PATCH] rerere: fix an off-by-one non-bug
 2015-06-28 22:26 UTC  (2+ messages)
` [PATCH v2] "

[PATCH] gitk: Update Bulgarian translation (307t)
 2015-06-28 20:28 UTC 

Staging commits with visual diff tools?
 2015-06-28 17:56 UTC  (7+ messages)

[PATCH v4 0/6] refs backend preamble
 2015-06-27 18:44 UTC  (8+ messages)
` [PATCH v4 1/6] refs.c: add err arguments to reflog functions
` [PATCH v4 2/6] cherry-pick: treat CHERRY_PICK_HEAD and REVERT_HEAD as refs
` [PATCH v4 3/6] bisect: treat BISECT_HEAD as a ref
` [PATCH v4 4/6] refs: Break out check for reflog autocreation
` [PATCH v4 5/6] git-reflog: add create and exists functions
` [PATCH v4 6/6] git-stash: use git-reflog instead of creating files

[GSOC] Update 3: Unification of tag -l, branch -l and for-each-ref
 2015-06-27 18:32 UTC 

[L10N] Kickoff of translation for Git 2.5.0 round 1
 2015-06-27 11:46 UTC 

[PATCH] p5310: Fix broken && chain in performance test
 2015-06-27  6:14 UTC  (4+ messages)

[PATCH] revision.c: Remove unneeded check for NULL
 2015-06-27  6:07 UTC  (2+ messages)

Linked workdirs break typo-correction
 2015-06-27  5:57 UTC  (4+ messages)
` [PATCH] setup: set env $GIT_WORK_TREE when work tree is set, like $GIT_DIR

This is a genuine business transaction
 2015-06-26 20:34 UTC 

[PATCH v3 1/7] refs.c: add err arguments to reflog functions
 2015-06-26 22:14 UTC  (11+ messages)
` [PATCH v3 2/7] cherry-pick: treat CHERRY_PICK_HEAD and REVERT_HEAD as refs
` [PATCH v3 3/7] bisect: treat BISECT_HEAD as a ref
` [PATCH v3 4/7] refs: Break out check for reflog autocreation
` [PATCH v3 5/7] refs: add safe_create_reflog function
` [PATCH v3 7/7] git-stash: use git-reflog instead of creating files

[PATCH v10 5/7] bisect: simplify the addition of new bisect terms
 2015-06-26 21:37 UTC  (4+ messages)
` [PATCH v10.1 "


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