git.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
 messages from 2013-03-25 16:00:10 to 2013-03-27 13:06:13 UTC [more...]

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

Composing git repositories
 2013-03-27 11:49 UTC  (3+ messages)

[PATCH] Fixed typo in git-pull manual
 2013-03-27 11:04 UTC 

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

propagating repo corruption across clone
 2013-03-27  6:19 UTC  (46+ messages)
` [PATCH 0/9] corrupt object potpourri
  ` [PATCH 1/9] stream_blob_to_fd: detect errors reading from stream
  ` [PATCH 2/9] check_sha1_signature: check return value from read_istream
  ` [PATCH 3/9] read_istream_filtered: propagate read error from upstream
  ` [PATCH 4/9] avoid infinite loop in read_istream_loose
  ` [PATCH 5/9] add test for streaming corrupt blobs
  ` [PATCH 6/9] streaming_write_entry: propagate streaming errors
      ` [PATCH v2 "
  ` [PATCH 7/9] add tests for cloning corrupted repositories
  ` [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

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

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

[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 

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

merge help
 2013-03-26 22:07 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  (24+ 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

Rename conflicts in the index
 2013-03-26 20:40 UTC  (5+ messages)

[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  (18+ 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)

regression in multi-threaded git-pack-index
 2013-03-26 11:09 UTC  (13+ messages)
` [PATCH] sha1_file: remove recursion in packed_object_info
      ` [PATCH v2 0/3] Recursion-free unpack_entry and packed_object_info
        ` [PATCH v2 1/3] sha1_file: remove recursion in 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

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

[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

[PATCH] log: make "show --show-signature" use gpg.program setting
 2013-03-25 21:34 UTC  (2+ messages)

[PATCH] Documentation/commit-tree: mention -S option
 2013-03-25 21:00 UTC  (5+ messages)
  ` [PATCH v2] commit-tree: document -S option consistently

[PATCH v3 3/3] git-merge-one-file: revise merge error reporting
 2013-03-25 19:24 UTC  (7+ messages)
` [PATCH v2 0/3] git-merge-one-file "
  ` [PATCH v2 3/3] git-merge-one-file: revise merge "

stuck and need unstuck (git checkout)
 2013-03-25 17:57 UTC 

[PATCH 0/3] Improve POSIX compatibility and general portablity
 2013-03-25 17:57 UTC  (3+ messages)
` [PATCH 1/3] contrib/subtree: stop explicitly using a bash shell

[PATCH v3 1/3] mergetools/p4merge: swap LOCAL and REMOTE
 2013-03-25 17:47 UTC  (4+ messages)
` [PATCH v4 1/2] "
  ` [PATCH v4 2/2] mergetools/p4merge: create a base if none available

[PATCH 0/4] drop some "int x = x" hacks to silence gcc warnings
 2013-03-25 16:10 UTC  (6+ messages)
` [PATCH 8/4] match-trees: drop "x = x" initializations

[PATCH 0/2] Fix a couple of minor things in pull test
 2013-03-25 15:59 UTC  (3+ messages)
` [PATCH 2/2] t5520 (pull): use test_config where appropriate


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