git.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
 messages from 2008-09-18 00:24:24 to 2008-09-20 10:05:12 UTC [more...]

[PATCH v2 00/14] Sparse checkout
 2008-09-20 10:01 UTC  (14+ messages)
` [PATCH 01/14] Extend index to save more flags
  ` [PATCH 02/14] Introduce CE_NO_CHECKOUT bit
    ` [PATCH 03/14] ls-files: add options to support sparse checkout
      ` [PATCH 04/14] update-index: refactor mark_valid() in preparation for new options
        ` [PATCH 05/14] update-index: add --checkout/--no-checkout to update CE_NO_CHECKOUT bit
          ` [PATCH 06/14] ls-files: Add tests for --sparse and friends
            ` [PATCH 07/14] Prevent diff machinery from examining worktree outside sparse checkout
              ` [PATCH 08/14] checkout_entry(): CE_NO_CHECKOUT on checked out entries
                ` [PATCH 09/14] grep: skip files outside sparse checkout area
                  ` [PATCH 10/14] ls-files: support "sparse patterns", used to form sparse checkout areas
                    ` [PATCH 11/14] unpack_trees(): add support for sparse checkout
                      ` [PATCH 12/14] clone: support sparse checkout with --narrow-path option
                        ` [PATCH 13/14] checkout: add new options to support sparse checkout

[PATCH (GIT-GUI)] git-gui: Reenable staging unmerged files by clicking the icon
 2008-09-20  8:19 UTC 

[PATCH v2 1/4] diff.c: return pattern entry pointer rather than just the hunk header pattern
 2008-09-20  7:51 UTC  (14+ messages)
` [PATCH v2 2/4] diff.c: associate a flag with each pattern and use it for compiling regex
` [PATCH v2 3/4] diff.*.xfuncname which uses "extended" regex's for hunk header selection
` [PATCH v2 4/4] diff.c: convert builtin funcname patterns to non-GNU extended regex syntax

[PATCH] completion: git commit should list --interactive
 2008-09-20  2:44 UTC  (3+ messages)

[PATCH] Use dashless git commands in setgitperms.perl
 2008-09-20  1:27 UTC  (4+ messages)

[EGIT] Checking out signed tags fails
 2008-09-20  0:26 UTC  (3+ messages)

[PATCH 2/2] Documentation: Refer to git-rebase(1) to warn against rewriting
 2008-09-20  0:22 UTC  (3+ messages)
` [RFC PATCH] Documentation: add manpage about workflows

[PATCH] bash: use for-each-ref format 'refname:short'
 2008-09-19 23:51 UTC  (2+ messages)

What's cooking in git.git (Sep 2008, #03; Fri, 19)
 2008-09-19 23:43 UTC  (5+ messages)

[RFC Redux] strbuf: Add method to convert byte-size to human readable form
 2008-09-19 22:37 UTC  (6+ messages)

[PATCH] [TOPGIT] Use git-mailinfo to extract author informations from .topmsg
 2008-09-19 21:27 UTC 

git equivalent to svn info?
 2008-09-19 20:28 UTC  (3+ messages)
      ` [PATCH] make "git remote" report multiple URLs

[IRC/patches] Failed octopus merge does not clean up
 2008-09-19 20:28 UTC  (8+ messages)
` [PATCH] Add test that checks octopus merge cleanup
  ` [PATCH] Documentation: warn against merging in a dirty tree

Diff-tree does not work for initial commit
 2008-09-19 20:27 UTC  (13+ messages)
          ` [RFC/PATCH] extend meaning of "--root" option to index comparisons
                ` Re* "

[PATCH] Bust the ghost of long-defunct diffcore-pathspec
 2008-09-19 20:12 UTC  (2+ messages)
` [PATCH v2] "

[PATCH] fix openssl headers conflicting with custom SHA1 implementations
 2008-09-19 20:11 UTC 

[RFC/PATCH] Use compatibility regex library for OSX/Darwin
 2008-09-19 18:14 UTC  (17+ messages)
` [PATCH 2/4] diff.c: associate a flag with each pattern and use it for compiling regex
` [PATCH 3/4] diff.*.xfuncname which uses "extended" regex's for hunk header selection
` [PATCH 4/4] diff.c: convert builtin funcname patterns to extended regular expressions
  ` [PATCH 4/4 v2] "

git-am strips final ')' character from author name
 2008-09-19 17:58 UTC 

Small misspelling in 'Git - SVN crash course'
 2008-09-19 15:53 UTC 

A couple of TopGit tweaks
 2008-09-19 16:42 UTC  (22+ messages)
` [TopGit PATCH] .gitignore += vim swap files
        ` Default exclude rules for Git
` [TopGit PATCH] tg help: <something>: improve readability
` [TopGit PATCH] tg import: fix + make more robust

[BUG?]: unpack-file behavior for blobs corresponding to symlinks
 2008-09-19 15:50 UTC  (4+ messages)

[Useless PATCH to contrib/examples/git-remote.perl] Typo "does not exists" when git remote update remote
 2008-09-19 13:48 UTC 

[PATCH] git-repack uses --no-repack-object, not --no-repack-delta
 2008-09-19 13:43 UTC 

GIT server over HTTP
 2008-09-19 13:31 UTC 

[PATCH] Typo "bogos" in format-patch error message
 2008-09-19 13:42 UTC 

Branches with git-svn
 2008-09-19 13:13 UTC  (4+ messages)

[PATCH (GIT-GUI,GITK) 0/8] Encoding support in GUI
 2008-09-19 13:04 UTC  (18+ messages)
` [PATCH (GIT-GUI,GITK) 1/8] git-gui: Cleanup handling of the default encoding
  ` [PATCH (GIT-GUI,GITK) 2/8] git-gui: Add a menu of available encodings
    ` [PATCH (GIT-GUI,GITK) 3/8] git-gui: Allow forcing display encoding for diffs using a submenu
      ` [PATCH (GIT-GUI,GITK) 4/8] git-gui: Optimize encoding name resolution using a lookup table
        ` [PATCH (GIT-GUI,GITK) 5/8] git-gui: Support the encoding menu in gui blame
          ` [PATCH (GIT-GUI,GITK) 6/8] gitk: Port new encoding logic from git-gui

[PATCH] builtin-clone: fix typo
 2008-09-19 12:07 UTC 

[TopGit RFC PATCH] tg mail: new command for mailing patches
 2008-09-19 10:23 UTC  (5+ messages)

GitTogether topics status
 2008-09-19 10:11 UTC  (6+ messages)

[TopGit PATCH] prev/next/tsort: commands to explore dependencies
 2008-09-19  9:55 UTC  (2+ messages)
` [TopGit PATCH] tg-patch: add From/Date: line to header and print to file

failure doing massive revert
 2008-09-19  9:35 UTC  (3+ messages)

How to remove a commit object?
 2008-09-19  9:16 UTC  (2+ messages)

Get a copy of an old version of a file, using git gui/gitk
 2008-09-19  9:12 UTC  (2+ messages)

Get a copy of an old version of a file, using git gui/gitk
 2008-09-19  8:20 UTC  (2+ messages)

[PATCH] Optional shrinking of RCS keywords in git-p4
 2008-09-19  2:56 UTC 

[PATCH] Documentation: clarify the details of overriding LESS via core.pager
 2008-09-18 23:22 UTC 

How to supply "raw" bytes to git grep?
 2008-09-18 22:07 UTC  (5+ messages)

[PATCH] sha1_file: link() returns -1 on failure, not errno
 2008-09-18 22:24 UTC 

[PATCH 1/1] Make git archive respect core.autocrlf when creating zip format archives
 2008-09-18 20:53 UTC  (6+ messages)
    ` [PATCH 1/1] Make git archive respect core.autocrlf when creating

[PATCH 0/1] Add new test to demonstrate git archive core.autocrlf inconsistency
 2008-09-18 20:01 UTC 

Help breaking up a large merge
 2008-09-18 17:47 UTC  (6+ messages)

[PATCH] generate-cmdlist.sh: avoid selecting synopsis at wrong place
 2008-09-18 16:20 UTC  (3+ messages)

[StGit PATCH] Convert "sink" to the new infrastructure
 2008-09-18 15:47 UTC  (17+ messages)

[PATCH] avoid gitweb uninitialized value warning
 2008-09-18 15:13 UTC  (2+ messages)

Help planning a git repo layout
 2008-09-18 13:25 UTC  (3+ messages)

You don't exist, Go away! although user.name has been set
 2008-09-18 11:47 UTC  (3+ messages)

combined diff, but not condensed, howto?
 2008-09-18  9:30 UTC  (9+ messages)
            ` [PATCH] diff/diff-files: do not use --cc too aggressively

[RFC] log(n)-transmissions common commit handshake
 2008-09-18  8:18 UTC  (2+ messages)

Project organisation and structure
 2008-09-18  7:30 UTC  (2+ messages)

[PATCH] Add git-svn branch to allow branch creation in SVN repositories
 2008-09-18  6:55 UTC  (2+ messages)

[PATCH] Teach git diff about Objective-C syntax
 2008-09-18  6:50 UTC  (7+ messages)

[PATCH] git-svn: do a partial rebuild if rev_map is out-of-date
 2008-09-18  6:38 UTC  (2+ messages)

[PATCH] git-svn: Always create a new RA when calling do_switch for svn://
 2008-09-18  6:44 UTC  (2+ messages)

Editing Git Log
 2008-09-18  6:21 UTC  (4+ messages)

Help using Git(-svn) for specific use case
 2008-09-18  5:56 UTC  (4+ 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).