git@vger.kernel.org mailing list mirror (one of many)
 help / color / mirror / code / Atom feed
 messages from 2012-10-04 22:02:00 to 2012-10-07 08:16:34 UTC [more...]

[Patch 0/5] Create single PDF for all HTML files
 2012-10-07  8:14 UTC  (15+ messages)
` [Patch 1/5] Fix some asciidoc layout problems
    ` Aw: "
` [Patch 2/5] Create html documents for all files in Documentation/technical
` [Patch 3/5] Create html documents for all files in Documentation/RelNotes
` [Patch 4/5] Create html documents for all files in Documentation/howto
` [Patch 5/5] Create pdf from all html files
` Aw: Re: [Patch 0/5] Create single PDF for all HTML files

"git am" crash (builtin/apply.c:2108) + small repro
 2012-10-07  3:33 UTC  (4+ messages)

[PATCH] gitignore.txt: suggestions how to get literal # or ! at the beginning
 2012-10-07  3:13 UTC  (8+ messages)
      ` [PATCH v2] "
            ` [PATCH v3] "

Bug report
 2012-10-07  2:23 UTC  (9+ messages)

Fix git-svn for SVN 1.7
 2012-10-06 19:24 UTC  (3+ messages)
` [PATCH 7/8] Turn on canonicalization on newly minted URLs
  ` [PATCH/RFC] test: work around SVN 1.7 mishandling of svn:special changes

[PATCH] MALLOC_CHECK: Allow checking to be disabled from config.mak
 2012-10-06 19:22 UTC  (2+ messages)

git 1.8.0.rc0.18.gf84667d trouble with "git commit -p file"
 2012-10-06 19:07 UTC  (10+ messages)

[PATCH] honour GIT_ASKPASS for querying username in git-svn
 2012-10-06 18:28 UTC  (23+ messages)
                ` [PATCH 0/5] honour *_ASKPASS for querying user "
                  ` [PATCH 5/5] make askpass_prompt a global prompt method for asking users
                        ` [PATCH 2/2] git-svn, perl/Git.pm: extend and use Git->prompt method for querying users

[RFC/PATCH 0/3] git log --pretty=lua
 2012-10-06 17:33 UTC  (3+ messages)
` [PATCH 3/3] add a "lua" pretty format

git pull takes ~8 seconds on up-to-date Linux git tree
 2012-10-06 12:57 UTC  (13+ messages)

[PATCH 00/10] nd/wildmatch take 2
 2012-10-06  9:25 UTC  (20+ messages)
` [PATCH 01/10] gitignore: make pattern parsing code a separate function
` [PATCH 02/10] attr: avoid strlen() on every match
` [PATCH 03/10] attr: avoid searching for basename "
` [PATCH 04/10] attr: more matching optimizations from .gitignore
` [PATCH 05/10] Import wildmatch from rsync
` [PATCH 06/10] wildmatch: remove static variable force_lower_case
` [PATCH 07/10] wildmatch: fix case-insensitive matching
` [PATCH 08/10] Integrate wildmatch to git
` [PATCH 09/10] Support "**" in .gitignore and .gitattributes patterns using wildmatch()
` [PATCH 10/10] gitignore: forbid "abc**def"

[PATCH v2 0/9] Fix GIT_CEILING_DIRECTORIES that contain symlinks
 2012-10-06  8:04 UTC  (5+ messages)
` [PATCH v2 8/9] longest_ancestor_length(): resolve symlinks before comparing paths
      ` Proposed function path_in_directory() [was: Re: [PATCH v2 8/9] longest_ancestor_length(): resolve symlinks before comparing paths]

[PATCH/RFC] attr: allow pattern escape using backslash
 2012-10-06  8:02 UTC  (3+ messages)

Canonicalize the git-svn path & url accessors
 2012-10-06  5:36 UTC  (7+ messages)
` [PATCH 6/7] Switch path canonicalization to use the SVN API
      ` [PATCH] git-svn: keep leading slash when canonicalizing paths (fallback case)

Fw: How do I git-push to an FTP server?
 2012-10-05 21:48 UTC  (5+ messages)
` Fw: [git-users] "

[PATCH] Add __git_ps1_pc to use as PROMPT_COMMAND
 2012-10-05 21:10 UTC  (3+ messages)
` [PATCH 1/2] Allow __git_ps1 to be used in PROMPT_COMMAND
` [PATCH 2/2] show color hints based on state of the git tree

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

push.default documented in "man git-push"?
 2012-10-05 20:03 UTC  (12+ messages)

[ANNOUNCE] Git v1.8.0-rc0
 2012-10-05 19:07 UTC  (20+ messages)
` grep.patternType (was: Re: [ANNOUNCE] Git v1.8.0-rc0)
  ` grep.patternType
  ` [PATCH 0/6] Tying loose ends of extended "grep"
    ` [PATCH 3/6] log --grep: use the same helper to set -E/-F options as "git grep"
    ` [PATCH 4/6] log --grep: accept --basic-regexp and --perl-regexp
    ` [PATCH 5/6] log: pass rev_info to git_log_config()
    ` [PATCH 6/6] log --grep: honor grep.patterntype etc. configuration variables

upload-pack is slow with lots of refs
 2012-10-05 16:57 UTC  (29+ messages)
            ` [PATCH 0/4] optimizing upload-pack ref peeling
              ` [PATCH 1/4] peel_ref: use faster deref_tag_noverify
              ` [PATCH 2/4] peel_ref: do not return a null sha1
              ` [PATCH 3/4] peel_ref: check object type before loading
              ` [PATCH 4/4] upload-pack: use peel_ref for ref advertisements

Super long branch names corrupt `.git/config`
 2012-10-05 15:38 UTC  (6+ messages)

What's cooking in git.git (Oct 2012, #01; Tue, 2)
 2012-10-05 14:15 UTC  (16+ messages)
  ` fa/remote-svn (Re: What's cooking in git.git (Oct 2012, #01; Tue, 2))

Ignore on commit
 2012-10-05 13:30 UTC  (12+ messages)

What's cooking in git.git (Oct 2012, #01; Tue, 2)
 2012-10-05 11:23 UTC  (9+ messages)
` [PATCH 0/6] wildmatch part 2
  ` [PATCH 5/6] gitignore: do not do basename match with patterns that have '**'
  ` [PATCH 6/6] t3001: note about expected "**" behavior

Bug report
 2012-10-05 11:03 UTC  (5+ messages)

erratic behavior commit --allow-empty
 2012-10-05  8:15 UTC  (25+ messages)

Fwd: git-completion of branches containing @ in their name
 2012-10-05  7:32 UTC 

What's cooking in git.git (Oct 2012, #02; Thu, 4)
 2012-10-05  4:47 UTC 

git reset respect remote repo (make git idiot proof)
 2012-10-05  5:35 UTC  (7+ messages)

[BUG] gitk: clicking on a connecting line produces can't read "cflist_top"
 2012-10-04 20:50 UTC  (4+ messages)
  ` [PATCH 1/2] gitk: Fix error message when clicking on a connecting line
  ` [PATCH 2/2] gitk: When searching, only highlight files when in Patch mode

[PATCH] pretty.c: Fix a compiler warning
 2012-10-04 18:06 UTC 

[PATCH] l10n: de.po: fix a few minor typos
 2012-10-04 17:50 UTC 

git commit --amen
 2012-10-04 17:13 UTC  (7+ 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).