git.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
 messages from 2010-09-04 22:11:12 to 2010-09-06 15:22:46 UTC [more...]

[RFC PATCH 00/15] Sparse clones
 2010-09-06 15:22 UTC  (35+ 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
  ` [PATCH 0/4] en/object-list-with-pathspec update
  ` [PATCH 1/4] Add testcases showing how pathspecs are ignored with rev-list --objects
  ` [PATCH 2/4] tree-walk: copy tree_entry_interesting() as is from tree-diff.c
  ` [PATCH 3/4] tree-walk: actually move tree_entry_interesting() to tree-walk.c
  ` [PATCH 4/4] Make rev-list --objects work together with pathspecs
` [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

cherry-picking a commit clobbers a file which is a directory in the target commit
 2010-09-06 15:20 UTC  (3+ messages)

[PATCH] Add ERR support to smart HTTP
 2010-09-06 14:56 UTC  (14+ messages)

git diff - howto exclude dir from diff?
 2010-09-06 13:25 UTC  (2+ messages)

[PATCH] install-webdoc: quell diff output on stdout
 2010-09-06 13:24 UTC  (4+ messages)
` [PATCHv2] "

git pack/unpack over bittorrent - works!
 2010-09-06 13:23 UTC  (43+ messages)

[PATCHv3] completion: make compatible with zsh
 2010-09-06 12:33 UTC 

[PATCH 00/63] [REDO] Add gettext support to Git
 2010-09-06 12:21 UTC  (21+ messages)
` [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 00/15] [REDO CONTINUE] Add gettext support to Git
` [PATCH 01/15] gettextize: git-archive basic messages
` [PATCH 02/15] gettextize: git-bundle "
` [PATCH 03/15] gettextize: git-clean "
` [PATCH 04/15] gettextize: git-clean clean.requireForce messages
` [PATCH 05/15] gettextize: git-describe basic messages
` [PATCH 06/15] gettextize: git-gc "
` [PATCH 07/15] gettextize: git-gc "Auto packing the repository" message
` [PATCH 08/15] gettextize: git-notes basic commands
` [PATCH 09/15] gettextize: git-notes GIT_NOTES_REWRITE_MODE error message
` [PATCH 10/15] gettextize: git-notes "Refusing to %s notes in %s" message
` [PATCH 11/15] gettextize: git-revert basic messages
` [PATCH 12/15] gettextize: git-revert mark the "me" variable for translation
` [PATCH 13/15] gettextize: git-revert messages using the "me" variable
` [PATCH 14/15] gettextize: git-revert split up "could not revert/apply" message
` [PATCH 15/15] gettextize: git-shortlog basic messages

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

Fix for normalization of foreign idents
 2010-09-06  9:42 UTC  (4+ messages)

What's cooking in git.git (Sep 2010, #02; Mon, 6)
 2010-09-06  7:41 UTC 

[PATCH] RFC: help.autocorrect prompt
 2010-09-06  7:27 UTC  (4+ messages)
  ` [PATCH] "

Determining commit reachability
 2010-09-06  6:47 UTC  (4+ messages)

git over http configuration problem
 2010-09-06  6:31 UTC 

[ANNOUNCE] gitolite now supports smart http
 2010-09-06  6:28 UTC  (2+ messages)

[PATCH/RFC] Restructure some of the checkout opts
 2010-09-06  6:25 UTC  (4+ messages)

VERY slow git format-patch (tens on minutes) during rebase and rev-list during rebase -i
 2010-09-04 15:03 UTC  (4+ messages)
` [RFC/PATCH] rebase: Allow to turn of ignore-if-in-upstream

[PATCH] Add test-string-list.c
 2010-09-06  6:12 UTC  (3+ messages)

[PATCH 00/17] Narrow clone v3 (was subtree clone)
 2010-09-06  5:24 UTC  (23+ 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] po/hi.po: Add Hindi Translation
 2010-09-06  4:29 UTC  (4+ messages)

[RFC PATCH] Introduce git-hive
 2010-09-06  2:28 UTC  (13+ messages)

[TopGit PATCH] add section POINTERS to README
 2010-09-06  0:02 UTC 

[Patch v3] string-list: Document STRING_LIST_INIT_* macros
 2010-09-06  0:38 UTC  (3+ messages)

Large pack causes git clone failures ... what to do?
 2010-09-06  0:34 UTC  (6+ messages)

direct ref manipulation
 2010-09-06  0:23 UTC  (3+ messages)

git top links: 2010-8
 2010-09-06  0:19 UTC 

[PATCH v2] string-list: Document STRING_LIST_INIT_* macros
 2010-09-06  0:15 UTC  (3+ messages)

Additional remote on a local clone. Where do the objects go?
 2010-09-05 23:50 UTC  (5+ messages)

[PATCH] Documentation: document the string-list macros
 2010-09-05 23:19 UTC  (6+ messages)
` [demo/patch 0/3] "
  ` [demo/PATCH 1/3] string-list: introduce string_list_init()
  ` [demo/PATCH 1/3] string-list: Document STRING_LIST_INIT_* and string_list_init()
  ` [demo/PATCH 3/3] Make initialization of string_lists more consistent

create easy to parse list of added / ,odified files
 2010-09-05 21:50 UTC  (3+ messages)

simple example for git hooks
 2010-09-05 21:48 UTC  (2+ messages)

question on service commands in http-backend.c
 2010-09-05 21:20 UTC  (2+ messages)

[PATCH] Fix whitespace issue in object.c
 2010-09-05 19:36 UTC 

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

[PATCH] Make commit help text more accurate for --verbose
 2010-09-05 16:30 UTC  (3+ messages)

[PATCH] t5505: add missing &&
 2010-09-05 12:56 UTC 

[PATCH v2 0/3] Add support for SMTP server options
 2010-09-05  7:15 UTC  (4+ messages)
` [PATCH v2 3/3] New send-email option smtpserveroption

What's cooking in git.git (Sep 2010, #01; Wed, 1)
 2010-09-05  3:05 UTC  (6+ 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)

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


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 NNTP newsgroup(s).