git@vger.kernel.org mailing list mirror (one of many)
 help / color / mirror / code / Atom feed
 messages from 2013-06-09 15:13:11 to 2013-06-09 20:32:46 UTC [more...]

[PATCH] diff: add --ignore-blank-lines option
 2013-06-09 20:32 UTC  (4+ messages)

What's cooking in git.git (Jun 2013, #02; Tue, 4)
 2013-06-09 20:31 UTC  (12+ messages)
    ` [PATCH] t0005: skip signal death exit code test on Windows

[PATCH 2/2] Move sequencer to builtin
 2013-06-09 20:07 UTC  (48+ messages)

[PATCH v4 00/45] Massive improvents to rebase and cherry-pick
 2013-06-09 19:48 UTC  (76+ messages)
` [PATCH v4 01/45] build: generate and clean test scripts
` [PATCH v4 02/45] build: do not install git-remote-testgit
` [PATCH v4 03/45] build: trivial cleanup
` [PATCH v4 04/45] build: add builtin lib
` [PATCH v4 05/45] log-tree: remove dependency from sequencer
` [PATCH v4 06/45] Move sequencer to builtin
` [PATCH v4 07/45] unpack-trees: plug a memory leak
` [PATCH v4 08/45] read-cache: plug a few leaks
` [PATCH v4 09/45] sequencer: remove useless indentation
` [PATCH v4 10/45] sequencer: trivial fix
` [PATCH v4 11/45] cherry-pick: don't barf when there's nothing to do
` [PATCH v4 12/45] cherry-pick: add --skip-empty option
` [PATCH v4 13/45] revert/cherry-pick: add --quiet option
` [PATCH v4 14/45] revert/cherry-pick: add --skip option
` [PATCH v4 15/45] builtin: add rewrite helper
` [PATCH v4 16/45] cherry-pick: store rewritten commits
` [PATCH v4 17/45] cherry-pick: don't store skipped commit
` [PATCH v4 18/45] builtin: move run_rewrite_hook() to rewrite.c
` [PATCH v4 19/45] builtin: add copy_rewrite_notes()
` [PATCH v4 20/45] cherry-pick: copy notes and run hooks
` [PATCH v4 21/45] cherry-pick: add --action-name option
` [PATCH v4 22/45] cherry-pick: remember rerere-autoupdate
` [PATCH v4 23/45] rebase: split the cherry-pick stuff
` [PATCH v4 24/45] rebase: cherry-pick: fix mode storage
` [PATCH v4 25/45] rebase: cherry-pick: fix sequence continuation
` [PATCH v4 26/45] rebase: cherry-pick: fix abort of cherry mode
` [PATCH v4 27/45] rebase: cherry-pick: fix command invocations
` [PATCH v4 28/45] rebase: cherry-pick: fix status messages
` [PATCH v4 29/45] rebase: cherry-pick: automatically commit stage
` [PATCH v4 30/45] rebase: cherry-pick: set correct action-name
` [PATCH v4 31/45] rebase: trivial cleanup
` [PATCH v4 32/45] rebase: use 'cherrypick' mode instead of 'am'
` [PATCH v4 33/45] rebase: cherry-pick: fix for shell prompt
` [PATCH v4 34/45] rebase: cherry-pick: add merge options
` [PATCH v4 35/45] rebase: remove merge mode
` [PATCH v4 36/45] rebase: cherry-pick: add copyright
` [PATCH v4 37/45] tests: fix autostash
` [PATCH v4 38/45] add simple tests of consistency across rebase types
` [PATCH v4 39/45] add tests for rebasing with patch-equivalence present
` [PATCH v4 40/45] add tests for rebasing of empty commits
` [PATCH v4 41/45] add tests for rebasing root
` [PATCH v4 42/45] add tests for rebasing merged history
` [PATCH v4 43/45] t3406: modernize style
` [PATCH v4 44/45] tests: move test for rebase messages from t3400 to t3406
` [PATCH v4 45/45] tests: update topology tests

[PATCH gitk 0/4] gitk support for git log -L
 2013-06-09 19:44 UTC  (5+ messages)
` [PATCH gitk 1/4] gitk: refactor per-line part of getblobdiffline and its support
` [PATCH gitk 2/4] gitk: split out diff part in $commitinfo
` [PATCH gitk 3/4] gitk: support showing the gathered inline diffs
` [PATCH gitk 4/4] gitk: recognize -L option

[PATCH v5 00/36] Massive improvents to rebase and cherry-pick
 2013-06-09 19:37 UTC  (38+ messages)
` [PATCH v5 01/36] build: generate and clean test scripts
` [PATCH v5 02/36] build: do not install git-remote-testgit
` [PATCH v5 03/36] build: trivial cleanup
` [PATCH v5 04/36] build: add builtin lib
` [PATCH v5 05/36] log-tree: remove dependency from sequencer
` [PATCH v5 06/36] Move sequencer to builtin
` [PATCH v5 07/36] unpack-trees: plug a memory leak
` [PATCH v5 08/36] read-cache: plug a few leaks
` [PATCH v5 09/36] sequencer: remove useless indentation
` [PATCH v5 10/36] sequencer: trivial fix
` [PATCH v5 11/36] cherry-pick: don't barf when there's nothing to do
` [PATCH v5 12/36] cherry-pick: add --skip-empty option
` [PATCH v5 13/36] revert/cherry-pick: add --quiet option
` [PATCH v5 14/36] revert/cherry-pick: add --skip option
` [PATCH v5 15/36] builtin: add rewrite helper
` [PATCH v5 16/36] cherry-pick: store rewritten commits
` [PATCH v5 17/36] cherry-pick: don't store skipped commit
` [PATCH v5 18/36] builtin: move run_rewrite_hook() to rewrite.c
` [PATCH v5 19/36] builtin: add copy_rewrite_notes()
` [PATCH v5 20/36] cherry-pick: copy notes and run hooks
` [PATCH v5 21/36] cherry-pick: add --action-name option
` [PATCH v5 22/36] cherry-pick: remember rerere-autoupdate
` [PATCH v5 23/36] rebase: split the cherry-pick stuff
` [PATCH v5 24/36] rebase: cherry-pick: fix mode storage
` [PATCH v5 25/36] rebase: cherry-pick: fix sequence continuation
` [PATCH v5 26/36] rebase: cherry-pick: fix abort of cherry mode
` [PATCH v5 27/36] rebase: cherry-pick: fix command invocations
` [PATCH v5 28/36] rebase: cherry-pick: fix status messages
` [PATCH v5 29/36] rebase: cherry-pick: automatically commit stage
` [PATCH v5 30/36] rebase: cherry-pick: set correct action-name
` [PATCH v5 31/36] rebase: trivial cleanup
` [PATCH v5 32/36] rebase: use 'cherrypick' mode instead of 'am'
` [PATCH v5 33/36] rebase: cherry-pick: fix for shell prompt
` [PATCH v5 34/36] rebase: cherry-pick: add merge options
` [PATCH v5 35/36] rebase: remove merge mode
` [PATCH v5 36/36] rebase: cherry-pick: add copyright

[PATCH 0/3] Trivial patches
 2013-06-09 19:33 UTC  (7+ messages)
` [PATCH 2/3] test: improve rebase -q test

[PATCH 1/2] status: introduce status.short to enable --short by default
 2013-06-09 19:26 UTC  (4+ messages)

[PATCH v3 0/2] cherry-pick: fix memory leaks
 2013-06-09 18:49 UTC  (15+ messages)
` [PATCH v3 2/2] read-cache: plug a few leaks

[PATCH/RFC] git-remote-mediawiki: new tool to preview local changes without pushing
 2013-06-09 18:32 UTC  (6+ messages)

[PATCH v2 00/15] Towards a more awesome git branch
 2013-06-09 17:54 UTC  (16+ messages)
` [PATCH v2 01/15] for-each-ref, quote: convert *_quote_print -> *_quote_buf
` [PATCH v2 02/15] for-each-ref: don't print out elements directly
` [PATCH v2 03/15] tar-tree: remove dependency on sq_quote_print()
` [PATCH v2 04/15] quote: remove sq_quote_print()
` [PATCH v2 05/15] pretty: extend pretty_print_context with callback
` [PATCH v2 06/15] pretty: limit recursion in format_commit_one()
` [PATCH v2 07/15] pretty: allow passing NULL commit to format_commit_message()
` [PATCH v2 08/15] for-each-ref: get --pretty using format_commit_message()
` [PATCH v2 09/15] for-each-ref: teach verify_format() about pretty's syntax
` [PATCH v2 10/15] for-each-ref: introduce format specifier %>(*) and %<(*)
` [PATCH v2 11/15] for-each-ref: introduce %(HEAD) marker
` [PATCH v2 12/15] for-each-ref: introduce %(upstream:track[short])
` [PATCH v2 13/15] for-each-ref: improve responsiveness of %(upstream:track)
` [PATCH v2 14/15] pretty: introduce get_pretty_userformat
` [PATCH v2 15/15] for-each-ref: use get_pretty_userformat in --pretty

[PATCH] build: get rid of the notion of a git library
 2013-06-09 17:45 UTC  (18+ messages)

[PATCH] submodule: remove redundant check for the_index.initialized
 2013-06-09 17:41 UTC  (3+ messages)

[PATCH 1/2] read-cache: add simple performance test
 2013-06-09 17:39 UTC  (2+ messages)
` [PATCH 2/2] read-cache: free cache in discard_index

[PATCH 0/4] Fix triangular workflows for upstream, simple
 2013-06-09 17:13 UTC  (5+ messages)
` [PATCH 1/4] t/push-default: remove redundant test_config lines
` [PATCH 2/4] push: make upstream, simple work with pushdefault
` [PATCH 3/4] t/push-default: generalize test_push_{success, commit}
` [PATCH 4/4] t/push-default: test pushdefault with all modes

[PATCH v3 0/9] cherry-pick: improvements
 2013-06-09 15:19 UTC  (4+ messages)
` [PATCH v3 5/9] sequencer: run post-rewrite hook


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