git@vger.kernel.org mailing list mirror (one of many)
 help / color / mirror / code / Atom feed
 messages from 2010-08-14 19:42:55 to 2010-08-17 19:33:40 UTC [more...]

git merge, .gitignore, and silently overwriting untracked files
 2010-08-17 19:33 UTC  (2+ messages)

[PATCH] t/t0000-basic.sh: Don't run a passing TODO unless TEST_PASSING_TODO=1
 2010-08-17 19:12 UTC  (3+ messages)

fixing workdirs
 2010-08-17 18:34 UTC  (2+ messages)

[RFC] Splitting gitweb and build-time configuration variables
 2010-08-17 18:15 UTC 

Conflict markers in mergetool $LOCAL ?
 2010-08-17 18:00 UTC  (5+ messages)

[PATCH/RFC] updating examples/git-merge (plus a builtin/merge fix)
 2010-08-17 17:50 UTC  (31+ messages)
` [PATCH 01/24] merge: do not mistake (ancestor of) tag for branch
` [PATCH 02/24] t7600 (merge): modernize style
` [PATCH 03/24] t7600 (merge): do not launch gitk for --debug
` [PATCH 04/24] t7600 (merge): check reflog entry
` [PATCH 05/24] t7600 (merge): test merge from branch yet to be born
` [PATCH 06/24] t6010 (merge-base): modernize style
` [PATCH 07/24] t6200 (fmt-merge-msg): style nitpicks
` [PATCH 08/24] Documentation: add a SEE ALSO section for merge-base
` [PATCH 09/24] merge-base --octopus to mimic show-branch --merge-base
` [PATCH 10/24] merge-base --independent to print reduced parent list in a merge
` [PATCH 11/24] fmt-merge-msg -m to override subject line
` [PATCH 12/24] merge script: --squash, --ff from unborn branch are errors
` [PATCH 13/24] merge script: tweak unmerged files message to match builtin
` [PATCH 14/24] merge script: refuse to merge during merge
` [PATCH 15/24] merge script: improve log message subject
` [PATCH 16/24] merge script: merge -X<option>
` [PATCH 17/24] merge script: allow custom strategies
` [PATCH 18/24] merge script: forbid merge -s index
` [PATCH 19/24] merge script: handle -m --log correctly
` [PATCH 20/24] merge script: handle many-way octopus
` [PATCH 21/24] merge script: --ff-only to disallow true merge
` [PATCH 22/24] merge script: handle --no-ff --no-commit correctly
` [PATCH 23/24] merge script: notice @{-1} shorthand
` [PATCH 24/24] merge script: learn --[no-]rerere-autoupdate

gitk: Removing Stacked Git branches from the --all view
 2010-08-17 17:42 UTC  (2+ messages)

[GSoC update] git-remote-svn: The final one
 2010-08-17 17:18 UTC  (9+ messages)

git-remote-svn: Future development timeline
 2010-08-17 17:16 UTC 

Git server eats all memory
 2010-08-17 17:07 UTC  (14+ messages)
            ` Excessive mmap [was Git server eats all memory]

[PATCH/RFC] Teach fast-import to import subtrees named by tree id
 2010-08-17 17:02 UTC  (3+ messages)
` [WIP/PATCH] Teach fast-import to print the id of each imported commit

limiting ref visibility to specific users
 2010-08-17 16:55 UTC  (3+ messages)

svn import missing locks ?
 2010-08-17 15:06 UTC 

BUG: git log: fatal: internal error in diff-resolve-rename-copy
 2010-08-17 14:48 UTC  (4+ messages)

[PATCH 5/5] autoconf: don't use platform regex if it lacks REG_STARTEND
 2010-08-17 12:50 UTC 

Commit ID of a branch
 2010-08-17 12:35 UTC  (5+ messages)

[GSoC] Libgit2, Summer of Code is over
 2010-08-17 11:46 UTC  (7+ messages)

[PATCH] grep: Don't pass a TODO test if REG_STARTEND is supported
 2010-08-17 11:46 UTC  (26+ messages)
          ` [RFC/PATCH] Update compat/regex
                ` [PATCH/RFC 0/3] "
                ` [PATCH/RFC 2/3] compat/regex: hacks to get the gawk regex engine to compile within git
                ` [PATCH/RFC 3/3] t/t7008-grep-binary.sh: un-TODO a test that needs REG_STARTEND
                  ` [PATCH/RFC 1/3] compat/regex: use the regex engine from gawk for compat
                ` [PATCH/RFC v2 0/3] Update compat/regex
                    ` [PATCH 0/5] "
                    ` [PATCH 2/5] compat/regex: get the gawk regex engine to compile within git
                    ` [PATCH 3/5] Change regerror() declaration from K&R style to ANSI C (C89)
                    ` [PATCH 4/5] t/t7008-grep-binary.sh: un-TODO a test that needs REG_STARTEND
                    ` [PATCH 5/5] autoconf: don't use platform regex if it lacks REG_STARTEND
                ` [PATCH/RFC v2 2/3] compat/regex: get the gawk regex engine to compile within git
                ` [PATCH/RFC v2 3/3] t/t7008-grep-binary.sh: un-TODO a test that needs REG_STARTEND

Status of conflicted files resolved with rerere
 2010-08-17  9:22 UTC  (6+ messages)
      ` [PATCH] mergetool: Skip autoresolved paths

[BUG] merge into unborn branch resets index+WT even if populated
 2010-08-17  7:45 UTC 

[RFC/PATCH 2/2] blame: fix output in case of replacement by using parse_commit_repl()
 2010-08-17  6:16 UTC  (3+ messages)

[FreeBSD? BUG]: t1304-default-acl.sh fails on FreeBSD 8.1-STABLE
 2010-08-17  3:17 UTC 

fully deepening a shallow clone
 2010-08-17  0:49 UTC 

[RFC/PATCH 1/2] commit: add parse_commit_repl() to replace commits at parsing time
 2010-08-17  1:58 UTC 

[PATCH 0/6] Extensions of core.ignorecase=true support
 2010-08-16 19:38 UTC  (7+ messages)
` [PATCH 1/6] Add string comparison functions that respect the ignore_case variable
` [PATCH 2/6] Case insensitivity support for .gitignore via core.ignorecase
` [PATCH 3/6] Add case insensitivity support for directories when using git status
` [PATCH 4/6] Add case insensitivity support when using git ls-files
` [PATCH 5/6] Support case folding for git add when core.ignorecase=true
` [PATCH 6/6] Support case folding in git fast-import "

Problem in pushing git
 2010-08-16 17:52 UTC  (4+ messages)

[BUG RFC/PATCH] git-cvsimport
 2010-08-16 17:43 UTC  (6+ messages)

[PATCH] Userdiff patterns for C#
 2010-08-16 17:14 UTC  (3+ messages)
` [PATCH v2] "

[PATCH/RFC] Add global and system-wide gitattributes
 2010-08-16 16:56 UTC  (4+ messages)
    ` [PATCH v2] "

[PATCH 0/4] git --paginate: do not commit pager choice too early
 2010-08-16 16:41 UTC  (15+ messages)
    ` [PATCH jn/paginate-fix 0/12] "
      ` [PATCH 06/12] apply: run setup_git_directory_gently() sooner
        ` [PATCH 06/12 v2] "
      ` [PATCH 07/12] bundle: "
            ` [PATCH 2/2] t7006 (pager): add missing TTY prerequisite

Wiki "CygwinBinaryInstall" missing
 2010-08-16 10:55 UTC  (2+ messages)

Use of field flags in struct object
 2010-08-16  8:21 UTC 

[RFC] Questions for "Git User's Survey 2010" - features used, features wanted
 2010-08-16  6:51 UTC  (6+ messages)

Patch for git-completion.bash [SEC=UNCLASSIFIED]
 2010-08-16  5:45 UTC  (3+ messages)

[PATCH] reset: Better warning message on git reset --mixed <paths>
 2010-08-16  4:23 UTC  (18+ messages)
  ` [PATCH v2] "

[PATCH 0/2] set NO_TRIVIAL for custom merge strategies
 2010-08-16  3:39 UTC  (4+ messages)
` [PATCH 1/2] t7606 (merge-theirs): modernize style
` [PATCH 2/2] merge: let custom strategies intervene in trivial merges

[PATCH] diff --follow: do call diffcore_std() as necessary
 2010-08-16  2:01 UTC  (8+ messages)
` [PATCH] log: test for regression introduced in v1.7.2-rc0~103^2~2
      ` [PATCH v2] "

[PATCH] completion: make compatible with zsh
 2010-08-16  1:43 UTC  (3+ messages)

[PATCH git-gui] git-gui--askpass: Do not hang on exit
 2010-08-15 23:53 UTC  (4+ messages)
  ` [PATCH v2 "
    ` [PATCH] git-gui: change the termination checks to avoid potential hang

[PATCH 1/2] git-svn: fix regex to remove "tail" from svn tags
 2010-08-15 23:48 UTC  (2+ messages)

Confused about "degenerate" combined diff for merge commits
 2010-08-15 19:54 UTC  (2+ messages)

What's cooking in git.git (Aug 2010, #02; Wed, 11)
 2010-08-15 17:39 UTC  (19+ messages)
            ` windows smoke tester (was Re: What's cooking in git.git (Aug 2010, #02; Wed, 11))
` jn/apply-filename-with-sp (Re: "

[PATCH] push: mention "git pull" in error message for non-fast forwards
 2010-08-15 17:34 UTC  (3+ messages)

[PATCH] hash binary sha1 into patch id
 2010-08-15  7:56 UTC  (7+ messages)
        ` [PATCH v2] "

[PATCH 2/2] git-svn: fix fetch with deleted tag
 2010-08-15 13:15 UTC 

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

What's cooking in git.git (Aug 2010, #03; Sun, 15)
 2010-08-15  8:54 UTC 

Silent maintenance
 2010-08-15 13:12 UTC  (6+ messages)

[PATCH] git-svn: fix fetch with deleted tag
 2010-08-15  6:55 UTC  (4+ messages)

[PATCH/RFC v2] More readable 'Not a git repository' messages
 2010-08-15  3:36 UTC  (3+ messages)
` [PATCH] setup.c: Improve "

Pack v4
 2010-08-15  1:45 UTC 

[RFC/PATCH] t5525: test the tagopt variable and that it can be overridden
 2010-08-14 21:37 UTC  (5+ messages)
` [RFC/PATCHv2] "

--mixed option is deprecated with paths
 2010-08-14 19:42 UTC  (2+ 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).