git@vger.kernel.org mailing list mirror (one of many)
 help / color / mirror / code / Atom feed
 messages from 2010-08-21 04:10:17 to 2010-08-24 07:28:50 UTC [more...]

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

Problem in fetch (kernel)
 2010-08-24  7:18 UTC 

Fix for normalization of foreign idents
 2010-08-24  7:23 UTC  (7+ messages)
` [PATCH] convert: fix "

[PATCH] git-notes: Run partial expensive test everywhere
 2010-08-24  7:14 UTC  (4+ messages)
` [PATCH v2] "

Why does git-mergetool use /dev/tty?
 2010-08-24  7:04 UTC  (5+ messages)

reducing object store size with remote alternates or shallow clone?
 2010-08-24  6:59 UTC 

[PATCH] Do not display 'Switched to a new branch' when the branch existed
 2010-08-24  6:50 UTC  (5+ messages)
` [PATCH re-roll] "

"git -c web.browser=w3m help -w help" still kicks firefox
 2010-08-24  6:41 UTC  (7+ messages)
    ` [PATCH 2/1] do not pass "git -c foo=bar" params to transport helpers

[PATCH v2 1/3] clone: warn users --depth is ignored in local clones
 2010-08-24  5:52 UTC  (5+ messages)
` [PATCH v2 2/3] fetch-pack: use args.shallow to detect shallow clone instead of args.depth
` [PATCH v2 3/3] {fetch,upload}-pack: allow --depth=0 for infinite depth

[PATCH] shell: Rewrite documentation and improve error message
 2010-08-24  5:43 UTC  (6+ messages)
  ` [PATCH v2] "
      ` [PATCH v3] "

[PATCH] t7610: cd inside subshell instead of around
 2010-08-24  5:03 UTC  (4+ messages)

RFD: should git rev-parse exit with non-zero status if ref@{n} is not valid?
 2010-08-24  4:52 UTC  (13+ messages)
` [PATCH 2/4] rev-parse: suppress duplicate log limit exceeded message
        ` [PATCH v2 0/2] rev-parse: strengthen validation of ref@{n} references
        ` [PATCH v2 1/2] rev-parse: exit with non-zero status if ref@{n} is not valid
            ` [PATCH v3 0/3] rev-parse: strengthen validation of ref@{n} references
            ` [PATCH v3 1/3] rev-parse: exit with non-zero status if ref@{n} is not valid
            ` [PATCH v3 2/3] sha1_name.c: use warning in preference to fprintf(stderr
            ` [PATCH v3 3/3] rev-parse: tests git rev-parse --verify master@{n}, for various n
        ` [PATCH v2 2/2] "

Compiling git with makepp patch
 2010-08-24  4:32 UTC  (5+ messages)

[PATCH v2] git-merge: ignore space support
 2010-08-24  4:30 UTC  (4+ messages)
  ` [RFC/PATCH jn/merge-renormalize] merge-recursive: expose merge options for builtin merge

[PATCH] t2017: redo physical reflog existance check
 2010-08-24  4:03 UTC  (6+ messages)

[RFC/PATCH 00/17] unexpected backslashes in man pages
 2010-08-23 22:49 UTC  (6+ messages)
` [PATCH 13/17] Documentation: remove stray backslash in show-branch discussion

[PATCH v5 0/5] merge --log configurability
 2010-08-23 22:25 UTC  (8+ messages)
` [PATCH v5 1/5] fmt_merge_msg: Change fmt_merge_msg API to accept shortlog_len
` [PATCH v5 2/5] merge: Make '--log' an integer option for number of shortlog entries
` [PATCH v5 3/5] merge: Make 'merge.log' an integer or boolean option
` [PATCH v5 4/5] fmt-merge-msg: Remove deprecated '--summary' option
` [PATCH v5 5/5] parse-options: clarify PARSE_OPT_NOARG description

HTML help files are broken
 2010-08-23 21:20 UTC  (4+ messages)
  ` [PATCH] Work around em-dash handling in newer AsciiDoc

[PATCH 0/2] git-merge: ignore space support
 2010-08-23 20:34 UTC  (3+ messages)

[PATCH] t7606: Avoid using head as a file name
 2010-08-23 20:27 UTC  (2+ messages)

git strangeness
 2010-08-23 20:19 UTC  (4+ messages)

added possibility to supply more than one --listen argument to git-daemon
 2010-08-23 19:56 UTC  (3+ messages)
` [PATCH] "

What's cooking in git.git (Aug 2010, #05; Sat, 21)
 2010-08-23 18:51 UTC  (5+ messages)

Creating a submodule and bringing history from the main project
 2010-08-23 16:30 UTC  (2+ messages)

t9155 fails since "git-svn: fix fetch with deleted tag" with svn < 1.5
 2010-08-23 16:22 UTC  (6+ messages)
    ` [PATCH] t9155: fix compatibility with older SVN

git-svn mirror in bare repo
 2010-08-23 15:05 UTC  (4+ messages)

checkout w/ removing untracked files
 2010-08-23 12:12 UTC  (3+ messages)

[PATCH 0/3] git-bundle.txt options clarification
 2010-08-23 12:20 UTC  (7+ messages)
` [PATCH 1/3] git-bundle.txt: Cleanup
` [PATCH 2/3] git-bundle.txt: whitespace cleanup
` [PATCH 3/3] git-bundle.txt: Clarify rev-list-args restrictions

git-describe --contains fails on given tree
 2010-08-23 11:26 UTC  (5+ messages)

How does git deal with hard links in source code?
 2010-08-23  9:00 UTC  (2+ messages)

git diff shows no output
 2010-08-23  6:34 UTC  (3+ messages)

[PATCH] disallow branch names that start with a hyphen
 2010-08-23  4:37 UTC  (3+ messages)

using git-svn with --no-metadata
 2010-08-23  2:22 UTC  (5+ messages)
    ` Re[2]: "

upload-pack timing issue on windows?
 2010-08-22 23:27 UTC  (6+ messages)
  ` [msysGit] "

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

git commands
 2010-08-22 21:19 UTC  (6+ messages)

[BUG] merge into unborn branch resets index+WT even if populated
 2010-08-22 21:06 UTC  (2+ messages)
` [PATCH] Exhibit merge bug that clobbers index&WT

Wrap up of Line Level History Browser
 2010-08-22 20:57 UTC  (3+ messages)
` Wrap up of Line Level History Browser [long]

[PATCH] Typos in code comments, an error message, documentation
 2010-08-22 11:12 UTC 

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 2/2] git-merge: ignore space support
 2010-08-22  5:46 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 

[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  (10+ messages)
` [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

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

[PATCH v6 2/9] detached-stash: work around git rev-parse failure to detect bad log refs
 2010-08-21  4:48 UTC  (2+ messages)
` [PATCH v6a "

[PATCH v6 1/9] detached-stash: introduce parse_flags_and_revs function
 2010-08-21  4:46 UTC  (2+ messages)
` [PATCH v6a "

[PATCH v6 0/9] detached-stash: regularise handling of stash arguments by git stash
 2010-08-21  4:09 UTC  (5+ messages)
` [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


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