git@vger.kernel.org mailing list mirror (one of many)
 help / color / mirror / code / Atom feed
 messages from 2008-04-09 21:45:52 to 2008-04-12 09:49:59 UTC [more...]

[PATCH] Docs gitk: Explicitly mention -d, --date-order option
 2008-04-12  9:49 UTC 

[PATCH] Add two core.sharedRepository options: group-readable and world-readable
 2008-04-12  9:17 UTC  (5+ messages)

[PATCH v2] bisect: fix bad rev checking in "git bisect good"
 2008-04-12  9:17 UTC  (2+ messages)
` Re* "

git annoyances
 2008-04-12  6:56 UTC  (53+ 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
      ` [PATCH] Default to fetching a remote after adding it

Migrating svn to git with heavy use of externals
 2008-04-12  6:26 UTC  (24+ messages)
                  ` Intricacies of submodules [was: Migrating svn to git with heavy use of externals]
                    ` Intricacies of submodules

[PATCH] bisect: fix bad rev checking in "git bisect good"
 2008-04-12  5:53 UTC 

[PATCH v2] builtin-status: submodule summary support
 2008-04-12  5:28 UTC  (6+ 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/RFC] submodule: fallback to .gitmodules and multiple level module definition
 2008-04-12  4:50 UTC  (20+ 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

how to use two bare repositories?
 2008-04-12  0:55 UTC  (4+ messages)

[PATCH 4/4] git-rebase -i: New option to support rebase with merges
 2008-04-12  0:00 UTC  (16+ 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

how to use two bare repositories?
 2008-04-11 23:23 UTC  (4+ messages)

[PATCH 0/8] Fix git's test suite to pass when the path contains spaces
 2008-04-11 22:37 UTC  (33+ 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 "

possible regression (or me abusing git) in v1.5.5
 2008-04-11 21:06 UTC  (2+ messages)

backdated tag bug
 2008-04-11 20:54 UTC  (4+ messages)
` [PATCH] Fix section about backdating tags in the git-tag docs

url.<base>.insteadOf bugs
 2008-04-11 20:31 UTC  (2+ messages)

edit merge commit message
 2008-04-11 18:08 UTC  (3+ messages)

ANNOUNCE: Git Forum
 2008-04-11 18:00 UTC  (7+ messages)

[PATCH] git-p4: Fix race between p4_edit and p4_change
 2008-04-11 16:27 UTC  (5+ messages)
    ` [PATCH] git-p4: Work around "

[PATCH] Add two core.sharedRepository options: group-readable and world-readable
 2008-04-11 14:41 UTC 

git-p4, msysgit, and crlf
 2008-04-11 14:34 UTC  (3+ 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)

[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] 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)

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

[PATCH 1/2] decorate: use "const struct object"
 2008-04-10  8:39 UTC  (3+ 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)


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