git@vger.kernel.org mailing list mirror (one of many)
 help / color / mirror / code / Atom feed
 messages from 2013-04-30 22:47:48 to 2013-05-02 17:33:13 UTC [more...]

[PATCH 4/5] git-svn: fix bottleneck in stash_placeholder_list()
 2013-05-02 17:31 UTC  (9+ messages)
` Re[2]: "

[PATCH v2 0/9] A natural solution to the @ -> HEAD problem
 2013-05-02 17:30 UTC  (21+ messages)
` [PATCH 1/9] t1508 (at-combinations): simplify setup
` [PATCH 2/9] t1508 (at-combinations): test branches separately
` [PATCH 3/9] t1508 (at-combinations): improve nonsense()
` [PATCH 4/9] t1508 (at-combinations): increase coverage
` [PATCH 5/9] t1508 (at-combinations): document @{N} versus HEAD@{N}
` [PATCH 6/9] t1508 (at-combinations): test with symbolic refs
` [PATCH 7/9] remote.c: teach branch_get() to treat symrefs other than HEAD
` [PATCH 8/9] sha1_name.c: fix @-parsing bug in interpret_branch_name()
` [PATCH 9/9] refs.c: make @ a pseudo-ref alias to HEAD

[PATCH 0/5] A natural solution to the @ -> HEAD problem
 2013-05-02 17:09 UTC  (47+ messages)
` [PATCH 1/5] t1508 (at-combinations): more tests; document failures
` [PATCH 2/5] sha1_name.c: don't waste cycles in the @-parsing loop
` [PATCH 3/5] sha1_name.c: simplify @-parsing in get_sha1_basic()
` [PATCH 4/5] remote.c: teach branch_get() to treat symrefs other than HEAD
` [PATCH 5/5] refs.c: make @ a pseudo-ref alias to HEAD

[PATCH v2] upload-pack: ignore 'shallow' lines with unknown obj-ids
 2013-05-02 17:05 UTC  (3+ messages)

[PATCH v2 0/6] New @ shortcut for HEAD
 2013-05-02 16:49 UTC  (14+ messages)
` [PATCH v2 3/6] sha1_name: avoid Yoda conditions
` [PATCH v2 5/6] Add new @ shortcut for HEAD

[PATCH 0/4] check_everything_connected replacement
 2013-05-02 16:27 UTC  (12+ messages)
` [PATCH v2 0/5] "
  ` [PATCH v2 1/5] clone: let the user know when check_everything_connected is run
  ` [PATCH v2 2/5] fetch-pack: prepare updated shallow file before fetching the pack
  ` [PATCH v2 3/5] index-pack: remove dead code (it should never happen)
  ` [PATCH v2 4/5] index-pack, unpack-objects: add --not-so-strict for connectivity check
  ` [PATCH v2 5/5] Use --not-so-strict on all pack transfer "

[PATCH] lookup_object: prioritize recently found objects
 2013-05-02 15:50 UTC  (9+ messages)

[PATCH v2] Add support for -i/--interactive to git-clean
 2013-05-02 15:07 UTC  (9+ messages)
` [PATCH v3] "
    ` [PATCH v4 1/3] "
    ` [PATCH v4 2/3] Show items of interactive git-clean in columns
    ` [PATCH v4 3/3] Add colors to interactive git-clean

removing a bad commit
 2013-05-02 10:33 UTC  (2+ messages)

[PATCH] sha1_name: reorganize get_sha1_basic()
 2013-05-02 10:19 UTC  (5+ messages)

[PATCH/RFC] get_sha1: prefer 40-hex ref name over 40-hex SHA-1
 2013-05-02 10:09 UTC  (5+ messages)

[PATCH] Hold an 'unsigned long' chunk of the sha1 in obj_hash
 2013-05-02  8:52 UTC  (4+ messages)
  ` [PATCH] process tree diffs during "rev-list --objects"

[PATCH v3] Add new @ shortcut for HEAD
 2013-05-02  2:33 UTC  (13+ messages)
    ` "lets" vs. "let's" (was: Re: [PATCH v3] Add new @ shortcut for HEAD)
      ` "lets" vs. "let's"

[PATCH 0/2] Better advice on merge
 2013-05-01 23:07 UTC  (16+ messages)
` [PATCH 1/2] help: add help_unknown_ref
` [PATCH 2/2] merge: use help_unknown_ref instead of die

Fwd: [PATCH] git-svn: added an --include-path flag
 2013-05-01 20:46 UTC  (3+ messages)
` [PATCH] git-svn: added an --include-path flag (resent fixing mail format)

Important articles on git-scm.com no more accessible
 2013-05-01 18:57 UTC  (3+ messages)

[PATCH v2 00/18] remote-bzr: massive changes
 2013-05-01 18:38 UTC  (24+ messages)
` [PATCH v2 01/18] remote-bzr: cleanup CustomTree
` [PATCH v2 02/18] remote-bzr: delay blob fetching until the very end
` [PATCH v2 03/18] remote-bzr: fix order of locking in CustomTree
` [PATCH v2 04/18] remote-bzr: always try to update the worktree
` [PATCH v2 05/18] remote-bzr: add support to push merges
` [PATCH v2 06/18] remote-bzr: fixes for branch diverge
` [PATCH v2 07/18] remote-bzr: fix partially pushed merge
` [PATCH v2 08/18] remote-bzr: use branch variable when appropriate
` [PATCH v2 09/18] remote-bzr: add support for bzr repos
` [PATCH v2 10/18] remote-bzr: fix branch names
` [PATCH v2 11/18] remote-bzr: add support for shared repo
` [PATCH v2 12/18] remote-bzr: improve author sanitazion
` [PATCH v2 13/18] remote-bzr: add custom method to find branches
` [PATCH v2 14/18] remote-bzr: add option to specify branches
` [PATCH v2 15/18] remote-bzr: improve progress reporting
` [PATCH v2 16/18] remote-bzr: iterate revisions properly
` [PATCH v2 17/18] remote-bzr: delay peer branch usage
` [PATCH v2 18/18] remote-bzr: access branches only when needed

git rev-list | git cherry-pick --stdin is leaky
 2013-05-01 18:27 UTC  (3+ messages)

[ANNOUNCE] Git v1.8.3-rc0
 2013-05-01 17:55 UTC  (7+ messages)
` [PATCH] Fix grammar in the 1.8.3 release notes

[PATCH] contrib/subtree: don't delete remote branches if split fails
 2013-05-01 17:13 UTC  (2+ messages)

[PATCH] refs.c: interpret @ as HEAD
 2013-05-01  8:35 UTC  (8+ messages)

git log -p unexpected behaviour - security risk?
 2013-05-01  7:23 UTC  (17+ messages)
                        ` git log -p unexpected behaviour

[PATCH 5/5] git-svn: fix empty dir tracking in branches
 2013-05-01  3:25 UTC  (2+ messages)

What's cooking in git.git (Apr 2013, #10; Mon, 29)
 2013-05-01  1:48 UTC  (2+ messages)

[PATCH] Add new @ shortcut for HEAD
 2013-04-30 23:24 UTC  (12+ 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).