git@vger.kernel.org mailing list mirror (one of many)
 help / color / mirror / code / Atom feed
 messages from 2010-09-02 22:45:30 to 2010-09-05 03:17:28 UTC [more...]

[PATCH/RFC] Teach fast-import to import subtrees named by tree id
 2010-09-05  3:15 UTC  (4+ 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

[RFC PATCH 00/15] Sparse clones
 2010-09-05  3:16 UTC  (21+ 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

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

[PATCH] Add test-string-list.c
 2010-09-05  2:34 UTC 

git pack/unpack over bittorrent - works!
 2010-09-05  2:16 UTC  (63+ 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

[PATCH v2 0/3] Add support for SMTP server options
 2010-09-04 20:35 UTC  (6+ 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

[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  (14+ 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
      ` [PATCH 2/4] gitweb: skip logo in atom feed when there is none
      ` [PATCH 3/4] gitweb: make logo optional
      ` [PATCH 4/4] instaweb: disable logo and favicon by default
        ` [PATCH v2 "

[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  (5+ 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  (13+ 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  (6+ messages)

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

[PATCH] Make sure show_all_errors when using porcelain error messages
 2010-09-03 15:25 UTC  (4+ messages)
` [PATCH 0/3] (hopefully) Proper fix to set show_all_errors where needed
    ` [PATCH] t7609-merge-co-error-msgs: test non-fast forward case too

[RFC PATCH] gitweb.perl: tags snapshot link
 2010-09-03 11:42 UTC 

create easy to parse list of added / ,odified files
 2010-09-03  6:39 UTC  (2+ messages)

[PATCH] parse_object: pass on the original sha1, not the replaced one
 2010-09-03  4:37 UTC  (3+ 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).