git.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
 messages from 2008-09-11 22:03:34 to 2008-09-14 18:56:19 UTC [more...]

[PATCH 00/16] Narrow/Partial/Sparse checkout
 2008-09-14 18:55 UTC  (19+ messages)
` [PATCH 01/16] Extend index to save more flags
  ` [PATCH 02/16] Introduce CE_NO_CHECKOUT bit
    ` [PATCH 03/16] update-index: refactor mark_valid() in preparation for new options
      ` [PATCH 04/16] update-index: add --checkout/--no-checkout to update CE_NO_CHECKOUT bit
        ` [PATCH 05/16] ls-files: add --narrow-checkout option to "will checkout" entries
          ` [PATCH 06/16] Add tests for updating no-checkout entries in index
            ` [PATCH 07/16] Prevent diff machinery from examining worktree outside narrow checkout
              ` [PATCH 08/16] checkout_entry(): CE_NO_CHECKOUT on checked out entries
                ` [PATCH 09/16] ls-files: apply --deleted on narrow area only
                  ` [PATCH 10/16] grep: skip files that have not been checked out
                    ` [PATCH 11/16] unpack_trees(): add support for narrow checkout
                      ` [PATCH 12/16] narrow spec: put '+' before a spec will change semantic of '*'
                        ` [PATCH 13/16] ls-files: add --narrow-match=spec option for testing narrow matching
                          ` [PATCH 14/16] clone: support narrow checkout with --path option
                            ` [PATCH 15/16] checkout: add new options to support narrow checkout
                              ` [PATCH 16/16] ls-files: add --overlay option

configuring git public repository
 2008-09-14 18:01 UTC  (25+ messages)
      ` CGit and repository list
                    ` [CGIT PATCH] parsing.c: handle unexpected commit/tag content

Git at Better SCM Initiative comparison of VCS (long)
 2008-09-14 17:48 UTC  (4+ messages)

[PATCH] filter-branch: be more helpful when an annotated tag changes
 2008-09-14 16:29 UTC  (3+ messages)
` [TOY PATCH] filter-branch: add option --delete-unchanged

Git User's Survey 2008 partial summary
 2008-09-14 13:32 UTC  (10+ messages)
` Git User's Survey 2008 partial summary, part 5 - other SCM

[StGit PATCH] Convert "sink" to the new infrastructure
 2008-09-14  8:51 UTC  (2+ messages)

[StGit PATCH] Autosign newly created patches
 2008-09-14  8:37 UTC  (2+ messages)

[StGit PATCH] Do not crash if a patch log ref is missing
 2008-09-14  8:08 UTC  (2+ messages)

externals program, way to do svn:externals-like subproject management without git-submodule
 2008-09-14  4:21 UTC  (4+ messages)

[PATCH] Start conforming code to "git subcmd" style part 3
 2008-09-13 17:18 UTC 

[PATCH] Start conforming code to "git subcmd" style part 3
 2008-09-13 17:13 UTC  (3+ messages)

[PATCH] Cosmetical command name fix
 2008-09-13 16:31 UTC 

[RFC PATCH] Documentation: new upstream rebase recovery section in git-rebase
 2008-09-13 16:11 UTC  (10+ messages)
` [PATCH 0/2.5] "
  ` [PATCH 1/2] "
      ` [PATCH 0/3] Documentation: rebase and workflows
        ` [PATCH 1/3] Documentation: new upstream rebase recovery section in git-rebase
          ` [PATCH 2/3] Documentation: Refer to git-rebase(1) to warn against rewriting
            ` [PATCH 3/3] Documentation: add manpage about workflows
              ` Interdiff: [3/3] "

[ANN] mtn2git v0.1
 2008-09-13 15:21 UTC  (5+ messages)

O(#haves*...) behaviour in "have <sha>" processing in upload-pack
 2008-09-13 12:18 UTC  (2+ messages)

[PATCH 0/6] Submodule support for git mv and git rm
 2008-09-13 11:32 UTC  (18+ messages)
` [PATCH 1/6] submodule.*: Introduce simple C interface for submodule lookup by path
` [PATCH 2/6] git rm: Support for removing submodules
` [PATCH 3/6] git mv: Support moving submodules
  ` [PATCH] "
` [PATCH 4/6] t7403: Submodule git mv, git rm testsuite
` [PATCH 5/6] t7400: Add short "git submodule add" testsuite
` [PATCH 6/6] git submodule add: Fix naming clash handling

[ANNOUNCE] GIT 1.6.0-rc2
 2008-09-13  8:33 UTC  (4+ messages)

[PATCH] git-gui: Updated German translation
 2008-09-13  8:25 UTC 

[ANNOUNCE] GIT 1.6.0.2
 2008-09-13  6:13 UTC 

[RFC Redux] strbuf: Add method to convert byte-size to human readable form
 2008-09-13  4:26 UTC 

git+ssh using 'plink' on windows
 2008-09-13  3:18 UTC 

git+ssh using 'plink' on windows
 2008-09-13  3:15 UTC 

StGit question
 2008-09-12 22:18 UTC  (6+ messages)

[RFC] origin link for cherry-pick and revert
 2008-09-12 20:56 UTC  (60+ messages)

[PATCH] Fix some manual typos
 2008-09-12 19:10 UTC 

[RFC PATCH (GIT-GUI)] git-gui: Add more integration options to citool
 2008-09-12 18:43 UTC 

[ANNOUNCE] TopGit v0.3
 2008-09-12 18:14 UTC  (9+ messages)

[PATCH] Update RPM spec for the new location of git-cvsserver
 2008-09-12 16:22 UTC 

git-gui: more issues with diff parsing
 2008-09-12 18:01 UTC  (4+ messages)

RFC: perhaps a "new file" should not be deleted by "git reset --hard"
 2008-09-12 15:41 UTC  (15+ messages)

[PATCH] git-gui: I18n fix sentence parts into full sentences for translation again
 2008-09-12 15:39 UTC  (4+ messages)

[StGit PATCH] add option to import series directly from a tar archive
 2008-09-12 15:44 UTC  (9+ messages)

Git on server
 2008-09-12 14:55 UTC  (3+ messages)

[JGIT PATCH 1/2] Issue 23: Resolve tag^0 as tag^{commit}
 2008-09-12 14:47 UTC  (10+ messages)
      ` [JGIT PATCH] Configure the maven surefire plugin to specifically include all tests
      ` [JGIT PATCH 1/3] Fix IncorrectObjectTypeException thrown for incorrect ^{blob}
      ` [JGIT PATCH 2/3] Fix off by one distance during resolving of commit~N
      ` [JGIT PATCH 3/3] Tests and fixes for dereferencing tags in Repository.resolve()

Gitweb
 2008-09-12 13:27 UTC  (2+ messages)

[PATCH/RFC 0/6] Documentation: use dashless links
 2008-09-12 11:32 UTC  (8+ messages)
` [PATCH/RFC 1/6] modified asciidoc macros for dashless git doc
  ` [PATCH/RFC 2/6] convert doc links for server type programmes from linkgit to gitlink
    ` [PATCH/RFC 2/6] convert doc links for server type programmes
      ` [PATCH/RFC 3/6] convert doc links for non-dashed git commands
        ` [PATCH/RFC 4/6] convert doc links for other pages
            ` [PATCH/RFC 6/6] adjust the command lists (by category) to the new doc link macros

Git User's Survey 2008 partial summary, part 5 - other SCM
 2008-09-12 11:11 UTC 

[PATCH] gitk: Add untranslated error messages to translation
 2008-09-12  9:39 UTC 

[PATCH 2/2] Documentation: Refer to git-rebase(1) to warn against rewriting
 2008-09-12  7:26 UTC  (3+ messages)
` [RFC PATCH] Documentation: add manpage about workflows
  ` [RFH] Asciidoc non-example blocks [was: Re: [RFC PATCH] Documentation: add manpage about workflows]

[PATCH] Teach git.el to mark/unmark files by regexp
 2008-09-12  4:22 UTC  (3+ messages)
` [PATCH v2] "

git-svn: file not found in commit
 2008-09-12  2:48 UTC 

What's in git.git (Sep 2008, #02; Wed, 10)
 2008-09-11 22:02 UTC  (3+ messages)

[RFC] origin link for cherry-pick and revert
 2008-09-10 23:09 UTC  (7+ 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).