git.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
 messages from 2008-09-15 22:49:44 to 2008-09-17 23:31:19 UTC [more...]

[PATCH] Teach git diff about Objective-C syntax
 2008-09-17 23:30 UTC  (16+ messages)

[RFC] log(n)-transmissions common commit handshake
 2008-09-17 23:01 UTC  (2+ messages)
` [RFC PATCH] fetch-pack: log(n)-transmission find_common()

[PATCH (GIT-GUI) 0/8] Add mergetool functionality to git-gui
 2008-09-17 22:24 UTC  (8+ messages)
` [PATCH/RFC 0/2] git-gui: issues with merge tool series
  ` [PATCH/RFC 1/2] Revert "git-gui: Don't allow staging files with conflicts."
    ` [PATCH/RFC 2/2] git-gui: Do not automatically stage file after merge tool finishes

[PATCH (GIT-GUI,GITK) 0/8] Encoding support in GUI
 2008-09-17 21:45 UTC  (10+ 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 (GIT-GUI,GITK) 7/8] gitk: Implement file contents encoding support
              ` [PATCH (GIT-GUI,GITK) 8/8] gitk: Support filenames in the locale encoding

[PATCH 15/16] checkout: add new options to support narrow checkout
 2008-09-17 21:31 UTC  (9+ messages)

keep a subversion mirror in sync
 2008-09-17 19:04 UTC  (3+ messages)

git-svn checksum mismatch importing large file
 2008-09-17 17:39 UTC  (5+ messages)

Teach git status to do "git diff --name-status HEAD"
 2008-09-17 17:31 UTC  (6+ messages)
    ` Mismatch between "git status" and "git ls-files" [was Re: Teach git status to do "git diff --name-status HEAD"]

Project organisation and structure
 2008-09-17 17:01 UTC  (2+ messages)

combined diff, but not condensed, howto?
 2008-09-17 16:58 UTC  (2+ messages)

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

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

[RFC/PATCH] Use compatibility regex library for OSX/Darwin
 2008-09-17 14:48 UTC  (17+ messages)

Help using Git(-svn) for specific use case
 2008-09-17 14:09 UTC  (7+ messages)

GIT presentation
 2008-09-17 13:36 UTC  (4+ messages)

Getting correct tree layout when importing svn repo into git
 2008-09-17 13:04 UTC  (17+ messages)

[ANNOUNCE] TopGit v0.3
 2008-09-17 11:17 UTC  (10+ messages)

[PATCH] Clarified gitattributes documentation regarding custom hunk header
 2008-09-17  6:20 UTC 

[PATCH] git-svn: do a partial rebuild if rev_map is out-of-date
 2008-09-17  3:13 UTC 

Submitting patches from unsubscribed authors?
 2008-09-16 23:48 UTC  (4+ messages)

Grafts workflow for a "shallow" repository...?
 2008-09-16 23:12 UTC  (9+ messages)
  ` Grafts workflow for a

[JGIT PATCH 1/2 v2] Add support for ~/.ssh/config PreferredAuthentications
 2008-09-16 22:52 UTC  (4+ messages)
` [JGIT PATCH 2/2] Add support for ~/.ssh/config BatchMode

[GIT-GUI PATCH] call prepare-commit-msg hook
 2008-09-16 22:05 UTC  (2+ messages)

Management of opendocument (openoffice.org) files in git
 2008-09-16 21:13 UTC  (9+ messages)

upload-pack packfile caching
 2008-09-16 20:59 UTC  (2+ messages)

[JGIT PATCH 1/2] Paper bag fix RevWalk.reset after inMergeBase is used
 2008-09-16 19:34 UTC  (2+ messages)
` [JGIT PATCH 2/2] More aggressively clear flags during RevWalk.reset

[PATCH] Documentation: Quote ~(s) causing subscript
 2008-09-16 19:12 UTC  (12+ messages)
` [PATCH] Documenation: git-bundle: quote tildes that cause subscript
  ` [PATCH] Documentation: replace [^~] with escapes everywhere
            ` [PATCH] Documentation: disable sub/superscript characters ^/~

[EGIT] Checking out signed tags fails
 2008-09-16 18:48 UTC  (2+ messages)

[PATCH] Optional shrinking of RCS keywords in git-p4
 2008-09-16 17:32 UTC  (8+ messages)

[PATCH] Optional shrinking of RCS keywords in git-p4
 2008-09-16 17:26 UTC  (2+ messages)

Git User's Survey 2008 partial summary
 2008-09-16 17:12 UTC  (4+ messages)
` Git User's Survey 2008 partial summary, part 5 - other SCM

[PATCH 00/16] Narrow/Partial/Sparse checkout
 2008-09-16 17:00 UTC  (25+ 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

git-branch manpage question
 2008-09-16 16:25 UTC  (2+ messages)

git-clone: path or ssh problem with git-upload-pack in 1.6.0?
 2008-09-16 15:38 UTC  (8+ messages)
` [PATCH] help git-upload-pack find git

multi-threading or processing of converts
 2008-09-16 14:23 UTC 

[PATCH] Optional shrinking of RCS keywords in git-p4
 2008-09-16 13:33 UTC 

Management of opendocument (openoffice.org) files in git
 2008-09-16  8:12 UTC  (3+ messages)

[PATCH] contrib: add a 'git difftool' command for driving common merge tools
 2008-09-16  7:57 UTC 

You don't exist, Go away! although user.name has been set
 2008-09-16  7:38 UTC  (2+ messages)

Diff-tree does not work for initial commit
 2008-09-16  6:21 UTC  (6+ messages)

[JGIT PATCH] Add support for ~/.ssh/config PreferredAuthentications
 2008-09-16  5:48 UTC 

[JGIT PATCH] Fix push to empty repository
 2008-09-16  5:38 UTC 

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

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


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).