git@vger.kernel.org mailing list mirror (one of many)
 help / color / mirror / code / Atom feed
 messages from 2013-01-12 19:24:51 to 2013-01-14 17:42:57 UTC [more...]

[PATCH 0/4] pre-push hook support
 2013-01-14 17:42 UTC  (8+ 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

git list files
 2013-01-14 17:20 UTC  (9+ messages)

[PATCH] rebase --preserve-merges keeps empty merge commits
 2013-01-14 17:15 UTC  (4+ messages)

[PATCH] archive-tar: fix sanity check in config parsing
 2013-01-14 17:06 UTC  (13+ messages)
        ` [PATCH 1/6] config: add helper function for parsing key names
        ` [PATCH 2/6] archive-tar: use match_config_key when parsing config
        ` [PATCH 3/6] convert some config callbacks to match_config_key
        ` [PATCH 4/6] userdiff: drop parse_driver function
        ` [PATCH 5/6] submodule: use match_config_key when parsing config
        ` [PATCH 6/6] submodule: simplify memory handling in config parsing

[BUG] Possible bug in `remote set-url --add --push`
 2013-01-14 16:41 UTC  (6+ messages)

[PATCH] pretty: use prefixcmp instead of memcmp on NUL-terminated strings
 2013-01-14 16:34 UTC 

Error:non-monotonic index after failed recursive "sed" command
 2013-01-14 12:21 UTC  (4+ messages)

[BUG] Bug in git stash
 2013-01-14 11:45 UTC  (2+ messages)

[PATCH 0/8] Initial support for Python 3
 2013-01-14  9:47 UTC  (22+ 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 00/14] Remove unused code from imap-send.c
 2013-01-14  9:33 UTC  (26+ messages)
` [PATCH 01/14] imap-send.c: remove msg_data::flags, which was always zero
` [PATCH 02/14] imap-send.c: remove struct msg_data
` [PATCH 03/14] iamp-send.c: remove unused struct imap_store_conf
` [PATCH 04/14] imap-send.c: remove struct store_conf
` [PATCH 05/14] imap-send.c: remove struct message
` [PATCH 06/14] imap-send.c: remove some unused fields from struct store
` [PATCH 07/14] imap-send.c: inline imap_parse_list() in imap_list()
` [PATCH 08/14] imap-send.c: remove struct imap argument to parse_imap_list_l()
` [PATCH 09/14] imap-send.c: remove namespace fields from struct imap
` [PATCH 10/14] imap-send.c: remove unused field imap_store::trashnc
` [PATCH 11/14] imap-send.c: simplify logic in lf_to_crlf()
` [PATCH 12/14] imap-send.c: use struct imap_store instead of struct store
` [PATCH 13/14] imap-send.c: remove unused field imap_store::uidvalidity
` [PATCH 14/14] imap-send.c: fold struct store into struct imap_store

Announcing git-reparent
 2013-01-14  8:05 UTC  (4+ messages)

[PATCH] cvsimport: rewrite to use cvsps 3.x to fix major bugs
 2013-01-14  7:52 UTC  (25+ messages)
  ` [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
      ` [PATCH v2 0/6] A smoother transition plan for cvsimport
        ` [PATCH v2 1/6] Makefile: add description on PERL/PYTHON_PATH
        ` [PATCH v2 2/6] cvsimport: allow setting a custom cvsps (2.x) program name
        ` [PATCH v2 3/6] cvsimport: introduce a version-switch wrapper
        ` [PATCH v2 4/6] cvsimport: start adding cvsps 3.x support
        ` [PATCH v2 5/6] cvsimport: make tests reusable for cvsimport-3
        ` [PATCH v2 6/6] cvsimport-3: add a sample test
        ` [PATCH v2 7/6] t9600: further prepare for sharing
        ` [PATCH v2 8/6] t9600: adjust for new cvsimport

cvs-fast-export release announcement
 2013-01-14  6:28 UTC  (2+ messages)

CFURLCopyResourcePropertyForKey error
 2013-01-14  5:06 UTC 

[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

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

[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 

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

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

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  (3+ messages)
` [PATCH v2 05/21] commit: convert to use parse_pathspec


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