git@vger.kernel.org mailing list mirror (one of many)
 help / color / mirror / code / Atom feed
 messages from 2013-01-10 22:51:36 to 2013-01-13 12:38:26 UTC [more...]

[PATCH v3 00/31] nd/parse-pathspec
 2013-01-13 12:35 UTC  (21+ messages)
` [PATCH v3 01/31] clean: remove unused variable "seen"
` [PATCH v3 02/31] Add copy_pathspec
` [PATCH v3 03/31] Add parse_pathspec() that converts cmdline args to struct pathspec
` [PATCH v3 04/31] parse_pathspec: save original pathspec for reporting
` [PATCH v3 05/31] Export parse_pathspec() and convert some get_pathspec() calls
` [PATCH v3 06/31] Guard against new pathspec magic in pathspec matching code
` [PATCH v3 07/31] clean: convert to use parse_pathspec
` [PATCH v3 08/31] parse_pathspec: add PATHSPEC_EMPTY_MATCH_ALL
` [PATCH v3 09/31] commit: convert to use parse_pathspec
` [PATCH v3 10/31] status: "
` [PATCH v3 11/31] rerere: "
` [PATCH v3 12/31] checkout: "
` [PATCH v3 13/31] rm: "
` [PATCH v3 14/31] parse_pathspec: support stripping submodule trailing slashes
` [PATCH v3 15/31] ls-files: convert to use parse_pathspec
` [PATCH v3 16/31] archive: "
` [PATCH v3 17/31] parse_pathspec: support stripping/checking submodule paths
` [PATCH v3 18/31] add: convert to use parse_pathspec
` [PATCH v3 19/31] Convert read_cache_preload() to take struct pathspec
` [PATCH v3 20/31] Convert unmerge_cache "

[PATCH 0/8] Initial support for Python 3
 2013-01-13 12:34 UTC  (14+ messages)
` [PATCH 1/8] git_remote_helpers: Allow building with "
` [PATCH 2/8] git_remote_helpers: fix input when running under "
` [PATCH 3/8] git_remote_helpers: Force rebuild if python version changes
` [PATCH 4/8] git_remote_helpers: Use 2to3 if building with Python 3
` [PATCH 5/8] svn-fe: allow svnrdump_sim.py to run "
` [PATCH 6/8] git-remote-testpy: hash bytes explicitly
` [PATCH 7/8] git-remote-testpy: don't do unbuffered text I/O
` [PATCH 8/8] git-remote-testpy: call print as a function

missing objects -- prevention
 2013-01-13 12:30 UTC  (7+ messages)

git list files
 2013-01-13 12:05 UTC 

[PATCH] tests: turn on test-lint-shell-syntax by default
 2013-01-13 10:25 UTC  (3+ messages)

[PATCH 0/4] pre-push hook support
 2013-01-13  5:17 UTC  (5+ messages)
` [PATCH v2 0/3] "
` [PATCH v2 1/3] hooks: Add function to check if a hook exists
` [PATCH v2 2/3] push: Add support for pre-push hooks
` [PATCH v2 3/3] Add sample pre-push hook script

Suggestion: add option in git-p4 to preserve user in Git repository
 2013-01-13  4:56 UTC  (5+ messages)

How to setup bash completion for alias of git command
 2013-01-13  3:13 UTC  (2+ messages)

[PATCH/RFC 0/7] mutiple improvements
 2013-01-13  1:52 UTC  (8+ messages)
` [PATCH/RFC 1/7] contrib/subtree: Add vim modeline
` [PATCH/RFC 2/7] contrib/subtree: Ignore testing directory
` [PATCH/RFC 3/7] contrib/subtree: Remove test number comments
` [PATCH/RFC 4/7] contrib/subtree: Code cleaning and refactoring
` [PATCH/RFC 5/7] contrib/subtree: Make each test self-contained
` [PATCH/RFC 6/7] contrib/subtree: Use %B for the split commit message
` [PATCH/RFC 7/7] contrib/subtree: Handle '--prefix' argument with a slash appended

[PATCH v2 00/21] nd/parse-pathspec reroll
 2013-01-12 22:54 UTC  (27+ messages)
` [PATCH v2 01/21] pathspec: save the non-wildcard length part
` [PATCH v2 02/21] Add parse_pathspec() that converts cmdline args to struct pathspec
` [PATCH v2 03/21] Export parse_pathspec() and convert some get_pathspec() calls
` [PATCH v2 04/21] clean: convert to use parse_pathspec
` [PATCH v2 05/21] commit: "
` [PATCH v2 06/21] status: "
` [PATCH v2 07/21] rerere: "
` [PATCH v2 08/21] checkout: "
` [PATCH v2 09/21] rm: "
` [PATCH v2 10/21] ls-files: "
` [PATCH v2 11/21] archive: "
` [PATCH v2 12/21] add: "
` [PATCH v2 13/21] Convert read_cache_preload() to take struct pathspec
` [PATCH v2 14/21] Convert unmerge_cache "
` [PATCH v2 15/21] checkout: convert read_tree_some "
` [PATCH v2 16/21] Convert report_path_error "
` [PATCH v2 17/21] Convert refresh_index "
` [PATCH v2 18/21] Convert {read,fill}_directory "
` [PATCH v2 19/21] Convert add_files_to_cache "
` [PATCH v2 20/21] Convert more init_pathspec() to parse_pathspec()
` [PATCH v2 21/21] Rename field "raw" to "_raw" in struct pathspec
  ` [PATCH v2 22/21] Convert the last use of match_pathspec() and remove it

[PATCH] rebase --preserve-merges keeps empty merge commits
 2013-01-12 20:46 UTC 

git-completion.bash should not add a space after a ref
 2013-01-12 18:35 UTC 

erratic behavior commit --allow-empty
 2013-01-12 18:30 UTC  (3+ messages)

[PATCH] cvsimport: rewrite to use cvsps 3.x to fix major bugs
 2013-01-12 18:26 UTC  (16+ messages)
  ` [PATCH] t/t960[123]: remove leftover scripts
  ` [PATCH] t/lib-cvs: cvsimport no longer works without Python >= 2.7

[PATCH 0/3] Rework git-diff algorithm selection
 2013-01-12 16:02 UTC  (4+ messages)
` [PATCH 1/3] git-completion.bash: Autocomplete --minimal and --histogram for git-diff
` [PATCH 2/3] config: Introduce diff.algorithm variable
` [PATCH 3/3] diff: Introduce --diff-algorithm command line option

What's cooking in git.git (Jan 2013, #05; Fri, 11)
 2013-01-12 16:25 UTC  (2+ messages)

[PATCH v5] git-completion.bash: add support for path completion
 2013-01-12 14:52 UTC  (4+ messages)

[PATCH] Support FTP-over-SSL/TLS for regular FTP
 2013-01-12 14:51 UTC  (3+ messages)

[BUG] Possible bug in `remote set-url --add --push`
 2013-01-12  9:33 UTC  (6+ messages)

[PATCH v2 0/3] fixup remaining cvsimport tests
 2013-01-12  7:01 UTC  (6+ messages)
` [PATCH v2 1/3] t/lib-cvs.sh: allow cvsps version 3.x
` [PATCH v2 2/3] t9600: fixup for new cvsimport
` [PATCH v2 3/3] t9604: "

[PATCH v2] t9605: test for cvsps commit ordering bug
 2013-01-12  4:39 UTC 

[PATCH] t9605: test for cvsps commit ordering bug
 2013-01-12  4:13 UTC 

git send-email should not allow 'y' for in-reply-to
 2013-01-12  2:56 UTC  (8+ messages)

[PATCH] format_commit_message(): simplify calls to logmsg_reencode()
 2013-01-11 22:15 UTC  (2+ messages)

[PATCH] git-completion.bash: Silence not a valid object errors
 2013-01-11 21:12 UTC  (4+ messages)

git-archive fails against smart-http repos
 2013-01-11 20:58 UTC  (2+ messages)

[BUG]:Git doesn't work with Sock5 proxy on MAC
 2013-01-11 20:22 UTC 

Version 1.8.1 does not compile on Cygwin 1.7.14
 2013-01-11 20:17 UTC  (16+ messages)

parsecvs has been salvaged
 2013-01-11 19:02 UTC  (3+ messages)

git send-email should not allow 'y' for in-reply-to
 2013-01-11 18:54 UTC  (5+ messages)

[PATCH 00/19] reset improvements
 2013-01-11 17:12 UTC  (10+ messages)
` [PATCH 03/19] reset.c: pass pathspec around instead of (prefix, argv) pair
` [PATCH 09/19] reset.c: replace switch by if-else

[PATCH] wincred: improve compatibility with windows versions
 2013-01-11 16:20 UTC  (6+ messages)
      ` [PATCH v2 0/2] improve-wincred-compatibility

What's cooking in git.git (Jan 2013, #04; Wed, 9)
 2013-01-11 16:07 UTC  (3+ messages)

Fwd: git checkout doesn't work?
 2013-01-11 12:52 UTC  (2+ messages)
  `  "

t7400 broken on pu (Mac OS X)
 2013-01-11 11:03 UTC  (4+ messages)

git checkout bug on Win7 x64
 2013-01-11  9:54 UTC  (2+ messages)

On --depth=funny value
 2013-01-11  9:05 UTC  (8+ messages)
` [PATCH 1/2] fetch, upload-pack: add --no-shallow for infinite depth
  ` [PATCH 2/2] upload-pack: fix off-by-one depth calculation in shallow clone
  ` [PATCH v2 1/3] fetch: add --unshallow for turning shallow repo into complete one
    ` [PATCH v2 2/3] upload-pack: fix off-by-one depth calculation in shallow clone
    ` [PATCH v2 3/3] fetch: elaborate --depth action

Turning a complete repository to a shallow one
 2013-01-11  4:53 UTC  (2+ messages)

[PATCH 0/3] fixup remaining cvsimport tests
 2013-01-11  4:27 UTC  (4+ messages)
` [PATCH 1/3] t/lib-cvs.sh: allow cvsps version 3.x
` [PATCH 2/3] t9600: fixup for new cvsimport
` [PATCH 3/3] t9604: "

[PATCH] minor diff between gitweb docs and actual template for $GIT/description
 2013-01-11  4:25 UTC  (3+ messages)

[PATCH] clone: forbid --bare --separate-git-dir <dir>
 2013-01-11  3:15 UTC  (3+ messages)
` [PATCH v2] "

[PATCH 00/21] "struct pathspec" conversion
 2013-01-11  2:33 UTC  (4+ messages)
` [PATCH 02/21] Add parse_pathspec() that converts cmdline args to struct pathspec

bugreport: stgit cannot export empty patch
 2013-01-10 23:16 UTC  (3+ messages)

about vim contrib support
 2013-01-10 23:08 UTC  (5+ messages)
  ` [PATCH] contrib/vim: simplify instructions for old vim support

[PATCH v5] git-clean: Display more accurate delete messages
 2013-01-10 22:53 UTC 

[RFC/PATCH] avoid SIGPIPE warnings for aliases
 2013-01-10 22:51 UTC  (9+ 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).