git@vger.kernel.org mailing list mirror (one of many)
 help / color / mirror / code / Atom feed
 messages from 2010-08-22 07:27:35 to 2010-08-24 22:25:16 UTC [more...]

[RFD PATCH 00/32] subtree clone v2
 2010-08-24 22:20 UTC  (33+ messages)
` [PATCH 01/32] add const to ce_write()
` [PATCH 02/32] cache-tree: abstract out write_sha1_file from cache_tree_update()
` [PATCH 03/32] cache-tree: ignore CE_REMOVE entries in verify_cache()
` [PATCH 04/32] move do_compress() from pack-objects.c to pack-write.c
` [PATCH 05/32] pack-write: add functions for creating simple packs
` [PATCH 06/32] tree.c: Add {set,clear}_tree_marks
` [PATCH 07/32] tree.c: find_subtree() to search for a tree
` [PATCH 08/32] Add $GIT_DIR/narrow check
` [PATCH 09/32] index: make narrow index incompatible with older git
` [PATCH 10/32] rev-list: support traversing in narrow repository mode
` [PATCH 11/32] rev-list: support --narrow-tree
` [PATCH 12/32] pack-objects: "
` [PATCH 13/32] upload-pack: support narrow-tree capability
` [PATCH 14/32] fetch-pack: support --narrow-tree
` [PATCH 15/32] unpack_trees: only unpack $GIT_DIR/narrow subtree in narrow repository
` [PATCH 16/32] cache-tree: only cache tree within narrow area
` [PATCH 17/32] tree-diff: add narrow versions of diff_{root_,}tree_sha1
` [PATCH 18/32] log-tree: use narrow version of diff_tree_sha1
` [PATCH 19/32] clone: support --narrow option
` [PATCH 20/32] narrow-tree: add join_narrow_tree to do tree fixup for commits
` [PATCH 21/32] commit: add narrow's commit_tree version
` [PATCH 22/32] commit: use commit_narrow_tree() to support narrow repo
` [PATCH 23/32] commit-tree: require --narrow-base in "
` [PATCH 24/32] merge: refuse to merge if narrow bases are different
` [PATCH 25/32] merge: prepare commit properly in narrow mode
` [PATCH 26/32] Add upload-narrow-base command
` [PATCH 27/32] rev-list: traverse some more trees to make upload-narrow-base happy
` [PATCH 28/32] narrow-tree: add oldest_narrow_base()
` [PATCH 29/32] Add command fetch-narrow-base
` [PATCH 30/32] merge: support merging when narrow bases are different
` [PATCH 31/32] send-pack: do not use thin pack in narrow mode
` [PATCH 32/32] daemon: support upload-narrow-base

[PATCH v2 1/3] clone: warn users --depth is ignored in local clones
 2010-08-24 22:14 UTC  (11+ messages)
` [PATCH v2 2/3] fetch-pack: use args.shallow to detect shallow clone instead of args.depth
` [PATCH v2 3/3] {fetch,upload}-pack: allow --depth=0 for infinite depth

[PATCH v2] git-merge: ignore space support
 2010-08-24 20:01 UTC  (7+ messages)
  ` [RFC/PATCH jn/merge-renormalize] merge-recursive: expose merge options for builtin merge

upload-pack timing issue on windows?
 2010-08-24 19:24 UTC  (7+ messages)
  ` [msysGit] "

"git -c web.browser=w3m help -w help" still kicks firefox
 2010-08-24 19:07 UTC  (10+ messages)
    ` [PATCH 2/1] do not pass "git -c foo=bar" params to transport helpers
      ` [PATCH 2/1] do not pass "git -c foo=bar" "

[PATCH v5 0/5] merge --log configurability
 2010-08-24 19:01 UTC  (10+ messages)
` [PATCH v5 1/5] fmt_merge_msg: Change fmt_merge_msg API to accept shortlog_len
` [PATCH v5 2/5] merge: Make '--log' an integer option for number of shortlog entries
` [PATCH v5 3/5] merge: Make 'merge.log' an integer or boolean option
` [PATCH v5 4/5] fmt-merge-msg: Remove deprecated '--summary' option
` [PATCH v5 5/5] parse-options: clarify PARSE_OPT_NOARG description

[PATCH] test-lib: Multi-prereq support only checked the last prereq
 2010-08-24 19:01 UTC  (5+ messages)
` [PATCH v2] "
  ` [PATCH] tests: simplify "missing PREREQ" message

[PATCH] shell: Rewrite documentation and improve error message
 2010-08-24 19:01 UTC  (9+ messages)
  ` [PATCH v2] "
      ` [PATCH v3] "

reducing object store size with remote alternates or shallow clone?
 2010-08-24 18:59 UTC  (4+ messages)

[PATCH] t2017: redo physical reflog existance check
 2010-08-24 18:57 UTC  (8+ messages)

coding process
 2010-08-24 17:53 UTC  (3+ messages)

Fix 'git log' early pager startup error case
 2010-08-24 17:33 UTC 

[PATCH] git-notes: Run partial expensive test everywhere
 2010-08-24 16:46 UTC  (5+ messages)
` [PATCH v2] "

git merge, .gitignore, and silently overwriting untracked files
 2010-08-24 16:19 UTC  (14+ messages)
  ` [PATCH] optionally disable overwriting of ignored files

[feature request] git: tags instead of commit IDs in blame output
 2010-08-24 14:53 UTC  (4+ messages)

[PATCH] Do not display 'Switched to a new branch' when the branch existed
 2010-08-24 13:06 UTC  (6+ messages)
` [PATCH re-roll] "

(resolved) Re: Problem in fetch (kernel)
 2010-08-24  7:50 UTC 

Problem in fetch (kernel)
 2010-08-24  7:32 UTC 

Problem in fetch (kernel)
 2010-08-24  7:18 UTC 

Fix for normalization of foreign idents
 2010-08-24  7:23 UTC  (7+ messages)
` [PATCH] convert: fix "

Why does git-mergetool use /dev/tty?
 2010-08-24  7:04 UTC  (5+ messages)

[PATCH] t7610: cd inside subshell instead of around
 2010-08-24  5:03 UTC  (4+ messages)

RFD: should git rev-parse exit with non-zero status if ref@{n} is not valid?
 2010-08-24  4:52 UTC  (13+ messages)
` [PATCH 2/4] rev-parse: suppress duplicate log limit exceeded message
        ` [PATCH v2 0/2] rev-parse: strengthen validation of ref@{n} references
        ` [PATCH v2 1/2] rev-parse: exit with non-zero status if ref@{n} is not valid
            ` [PATCH v3 0/3] rev-parse: strengthen validation of ref@{n} references
            ` [PATCH v3 1/3] rev-parse: exit with non-zero status if ref@{n} is not valid
            ` [PATCH v3 2/3] sha1_name.c: use warning in preference to fprintf(stderr
            ` [PATCH v3 3/3] rev-parse: tests git rev-parse --verify master@{n}, for various n
        ` [PATCH v2 2/2] "

Compiling git with makepp patch
 2010-08-24  4:32 UTC  (5+ messages)

[RFC/PATCH 00/17] unexpected backslashes in man pages
 2010-08-23 22:49 UTC  (6+ messages)
` [PATCH 13/17] Documentation: remove stray backslash in show-branch discussion

HTML help files are broken
 2010-08-23 21:20 UTC  (4+ messages)
  ` [PATCH] Work around em-dash handling in newer AsciiDoc

[PATCH 0/2] git-merge: ignore space support
 2010-08-23 20:34 UTC  (3+ messages)

[PATCH] t7606: Avoid using head as a file name
 2010-08-23 20:27 UTC  (2+ messages)

git strangeness
 2010-08-23 20:19 UTC  (4+ messages)

added possibility to supply more than one --listen argument to git-daemon
 2010-08-23 19:56 UTC  (3+ messages)
` [PATCH] "

What's cooking in git.git (Aug 2010, #05; Sat, 21)
 2010-08-23 18:51 UTC  (5+ messages)

Creating a submodule and bringing history from the main project
 2010-08-23 16:30 UTC  (2+ messages)

t9155 fails since "git-svn: fix fetch with deleted tag" with svn < 1.5
 2010-08-23 16:22 UTC  (6+ messages)
    ` [PATCH] t9155: fix compatibility with older SVN

git-svn mirror in bare repo
 2010-08-23 15:05 UTC  (4+ messages)

checkout w/ removing untracked files
 2010-08-23 12:12 UTC  (3+ messages)

[PATCH 0/3] git-bundle.txt options clarification
 2010-08-23 12:20 UTC  (7+ messages)
` [PATCH 1/3] git-bundle.txt: Cleanup
` [PATCH 2/3] git-bundle.txt: whitespace cleanup
` [PATCH 3/3] git-bundle.txt: Clarify rev-list-args restrictions

git-describe --contains fails on given tree
 2010-08-23 11:26 UTC  (5+ messages)

How does git deal with hard links in source code?
 2010-08-23  9:00 UTC  (2+ messages)

git diff shows no output
 2010-08-23  6:34 UTC  (3+ messages)

[PATCH] disallow branch names that start with a hyphen
 2010-08-23  4:37 UTC  (3+ messages)

using git-svn with --no-metadata
 2010-08-23  2:22 UTC  (4+ messages)
    ` Re[2]: "

[PATCH 1/3] clone: do not accept --depth on local clones
 2010-08-22 22:51 UTC  (6+ messages)
` [PATCH 3/3] {fetch,upload}-pack: allow --depth=0 for infinite depth

git commands
 2010-08-22 21:19 UTC  (6+ messages)

[BUG] merge into unborn branch resets index+WT even if populated
 2010-08-22 21:06 UTC  (2+ messages)
` [PATCH] Exhibit merge bug that clobbers index&WT

Wrap up of Line Level History Browser
 2010-08-22 20:57 UTC  (3+ messages)
` Wrap up of Line Level History Browser [long]

[PATCH] Typos in code comments, an error message, documentation
 2010-08-22 11:12 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).