git@vger.kernel.org mailing list mirror (one of many)
 help / color / mirror / code / Atom feed
 messages from 2010-02-08 20:57:55 to 2010-02-10 16:59:48 UTC [more...]

git-svn taking a long time
 2010-02-10 16:59 UTC  (2+ messages)

RFC: git sync
 2010-02-10 16:39 UTC  (3+ messages)

[PATCH] Documentation: quote braces in {upstream} notation
 2010-02-10 16:30 UTC 

[PATCH] blame: allow -L n,m to have an m bigger than the file's line count
 2010-02-10 16:25 UTC  (4+ messages)

[PATCH] Documentation: reword --thin description
 2010-02-10 16:07 UTC  (2+ messages)

cherry-pick from a branch to another with git-svn automatically stripping git-svn-id from commit message
 2010-02-10 15:44 UTC 

[PATCH 1/4] make_absolute_path(): Do not append redundant slash
 2010-02-10 13:10 UTC  (8+ messages)
` [PATCH 2/4] rev-parse: make --git-dir return /.git instead of //.git
` [PATCH 3/4] Support working directory located at root
` [PATCH 4/4] Add test for using Git at root of file system

[RFC PATCHv2 00/10] gitweb: Simple file based output caching
 2010-02-10 12:02 UTC  (16+ messages)
` [RFC PATCHv2 01/10] gitweb: href(..., -path_info => 0|1)
` [RFC PATCHv2 02/10] gitweb/cache.pm - Very simple file based caching
` [RFC PATCHv2 03/10] gitweb/cache.pm - Stat-based cache expiration
` [RFC PATCHv2 04/10] gitweb: Use Cache::Cache compatibile (get, set) output caching
` [RFC PATCHv2 05/10] gitweb/cache.pm - Adaptive cache expiration time
` [RFC PATCHv2 06/10] gitweb: Use CHI compatibile (compute method) caching
` [RFC PATCHv2 07/10] gitweb/cache.pm - Use locking to avoid 'cache miss stampede' problem
` [RFC PATCHv2 08/10] gitweb/cache.pm - Serve stale data when waiting for filling cache
` [RFC PATCHv2 09/10] gitweb/cache.pm - Regenerate (refresh) cache in background
` [RFC PATCHv2 10/10] gitweb: Show appropriate "Generating..." page when regenerating cache

Suggestion on git-push --porcelain
 2010-02-10 11:28 UTC  (6+ messages)

[PATCH v3 1/3] git-push: fix an error message so it goes to stderr
 2010-02-10 10:43 UTC  (44+ messages)
` [PATCH v3 2/3] git-push: clean up some of the output from git push --porcelain
            ` [PATCH] git-push: clean up some of the output from git push
                  ` [PATCH] git-push: fix the documentation to explain all the status flags
                  ` t5401-update-hooks test failure
                ` [PATCH 1/4] git-push: fix an error message so it goes to stderr
                ` [PATCH 2/4] git-push: squelch advice message if in --porcelain mode
                ` [PATCH 3/4] git-push: send "To <remoteurl>" messages to the standard output "
                ` [PATCH 4/4] git-push: make git push --dry-run --porcelain exit with status 0 even if updates will be rejected
` [PATCH v3 3/3] "

[Announce] bup 0.09: git-based backup system for really huge datasets
 2010-02-10  9:54 UTC  (2+ messages)

A question about the tree associated with a git notes commit
 2010-02-10  8:21 UTC  (3+ messages)

[PATCH 7/6] t5401: Use a bare repository for the remote peer
 2010-02-10  8:13 UTC  (5+ messages)
` [PATCH 8/6] receive-pack: Send internal errors over side-band #2

git add -u nonexistent-file
 2010-02-10  5:57 UTC  (13+ messages)
      ` [PATCH] test for add with non-existent pathspec
          ` [PATCH 1/3] "
            ` [PATCH 2/3] git add -u: give an error if pathspec unmatched
              ` [PATCH 3/3] t2200-add-update.sh: change expected fail to success

A generalization of git notes from blobs to trees - git metadata?
 2010-02-10  5:29 UTC  (10+ messages)

A Visual Git Reference
 2010-02-10  5:20 UTC  (10+ messages)

[RFD] Notes are independent: proposal for new notes implementation
 2010-02-10  4:51 UTC  (5+ messages)

What should I do to display the diff of even a simple merge commit?
 2010-02-10  3:23 UTC  (9+ messages)
    ` [PATCH] git log -p -m: Document, honor --first-parent

[PATCH] git-archive documentation: .gitattributes must be committed
 2010-02-10  2:51 UTC 

Fix signal handler
 2010-02-09 23:49 UTC  (4+ messages)

[stgit] Documentation build error in proposed branch
 2010-02-09 23:07 UTC  (2+ messages)

[PATCH] Add a test for a problem in "rebase --whitespace=fix"
 2010-02-09 21:58 UTC  (6+ messages)

git-svn: Cannot lock the ref 'refs/remotes/tags/autotag_for_.'
 2010-02-09 21:39 UTC 

Better cooperation between checkouts and stashing
 2010-02-09 21:01 UTC  (5+ messages)

imap.preformattedHTML and imap.sslverify
 2010-02-09 18:54 UTC  (18+ messages)
    ` [PATCH 0/4] Some improvements for git-imap-send
    ` [PATCH 1/4] Add base64 encoder and decoder
    ` [PATCH 2/4] Add stuffs for MD5 hash algorithm
    ` [PATCH 3/4] git-imap-send: Implement CRAM-MD5 auth method
    ` [PATCH 4/4] git-imap-send: Add method to convert from LF to CRLF

[PATCH] blame: prevent a segv when -L given start > EOF
 2010-02-09 18:06 UTC  (11+ messages)
  ` [PATCH v2] "

git + davfs2, is it safe?
 2010-02-09 17:57 UTC  (2+ messages)

[PATCH v2 0/6] receive-pack hooks over sideband
 2010-02-09 17:41 UTC  (6+ messages)
` [PATCH v2 6/6] receive-pack: Send hook output over side band #2

error: packfile size changed
 2010-02-09 14:15 UTC  (2+ messages)

[Announce] gitolite 1.0
 2010-02-09 13:15 UTC 

git diff-index with relative git-dir does not work
 2010-02-09 13:10 UTC  (3+ messages)

[PATCH] Support working directory located at root
 2010-02-09 12:27 UTC  (2+ messages)

Repository corrupt after push
 2010-02-09 10:38 UTC 

Repository corrupt after push
 2010-02-09 10:21 UTC 

What's in git.git (Feb 2010, #01; Mon, 08)
 2010-02-09  7:42 UTC 

OS X Unicode Normalization Hits Again
 2010-02-09  7:05 UTC  (8+ messages)
  ` [PATCH] t9302: Protect against OS X normalization

[PATCH] Generate a warning message if we find an unrecognized option
 2010-02-09  5:59 UTC  (6+ messages)

[ANNOUNCE] TortoiseGit 1.3.6.0 Release
 2010-02-09  5:58 UTC 

blame -L questions
 2010-02-09  3:32 UTC  (2+ messages)

[PATCH] Support working directory located at root
 2010-02-09  2:49 UTC  (5+ 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).