git@vger.kernel.org mailing list mirror (one of many)
 help / color / mirror / code / Atom feed
 messages from 2012-10-09 20:30:28 to 2012-10-12 14:08:22 UTC [more...]

[PATCH] git-gui: Few issues with using full path name
 2012-10-12 14:08 UTC  (2+ messages)

git fails: segfault at 0 ip 00000000004076d5 sp 00007fff7806ebc0
 2012-10-12 13:39 UTC  (6+ messages)
  ` [PATCH] http: fix segfault in handle_curl_result
      ` [PATCH 1/2] remote-curl: do not call run_slot repeatedly
      ` [PATCH 2/2] http: do not set up curl auth after a 401

[ANNOUNCE] tig-1.1
 2012-10-12 13:05 UTC 

'git grep needle rev' attempts to access 'rev:.../.gitattributes' in the worktree
 2012-10-12 10:49 UTC  (36+ messages)
          ` [PATCH 1/3] quote: let caller reset buffer for quote_path_relative()
          ` [PATCH 2/3] grep: pass true path name to grep machinery
          ` [PATCH 3/3] grep: stop looking at random places for .gitattributes
          ` [PATCH v2 0/2] Re: 'git grep needle rev' attempts to access 'rev:.../.gitattributes' in the worktree
            ` [PATCH v2 1/2] quote: let caller reset buffer for quote_path_relative()
            ` [PATCH v2 2/2] grep: stop looking at random places for .gitattributes
              ` [PATCH v3] "

[PATCH nd/attr-match-optim-more 2/2] attr: more matching optimizations from .gitignore
 2012-10-12 10:13 UTC  (7+ messages)
` [PATCH v2 "

[PATCH v4 00/12] Wildmatch v4
 2012-10-12  9:49 UTC  (23+ messages)
` [PATCH v4 01/12] ctype: make sane_ctype[] const array
` [PATCH v4 02/12] ctype: support iscntrl, ispunct, isxdigit and isprint
` [PATCH v4 03/12] Import wildmatch from rsync
` [PATCH v4 04/12] wildmatch: remove unnecessary functions
` [PATCH v4 05/12] Integrate wildmatch to git
` [PATCH v4 06/12] wildmatch: make wildmatch's return value compatible with fnmatch
` [PATCH v4 07/12] wildmatch: remove static variable force_lower_case
` [PATCH v4 08/12] wildmatch: fix case-insensitive matching
` [PATCH v4 09/12] wildmatch: adjust "**" behavior
` [PATCH v4 10/12] wildmatch: make /**/ match zero or more directories
` [PATCH v4 11/12] Support "**" wildcard in .gitignore and .gitattributes
` [PATCH v4 12/12] t3070: disable two fnmatch tests that have different results on different libc

[PATCH] git-cvsimport: support local timezone
 2012-10-12  7:57 UTC  (4+ messages)

How can I tell if anything was fetched?
 2012-10-12  7:47 UTC  (5+ messages)

What's cooking in git.git (Oct 2012, #04; Thu, 11)
 2012-10-12  7:43 UTC  (2+ messages)

build deps
 2012-10-12  4:08 UTC  (7+ messages)

A basic question
 2012-10-12  1:08 UTC  (8+ messages)

[minor] two tests broken when run with a --root directory that's a symlink
 2012-10-11 23:26 UTC  (4+ messages)
` [PATCH] bash prompt: fix tests when run with a symlink --root

[PATCH] gitweb.cgi: fix "comitter_tz" typo in feed
 2012-10-11 20:40 UTC 

[BUG] "git commit" after "cherry-pick -n" conflict clobbers .git/COMMIT_EDITMSG
 2012-10-11 20:50 UTC 

filter-branch IO optimization
 2012-10-11 20:34 UTC  (3+ messages)

[PATCH] MALLOC_CHECK: Allow checking to be disabled from config.mak
 2012-10-11 20:17 UTC  (9+ messages)

[ANNOUNCE] Git v1.8.0-rc2
 2012-10-11 20:09 UTC 

[Patch v2 0/8] Create single PDF for all HTML files
 2012-10-11 19:30 UTC  (12+ messages)
` [Patch v2 1/8] Split over-long synopsis in git-fetch-pack.txt into several lines
` [Patch v2 2/8] Shorten two over-long lines in git-bisect-lk2009.txt by removing some white-space
` [Patch v2 3/8] Change headline of technical/send-pack-pipeline.txt to not confuse its content with content from git-send-pack.txt
` [Patch v2 4/8] Prerequisites for creating nice html for all files in Documentation/technical
` [Patch v2 5/8] Prerequisites for creating nice html for all files in Documentation/howto
` [Patch v2 6/8] Prerequisites for creating nice html for all files in Documentation/RelNotes
` [Patch v2 7/8] Create pdf from all html files
` [Patch v2 8/8] Wire everything into Makefile and Documentation/Makefile

git 1.8.0.rc0.18.gf84667d trouble with "git commit -p file"
 2012-10-11 17:57 UTC  (13+ messages)

[BUG] "git commit" after "cherry-pick -n" conflict clobbers .git/COMMIT_EDITMSG
 2012-10-11 17:00 UTC  (2+ messages)

rm and add, but not rename, of identical files
 2012-10-11 16:53 UTC  (5+ messages)

push.default documented in "man git-push"?
 2012-10-11 16:17 UTC  (14+ messages)

rebase fails mid way through due to locally modified file?
 2012-10-11 11:35 UTC  (2+ messages)

[BUG] Directory probing for aliases
 2012-10-11 11:28 UTC  (2+ messages)

[PATCH v2 0/7] Tying loose ends on grep-pcre
 2012-10-11  7:08 UTC  (11+ messages)
` [PATCH v2 1/7] builtin/grep.c: make configuration callback more reusable
` [PATCH v2 2/7] grep: move the configuration parsing logic to grep.[ch]
` [PATCH v2 3/7] grep: move pattern-type bits support to top-level grep.[ch]
` [PATCH v2 4/7] revisions: initialize revs->grep_filter using grep_init()
` [PATCH v2 5/7] log --grep: use the same helper to set -E/-F options as "git grep"
` [PATCH v2 6/7] log --grep: accept --basic-regexp and --perl-regexp
` [PATCH v2 7/7] log: honor grep.* configuration

[RFC] rebase: Handle cases where format-patch fails
 2012-10-11  3:54 UTC  (3+ messages)
` Rebase doesn't restore branch pointer back on out of memory
  ` [PATCH] rebase: Handle cases where format-patch fails

[PATCH] mergetools/p4merge: Handle "/dev/null"
 2012-10-11  3:22 UTC 

Is anyone working on a next-gen Git protocol?
 2012-10-11  3:08 UTC  (8+ messages)

[PATCH 1/2] Allow __git_ps1 to be used in PROMPT_COMMAND
 2012-10-10 23:00 UTC  (6+ messages)
` [PATCH 2/2] show color hints based on state of the git tree

Fix git-svn for SVN 1.7
 2012-10-10 22:33 UTC  (18+ messages)
` [PATCH 1/8] SVN 1.7 will truncate "not-a%40{0}" to just "not-a"
      ` [PATCH/RFC] svn test: escape peg revision separator using empty peg rev
` [PATCH 7/8] Turn on canonicalization on newly minted URLs
  ` [PATCH/RFC] test: work around SVN 1.7 mishandling of svn:special changes
    ` [PATCH/RFC v2] git svn: "
        ` [PATCH v3] "

[PATCH] attr: a note about the order of .gitattributes lookup
 2012-10-10 18:04 UTC  (2+ messages)

[PATCH 0/5] Cure some format-patch wrapping and encoding issues
 2012-10-10 17:02 UTC  (7+ messages)
` [PATCH 2/5] format-patch: do not wrap rfc2047 encoded headers too late
` [PATCH 5/5] format-patch: tests: check rfc822+rfc2047 in to+cc headers

Permission to translate your page at http://git-scm.com/about
 2012-10-10  9:31 UTC 

username case conflict in git svn clone [SOLVED]
 2012-10-10  9:18 UTC 

git checkout error
 2012-10-10  8:52 UTC  (7+ messages)

git svn clone options
 2012-10-10  7:14 UTC  (2+ messages)

[PATCH 0/8] wildmatch take 3
 2012-10-10  5:47 UTC  (9+ messages)
` [PATCH 4/8] wildmatch: remove static variable force_lower_case
` [PATCH 8/8] Support "**" wildcard in .gitignore and .gitattributes

git clone algorithm
 2012-10-10  1:13 UTC  (2+ messages)

Fwd: potential path traversal issue in v3 with wild repos
 2012-10-10  1:11 UTC 

What's wrong with gitrss.q42.co.uk?
 2012-10-09 23:34 UTC 

[PATCH 1/2] git-send-email: introduce compose-encoding
 2012-10-09 23:02 UTC  (4+ messages)
` [PATCH 2/2] git-send-email: use locale encoding for compose

[PATCH] submodule: teach "foreach" command a --revision <tree-ish> option
 2012-10-09 21:48 UTC  (8+ messages)

[PATCH] configure.ac: Add missing comma to CC_LD_DYNPATH
 2012-10-09 21:10 UTC  (2+ messages)

Inconsistency in specifying commit & path for git diff
 2012-10-09 21:03 UTC  (3+ messages)

upload-pack is slow with lots of refs
 2012-10-09 20:46 UTC  (11+ 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).