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

git send-email should not allow 'y' for in-reply-to
 2013-01-11 16:47 UTC  (2+ messages)

[PATCH] git-completion.bash: Silence not a valid object errors
 2013-01-11 16:45 UTC  (3+ messages)

missing objects -- prevention
 2013-01-11 16:42 UTC  (2+ messages)

[PATCH] cvsimport: rewrite to use cvsps 3.x to fix major bugs
 2013-01-11 16:31 UTC  (2+ messages)

[PATCH] wincred: improve compatibility with windows versions
 2013-01-11 16:20 UTC  (8+ messages)
      ` [PATCH v2 0/2] improve-wincred-compatibility
      ` [PATCH v2 1/2] wincred: accept CRLF on stdin to simplify console usage
      ` [PATCH v2 2/2] wincred: improve compatibility with windows versions

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

[PATCH v2 00/21] nd/parse-pathspec reroll
 2013-01-11 14:26 UTC  (24+ 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

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

parsecvs has been salvaged
 2013-01-11 11:21 UTC 

[PATCH 00/19] reset improvements
 2013-01-11 11:10 UTC  (44+ messages)
` [PATCH 01/19] reset $pathspec: no need to discard index
` [PATCH 02/19] reset $pathspec: exit with code 0 if successful
` [PATCH 03/19] reset.c: pass pathspec around instead of (prefix, argv) pair
` [PATCH 04/19] reset: don't allow "git reset -- $pathspec" in bare repo
` [PATCH 05/19] reset.c: extract function for parsing arguments
` [PATCH 06/19] reset.c: remove unnecessary variable 'i'
` [PATCH 07/19] reset.c: extract function for updating {ORIG,}HEAD
` [PATCH 08/19] reset.c: share call to die_if_unmerged_cache()
` [PATCH 09/19] reset.c: replace switch by if-else
` [PATCH 10/19] reset --keep: only write index file once
` [PATCH 11/19] reset: avoid redundant error message
` [PATCH 12/19] reset.c: move update_index_refresh() call out of read_from_tree()
` [PATCH 13/19] reset.c: move lock, write and commit out of update_index_refresh()
` [PATCH 14/19] reset [--mixed]: don't write index file twice
` [PATCH 15/19] reset.c: finish entire cmd_reset() whether or not pathspec is given
` [PATCH 16/19] reset [--mixed] --quiet: don't refresh index
` [PATCH 17/19] reset $sha1 $pathspec: require $sha1 only to be treeish
` [PATCH 18/19] reset: allow reset on unborn branch
` [PATCH 19/19] reset [--mixed]: use diff-based reset whether or not pathspec was given

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

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

[PATCH] add warning for depth=0 in git clone
 2013-01-11  9:05 UTC  (15+ messages)
  ` On --depth=funny value
    ` [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)

Suggestion: add option in git-p4 to preserve user in Git repository
 2013-01-11  3:38 UTC 

[PATCH] clone: support atomic operation with --separate-git-dir
 2013-01-11  3:15 UTC  (10+ messages)
` [PATCH] clone: forbid --bare --separate-git-dir <dir>
  ` [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  (7+ 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  (12+ messages)

[PATCH v2 00/10] reroll of ap/log-mailmap
 2013-01-10 21:35 UTC  (7+ messages)
` [PATCH v2 01/10] string-list: allow case-insensitive string list
` [PATCH v2 03/10] mailmap: remove email copy and length limitation

[PATCH] t1402: work around shell quoting issue on NetBSD
 2013-01-10 21:24 UTC  (11+ messages)
      ` [PATCH] t0008: avoid brace expansion

[PATCH] commit: make default of "cleanup" option configurable
 2013-01-10 19:37 UTC  (10+ messages)
      ` Re* "
` [PATCHv2] "
  ` [PATCHv3] "

[PATCH] git-commit-tree(1): correct description of defaults
 2013-01-10 18:33 UTC  (2+ messages)

[PATCH v4] git-clean: Display more accurate delete messages
 2013-01-10 17:45 UTC  (6+ messages)

[LHF] making t5000 "tar xf" tests more lenient
 2013-01-10  7:36 UTC  (6+ messages)
` [PATCH 0/4] ZIP test fixes
  ` [PATCH 4/4] t5002: check if unzip supports symlinks

[PATCH] Alphabetize the fast-import options, following a suggestion on the list
 2013-01-09 22:21 UTC  (12+ messages)
    ` [PATCH] git-fast-import(1): reorganise options
            ` [PATCH v2 0/2] Reorganise options in git-fast-import(1)
              ` [PATCH v2 1/2] git-fast-import(1): combine documentation of --[no-]relative-marks
              ` [PATCH v2 2/2] git-fast-import(1): reorganise options

[PATCH] git-shortlog(1): document behaviour of zero-width wrap
 2013-01-09 22:09 UTC  (2+ messages)

GIT get corrupted on lustre
 2013-01-09 21:20 UTC  (4+ messages)

git-completion.tcsh and git-completion.zsh are broken?
 2013-01-09 20:56 UTC  (3+ messages)

git-archive fails against smart-http repos
 2013-01-09 18:52 UTC 

[PATCH] remote-hg: store converted URL
 2013-01-09 19:43 UTC 

git branch case insensitivity (Possible bug)
 2013-01-09 18:34 UTC  (5+ messages)

Enabling scissors by default?
 2013-01-09 17:40 UTC  (6+ messages)

[PATCH] Makefile: track TCLTK_PATH as it used to be tracked
 2013-01-09 16:55 UTC 

Please pull l10n updates
 2013-01-09 16:31 UTC 

git interaction between push and auto-gc
 2013-01-09 15:56 UTC 

git-gui / Warning: "No newline at end of file”
 2013-01-09 14:49 UTC  (3+ messages)
` Fwd: "

Failure and unhelpful error message from 'rebase --preserve-merges'
 2013-01-09 13:19 UTC 

Proposal for git stash rename
 2013-01-09  8:38 UTC  (6+ messages)

What's cooking (interim report)
 2013-01-09  0:53 UTC 

Revised git-subtree Patches
 2013-01-09  0:41 UTC  (4+ messages)
` [PATCH 2/7] contrib/subtree: Use %B for Split Subject/Body


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