git@vger.kernel.org mailing list mirror (one of many)
 help / color / mirror / code / Atom feed
 messages from 2010-09-03 16:36:42 to 2010-09-05 08:49:52 UTC [more...]

[PATCH/RFC] Teach fast-import to import subtrees named by tree id
 2010-09-05  8:47 UTC  (10+ messages)
` [WIP/PATCH] Teach fast-import to print the id of each imported commit
    ` [RFC/PATCH 0/3] fast-import: give importers access to the object store
      ` [PATCH 1/3] t9300 (fast-import): style tweaks
      ` [PATCH 2/3] Teach fast-import to print the id of each imported commit
      ` [PATCH 3/3] fast-import: Let importers retrieve the objects being written

[RFC PATCH 00/15] Sparse clones
 2010-09-05  7:54 UTC  (25+ messages)
` [RFC PATCH 01/15] README-sparse-clone: Add a basic writeup of my ideas for sparse clones
` [RFC PATCH 02/15] Add tests for client handling in a sparse repository
` [RFC PATCH 03/15] Read sparse limiting args from $GIT_DIR/sparse-limit
` [RFC PATCH 04/15] When unpacking in a sparse repository, avoid traversing missing trees/blobs
` [RFC PATCH 05/15] read_tree_recursive: Avoid missing blobs and trees in a sparse repository
` [RFC PATCH 06/15] Automatically reuse sparse limiting arguments in revision walking
` [RFC PATCH 07/15] cache_tree_update(): Capability to handle tree entries missing from index
` [RFC PATCH 08/15] cache_tree_update(): Require relevant tree to be passed
` [RFC PATCH 09/15] Add tests for communication dealing with sparse repositories
` [RFC PATCH 10/15] sparse-repo: Provide a function to record sparse limiting arguments
` [RFC PATCH 11/15] builtin-clone: Accept paths for sparse clone
` [RFC PATCH 12/15] Pass extra (rev-list) args on, at least in some cases
` [RFC PATCH 13/15] upload-pack: Handle extra rev-list arguments being passed
` [RFC PATCH 14/15] EVIL COMMIT: Include all commits
` [RFC PATCH 15/15] clone: Ensure sparse limiting arguments are used in subsequent operations

[PATCH v2 0/3] Add support for SMTP server options
 2010-09-05  7:15 UTC  (7+ messages)
` [PATCH v2 1/3] Minor indentation fix
` [PATCH v2 2/3] Remove @smtp_host_parts variable as not used
` [PATCH v2 3/3] New send-email option smtpserveroption

[PATCH 00/17] Narrow clone v3 (was subtree clone)
 2010-09-05  7:13 UTC  (20+ messages)
` [PATCH 01/17] rev-list: do not do commit simplification if simplify_history = 0
` [PATCH 02/17] tree.c: add path_to_sha1()
` [PATCH 03/17] Introduce $GIT_DIR/narrow
` [PATCH 04/17] index: make narrow index incompatible with older git
` [PATCH 05/17] pack-objects: support narrow packs with pathspecs
` [PATCH 06/17] {fetch,upload}-pack: support narrow repository
` [PATCH 07/17] unpack-trees: split traverse_trees() code into a separate function
` [PATCH 08/17] unpack-trees: support unpack trees in narrow repository
` [PATCH 09/17] cache-tree: only cache tree within narrow area
` [PATCH 10/17] get_pathspec(): support narrow pathspec rewriting
` [PATCH 11/17] pathspec retrieval fix
` [PATCH 12/17] clone: support --narrow option
` [PATCH 13/17] commit: add narrow's commit_tree version
` [PATCH 14/17] commit: use commit_narrow_tree() to support narrow repo
` [PATCH 15/17] write-tree: requires --narrow-base in narrow repository
` [PATCH 16/17] merge: try to do local merge if possible in narrow repo
` [PATCH 17/17] Add narrow clone demonstration test

[PATCH] Add test-string-list.c
 2010-09-05  5:02 UTC  (2+ messages)

What's cooking in git.git (Sep 2010, #01; Wed, 1)
 2010-09-05  3:05 UTC  (6+ messages)

git pack/unpack over bittorrent - works!
 2010-09-05  2:16 UTC  (54+ messages)

Workflow question: Topic -> Next w/ frequent API changes
 2010-09-04 23:54 UTC  (3+ messages)

inaccurate commit message message?
 2010-09-04 23:07 UTC  (4+ messages)

Could #-ignoring in commit message be smarter?
 2010-09-04 22:44 UTC  (3+ messages)

[PATCH V3] arm & sh: factorised duplicated clkdev.c
 2010-09-04 22:26 UTC  (16+ messages)
      ` [BUG?] rename patch accepted with --dry-run, rejected without (Re: [PATCH V3] arm & sh: factorised duplicated clkdev.c)
              ` [bug-patch] "
        ` [bug-patch] "

[PATCH 00/63] [REDO] Add gettext support to Git
 2010-09-04 22:10 UTC  (10+ messages)
` [PATCH 01/63] builtin: use builtin.h for all builtin commands
` [PATCH 02/63] Add infrastructure for translating Git with gettext
` [PATCH 05/63] tests: locate i18n lib&data correctly under --valgrind
` [PATCH 21/63] po/is.po: add Icelandic translation
` [PATCH 26/63] gettext tests: add GETTEXT_POISON=YesPlease Makefile parameter
` [PATCH 27/63] gettext tests: skip lib-gettext.sh tests under GETTEXT_POISON
` [PATCH 28/63] gettext tests: skip breaking "
` [PATCH 51/63] gettextize: git-merge basic messages
` [PATCH 63/63] po/en_GB.po: add British English Translation

[RFC PATCH] Teach checkout the -n|--dry-run option
 2010-09-04 20:19 UTC 

git-fast-import doc problem and git-fast-export does not quote filenames correctly
 2010-09-04 19:48 UTC  (3+ messages)

usage for git-p2p (was: git pack/unpack over bittorrent - works!)
 2010-09-04 19:29 UTC  (4+ messages)

[PATCH 0/2] Add support for SMTP server options
 2010-09-04 17:57 UTC  (6+ messages)
` [PATCH 1/2] Minor indentation fix
` [PATCH 2/2] New send-email option smtpserveroptions

[RFC/PATCH] Avoid TAGS/tags warning from GNU Make
 2010-09-04 16:34 UTC  (4+ messages)

smtp server on windows
 2010-09-04 15:15 UTC  (3+ messages)

Additional remote on a local clone. Where do the objects go?
 2010-09-04 14:15 UTC  (4+ messages)

[PATCH] Mockup an svndiff version 0 parser
 2010-09-04 12:20 UTC  (4+ messages)
` [WIP PATCH] vcs-svn: Add an svndiff0 parser
  ` [PATCH] vcs-svn: Avoid %z in format string

git semd-email - Unknown callback: 'authname'. (user|auth|language|pass)
 2010-09-04 10:29 UTC  (2+ messages)

[PATCH v6] Add "core.eol" config variable
 2010-09-04  8:25 UTC  (2+ messages)
` [PATCH master] convert: The native line-ending is \r\n on MinGW

[PATCH] Fix compat/regex ANSIfication on MinGW
 2010-09-04  5:22 UTC  (4+ messages)

[PATCH v2] parse_object: pass on the original sha1, not the replaced one
 2010-09-03 20:51 UTC 

git instaweb for Debian squeeze (Re: Bug#592733: git instaweb broken)
 2010-09-04  2:19 UTC  (9+ messages)
    ` [PATCH/RFC maint-1.7.1 0/4] instaweb 1.7.1 fixes for Debian squeeze
      ` [PATCH 1/4] instaweb: ignore GITWEB_CONFIG_SYSTEM

[GIT PULL] New ab/i18n series and builtin fixes
 2010-09-04  0:49 UTC  (9+ messages)
` [PATCH 0/3] ab/i18n: README and GETTEXT_POISON support
` [PATCH 1/3] gettext: Add po/README file documenting Git's gettext
` [PATCH 2/3] gettext: Add GETTEXT_POISON=YesPlease Makefile parameter
` [PATCH 3/3] gettext: add NO_GETTEXT_POISON prerequisite to tests
` [PATCH 0/2] [PULL] ab/i18n-gettextize & translations
` [PATCH 1/2] po/de.po: add German translation
` [PATCH 2/2] po/en_GB.po: add British English Translation

Checking out a branch in another directory
 2010-09-03 22:23 UTC  (2+ messages)

svn to git help wanted
 2010-09-03 22:10 UTC  (3+ messages)

[ANNOUNCE] Git 1.7.2.3
 2010-09-03 22:07 UTC 

[PATCH] Add unit test for check_cherry_pick
 2010-09-03 20:48 UTC  (4+ messages)

simple example for git hooks
 2010-09-03 20:37 UTC  (2+ messages)

[PATCH] Avoid rename/add conflict when contents are identical
 2010-09-03 18:29 UTC  (6+ messages)

[PATCH 00/13] gettextize the first 4 C mainporcelain common commands
 2010-09-03 18:06 UTC  (12+ messages)
` [PATCH 10/25] gettextize: git-merge basic messages

git send-email doesn't take To: addresses from the patch
 2010-09-03 17:18 UTC  (5+ messages)

git filter-branch can "forget" directories on case insensitive filesystems
 2010-09-03 16:36 UTC 


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