git@vger.kernel.org mailing list mirror (one of many)
 help / color / mirror / code / Atom feed
 messages from 2013-06-07 23:34:34 to 2013-06-09 15:19:12 UTC [more...]

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

[PATCH] build: get rid of the notion of a git library
 2013-06-09 15:12 UTC  (5+ messages)

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

[PATCH 0/2] Move sequencer
 2013-06-09 13:08 UTC  (33+ messages)
` [PATCH 2/2] Move sequencer to builtin

git-daemon: needs /root/.config/git/config?
 2013-06-09 12:47 UTC  (4+ messages)

[PATCH] Document .git/modules
 2013-06-09 11:13 UTC  (4+ messages)

What's cooking in git.git (Jun 2013, #02; Tue, 4)
 2013-06-09  9:16 UTC  (48+ messages)
` [Administrivia] On ruby and contrib/
    ` [PATCH] t0005: skip signal death exit code test on Windows

[RFH/PATCH 0/4] git http tests with apache 2.4
 2013-06-09  8:09 UTC  (5+ messages)
` [PATCH 1/4] t/lib-httpd/apache.conf: do not use LockFile in apache >= 2.4
` [PATCH 2/4] t/lib-httpd/apache.conf: load extra auth modules in apache 2.4
` [PATCH 3/4] t/lib-httpd/apache.conf: load compat access module "
` [PATCH 4/4] t/lib-httpd/apache.conf: configure an MPM module for "

[PATCH 00/45] "struct pathspec" conversion and :(glob)
 2013-06-09  7:58 UTC  (47+ messages)
` [PATCH 01/45] clean: remove unused variable "seen"
` [PATCH 02/45] Move struct pathspec and related functions to pathspec.[ch]
` [PATCH 03/45] pathspec: i18n-ize error strings in pathspec parsing code
` [PATCH 04/45] pathspec: add copy_pathspec
` [PATCH 05/45] Add parse_pathspec() that converts cmdline args to struct pathspec
` [PATCH 06/45] parse_pathspec: save original pathspec for reporting
` [PATCH 07/45] parse_pathspec: add PATHSPEC_PREFER_{CWD,FULL}
` [PATCH 08/45] Convert some get_pathspec() calls to parse_pathspec()
` [PATCH 09/45] parse_pathspec: a special flag for max_depth feature
` [PATCH 10/45] parse_pathspec: support stripping submodule trailing slashes
` [PATCH 11/45] parse_pathspec: support stripping/checking submodule paths
` [PATCH 12/45] parse_pathspec: support prefixing original patterns
` [PATCH 13/45] Guard against new pathspec magic in pathspec matching code
` [PATCH 14/45] clean: convert to use parse_pathspec
` [PATCH 15/45] commit: "
` [PATCH 16/45] status: "
` [PATCH 17/45] rerere: "
` [PATCH 18/45] checkout: "
` [PATCH 19/45] rm: "
` [PATCH 20/45] ls-files: "
` [PATCH 21/45] archive: "
` [PATCH 22/45] check-ignore: "
` [PATCH 23/45] add: "
` [PATCH 24/45] reset: "
` [PATCH 25/45] line-log: "
` [PATCH 26/45] Convert read_cache_preload() to take struct pathspec
` [PATCH 27/45] Convert run_add_interactive to use "
` [PATCH 28/45] Convert unmerge_cache to take "
` [PATCH 29/45] checkout: convert read_tree_some "
` [PATCH 30/45] Convert report_path_error "
` [PATCH 31/45] Convert refresh_index "
` [PATCH 32/45] Convert {read,fill}_directory "
` [PATCH 33/45] Convert add_files_to_cache "
` [PATCH 34/45] Convert common_prefix() to use "
` [PATCH 35/45] Remove diff_tree_{setup,release}_paths
` [PATCH 36/45] Remove init_pathspec() in favor of parse_pathspec()
` [PATCH 37/45] Remove match_pathspec() in favor of match_pathspec_depth()
` [PATCH 38/45] tree-diff: remove the use of pathspec's raw[] in follow-rename codepath
` [PATCH 39/45] parse_pathspec: make sure the prefix part is wildcard-free
` [PATCH 40/45] parse_pathspec: preserve prefix length via PATHSPEC_PREFIX_ORIGIN
` [PATCH 41/45] Kill limit_pathspec_to_literal() as it's only used by parse_pathspec()
` [PATCH 42/45] pathspec: support :(literal) syntax for noglob pathspec
` [PATCH 43/45] pathspec: make --literal-pathspecs disable pathspec magic
` [PATCH 44/45] pathspec: support :(glob) syntax
` [PATCH 45/45] Rename field "raw" to "_raw" in struct pathspec

[PATCH] diff: add --ignore-blank-lines option
 2013-06-09  7:33 UTC  (3+ messages)

[PATCH 1/2] core: use env variable instead of config var to turn on logging pack access
 2013-06-09  7:20 UTC  (8+ messages)
` [PATCH 2/2] git.txt: document GIT_TRACE_PACKET

[PATCH] git-remote-mediawiki: Fix a bug in a regexp
 2013-06-09  5:21 UTC  (6+ messages)

[PATCH v2 00/22] git-remote-mediawiki: Follow perlcritic's recommandations
 2013-06-09  4:52 UTC  (26+ messages)
` [PATCH v2 02/22] git-remote-mediawiki: Use the Readonly module instead of the constant pragma
` [PATCH v2 07/22] git-remote-mediawiki: Change style of some regular expressions
` [PATCH v2 14/22] git-remote-mediawiki: Check return value of open + remove import of unused open2
` [PATCH v2 15/22] git-remote-mediawiki: Put long code into a subroutine
` [PATCH v2 16/22] git-remote-mediawiki: Modify strings for a better coding-style
` [PATCH v2 17/22] git-remote-mediawiki: Brace file handles for print for more clarity
` [PATCH v2 22/22] git-remote-mediawiki: Clearly rewrite double dereference

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

[PATCH] build: trivial cleanup
 2013-06-08 22:38 UTC 

What's cooking in git.git (Jun 2013, #03; Thu, 6)
 2013-06-08 18:39 UTC  (11+ messages)

[PATCH] tests: fix autostash
 2013-06-08 16:56 UTC  (10+ messages)

[PATCH 1/2] status: introduce status.short to enable --short by default
 2013-06-08 15:25 UTC  (3+ messages)
` [PATCH 2/2] status: introduce status.branch to enable --branch "

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

[PATCH V2] t0070 "mktemp to unwritable directory" needs SANITY
 2013-06-08 12:17 UTC 

[PATCH V2] t0070 "mktemp to unwritable directory" needs SANITY
 2013-06-08 11:57 UTC 

Bug: `gitsubmodule` does not list modules with unicode characters
 2013-06-08 12:06 UTC  (5+ messages)

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

Git exile Issues
 2013-06-08  7:32 UTC  (2+ messages)

[PATCH] t0070: Use precondition CANNOTWRITE
 2013-06-08  7:23 UTC  (2+ messages)

[PATCH] completion: add deprecated __git_complete_file ()
 2013-06-08  0:35 UTC  (5+ 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).