git@vger.kernel.org mailing list mirror (one of many)
 help / color / mirror / code / Atom feed
 messages from 2013-06-09 18:35:28 to 2013-06-10 14:28:23 UTC [more...]

[PATCH v2 1/2] rm: better error message on failure for multiple files
 2013-06-10 14:28 UTC  (2+ messages)
` [PATCH v2 2/2] rm: introduce advice.rmHints to shorten messages

[PATCH 1/2] config: refactor management of color.ui's default value
 2013-06-10 14:26 UTC  (2+ messages)
` [PATCH 2/2] make color.ui default to 'auto'

[PATCH 2/2] rm: introduce advice.rmHints to shorten messages
 2013-06-10 14:22 UTC 

[PATCH] Documentation/CommunityGuidelines
 2013-06-10 14:04 UTC  (3+ messages)

[PATCH 1/2] rm: better error message on failure for multiple files
 2013-06-10 12:54 UTC  (4+ messages)
` [PATCH 2/2] rm: introduce advice.rmHints to shorten messages

git diff bug?
 2013-06-10 12:44 UTC  (5+ messages)

git-daemon: needs /root/.config/git/config?
 2013-06-10 12:06 UTC  (5+ messages)

[PATCH v2 00/15] Towards a more awesome git branch
 2013-06-10 12:08 UTC  (3+ messages)

[PATCH 0/4] Fix triangular workflows for upstream, simple
 2013-06-10 11:48 UTC  (6+ messages)
` [PATCH 2/4] push: make upstream, simple work with pushdefault

What's cooking in git.git (Jun 2013, #02; Tue, 4)
 2013-06-10 11:38 UTC  (36+ messages)
` [Administrivia] On ruby and contrib/
    ` [PATCH] t0005: skip signal death exit code test on Windows
                              ` [PATCH] mingw: make mingw_signal return the correct handler

[PATCH 1/2] rm: better error message on failure for multiple files
 2013-06-10 11:28 UTC  (10+ messages)
` [PATCH 2/2] rm: introduce advice.rmHints to shorten messages

[PATCH v3 00/28] Follow perlcritic's recommandations
 2013-06-10 11:00 UTC  (36+ messages)
` [PATCH v3 01/28] git-remote-mediawiki: Make a regexp clearer
` [PATCH v3 02/28] git-remote-mediawiki: Move "use warnings;" before any instruction
` [PATCH v3 03/28] git-remote-mediawiki: Replace :utf8 by :encoding(UTF-8)
` [PATCH v3 04/28] git-remote-mediawiki: Always end a subroutine with a return
` [PATCH v3 05/28] git-remote-mediawiki: Move a variable declaration at the top of the code
` [PATCH v3 06/28] git-remote-mediawiki: Change syntax of map calls
` [PATCH v3 07/28] git-remote-mediawiki: Rewrite unclear line of instructions
` [PATCH v3 08/28] git-remote-mediawiki: Remove useless regexp modifier (m)
` [PATCH v3 09/28] git-remote-mediawiki: Change the behaviour of a split
` [PATCH v3 10/28] git-remote-mediawiki: Change separator of some regexps
` [PATCH v3 11/28] git-remote-mediawiki: Change style in a regexp
` [PATCH v3 12/28] "
` [PATCH v3 13/28] git-remote-mediawiki: Add newline in the end of die() error messages
` [PATCH v3 14/28] git-remote-mediawiki: Change the name of a variable
` [PATCH v3 15/28] git-remote-mediawiki: Turn double-negated expressions into simple expressions
` [PATCH v3 16/28] git-remote-mediawiki: Remove unused variable $entry
` [PATCH v3 17/28] git-remote-mediawiki: Rename a variable ($last) which has the name of a keyword
` [PATCH v3 18/28] git-remote-mediawiki: Assign a variable as undef and make proper indentation
` [PATCH v3 19/28] git-remote-mediawiki: Check return value of open
` [PATCH v3 20/28] git-remote-mediawiki: remove import of unused open2
` [PATCH v3 21/28] git-remote-mediawiki: Put long code into a subroutine
` [PATCH v3 22/28] git-remote-mediawiki: Modify strings for a better coding-style
` [PATCH v3 23/28] git-remote-mediawiki: Brace file handles for print for more clarity
` [PATCH v3 24/28] git-remote-mediawiki: Replace "unless" statements with negated "if" statements
` [PATCH v3 25/28] git-remote-mediawiki: Don't use quotes for empty strings
` [PATCH v3 26/28] git-remote-mediawiki: Put non-trivial numeric values in constants
` [PATCH v3 27/28] git-remote-mediawiki: Fix a typo ("mediwiki" instead of "mediawiki")
` [PATCH v3 28/28] git-remote-mediawiki: Clearly rewrite double dereference

[PATCH 0/3] Trivial patches
 2013-06-10  9:39 UTC  (12+ messages)
` [PATCH 2/3] test: improve rebase -q test

[PATCH] completion: remove ancient "ensure colon in COMP_WORDBREAKS" workaround
 2013-06-10  9:14 UTC  (4+ messages)

[PATCH 2/2] Move sequencer to builtin
 2013-06-10  9:05 UTC  (35+ messages)
                                  ` Bad attitudes and problems in the Git community (was: Re: [PATCH 2/2] Move sequencer to builtin)

[PATCH v4 0/7] git send-email suppress-cc=self fixes
 2013-06-10  8:59 UTC  (8+ messages)

[PATCH 1/2] status: introduce status.short to enable --short by default
 2013-06-10  8:02 UTC  (6+ messages)

[IGNORE] Implement 'git rebase' in ruby
 2013-06-10  7:48 UTC  (2+ messages)

What's cooking in git.git (Jun 2013, #03; Thu, 6)
 2013-06-10  7:41 UTC  (15+ messages)

[PATCH 0/3] Preparing for --date-order=author
 2013-06-10  7:39 UTC  (15+ messages)
` [PATCH v2 0/4] log --author-date-order
  ` [PATCH v2 1/4] toposort: rename "lifo" field
  ` [PATCH v2 2/4] commit-queue: LIFO or priority queue of commits
  ` [PATCH v2 3/4] sort-in-topological-order: use commit-queue
  ` [PATCH v2 4/4] log: --author-date-order

[PATCH 00/45] "struct pathspec" conversion and :(glob)
 2013-06-10  1:53 UTC  (13+ messages)
` [PATCH 05/45] Add parse_pathspec() that converts cmdline args to struct pathspec
` [PATCH 07/45] parse_pathspec: add PATHSPEC_PREFER_{CWD,FULL}
` [PATCH 09/45] parse_pathspec: a special flag for max_depth feature
` [PATCH 10/45] parse_pathspec: support stripping submodule trailing slashes
` [PATCH 12/45] parse_pathspec: support prefixing original patterns
` [PATCH 13/45] Guard against new pathspec magic in pathspec matching code

I'm out
 2013-06-10  1:27 UTC 

[PATCH 2/2] git.txt: document GIT_TRACE_PACKET
 2013-06-09 23:16 UTC  (4+ messages)

[PATCH] build: trivial cleanup
 2013-06-09 23:07 UTC  (2+ messages)

[PATCH] diff: add --ignore-blank-lines option
 2013-06-09 21:28 UTC  (5+ messages)

[PATCH v4 00/45] Massive improvents to rebase and cherry-pick
 2013-06-09 21:09 UTC  (22+ messages)
` [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 31/45] rebase: trivial cleanup

[PATCH 0/6] Minor prompt, completion cleanups
 2013-06-09 20:56 UTC  (4+ messages)
` [PATCH 6/6] completion: clarify ls-tree, archive, show completion

[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 2/2] Move sequencer to builtin
 2013-06-09 18:54 UTC  (14+ messages)

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


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