git@vger.kernel.org mailing list mirror (one of many)
 help / color / mirror / code / Atom feed
 messages from 2013-03-25 21:38:10 to 2013-03-27 18:47:39 UTC [more...]

git status takes 30 seconds on Windows 7. Why?
 2013-03-27 18:46 UTC  (7+ messages)

Segfault with merge-tree on multiple Git versions
 2013-03-27 18:46 UTC  (10+ messages)

Git and GSoC 2013
 2013-03-27 18:34 UTC 

[PATCH] push: Alias pushurl from push rewrites
 2013-03-27 18:23 UTC  (2+ messages)

propagating repo corruption across clone
 2013-03-27 18:23 UTC  (21+ messages)

[PATCH] git-svn: Support custom tunnel schemes instead of SSH only
 2013-03-27 18:08 UTC  (4+ messages)

[PATCH] Fixed typo in git-pull manual
 2013-03-27 18:01 UTC  (4+ messages)
  ` [PATCH v2] "

[PATCH] git-send-email.perl: implement suggestions made by perlcritic
 2013-03-27 17:38 UTC  (5+ messages)

Rename conflicts in the index
 2013-03-27 17:34 UTC  (7+ messages)

[PATCH] push: Alias pushurl from push rewrites
 2013-03-27 17:20 UTC  (8+ messages)

[PATCH v2] config: Consistent call style to gpg settings
 2013-03-27 17:19 UTC 

Composing git repositories
 2013-03-27 17:16 UTC  (6+ messages)

[PATCH v2] log: Read gpg settings for signed commit verification
 2013-03-27 17:02 UTC  (4+ messages)

[PATCH] Enhance git-commit doc for multiple `-m` options
 2013-03-27 16:31 UTC  (2+ messages)

[PATCH] t7600: test merge configuration override
 2013-03-27 16:19 UTC  (10+ messages)
` git merge <tag> behavior
` [PATCH 00/15] Use test_config
  ` [PATCH 15/15] t7502: remove clear_config

[PATCH] config: Consistent call style to gpg settings
 2013-03-27 16:17 UTC 

[PATCH] log: make "show --show-signature" use gpg.program setting
 2013-03-27 15:59 UTC  (3+ messages)

[PATCH v1 00/45] nd/parse-pathspec and :(glob) pathspec magic
 2013-03-27 15:39 UTC  (10+ messages)
` [PATCH v2 00/45] parse_pathspec and :(glob) magic

Fwd: Bug: git web--browse doesn't recognise browser on OS X
 2013-03-27 14:43 UTC  (9+ messages)
  `  "
          ` [PATCH] git-web--browse: recognize iTerm as a GUI terminal "

merge help
 2013-03-27 14:10 UTC  (2+ messages)

[PATCH] gitk: Move hard-coded colors to .gitk
 2013-03-27 13:40 UTC 

[BUG gitk] strange scrolling behaviour if history canvas not completely filled
 2013-03-27 13:35 UTC 

[BUG gitk] notes not reloaded on Update/Reload
 2013-03-27 13:27 UTC 

git ate my home directory :-(
 2013-03-27 13:05 UTC  (35+ messages)
                  ` [DONOTAPPLY PATCH 1/3] environment: set GIT_WORK_TREE when we figure out work tree
                  ` [DONOTAPPLY PATCH 2/3] setup: warn about implicit worktree with $GIT_DIR
                  ` [DONOTAPPLY PATCH 3/3] setup: treat GIT_DIR without GIT_WORK_TREE as a bare repo

[PATCH v3 0/6] Support triangular workflows
 2013-03-27  9:39 UTC  (4+ messages)
` [PATCH 5/6] remote.c: introduce remote.pushdefault

[PATCH v2] checkout: avoid unnecessary match_pathspec calls
 2013-03-27  5:58 UTC  (2+ messages)
` [PATCH v3] "

[regression?] trailing slash required in .gitattributes
 2013-03-27  4:01 UTC  (21+ messages)
` [PATCH 0/4] attribute regression fix for maint-1.8.1 and upward
  ` [PATCH 1/4] attr.c::path_matches(): the basename is part of the pathname
  ` [PATCH 2/4] dir.c::match_basename(): pay attention to the length of string parameters
  ` [PATCH 3/4] attr.c::path_matches(): special case paths that end with a slash
  ` [PATCH 4/4] make sure a pattern without trailing slash matches a directory

More detailed error message for 403 forbidden
 2013-03-27  3:29 UTC 

[PATCH 0/9] corrupt object potpourri
 2013-03-27  1:03 UTC  (19+ messages)
` [PATCH 1/9] stream_blob_to_fd: detect errors reading from stream
` [PATCH 6/9] streaming_write_entry: propagate streaming errors
    ` [PATCH v2 "
` [PATCH 8/9] clone: die on errors from unpack_trees
    ` [PATCH 10/9] clone: leave repo in place after checkout errors
` [PATCH 9/9] clone: run check_everything_connected

What's cooking in git.git (Mar 2013, #07; Tue, 26)
 2013-03-26 22:40 UTC 

Change the committer username
 2013-03-26 22:05 UTC  (2+ messages)

patch series vs. multiple files changed in a commit; storytelling history vs. literal creation history
 2013-03-26 22:03 UTC  (2+ messages)

[PATCH 0/3] Improve difftool --dir-diff tests
 2013-03-26 21:01 UTC  (23+ messages)
` [PATCH v2 0/3] difftool --dir-diff test improvements
  ` [PATCH v2 2/3] t7800: fix tests when difftool uses --no-symlinks
                ` [PATCH v2] difftool: don't overwrite modified files
  ` [PATCH v2 3/3] t7800: run --dir-diff tests with and without symlinks

[PATCH 2/2] cat-file: Fix an gcc -Wuninitialized warning
 2013-03-26 19:38 UTC  (3+ messages)

[PATCH 1/2] fast-import: Fix an gcc -Wuninitialized warning
 2013-03-26 19:28 UTC  (2+ messages)

[PATCH 0/2] Fix -Wuninitialized warnings on older gcc
 2013-03-26 19:08 UTC 

Why does 'submodule add' stage the relevant portions?
 2013-03-26 16:57 UTC  (9+ messages)

[PATCH v2 1/4] Move commit GPG signature verification to commit.c
 2013-03-26 16:43 UTC  (16+ messages)
` [PATCH 0/5] Verify GPG signatures when merging and extend %G? pretty string
    ` [PATCH v4 "
      ` [PATCH v4 1/5] Move commit GPG signature verification to commit.c
      ` [PATCH v4 2/5] commit.c/GPG signature verification: Also look at the first GPG status line
      ` [PATCH v4 3/5] merge/pull: verify GPG signatures of commits being merged
      ` [PATCH v4 4/5] merge/pull Check for untrusted good GPG signatures
      ` [PATCH v4 5/5] pretty printing: extend %G? to include 'N' and 'U'
  ` [PATCH 1/5] Move commit GPG signature verification to commit.c
  ` [PATCH 2/5] commit.c/GPG signature verification: Also look at the first GPG status line
  ` [PATCH 3/5] merge/pull: verify GPG signatures of commits being merged
  ` [PATCH 4/5] merge/pull Check for untrusted good GPG signatures
  ` [PATCH 5/5] pretty printing: extend %G? to include 'N' and 'U'

verify-pack regression and/or doc error
 2013-03-26 15:41 UTC 

[regression?] trailing slash required in .gitattributes
 2013-03-26 15:10 UTC  (3+ messages)
` [PATCH 0/4] attr directory matching regression

[PATCH] Correct the docs about GIT_SSH
 2013-03-26 14:52 UTC  (2+ messages)

[PATCH] sha1_file: remove recursion in packed_object_info
 2013-03-26 11:09 UTC  (8+ messages)
` [PATCH v2 0/3] Recursion-free unpack_entry and packed_object_info
  ` [PATCH v2 2/3] Refactor parts of in_delta_base_cache/cache_or_unpack_entry
  ` [PATCH v2 3/3] sha1_file: remove recursion in unpack_entry

[PATCH/RFC] Changing submodule foreach --recursive to be depth-first, --parent option to execute command in supermodule as well
 2013-03-26  5:25 UTC  (19+ messages)

git patterns reference card
 2013-03-25 22:00 UTC 

[PATCH 0/4] drop some "int x = x" hacks to silence gcc warnings
 2013-03-25 21:55 UTC  (7+ messages)
` [PATCH 4/4] transport: drop "int cmp = cmp" hack


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