git@vger.kernel.org mailing list mirror (one of many)
 help / color / mirror / code / Atom feed
 messages from 2009-01-23 04:15:39 to 2009-01-25 00:54:01 UTC [more...]

[PATCH 0/2] Add submodule-support to git archive
 2009-01-25  0:52 UTC  (3+ messages)
` [PATCH 1/2] tree.c: allow read_tree_recursive() to traverse gitlink entries
  ` [PATCH 2/2] archive.c: add support for --submodules[=(all|checkedout)]

[PATCH] Allow cloning an empty repository
 2009-01-25  0:49 UTC  (20+ messages)
        ` http fixes, was "

[PATCH] mergetool merge/skip/abort
 2009-01-25  0:18 UTC  (9+ messages)

[PATCH 00/10] Misc. cvsserver, dashless, and test suite patches
 2009-01-24 23:43 UTC  (11+ messages)
` [PATCH 01/10] cvsserver: removed unused sha1Or-k mode from kopts_from_path
  ` [PATCH 02/10] cvsserver: add comments about database schema/usage
    ` [PATCH 03/10] cvsserver: remove unused functions _headrev and gethistory
      ` [PATCH 04/10] git-shell: allow running git-cvsserver, not just cvs
        ` [PATCH 05/10] cvsserver: run dashless "git command"s to access plumbing
          ` [PATCH 06/10] t2300: use documented technique to invoke git-sh-setup
            ` [PATCH 07/10] t3409: use dashless "git commit" instead of "git-commit"
              ` [PATCH 08/10] run test suite without dashed git-commands in PATH
                ` [PATCH 09/10] Revert "adapt git-cvsserver manpage to dash-free syntax"
                  ` [PATCH 10/10] cvsserver doc: emphasize using CVS_SERVER= phrase within CVSROOT

Heads up: major rebase -i -p rework coming up
 2009-01-24 23:01 UTC  (6+ messages)

[PATCH v2] checkout: implement "-" shortcut name for last branch
 2009-01-24 22:23 UTC  (5+ messages)
` [VALGRIND PATCH for nth_last patch series] Fix invalid memory access
      ` [PATCH next] t1505: remove debugging cruft

CR codes from git commands
 2009-01-24 21:14 UTC  (14+ messages)

[PATCH 2/2] expand --pretty=format color options
 2009-01-24 20:45 UTC  (12+ messages)
` [PATCH 1/2] handle color.ui at a central place

[PATCH v2] Makefile: Use libc strlcpy on OSX >= 10.2
 2009-01-24 20:23 UTC  (3+ messages)

[RFC/PATCH v3 0/3] Add support for `git archive --submodules`
 2009-01-24 20:02 UTC  (19+ messages)
` [RFC/PATCH v3 1/3] tree.c: teach read_tree_recursive how to traverse gitlink entries
  ` [RFC/PATCH v3 2/3] sha1_file: prepare for adding alternates on demand
    ` [RFC/PATCH v3 3/3] archive.c: add basic support for submodules

diff settings
 2009-01-24 20:01 UTC  (4+ messages)

read-only working copies using links
 2009-01-24 19:35 UTC  (6+ messages)

[PATCH] cygwin: Convert paths for html help from posix to windows
 2009-01-24 18:51 UTC  (2+ messages)

[PATCH] Makefile: Use libc strlcpy on OSX
 2009-01-24 18:51 UTC  (3+ messages)

problems with http://git-scm.com/
 2009-01-24 18:44 UTC  (2+ messages)

[PATCH] git-svn: Don't fail `--help' if git directory not found
 2009-01-24 17:44 UTC 

[PATCH] Use time_t for timestamps returned by approxidate() instead of unsigned
 2009-01-24 17:32 UTC  (8+ messages)

PATCH] http-push: refactor request url creation
 2009-01-24 17:03 UTC  (2+ messages)

[PATCH 0/4] gitweb feed metadata tuneups
 2009-01-24 16:02 UTC  (6+ messages)
` [PATCH 1/4] gitweb: channel image in rss feed
  ` [PATCH 2/4] gitweb: feed generator metadata
    ` [PATCH 3/4] gitweb: rss feed managingEditor
      ` [PATCH 4/4] gitweb: rss channel date

[PATCH v2] Change octal literals to be XEmacs friendly
 2009-01-24 14:18 UTC  (6+ messages)

[PATCH 1/2] user-manual: Simplify the user configuration
 2009-01-24 14:04 UTC  (9+ messages)

[PATCH (GIT-GUI BUG)] git-gui: Fix post-commit status with subject in non-locale encoding
 2009-01-24  6:37 UTC  (2+ messages)

[PATCH] http-push: refactor lock-related headers creation for curl requests
 2009-01-24  5:18 UTC  (3+ messages)

[RFC PATCH (GIT-GUI/CORE BUG)] git-gui: Avoid an infinite rescan loop in handle_empty_diff
 2009-01-24  3:29 UTC  (3+ messages)

how to force a commit date matching info from a mbox ?
 2009-01-24  2:35 UTC  (19+ messages)
      ` [PATCH] git-am: Add --ignore-date option

[PATCH v2] Change octal literals to be XEmacs friendly
 2009-01-24  1:52 UTC 

[PATCH 1/2] am: Add --committer-date-is-author-date option
 2009-01-24  1:17 UTC 

[PATCH 2/2 (v2)] git-am: Add --ignore-date option
 2009-01-24  1:18 UTC 

[PATCH] git-am: implement --reject option passed to git-apply
 2009-01-24  0:59 UTC  (2+ messages)

[PATCH] git mergetool: Don't repeat merge tool candidates
 2009-01-23 23:12 UTC  (5+ messages)
  ` [PATCHv2] "
      ` [PATCHv3] "

[PATCH 2/3] Make has_commit non-static
 2009-01-23 22:41 UTC  (3+ messages)

[JGIT PATCH 00/10] Merge API v2
 2009-01-23 21:42 UTC  (4+ messages)
` [JGIT PATCH 01/10] Fix TreeWalk.idEqual when both trees are missing the path
  ` [JGIT PATCH 02/10] Expose the raw path for the current entry of a TreeWalk

egit problem with sym linked eclipse project dirs
 2009-01-23 21:33 UTC  (4+ messages)

[PATCH] gittutorial: remove misleading note
 2009-01-23 21:17 UTC  (3+ messages)

[TOY PATCH] git-resurrect: find traces of a branch name and resurrect it
 2009-01-23 21:00 UTC  (3+ messages)
` [PATCH] contrib "

[PATCH] Change octal literals to be XEmacs friendly
 2009-01-23 20:13 UTC  (4+ messages)

git blame: two "-C"s versus just a single -C
 2009-01-23 19:12 UTC  (2+ messages)

RFC: git diff colorization idea
 2009-01-23 18:40 UTC  (6+ messages)

git diff, git mergetool and CRLF conversion
 2009-01-23 18:18 UTC  (4+ messages)
` [PATCH] mergetool: respect autocrlf by using checkout-index

lineups with GIT
 2009-01-23 18:01 UTC  (3+ messages)
` lineups with GIT (or dealing with directory renames)

How to prefix existing svn remotes?
 2009-01-23 17:51 UTC  (6+ messages)

Short "git commit $file" syntax fails in the face of a resolved conflict
 2009-01-23 17:01 UTC  (15+ messages)
          ` [PATCH 1/3] Add "partial commit" tests during a conflicted merge
          ` [PATCH 2/3] builtin-commit: shorten eye-sore overlong lines
          ` [PATCH 3/3] git commit: pathspec without -i/-o implies -i semantics during a merge

Merging adjacent deleted lines?
 2009-01-23 15:59 UTC  (8+ messages)

git-svn fails to fetch repository
 2009-01-23 13:22 UTC  (8+ messages)

bug: transform a binary file into a symlink in one commit => invalid binary patch
 2009-01-23 13:13 UTC  (2+ messages)

What's cooking in git.git (Jan 2009, #02; Sun, 11)
 2009-01-23 12:04 UTC  (4+ messages)

git-describe hash length
 2009-01-23  9:36 UTC  (4+ messages)
  ` [PATCH] Fix Documentation for git-describe

[PATCH 7/7] environment: add global variable to disable replacement
 2009-01-23  9:07 UTC 

[PATCH 5/7] replace_object: add a test case
 2009-01-23  9:07 UTC 

[PATCH 6/7] mktag: call "check_sha1_signature" with the replacement sha1
 2009-01-23  9:07 UTC 

[PATCH 4/7] object: call "check_sha1_signature" with the replacement sha1
 2009-01-23  9:07 UTC 

[PATCH 3/7] sha1_file: add a "read_sha1_file_repl" function
 2009-01-23  9:07 UTC 

[PATCH 2/7] replace_object: add mechanism to replace objects found in "refs/replace/"
 2009-01-23  9:06 UTC 

[PATCH 1/7] refs: add a "for_each_replace_ref" function
 2009-01-23  9:06 UTC 

[PATCH] git-cvsserver: run post-update hook *after* update
 2009-01-23  8:00 UTC  (2+ messages)

What's cooking in git.git (Jan 2009, #05; Wed, 21)
 2009-01-23  6:23 UTC  (3+ messages)

git fast-import problem converting from CVS with git 1.6.1 and cvs2svn 2.2.0
 2009-01-23  4:14 UTC  (4+ 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).