git@vger.kernel.org mailing list mirror (one of many)
 help / color / mirror / code / Atom feed
 messages from 2013-06-18 18:16:22 to 2013-06-20 13:12:16 UTC [more...]

Splitting a rev list into 2 sets
 2013-06-20 13:12 UTC  (4+ messages)

[PATCH] pull: pull into void by fast-forwarding from empty tree
 2013-06-20 13:06 UTC  (3+ messages)
  ` [PATCH v2] pull: merge into unborn "

[PATCH v2 1/2] send-email: sanitize author when writing From line
 2013-06-20 12:53 UTC  (6+ messages)
` [PATCH v2 2/2] send-email: add test for duplicate utf8 name

[PATCH v2 00/12] Fix some reference-related races
 2013-06-20 11:55 UTC  (19+ messages)
` [PATCH v2 01/12] repack_without_ref(): split list curation and entry writing
` [PATCH v2 02/12] pack_refs(): split creation of packed refs "
` [PATCH v2 03/12] refs: wrap the packed refs cache in a level of indirection
` [PATCH v2 04/12] refs: implement simple transactions for the packed-refs file
` [PATCH v2 05/12] refs: manage lifetime of packed refs cache via reference counting
` [PATCH v2 06/12] do_for_each_entry(): increment the packed refs cache refcount
` [PATCH v2 07/12] packed_ref_cache: increment refcount when locked
` [PATCH v2 08/12] Extract a struct stat_data from cache_entry
` [PATCH v2 09/12] add a stat_validity struct
` [PATCH v2 10/12] get_packed_ref_cache: reload packed-refs file when it changes
` [PATCH v2 11/12] for_each_ref: load all loose refs before packed refs
` [PATCH v2 12/12] refs: do not invalidate the packed-refs cache unnecessarily

[PATCH v4 0/5] git-remote-mediawiki: new tool to preview local changes without pushing
 2013-06-20 11:21 UTC  (12+ messages)
` [PATCH v4 1/5] git-remote-mediawiki: Introduction of Git::Mediawiki.pm
` [PATCH v4 2/5] git-remote-mediawiki: new git bin-wrapper for developement
` [PATCH v4 3/5] git-remote-mediawiki: factoring code between git-remote-mediawiki and Git::Mediawiki
` [PATCH v4 4/5] git-remote-mediawiki: Adding git-mw command
` [PATCH v4 5/5] git-remote-mediawiki: Add preview subcommand into git mw

[PATCH 0/4] documentation cleanups for <rev>^{<type>}
 2013-06-20 10:55 UTC  (24+ messages)
` [PATCH 1/4] glossary: add 'treeish' as a synonym for 'tree-ish'
` [PATCH 2/4] glossary: define committish (a.k.a. commit-ish)
` [PATCH 3/4] glossary: more precise definition of tree-ish (a.k.a. treeish)
` [PATCH 4/4] revisions.txt: fix and clarify <rev>^{<type>}

[PATCH 0/6] push.default in the triangular world
 2013-06-20 10:09 UTC  (17+ messages)
` [PATCH 1/6] t/t5528-push-default: remove redundant test_config lines
` [PATCH 2/6] config doc: rewrite push.default section
` [PATCH 3/6] push: change `simple` to accommodate triangular workflows
` [PATCH 4/6] push: remove dead code in setup_push_upstream()
` [PATCH 5/6] t/t5528-push-default: generalize test_push_*
` [PATCH 6/6] t/t5528-push-default: test pushdefault workflows

[PATCH v4 0/4] Reroll patches against v1.8.1.1
 2013-06-20  9:26 UTC  (7+ messages)
` [PATCH v5 0/5] Reroll patches against v1.8.3.1
` [PATCH v5 1/5] t6006 (rev-list-format): don't hardcode SHA-1 in expected outputs
` [PATCH v5 2/5] t7102 (reset): "
` [PATCH v5 3/5] t4205 (log-pretty-formats): "
` [PATCH v5 4/5] pretty: Add failing tests: user format ignores i18n.logOutputEncoding setting
` [PATCH v5 5/5] pretty: "

[PATCH v3 00/12] Fix some reference-related races
 2013-06-20  8:37 UTC  (13+ messages)
` [PATCH v3 01/12] repack_without_ref(): split list curation and entry writing
` [PATCH v3 02/12] pack_refs(): split creation of packed refs "
` [PATCH v3 03/12] refs: wrap the packed refs cache in a level of indirection
` [PATCH v3 04/12] refs: implement simple transactions for the packed-refs file
` [PATCH v3 05/12] refs: manage lifetime of packed refs cache via reference counting
` [PATCH v3 06/12] do_for_each_entry(): increment the packed refs cache refcount
` [PATCH v3 07/12] packed_ref_cache: increment refcount when locked
` [PATCH v3 08/12] Extract a struct stat_data from cache_entry
` [PATCH v3 09/12] add a stat_validity struct
` [PATCH v3 10/12] get_packed_ref_cache: reload packed-refs file when it changes
` [PATCH v3 11/12] for_each_ref: load all loose refs before packed refs
` [PATCH v3 12/12] refs: do not invalidate the packed-refs cache unnecessarily

[PATCH] send-email: Fix documentation of --signed-off-by-cc option
 2013-06-20  8:26 UTC 

[PATCH] status: display the SHA1 of the commit being currently processed
 2013-06-20  8:10 UTC  (9+ messages)

[PATCH] octopus: fallback on empty tree for ancestor
 2013-06-20  0:27 UTC 

[PATCH] misspellings fixes by https://github.com/vlajos/misspell_fixer
 2013-06-19 22:37 UTC 

[PATCH] diff: add --ignore-blank-lines option
 2013-06-19 22:23 UTC  (3+ messages)

[PATCH 0/2] Update linux-2.6.git location and repo size
 2013-06-19 21:37 UTC  (9+ messages)
` [PATCH 1/2] Documentation: Update 'linux-2.6.git' -> 'linux.git'
` [PATCH 2/2] user-manual: Update download size for Git and the kernel

[PATCH] peel_onion(): add support for <rev>^{tag}
 2013-06-19 20:08 UTC  (3+ messages)

accessing oldest reflog entry with ref@{N}?
 2013-06-19 19:41 UTC  (3+ messages)

[Request] Git reset should be able to ignore file permissions
 2013-06-19 18:43 UTC  (15+ messages)

small misspellings fixes
 2013-06-19 18:31 UTC  (3+ messages)

[PATCH v2 0/7] Re-roll rr/rebase-checkout-reflog
 2013-06-19 18:29 UTC  (19+ messages)
` [PATCH v2 1/7] t/t7512-status-help: test "HEAD detached from"
` [PATCH v2 2/7] wt-status: remove unused field in grab_1st_switch_cbdata
` [PATCH v2 3/7] t/t2012-checkout-last: test "checkout -" after a rebase
` [PATCH v2 4/7] status: do not depend on rebase reflog messages
` [PATCH v2 5/7] checkout: respect GIT_REFLOG_ACTION
` [PATCH v2 6/7] rebase: write better reflog messages
` [PATCH v2 7/7] rebase -i: "

[PATCH v2 0/3] Fix a race condition when reading loose refs
 2013-06-19 17:24 UTC  (6+ messages)
` [PATCH v2 1/3] resolve_ref_unsafe(): extract function handle_missing_loose_ref()
` [PATCH v2 2/3] resolve_ref_unsafe(): handle the case of an SHA-1 within loop
` [PATCH v2 3/3] resolve_ref_unsafe(): close race condition reading loose refs

[PATCH v2] send-email: allow use of basic email list in --cc --to and --bcc
 2013-06-19 11:51 UTC  (2+ messages)

[PATCH v3 0/7] Re-roll rr/rebase-checkout-reflog
 2013-06-19  9:41 UTC  (10+ messages)
` [PATCH v3 1/7] t/t7512-status-help: test "HEAD detached from"
` [PATCH v3 2/7] wt-status: remove unused field in grab_1st_switch_cbdata
` [PATCH v3 3/7] t/t2012-checkout-last: test "checkout -" after a rebase
` [PATCH v3 4/7] status: do not depend on rebase reflog messages
` [PATCH v3 5/7] checkout: respect GIT_REFLOG_ACTION
` [PATCH v3 6/7] rebase: write better reflog messages
` [PATCH v3 7/7] rebase -i: "

[PATCH] http.c: don't rewrite the user:passwd string multiple times
 2013-06-19  7:40 UTC  (8+ messages)
        ` [PATCH v2] "

[PATCH v2] sequencer: write useful reflog message for fast-forward
 2013-06-19  7:37 UTC 

[PATCH 00/12] Fix some reference-related races
 2013-06-19  5:51 UTC  (5+ messages)

[PATCH v5 0/7] Rebase topology test
 2013-06-19  5:52 UTC  (5+ messages)
` [PATCH v6 0/8] "
  ` [PATCH mz/rebase-tests] rebase topology tests: fix commit names on case-insensitive file systems

small misspellings fixes
 2013-06-19  4:15 UTC  (2+ messages)

[PATCH] git-add--interactive.perl: Permit word-based diff
 2013-06-18 22:47 UTC  (5+ messages)

[PATCH] Avoid broken Solaris tr
 2013-06-18 22:31 UTC  (2+ messages)

What's cooking in git.git (Jun 2013, #06; Tue, 18)
 2013-06-18 20:41 UTC 

[PATCH] t/t5800-remote-testpy: skip all tests if not built
 2013-06-18 20:35 UTC  (3+ messages)

[PATCH v2 00/13] bash prompt speedup
 2013-06-18 19:35 UTC  (3+ messages)

[PATCH] unpack-trees: don't shift conflicts left and right
 2013-06-18 19:33 UTC  (7+ messages)

[PATCH] completion: complete diff --word-diff
 2013-06-18 19:24 UTC 

[PATCH] sequencer: write useful reflog message for fast-forward
 2013-06-18 19:02 UTC  (3+ messages)

[PATCH 1/2] show-ref.c: Add missing call to git_config()
 2013-06-18 18:38 UTC  (3+ messages)

[PATCH v3 0/8] --valgrind improvements
 2013-06-18 18:21 UTC  (3+ messages)
` [PATCH v3 3/8] test-lib: rearrange start/end of test_expect_* and test_skip

[PATCHv2] fix "builtin-*" references to be "builtin/*"
 2013-06-18 18:16 UTC  (2+ 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).