git@vger.kernel.org mailing list mirror (one of many)
 help / color / mirror / code / Atom feed
 messages from 2008-04-09 06:32:07 to 2008-04-11 11:42:02 UTC [more...]

git annoyances
 2008-04-11 11:41 UTC  (43+ messages)
  ` [PATCH] git-remote: show all remotes with "git remote show"
  ` Friendly refspecs (Was: Re: git annoyances)
              ` Friendly refspecs
` git-bisect annoyances
` [PATCH] When a remote is added but not fetched, tell the user

git-p4, msysgit, and crlf
 2008-04-11 11:12 UTC  (2+ messages)

Corporate firewall braindamage
 2008-04-11  8:25 UTC  (6+ messages)

[PATCH] Force the medium pretty format on calls to git log
 2008-04-11  5:41 UTC  (2+ messages)

Migrating svn to git with heavy use of externals
 2008-04-11  5:20 UTC  (18+ messages)
                  ` Intricacies of submodules [was: Migrating svn to git with heavy use of externals]
                    ` Intricacies of submodules

[PATCH] bisect: add "git bisect help" subcommand to get a long usage string
 2008-04-11  3:55 UTC 

[ANNOUNCE] Guilt v0.30
 2008-04-11  0:26 UTC  (2+ messages)
` Guilt: Autotagging - aye or nay?

Git (SHA1) problem on Mac
 2008-04-10 23:58 UTC  (3+ messages)

Question about Tig
 2008-04-10 21:25 UTC  (3+ messages)

rev-list date-order not overridable
 2008-04-10 20:06 UTC  (2+ messages)
` [PATCH] revision.c: make --date-order overriddable

Integration branching
 2008-04-10 20:04 UTC  (10+ messages)

permissions and packed-refs?
 2008-04-10 19:21 UTC  (4+ messages)

[PATCH] Add MIME information to outgoing email
 2008-04-10 18:47 UTC  (5+ messages)
  ` MIME headers in introductory message (git send-email --compose)

upps.. problem when rebasing (and subsequent nasties)
 2008-04-10 16:57 UTC 

git-svn and format.pretty = oneline
 2008-04-10 16:04 UTC 

[PATCH/RFC] submodule: fallback to .gitmodules and multiple level module definition
 2008-04-10 15:57 UTC  (12+ messages)
` [PATCH/RFC 1/7] git-submodule: Extract functions module_info and module_url
  ` [PATCH v2 1/3] git-submodule summary: --for-status option
    ` [PATCH v2 2/3] builtin-status: submodule summary support
      ` [PATCH/RFC 2/7] git-submodule: Extract absolute_url & move absolute url logic to module_clone
        ` [PATCH v2 3/3] buitin-status: Add tests for submodule summary
          ` [PATCH/RFC 3/7] git-submodule: Fall back on .gitmodules if info not found in $GIT_DIR/config
            ` [PATCH/RFC 4/7] git-submodule: Extract module_add from cmd_add
              ` [PATCH/RFC 5/7] git-submodule: multi-level module definition
                ` [PATCH/RFC 6/7] git-submodule: Don't die when command fails for one submodule
                  ` [PATCH/RFC 7/7] git-submodule: "update --force" to enforce cloning non-submodule

[PATCH v2] builtin-status: submodule summary support
 2008-04-10 15:35 UTC  (4+ messages)
` [PATCH v2 1/3] git-submodule summary: --for-status option
  ` [PATCH v2 2/3] builtin-status: submodule summary support
    ` [PATCH v2 3/3] buitin-status: Add tests for submodule summary

[PATCH] git-submodule: Avoid 'fatal: cannot describe' message
 2008-04-10 14:45 UTC 

Creating a patch set with git-format-patch
 2008-04-10 11:55 UTC  (4+ messages)

[PATCH] builtin-commit.c: Remove a redundant assignment
 2008-04-10 11:33 UTC  (2+ messages)
` [PATCH] Document option --only of git commit

Bug: git archive not doing export-subst when using --prefix= option
 2008-04-10 10:56 UTC  (4+ messages)
` [PATCH] git-archive: ignore prefix when checking file attribute

[PATCH] core-tutorial.txt: Fix showing the current behaviour
 2008-04-10 10:54 UTC  (2+ messages)

[PATCH 4/4] git-rebase -i: New option to support rebase with merges
 2008-04-10  9:33 UTC  (13+ messages)
` Teach rebase interactive more commands to do better preserve merges
  ` [PATCH/RFC 01/10] Teach rebase interactive the mark command
    ` [PATCH/RFC 02/10] Teach rebase interactive the reset command
      ` [PATCH/RFC 03/10] Teach rebase interactive the merge command
        ` [PATCH/RFC 04/10] Move redo merge code in a function
          ` [PATCH/RFC 05/10] Rework redo_merge
            ` [PATCH/RFC 06/10] Unify the lenght of $SHORT* and the commits in the TODO list
              ` [PATCH/RFC 07/10] fake-editor: output TODO list if unchanged
                ` [PATCH/RFC 08/10] Don't append default merge message to -m message
                  ` [PATCH/RFC 09/10] Select all lines with fake-editor
                    ` [PATCH/RFC 10/10] Do rebase with preserve merges with advanced TODO list

[ANNOUNCE] tig-0.11
 2008-04-10  8:56 UTC  (3+ messages)

[PATCH 0/8] Fix git's test suite to pass when the path contains spaces
 2008-04-10  8:48 UTC  (41+ messages)
` [PATCH 1/8] git-rebase.sh: Fix --merge --abort failures when path contains whitespace
  ` [PATCH 2/8] config.c: Escape backslashes in section names properly
    ` [PATCH 3/8] git-send-email.perl: Handle shell metacharacters in $EDITOR properly
      ` [PATCH 4/8] test-lib.sh: Fix some missing path quoting
        ` [PATCH 5/8] test-lib.sh: Add a test_set_editor function to safely set $VISUAL
          ` [PATCH 6/8] lib-git-svn.sh: Fix quoting issues with paths containing shell metacharacters
            ` [PATCH 7/8] Use test_set_editor in t9001-send-email.sh
              ` [PATCH 8/8] Fix tests breaking when checkout path contains shell metacharacters
` [PATCH v2 00/10] Fix git's test suite to pass when the path contains spaces
  ` [PATCH v2 01/10] git-rebase.sh: Fix --merge --abort failures when path contains whitespace
    ` [PATCH v2 02/10] config.c: Escape backslashes in section names properly
      ` [PATCH v2 03/10] git-send-email.perl: Handle shell metacharacters in $EDITOR properly
        ` [PATCH v2 04/10] test-lib.sh: Add a test_set_editor function to safely set $VISUAL
          ` [PATCH v2 05/10] Use test_set_editor in t9001-send-email.sh
            ` [PATCH v2 06/10] test-lib.sh: Fix some missing path quoting
              ` [PATCH v2 07/10] lib-git-svn.sh: Fix quoting issues with paths containing shell metacharacters
                ` [PATCH v2 08/10] Don't use the export NAME=value form in the test scripts
                  ` [PATCH v2 09/10] Fix tests breaking when checkout path contains shell metacharacters
                    ` [PATCH v2 10/10] Rename the test trash directory to contain "

[PATCH 1/2] decorate: use "const struct object"
 2008-04-10  8:39 UTC  (4+ messages)
` [PATCH 2/2] pretty=format: Add %d to show decoration

[PATCH] Kill bashizm in t/t3200-branch.sh and t/t7201-co.sh
 2008-04-10  8:34 UTC  (3+ messages)

diff-tree -r and new directories
 2008-04-10  7:24 UTC  (3+ messages)

.git/info/attributes not cloned
 2008-04-10  4:14 UTC  (9+ messages)
          ` [BUG?] git-archive ignores remote .gitattributes (was: .git/info/attributes not cloned)
              ` [BUG?] git-archive ignores remote .gitattributes

Newbie please help
 2008-04-09 22:19 UTC  (2+ messages)

[PATCH] Add --only-merges flag to display only merge commits
 2008-04-09 20:38 UTC  (7+ messages)

[PATCH] Documentation/git-request-pull: Fixed a typo ("send" -> "end")
 2008-04-09 20:20 UTC 

[PATCH] Add core.sharedRepository == read-only-group
 2008-04-09 19:37 UTC 

[PATCH] Use color.ui variable in scripts too
 2008-04-09 19:32 UTC 

ANNOUNCE: Git Forum
 2008-04-09 18:08 UTC  (8+ messages)

git clean removes directories when not asked to
 2008-04-09 17:04 UTC  (3+ messages)
  ` [PATCH] "

Fwd: [Bug 163341] Re: git-svn gets wrong parent revision for tags
 2008-04-09 11:28 UTC  (6+ messages)

[PATCH] Fix documentation syntax of optional arguments in short options
 2008-04-09 11:07 UTC  (2+ messages)

Automated/Daily build systems supporting git?
 2008-04-09 10:51 UTC  (6+ messages)

git-merge adds test to a message -- bug?
 2008-04-09 10:40 UTC  (7+ messages)

ANNOUNCE: Git Forum
 2008-04-09 10:19 UTC  (4+ messages)

Is my repository broken?
 2008-04-09 10:01 UTC  (5+ messages)

[PATCH] (parsecvs) avoid "git mktag" failure with newer git
 2008-04-09 10:01 UTC 

[ANNOUNCE] GIT 1.5.5
 2008-04-09  9:44 UTC  (2+ messages)
` What's in git.git (stable)

A note from the maintainer
 2008-04-09  9:44 UTC 

What's cooking in git.git (topics)
 2008-04-09  9:43 UTC  (8+ messages)

"gitk" and "git log --graph": Strange behaviour with --follow
 2008-04-09  9:40 UTC  (2+ messages)

Test suite failures due to Error.pm issues
 2008-04-09  8:34 UTC  (2+ messages)

git bisect on multiple cores
 2008-04-09  8:27 UTC  (4+ 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).