git@vger.kernel.org mailing list mirror (one of many)
 help / color / mirror / code / Atom feed
 messages from 2010-07-30 08:32:31 to 2010-08-02 17:39:11 UTC [more...]

URL substitution and config file precedence
 2010-08-02 17:38 UTC  (3+ messages)

[PATCH 0/5] nd/fix-sparse-checkout v2
 2010-08-02 17:31 UTC  (8+ messages)
` [PATCH 1/5] t1011 (sparse checkout): style nitpicks
` [PATCH 2/5] unpack-trees: only clear CE_UPDATE|CE_REMOVE when skip-worktree is always set
` [PATCH 3/5] unpack-trees: let read-tree -u remove index entries outside sparse area
` [PATCH 4/5] unpack-trees: do not check for conflict entries too early
` [PATCH 5/5] unpack-trees: mark new entries skip-worktree appropriately

[PATCH 4/5] log: parse detached options like git log --grep foo
 2010-08-02 17:03 UTC  (9+ messages)
` [PATCH 1/5 v4] diff: parse detached options like -S foo
` [PATCH 2/5 v4] diff: split off a function for --stat-* option parsing
` [PATCH 3/5 v4] diff: parse detached options --stat-width n, --stat-name-width n
` [PATCH 4/5 v4] log: parse detached options like git log --grep foo
` [PATCH 5/5 v4] log: parse detached option for --glob

new platform & S_IFGITLINK problem
 2010-08-02 16:26 UTC  (8+ messages)

[PATCH] git-subtree: Add prune mode
 2010-08-02 16:02 UTC  (4+ messages)

[RFC/PATCH] rebase -i: add run command to launch a shell command
 2010-08-02 15:51 UTC  (19+ messages)
        ` [PATCH] rebase -i: add exec "

[PATCH 0/3 v4] Make git log --follow find copies among unmodified files
 2010-08-02 15:40 UTC  (5+ messages)
` [PATCH 1/3 v4] Add a macro DIFF_QUEUE_CLEAR

[PATCHv2 00/11] Splitting gitweb
 2010-08-02 15:03 UTC  (3+ messages)

[PATCH] require_work_tree: Look for top-level instead of is-inside-work-tree
 2010-08-02 14:37 UTC  (4+ messages)

[PATCH] push: mention "git pull" in error message for non-fast forwards
 2010-08-02 13:42 UTC 

[PATCH/RFC v2] Documentation: flesh out “git pull” description
 2010-08-02 13:30 UTC  (5+ messages)
` [PATCH/RFC v2 resend] "

[RFC/PATCH] Document -B<n>[/<m>], -M<n> and -C<n> variants of -B, -M and -C
 2010-08-02 11:12 UTC  (5+ messages)
      ` [PATCH v2] "

[PATCH] git svn: add an option to recode pathnames
 2010-08-02 10:36 UTC  (5+ messages)

[PATCH RFC] parse_object: pass on the original sha1, not the replaced one
 2010-08-02  9:31 UTC  (3+ messages)

[PATCH 00/16] Subtree clone proof of concept
 2010-08-02  7:10 UTC  (30+ messages)
` [PATCH 01/16] Add core.subtree
` [PATCH 02/16] list-objects: limit traversing within the given subtree if core.subtree is set
` [PATCH 03/16] parse_object: keep sha1 even when parsing replaced one
` [PATCH 04/16] Allow to invalidate a commit in in-memory object store
` [PATCH 05/16] Hook up replace-object to allow bulk commit replacement
` [PATCH 06/16] upload-pack: use a separate variable to control whether internal rev-list is used
` [PATCH 07/16] upload-pack: support subtree pack
` [PATCH 08/16] fetch-pack: support --subtree
` [PATCH 09/16] subtree: rewrite incoming commits
` [PATCH 10/16] clone: support subtree clone with parameter --subtree
` [PATCH 11/16] pack-objects: add --subtree (for pushing)
` [PATCH 12/16] subtree: rewriting outgoing commits
` [PATCH 13/16] Update commit_tree() interface to take base tree too
` [PATCH 14/16] commit_tree(): rewriting/replacing new commits
` [PATCH 15/16] commit: rewrite outgoing commits
` [PATCH 16/16] do not use thin packs and subtree together (just a bad feeling about this)

gitweb not friendly to firefox revived
 2010-08-02  5:31 UTC  (4+ messages)

What's cooking in git.git (Jul 2010, #05; Wed, 28)
 2010-08-02  4:04 UTC  (5+ messages)
  ` jk/tag-contains (Re: What's cooking in git.git (Jul 2010, #05; Wed, 28))

hooks not fired by a merge's auto-commit
 2010-08-01 23:27 UTC  (3+ messages)

[GSoC 2010] The 10th official week
 2010-08-01 14:57 UTC 

Newbie in Git. How to get back from last pull?
 2010-08-01 10:11 UTC  (6+ messages)

[RFC PATCH 0/2] Allow detached forms (--option arg) for git log options
 2010-08-01  5:24 UTC  (6+ messages)

error commiting in Git
 2010-07-31 22:50 UTC  (5+ messages)

Sparse clones (Was: Re: [PATCH 1/2] upload-pack: support subtree packing)
 2010-07-31 22:36 UTC  (4+ messages)

[PATCH] Do not unquote + into ' ' in URLs
 2010-07-31 21:33 UTC  (4+ messages)
` [PATCH v2] "

noob user, want checkins to all be forced to LF terminated lines
 2010-07-31 20:51 UTC  (14+ messages)

[PATCH] upload-pack: Improve error message when bad ref requested
 2010-07-31 20:11 UTC 

[PATCH] test-lib: Remove 3 year old no-op --no-python option
 2010-07-31 16:52 UTC  (2+ messages)

[PATCH] test-lib: Ignore --quiet under a TAP harness
 2010-07-31 16:40 UTC 

[PATCH] Remove useless temporary integer in builtin/push.c
 2010-07-31 12:57 UTC  (4+ messages)
` [PATCH 0/2] Clean up add_refspec "
  ` [PATCH 1/2] Remove useless temporary integer "
  ` [PATCH 2/2] Use ALLOC_GROW "

[PATCH] checkout: add a test for creating a new branch with regexp as a starting point
 2010-07-31 10:24 UTC  (15+ messages)
        ` When to use test_commit (Re: [PATCH] checkout: add a test for creating a new branch with regexp as a starting point)
            ` [PATCH 1/2] test-lib.sh: introduce 4th argument to test_commit() specifying a tag name
                ` [PATCH 1/2 v2] "
            ` [PATCH 2/2] checkout: add a test for creating a new branch with regexp as a starting point
                ` [PATCH 2/2 v2] "

[remote-fd RFC PATCH] Rewrite bidirectional traffic loop
 2010-07-31  4:38 UTC 

[PATCH 1/3] Fix sparse checkout not removing files from index
 2010-07-31  3:48 UTC  (17+ messages)
` [PATCH 2/3] unpack-trees.c: Do not check ce_stage in will_have_skip_worktree()
` [PATCH 3/3] Mark new entries skip-worktree appropriately
        ` [PATCH 1/2] t1011 (sparse checkout): style nitpicks
        ` [PATCH 2/2] read-tree -m -u: always remove relevant files when narrowing checkout

Potential bug in gitweb 1.7.2
 2010-07-31  3:01 UTC  (5+ messages)
      ` [PATCH/RFC] gitweb: allow configurations that change with each request

On MacOS, 1.7.2, git svn clone seems to fail silently
 2010-07-31  2:32 UTC  (8+ messages)

[RFH] Spurious failures of t0025.[34]
 2010-07-30 22:47 UTC  (3+ messages)

[PATCH/RFC v2 0/2] Smoke testing for Git
 2010-07-30 22:43 UTC  (3+ messages)
` [PATCH/RFC v2 1/2] tests: Infrastructure for Git smoke testing
` [PATCH/RFC v2 2/2] t/README: Document the Smoke testing

[PATCH] ls-files: learn a debugging dump format
 2010-07-30 22:35 UTC 

"clean" filter breaks git-svn
 2010-07-30 21:21 UTC  (3+ messages)

Git CVS Import Questions
 2010-07-30 20:17 UTC  (2+ messages)

[GSoC update extra!] git-remote-svn: Week 13
 2010-07-30 19:01 UTC 

Git bash completion and special characters (particularly #)
 2010-07-30 18:54 UTC 

[RFC/PATCH 0/9] commit: more focused advice in the no-changes-staged case
 2010-07-30 18:44 UTC  (5+ messages)
    ` Making error messages stand out (Re: [RFC/PATCH 0/9] commit: more focused advice in the no-changes-staged case)

t4111 fails under valgrind
 2010-07-30 18:39 UTC  (3+ messages)

pre-commit hook and Aspell
 2010-07-30 18:21 UTC  (3+ messages)

git rev-parse broken on Git for Windows
 2010-07-30 16:44 UTC  (7+ messages)
` [msysGit] "
        ` [PATCH] Documentation/rev-parse: quoting is required with --parseopt

[PATCH/RFC] tests: WIP Infrastructure for Git smoke testing
 2010-07-30 16:13 UTC  (3+ messages)

[PATCH] git-gui: use textconv filter for diff and blame
 2010-07-30 10:40 UTC  (5+ messages)

finding if a commit is needed
 2010-07-30 10:16 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).