git@vger.kernel.org mailing list mirror (one of many)
 help / color / mirror / code / Atom feed
 messages from 2007-05-26 18:35:18 to 2007-05-29 10:12:56 UTC [more...]

What's in git.git (stable)
 2007-05-29 10:12 UTC  (5+ messages)

What's cooking in git.git (topics)
 2007-05-29 10:11 UTC  (5+ messages)

git-svn dcommit failure
 2007-05-29  9:35 UTC  (2+ messages)

sbuild (or whatever) integration
 2007-05-29  9:26 UTC  (3+ messages)

[RFC] Second parent for reverts
 2007-05-29  9:23 UTC  (43+ messages)
    ` [PATCH 00/15] git-note: A mechanisim for providing free-form after-the-fact annotations on commits
      ` [PATCH 01/15] git-note: Add git-note command for adding/listing/deleting git notes
      ` [PATCH 02/15] git-note: (Documentation) Add git-note manual page
      ` [PATCH 03/15] git-note: (Administrivia) Add git-note to Makefile, .gitignore, etc
      ` [PATCH 04/15] git-note: (Plumbing) Add plumbing-level support for git notes
      ` [PATCH 05/15] git-note: (Plumbing) Add support for git notes to git-rev-parse and git-show-ref
      ` [PATCH 06/15] git-note: (Documentation) Explain the new '--notes' option "
      ` [PATCH 07/15] git-note: (Almost plumbing) Add support for git notes to git-pack-refs and git-fsck
      ` [PATCH 08/15] git-note: (Decorations) Add note decorations to "git-{log,show,whatchanged} --decorate"
      ` [PATCH 09/15] git-note: (Documentation) Explain new behaviour of --decorate in git-{log,show,whatchanged}
      ` [PATCH 10/15] git-note: (Transfer) Teach git-clone how to clone notes
      ` [PATCH 11/15] git-note: (Transfer) Teach git-fetch to auto-follow notes
      ` [PATCH 12/15] git-note: (Transfer) Teach git-push to push notes when --all or --notes is given
      ` [PATCH 13/15] git-note: (Documentation) Explain the new --notes option to git-push
      ` [PATCH 14/15] git-note: (Tests) Add tests for git-note and associated functionality
      ` [PATCH 15/15] git-note: Add display of notes to gitk
            ` [PATCH] Add fsck_verify_ref_to_tag_object() to verify that refname matches name stored in tag object

What's new in git-gui.git
 2007-05-29  8:12 UTC  (4+ messages)

GIT on MinGW problem
 2007-05-29  7:11 UTC  (40+ messages)
        ` GIT on MinGW, with tcltk for gitk
                        ` GIT on MinGW - No symbolic links support

[RFC] super indexes to span multiple packfiles
 2007-05-29  7:16 UTC 

[PATCH] Add basic test-script for git-submodule
 2007-05-29  7:10 UTC  (2+ messages)

[PATCH] move template_dir logic to configure script
 2007-05-29  6:46 UTC  (2+ messages)

[PATCH] Don't ignore write failure from git-diff, git-log, etc
 2007-05-29  3:47 UTC  (18+ messages)

[PATCH 1/3] Lazily open pack index files on demand
 2007-05-29  3:26 UTC  (2+ messages)

[PATCH 1/3] builtin-pack-objects: don't fail, if delta is not possible
 2007-05-29  2:53 UTC  (6+ messages)
` [PATCH 2/3] git-pack-objects: cache small deltas between big objects
  ` [PATCH 3/3] builtin-pack-object: cache small deltas

[PATCH] Makefile: Remove git-fsck and git-verify-pack from PROGRAMS
 2007-05-29  2:05 UTC 

[PATCH] gitweb: handle non UTF-8 text
 2007-05-28 23:21 UTC  (2+ messages)

[PATCH] Fix stupid typo in lookup_tag()
 2007-05-28 23:21 UTC 

[PATCH] Let .git/config specify the url for submodules
 2007-05-28 20:51 UTC 

Working with git-svn to export changes to Subversion
 2007-05-28 20:27 UTC 

[PATCH 1/3] Lazily open pack index files on demand
 2007-05-28 18:31 UTC  (21+ messages)

[PATCH] gitweb: Split git_patchset_body into separate subroutines
 2007-05-28 14:22 UTC  (8+ messages)
` [RFC/PATCH] gitweb: Create special from-file/to-file header for combined diff
  ` [PATCH] "

[PATCH] gitweb: Update copyright information
 2007-05-28 13:01 UTC  (3+ messages)

GitWeb: Adding fork visualization based on objects/info/alternates
 2007-05-28 13:00 UTC  (2+ messages)

[PATCH (tig)] Infrastructure for tig rpm builds
 2007-05-28  8:54 UTC 

svn-cp equivalent for history on a single file from a git-svn user
 2007-05-28  0:41 UTC  (2+ messages)

[PATCH] Fix git-svn to handle svn not reporting the md5sum of a file, and test
 2007-05-27 23:04 UTC  (5+ messages)

[RFC] Fourth round of support for cloning submodules
 2007-05-27 20:40 UTC  (11+ messages)

t9107-git-svn-migrate.sh fails
 2007-05-27 18:50 UTC  (5+ messages)

[RFH] QGit: how to cram a patch in a crowded screen
 2007-05-27 15:56 UTC  (5+ messages)

[PATCH 1/3] Lazily open pack index files on demand
 2007-05-27 15:36 UTC  (2+ messages)

[PATCH v3] Prevent megablobs from gunking up git packs
 2007-05-27 15:09 UTC  (6+ messages)

[PATCH v2] Submodule merge support
 2007-05-27 14:58 UTC  (5+ messages)
  ` [PATCH] SubmittingPatches: mention older C compiler compatibility
    ` [PATCH] Add -Wdeclaration-after-statement to CFLAGS to help enforce the instructions in SubmittingPatches

MinGW port updated to 1.5.2
 2007-05-27 13:38 UTC  (8+ messages)

Various git-cvsserver patches
 2007-05-27 12:33 UTC  (6+ messages)
` [PATCH] cvsserver: Correct inetd.conf example in asciidoc documentation
` [PATCH] cvsserver: Note that CVS_SERVER can also be specified as method variable
` [PATCH] cvsserver: Fix some typos in asciidoc documentation
` [PATCH] t9400: Work around CVS' deficiencies
` [PATCH] cvsserver: Handle 'cvs login'

[PATCH] Fix mishandling of $Id$ expanded in the repository copy in convert.c
 2007-05-27 10:52 UTC  (6+ messages)
        ` [PATCH] Add test case for $Id$ expanded in the repository

[PATCH] Allow contrib new-workdir to link into bare repositories
 2007-05-27  3:09 UTC 

git-svn and SVK mirror between two repositories
 2007-05-26 23:48 UTC  (6+ messages)

[PATCH/RFC] gitweb: Provide links to individual commitdiffs in difftree for merges
 2007-05-26 23:50 UTC 

GIT on MinGW problem
 2007-05-26 23:08 UTC  (5+ messages)

Glossary: trivial, clean, evil merge
 2007-05-26 23:10 UTC  (2+ messages)
` [RFC] How to show merge commits in gitweb?

Pulling from refs/remotes/ ?
 2007-05-26 19:47 UTC  (7+ messages)

[PATCH] user-manual: fixed typo in example
 2007-05-26 19:35 UTC  (2+ 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).