git@vger.kernel.org mailing list mirror (one of many)
 help / color / mirror / code / Atom feed
 messages from 2007-11-02 18:48:51 to 2007-11-04 04:14:44 UTC [more...]

What's cooking in git/spearce.git (topics)
 2007-11-04  4:14 UTC  (4+ messages)
` What's cooking in git.git (topics)

What's in git/spearce.git (stable)
 2007-11-04  3:52 UTC  (3+ messages)
` What's in git.git (stable)

Why is --pretty=format: so slow?
 2007-11-04  3:42 UTC 

[PATCH] format-patch: Add configuration and off switch for --numbered
 2007-11-04  3:38 UTC 

New features in gitk
 2007-11-04  3:06 UTC  (21+ messages)
                  ` [PATCH 0/2] History replay support
                    ` [PATCH 1/2] Simplify topo-sort logic
                    ` [PATCH 2/2] Support "history replay" for git log commands
                      ` [REPLACEMENT PATCH 2/2] Add "--early-output" log flag for interactive GUI use

[PATCH] builtin-fetch: Add "-q" as a synonym for "--quiet"
 2007-11-04  2:26 UTC 

[RFC PATCH] Make gitk use --early-output
 2007-11-04  2:07 UTC  (2+ messages)

[PATCH] git-fetch: more terse fetch output
 2007-11-04  2:14 UTC  (16+ messages)

Advanced aliases with arguments (?)
 2007-11-04  0:45 UTC  (2+ messages)

[PATCH] git-format-patch: Don't number patches when there's only one
 2007-11-04  0:25 UTC  (9+ messages)
` [PATCH] git-format-patch: Number patches when there are more than one

[PATCH] Reuse previous annotation when overwriting a tag
 2007-11-04  0:11 UTC  (15+ messages)
      ` [PATCH 1/2] "
        ` [PATCH 2/2] Small code readability improvement in show_reference() in builtin-tag.c
            ` [PATCH 2/2] Add tests for git tag

[PATCH] Implement selectable group ownership in git-init
 2007-11-03 22:31 UTC  (4+ messages)

[PATCH] gitweb : disambiguate heads and tags withs the same name
 2007-11-03 21:40 UTC  (3+ messages)

git-svn questions: how to clone/init non-standard layout branches/tags?
 2007-11-03 21:26 UTC  (8+ messages)

[PATCH] git-svn: sort the options in the --help message
 2007-11-03 19:42 UTC  (2+ messages)

let's retry this based on git-rev-parse --parseopt
 2007-11-03 18:35 UTC  (15+ messages)
` [PATCH 1/5] Add a parseopt mode to git-rev-parse to bring parse-options to shell scripts
  ` [PATCH 2/5] Update git-sh-setup(1) to allow transparent use of git-rev-parse --parseopt
    ` [PATCH 3/5] Migrate git-clean.sh to use "
      ` [PATCH 4/5] Migrate git-clone "
        ` [PATCH 5/5] Migrate git-am.sh "
        ` [PATCH 5/5 FIX SPACING] "
          ` [PATCH 6/5] Migrate git-merge.sh "
            ` [PATCH 8/5] Migrate git-instaweb.sh "
              ` [PATCH 9/5] Migrate git-checkout.sh to use git-rev-parse --parseopt --keep-dashdash
                ` [PATCH 10/5] Migrate git-quiltimport.sh to use git-rev-parse --parseopt
                  ` [PATCH 11/5] Migrate git-repack.sh "

Strange git-show-branch behavior
 2007-11-03 18:22 UTC  (2+ messages)

[PATCH] Color support added to git-add--interactive
 2007-11-03 18:11 UTC  (16+ messages)
          ` revised: "
              ` [PATCH 2/2] Let git-add--interactive read colors from git-config
                    ` [PATCH 1/2] Added basic color support to git add --interactive
                    ` [PATCH 2/2] Let git-add--interactive read colors from .gitconfig
                      ` *[PATCH "

[BUG] Invalid rebase command leaves unclean status
 2007-11-03 17:04 UTC 

why the 'g' prefix on the SHA1 in git-describe output?
 2007-11-03 16:10 UTC  (4+ messages)

That new progress meter
 2007-11-03 16:09 UTC  (4+ messages)

[PATCH] Add support for # in URLs in git-remote (was: Re: [PATCH] New script: git-changelog.perl - revised)
 2007-11-03 15:27 UTC  (2+ messages)

[PATCH] builtin-reset: do not call "ls-files --unmerged"
 2007-11-03 15:21 UTC  (2+ messages)
  ` [PATCH] builtin-reset: avoid forking "update-index --refresh"

[PATCH 1/4] Add testcase for ammending and fixing author in git commit
 2007-11-03 15:06 UTC  (10+ messages)
` [PATCH 2/4] Remove unecessary hard-coding of EDITOR=':' VISUAL=':' in some test suites
  ` [PATCH 3/4] Export launch_editor() and make it accept ':' as a no-op editor
    ` [PATCH 4/4] Implement git commit and status as a builtin commands

[PATCH] Delay pager setup in git blame
 2007-11-03 15:01 UTC  (5+ messages)
` [PATCH] Allow 'git blame rev path' to work on bare repository
  ` [PATCH] Make git-blame fail when working tree is needed and we're not in one

[PATCH] New script: git-changelog.perl - revised
 2007-11-03 14:58 UTC  (5+ messages)

[StGit RFC] A more structured way of calling git
 2007-11-03 14:28 UTC  (3+ messages)

[PATCH] RelNotes-1.5.3.5: fix typo
 2007-11-03 14:04 UTC 

[PATCH] Add missing inside_work_tree setting in setup_git_directory_gently
 2007-11-03 13:25 UTC  (5+ messages)

StGIT fails to clean patch series, and to go to a patch
 2007-11-03 13:17 UTC  (3+ messages)

git reset -- path weirdness
 2007-11-03 13:12 UTC  (3+ messages)
` [PATCH] git-reset: do not be confused if there is nothing to reset

[ANNOUNCE] cgit v0.7
 2007-11-03 12:44 UTC  (3+ messages)

[PATCH] Don't require working tree for git-rm
 2007-11-03 12:11 UTC  (3+ messages)

[PATCH 1/3] Refactor working tree setup
 2007-11-03 12:06 UTC  (4+ messages)
` [PATCH 2/3] Use setup_work_tree() in builtin-ls-files.c
  ` [PATCH 3/3] Don't always require working tree for git-rm

[PATCH] git-cvsimport: really convert underscores in branch names to dots with -u
 2007-11-03 11:55 UTC 

git-svn, tracking branches
 2007-11-03 11:16 UTC 

[PATCH] Make struct commands[] const to save a couple bytes
 2007-11-03 11:13 UTC 

Git-windows and git-svn?
 2007-11-03  9:47 UTC  (11+ messages)

git rm --cached
 2007-11-03  9:39 UTC  (4+ messages)

[PATCH] errors: "strict subset" -> "ancestor"
 2007-11-03  7:51 UTC  (5+ messages)

[PATCH 1/2] War on whitespace: first, a bit of retreat
 2007-11-03  2:45 UTC  (3+ messages)

[PATCH 1/2] Implement parsing for new core.whitespace.* options
 2007-11-03  2:35 UTC  (3+ messages)

[PATCH] Mac OS X 10.5 does not require the OLD_ICONV flag set
 2007-11-03  0:21 UTC  (9+ messages)
          ` [PATCH] Removed OLD_ICONV in favor of checking _LIBICONV_VERSION directly

[PATCH] status&commit: Teach them to show commits of modified submodules
 2007-11-03  0:01 UTC  (4+ messages)

[PATCH 0/3] gitweb: Improve reading of repo config
 2007-11-02 23:41 UTC  (4+ messages)
` [PATCH 1/3] gitweb: Add tests for overriding gitweb config with "
` [PATCH 2/3] gitweb: Read repo config using 'git config -z -l'
` [PATCH 3/3] gitweb: Use config file for repository description and URLs

[PATCH] Mention that git-branch -M can cause problems for tracking branches
 2007-11-02 22:30 UTC  (4+ messages)

[PATCH v3] Add to gitk an --argscmd flag to get the list of refs to draw at refresh time
 2007-11-02 22:24 UTC 

[PATCH] Make git-clone obey "--" (end argument parsing)
 2007-11-02 21:32 UTC  (2+ messages)

[PATCH] git-rev-list.txt: rev stands for revision, not reverse
 2007-11-02 20:46 UTC  (5+ messages)

[PATCH 10/10] push: teach push to be quiet if local ref is strict subset of remote ref
 2007-11-02 20:19 UTC  (13+ messages)

Newbie: report of first experience with git-rebase
 2007-11-02 19:22 UTC  (12+ messages)

[PATCH] New script: git-changelog.perl
 2007-11-02 19:18 UTC 

[PATCH] Allow git-instaweb to be run from bare repositories
 2007-11-02 19:11 UTC  (2+ messages)

[PATCH] New script: git-changelog.perl
 2007-11-02 18:53 UTC  (3+ messages)

Bring parse_options to the shell
 2007-11-02 18:48 UTC  (6+ 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).