git@vger.kernel.org mailing list mirror (one of many)
 help / color / mirror / code / Atom feed
 messages from 2013-01-11 16:47:54 to 2013-01-14 03:59:26 UTC [more...]

[PATCH/RFC 0/7] mutiple improvements
 2013-01-14  3:52 UTC  (18+ 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/RFC v2 0/8] contrib/subtree: Reroll to follow Git's whitespace policy
  ` [PATCH/RFC v2 1/8] contrib/subtree: Fix whitespaces
  ` [PATCH/RFC v2 2/8] contrib/subtree: Add vim modeline
  ` [PATCH/RFC v2 3/8] contrib/subtree: Ignore testing directory
  ` [PATCH/RFC v2 4/8] contrib/subtree: Remove test number comments
  ` [PATCH/RFC v2 5/8] contrib/subtree: Code cleaning and refactoring
  ` [PATCH/RFC v2 6/8] contrib/subtree: Make each test self-contained
  ` [PATCH/RFC v2 7/8] contrib/subtree: Use %B for the split commit message
  ` [PATCH/RFC v2 8/8] contrib/subtree: Handle '--prefix' argument with a slash appended

[PATCH] cvsimport: rewrite to use cvsps 3.x to fix major bugs
 2013-01-14  1:47 UTC  (24+ messages)
  ` [PATCH] t/t960[123]: remove leftover scripts
  ` [PATCH] t/lib-cvs: cvsimport no longer works without Python >= 2.7
      ` [PATCH 0/3] A smoother transition plan for cvsimport
        ` [PATCH 1/3] cvsimport: allow setting a custom cvsps (2.x) program name
        ` [PATCH 2/3] cvsimport: introduce a version-switch wrapper
        ` [PATCH 3/3] cvsimport: start adding cvsps 3.x support

What's cooking in git.git (Jan 2013, #05; Fri, 11)
 2013-01-14  1:13 UTC  (4+ messages)

[PATCH v3 00/31] nd/parse-pathspec
 2013-01-14  1:11 UTC  (35+ 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 v3 21/31] checkout: convert read_tree_some "
` [PATCH v3 22/31] Convert report_path_error "
` [PATCH v3 23/31] Convert refresh_index "
` [PATCH v3 24/31] Convert {read,fill}_directory "
` [PATCH v3 25/31] Convert add_files_to_cache "
` [PATCH v3 26/31] Convert common_prefix() to use "
` [PATCH v3 27/31] Remove diff_tree_{setup,release}_paths
` [PATCH v3 28/31] Remove init_pathspec() in favor of parse_pathspec()
` [PATCH v3 29/31] Remove match_pathspec() in favor of match_pathspec_depth()
` [PATCH v3 30/31] tree-diff: remove the use of pathspec's raw[] in follow-rename codepath
` [PATCH v3 31/31] Rename field "raw" to "_raw" in struct pathspec

cvs-fast-export release announcement
 2013-01-14  0:13 UTC 

[PATCH] t0050: mark TC merge (case change) as success
 2013-01-13 23:24 UTC  (2+ messages)

git-completion.bash should not add a space after a ref
 2013-01-13 23:16 UTC  (2+ messages)

[PATCH v5] git-completion.bash: add support for path completion
 2013-01-13 22:56 UTC  (6+ messages)

[PATCH] tests: turn on test-lint-shell-syntax by default
 2013-01-13 22:38 UTC  (6+ messages)

[PATCH] t0050: mark TC merge (case change) as success
 2013-01-13 20:38 UTC 

git list files
 2013-01-13 20:10 UTC  (6+ messages)

[PATCH] archive-tar: fix sanity check in config parsing
 2013-01-13 20:00 UTC  (2+ messages)

Version 1.8.1 does not compile on Cygwin 1.7.14
 2013-01-13 18:58 UTC  (17+ messages)

[PATCH 0/8] Initial support for Python 3
 2013-01-13 17:52 UTC  (20+ 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

[PATCH/WIP 00/10] Fancy pathspec stuff
 2013-01-13 12:49 UTC  (11+ messages)
` [PATCH/WIP 01/10] pathspec: allow to use alternate char for quoting long magic mnemonic
` [PATCH/WIP 02/10] parse_pathspec: make sure the prefix part is wildcard-free
` [PATCH/WIP 03/10] pathspec: support :(literal) syntax for noglob pathspec
` [PATCH/WIP 04/10] parse_pathspec: save prefix information
` [PATCH/WIP 05/10] pathspec: prepare for :(glob)path syntax
` [PATCH/WIP 06/10] Enable :(glob)path syntax for a lot of commands
` [PATCH/WIP 07/10] parse_pathspec: accept :(icase)path syntax
` [PATCH/WIP 08/10] common_prefix/read_directory: treat PATHSPEC_ICASE like wildcards
` [PATCH/WIP 09/10] pathspec: support icase in match_pathspec_depth and tree_entry_interesting
` [PATCH/WIP 10/10] Enable ls-files and ls-tree for testing PATHSPEC_ICASE

missing objects -- prevention
 2013-01-13 12:30 UTC  (7+ 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 v2 00/21] nd/parse-pathspec reroll
 2013-01-12 22:54 UTC  (6+ messages)
` [PATCH v2 03/21] Export parse_pathspec() and convert some get_pathspec() calls
` [PATCH v2 05/21] commit: convert to use parse_pathspec

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

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

[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

[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  (2+ 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 

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  (5+ messages)
` [PATCH 09/19] reset.c: replace switch by if-else


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