git@vger.kernel.org mailing list mirror (one of many)
 help / color / mirror / code / Atom feed
 messages from 2010-08-20 06:17:00 to 2010-08-22 07:27:35 UTC [more...]

git merge, .gitignore, and silently overwriting untracked files
 2010-08-22  7:25 UTC  (12+ messages)
  ` [PATCH] optionally disable overwriting of ignored files
      ` [PATCH v2] "

user-manual.html invalid HTML
 2010-08-22  7:23 UTC  (5+ messages)

[PATCH 0/6] Extensions of core.ignorecase=true support
 2010-08-22  7:23 UTC  (2+ messages)

[PATCH] Userdiff patterns for C#
 2010-08-22  7:23 UTC  (4+ messages)
` [PATCH v2] "

[PATCH] Tell ignore file about generate files in /gitweb/static
 2010-08-22  7:23 UTC  (2+ messages)

git rebase -i exec merger broke t3404-rebase-interactive.sh
 2010-08-22  7:22 UTC  (3+ messages)
` [PATCH 2/2] git-rebase--interactive.sh: use printf instead of echo to print commit message

[PATCH v4 0/5] fmt-merge-msg improvements
 2010-08-22  6:53 UTC  (9+ messages)
` [PATCH v4 1/5] fmt-merge-msg: Make the number of log entries in commit message configurable
` [PATCH v4 2/5] fmt-merge-msg: Update command line options to sync with config options
` [PATCH v4 3/5] fmt-merge-msg: Update fmt-merge-msg and merge-config documentation
` [PATCH v4 4/5] fmt-merge-msg: Remove deprecated --summary option
` [PATCH v4 5/5] parse-options: clarify PARSE_OPT_NOARG description

[PATCH] shell: Rewrite documentation and improve error message
 2010-08-22  6:00 UTC  (3+ messages)

[PATCH 2/2] git-merge: ignore space support
 2010-08-22  5:46 UTC 

[PATCH 0/2] git-merge: ignore space support
 2010-08-22  5:43 UTC 

[PATCH 1/2] git-merge: ignore space support
 2010-08-22  5:45 UTC 

kill filter-branch --remap-to-ancestor?
 2010-08-21 20:32 UTC 

git-describe --contains fails on given tree
 2010-08-21 20:42 UTC  (3+ messages)

using git-svn with --no-metadata
 2010-08-21 20:17 UTC  (4+ messages)
    ` Re[2]: "

[PATCH 0/2] log/ format-patch improvements
 2010-08-21 20:28 UTC  (3+ messages)
` [PATCH 1/2] git-format-patch: Print a diagnostic message when ignoring commits
` [PATCH 2/2] log: Improve description of '-<n>' option in documentation

[feature request] gitweb: tags in history
 2010-08-21 18:50 UTC  (9+ messages)

t5560-http-backend-noserver.sh fails on FreeBSD 8.1-STABLE
 2010-08-21 18:07 UTC  (4+ messages)

[PATCH] format-patch: Update the `-3` example
 2010-08-21 16:49 UTC  (7+ messages)

Proposal for new Git Wiki admin
 2010-08-21 12:26 UTC  (10+ messages)

[feature request] git: tags instead of commit IDs in blame output
 2010-08-21 10:10 UTC  (2+ messages)

[BUG] log: Non-zero exit code?
 2010-08-21  7:46 UTC  (4+ messages)

[PATCH v3 0/5] fmt-merge-msg improvements
 2010-08-21  5:55 UTC  (15+ messages)
` [PATCH v3 1/5] parse-options: Allow PARSE_OPT_NOARG in integer arguments
` [PATCH v3 2/5] fmt-merge-msg: Make the number of log entries in commit message configurable
` [PATCH v3 3/5] fmt-merge-msg: Update command line options to sync with config options
` [PATCH v3 4/5] fmt-merge-msg: Remove deprecated --summary option
` [PATCH v3 5/5] fmt-merge-msg: Update fmt-merge-msg and merge-config documentation

>4GiB source delta assertion failure
 2010-08-21  5:00 UTC  (2+ messages)
` [PATCH] fix "

[PATCH v6 0/9] detached-stash: regularise handling of stash arguments by git stash
 2010-08-21  4:48 UTC  (12+ messages)
` [PATCH v6 1/9] detached-stash: introduce parse_flags_and_revs function
  ` [PATCH v6a "
` [PATCH v6 2/9] detached-stash: work around git rev-parse failure to detect bad log refs
  ` [PATCH v6a "
` [PATCH v6 3/9] detached-stash: simplify stash_apply
` [PATCH v6 4/9] detached-stash: simplify stash_drop
` [PATCH v6 5/9] detached-stash: refactor git stash pop implementation
` [PATCH v6 6/9] detached-stash: simplify git stash branch
` [PATCH v6 7/9] detached-stash: simplify git stash show
` [PATCH v6 8/9] detached-stash: tests of git stash with stash-like arguments
` [PATCH v6 9/9] detached-stash: update Documentation

[PATCH] builtin/checkout: Fix message when switching to an existing branch
 2010-08-21  3:28 UTC  (6+ messages)

RFD: should git rev-parse exit with non-zero status if ref@{n} is not valid?
 2010-08-21  1:43 UTC  (6+ messages)
` [PATCH 0/4] rev-parse: improve reporting of invalid log references
` [PATCH 1/4] rev-parse: exit with non-zero status if ref@{n} is not valid
` [PATCH 2/4] rev-parse: suppress duplicate log limit exceeded message
` [PATCH 3/4] rev-parse: introduce get_sha1_gently
` [PATCH 4/4] rev-parse: tests that git rev-parse --verify master@{n}

[PATCH 1/3] clone: do not accept --depth on local clones
 2010-08-21  0:27 UTC  (5+ messages)
` [PATCH 3/3] {fetch,upload}-pack: allow --depth=0 for infinite depth

Out of memory error during git push
 2010-08-20 21:21 UTC  (8+ messages)

t7610-mergetool.sh -q isn't quiet
 2010-08-20 21:03 UTC  (2+ messages)

Tags, Grafts, and Clones, oh my!
 2010-08-20 19:08 UTC  (6+ messages)
          ` refs/original breaks git-clone for tags (was Re: Tags, Grafts, and Clones, oh my!)

[PATCH v2 0/4] fmt-merge-msg improvements
 2010-08-20 18:06 UTC  (7+ messages)
` [PATCH v2 1/4] fmt-merge-msg: Make the number of log entries in commit message configurable
` [PATCH v2 2/4] fmt-merge-msg: Update command line options to sync with config options
` [PATCH v2 3/4] fmt-merge-msg: Remove deprecated --summary option
` [PATCH v2 4/4] fmt-merge-msg: Update fmt-merge-msg and merge-config documentation

[WIP/PATCH 0/4] Re: Making error messages stand out
 2010-08-20 17:51 UTC  (7+ messages)
` [PATCH] tests: fix syntax error in "Use advise() for hints" test

[PATCH] xmalloc: include size in the failure message
 2010-08-20 16:31 UTC  (4+ messages)

Status of conflicted files resolved with rerere
 2010-08-20 15:25 UTC  (11+ messages)
` [PATCH] mergetool: Skip autoresolved paths
      ` [PATCH] mergetool: Remove explicit references to /dev/tty
          ` [PATCH v2] "

[PATCH 0/4] fmt-merge-msg improvements
 2010-08-20 15:00 UTC  (10+ messages)
` [PATCH 1/4] fmt-merge-msg: Make the number of log entries in commit message configurable
` [PATCH 2/4] fmt-merge-msg: Update command line options to sync with config options
` [PATCH 3/4] fmt-merge-msg: Update fmt-merge-msg and merge-config documentation
` [PATCH 4/4] fmt-merge-msg: Remove deprecated --summary option

Wrap up of Line Level History Browser
 2010-08-20 13:51 UTC 

git-filter-branch : LANG / LC_ALL = C breaks UTF-8 author names
 2010-08-20 13:44 UTC  (3+ messages)

git diff shows no output
 2010-08-20 13:38 UTC  (2+ messages)

fully deepening a shallow clone
 2010-08-20 13:32 UTC  (7+ messages)
` [PATCH 3/3] {fetch,upload}-pack: allow --depth=0 to deepen into full repo again
      ` [PATCH] grep -A/-B/-Cinfinity to get full context

[PATCH] merge-recursive: Avoid excessive output for and reprocessing of renames
 2010-08-20 12:55 UTC 

[PATCH 0/2] Fix multiple file rename across D/F conflict
 2010-08-20 12:47 UTC  (4+ messages)
` [PATCH 2/2] merge-recursive: "

[RFC/PATCH 00/17] unexpected backslashes in man pages
 2010-08-20 10:40 UTC  (18+ messages)
` [PATCH 01/17] Documentation: tweak description of log.date
` [PATCH 02/17] Documentation: quoting trouble in "git rm" discussion
` [PATCH 03/17] Documentation: unbreak regex in show-ref manual
` [PATCH 04/17] Documentation: clarify quoting in "git add" example
` [PATCH 05/17] Documentation: add missing quotes to "git grep" examples
` [PATCH 06/17] Documentation: clarify quoting in "git rm" example
` [PATCH 07/17] Documentation: clarify quoting in gitignore docs
` [PATCH 08/17] Documentation: remove backslashes in manpage synopses
` [PATCH 09/17] Documentation/technical: avoid stray backslash in parse-options API docs
` [PATCH 10/17] Documentation: remove stray backslash from "git bundle" manual
` [PATCH 11/17] Documentation: remove backslash before ~ in fast-import manual
` [PATCH 12/17] Documentation: remove stray backslashes in rev-parse manual
` [PATCH 13/17] Documentation: remove stray backslash in show-branch discussion
` [PATCH 14/17] Documentation: avoid stray backslashes in core tutorial
` [PATCH 15/17] Documentation: avoid stray backslash in user manual
` [PATCH 16/17] Documentation: do not convert ... operator to ellipses
` [PATCH 17/17] Documentation: remove stray backslashes from "Fighting regressions" article

wishlist bugreport: make limit configurable for do_fmt_merge_msg (merge.log)
 2010-08-20  9:29 UTC  (7+ messages)

git commands
 2010-08-20  8:49 UTC  (5+ messages)

Fwd: What's cooking in git.git (Aug 2010, #04; Wed, 18)
 2010-08-20  7:47 UTC  (7+ messages)
` [PATCH] compat/regex: define out variables only used under RE_ENABLE_I18N
        ` [PATCH] compat/regex: get rid of old-style definition

What's cooking in git.git (Aug 2010, #02; Wed, 11)
 2010-08-20  6:26 UTC  (5+ messages)
` jn/apply-filename-with-sp (Re: What's cooking in git.git (Aug 2010, #02; Wed, 11))
  ` [PATCH v2 0/3] apply: handle traditional patches with space in filename


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