git@vger.kernel.org mailing list mirror (one of many)
 help / color / mirror / code / Atom feed
 messages from 2007-11-01 22:07:13 to 2007-11-03 07:27:02 UTC [more...]

[PATCH] Color support added to git-add--interactive
 2007-11-03  7:26 UTC  (15+ 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 "

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

Git-windows and git-svn?
 2007-11-03  7:19 UTC  (6+ messages)

[PATCH] git-fetch: more terse fetch output
 2007-11-03  5:36 UTC  (2+ messages)

[PATCH 1/2] War on whitespace: first, a bit of retreat
 2007-11-03  2:45 UTC  (10+ messages)
` [PATCH 2/2] git-diff: complain about >=8 consecutive spaces in initial indent

[PATCH 1/2] Implement parsing for new core.whitespace.* options
 2007-11-03  2:35 UTC  (4+ messages)
` [PATCH 2/2] git-diff: Respect core.whitespace.{space-indent,space-before-tab,trailing}

New features in gitk
 2007-11-03  1:40 UTC  (19+ messages)
                  ` [PATCH 0/2] History replay support
                    ` [PATCH 1/2] Simplify topo-sort logic
                    ` [PATCH 2/2] Support "history replay" for git log commands

[PATCH] Mac OS X 10.5 does not require the OLD_ICONV flag set
 2007-11-03  0:21 UTC  (15+ messages)
` [PATCH] Fixed a gcc 4.0.1 complaint about an uninitialized variable
          ` [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

let's retry this based on git-rev-parse --parseopt
 2007-11-02 22:39 UTC  (6+ 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 1/4] Add testcase for ammending and fixing author in git commit
 2007-11-02 22:33 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] 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 

git rm --cached
 2007-11-02 21:41 UTC  (3+ messages)

[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 0/10 v3] improve refspec handling in push
 2007-11-02 20:19 UTC  (38+ messages)
` [PATCH 01/10] push: change push to fail if short refname does not exist
  ` [PATCH 02/10] push: teach push new flag --create
` [PATCH 03/10] push: support pushing HEAD to real branch name
  ` [PATCH 04/10] push: add "git push HEAD" shorthand for 'push current branch to default repo'
    ` [PATCH 05/10] rename ref_matches_abbrev() to ref_abbrev_matches_full_with_fetch_rules()
      ` [PATCH 06/10] add ref_abbrev_matches_full_with_rev_parse_rules() comparing abbrev with full ref name
        ` [PATCH 07/10] push: use same rules as git-rev-parse to resolve refspecs
          ` [PATCH 08/10] push: teach push to accept --verbose option
            ` [PATCH 09/10] push: teach push to pass --verbose option to transport layer
              ` [PATCH 10/10] push: teach push to be quiet if local ref is strict subset of remote ref

[PATCH] New script: git-changelog.perl - revised
 2007-11-02 20:03 UTC 

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  (4+ messages)

Bring parse_options to the shell
 2007-11-02 18:48 UTC  (10+ messages)
` [PATCH] Add git-parseopt(1) to bring parse-options to shell scripts
  ` [PATCH] Update git-sh-setup(1) to allow transparent use of git-parseopt(1)
    ` [PATCH] Migrate git-clean.sh to use git-parseoptions(1)
      ` [PATCH] Migrate git-clone to use git-parseopt(1)

That new progress meter
 2007-11-02 18:36 UTC 

[PATCH] post-update hook: update working copy
 2007-11-02 17:28 UTC  (6+ messages)

[PATCH] Documentation: quote commit messages consistently
 2007-11-02 17:12 UTC 

[PATCH] Implement git commit as a builtin command
 2007-11-02 15:31 UTC  (7+ messages)

[PATCH 1/3] Implement parsing for new core.whitespace.* options
 2007-11-02 15:25 UTC  (5+ messages)
` [PATCH 2/3] Act on WS_WARN for ws_mode_space_before_tab
  ` [PATCH 3/3] Act on WS_WARN for ws_mode_trailing

What's cooking in git/spearce.git (topics)
 2007-11-02 15:13 UTC  (30+ messages)
` What's cooking in git.git (topics)

Where man git-format-patch sends me?
 2007-11-02 11:25 UTC  (5+ messages)

stg branch --create test v2.6.24-rc1 doesn't work
 2007-11-02  9:24 UTC  (2+ messages)

[PATCH] Remove escaping of '|' in manpage option sections
 2007-11-02  9:10 UTC 

[PATCH] Make git-mailinfo strip whitespace from the start of the mail file
 2007-11-02  8:53 UTC  (6+ messages)
      ` [PATCH] Make git-mailsplit strip whitespace from the start of the mailbox file

[PATCH] gc: use parse_options
 2007-11-02  8:32 UTC  (4+ messages)

Debugging corrupt object generation
 2007-11-02  5:15 UTC  (4+ messages)

[RFC PATCH 0/3] Starting rebase from dirty tree
 2007-11-02  5:08 UTC  (5+ messages)
` [PATCH 1/3] Introduce --dirty option to git-rebase, allowing you to start from a dirty state

[PATCH 0/3] yet more progress display stuff
 2007-11-02  4:59 UTC  (5+ messages)
` [PATCH 1/3] return the prune-packed progress display to the inner loop
  ` [PATCH 2/3] make sure throughput display gets updated even if progress doesn't move
    ` [PATCH 3/3] Show total transferred as part of throughput progress

[PATCH] make the pack index version configurable
 2007-11-02  4:01 UTC  (3+ messages)

[PATCH] git-p4: Add a helper function to parse the full git diff-tree output
 2007-11-02  3:43 UTC  (2+ messages)
` [PATCH] git-p4: Detect changes to executable bit and include them in p4 submit

[PATCH] pack-objects: get rid of an ugly cast
 2007-11-02  3:43 UTC 

git-p4: detect changes to executable bit and push to p4
 2007-11-02  3:41 UTC 

[PATCH 0/3] gitweb: Simplify some gitweb URLs generation
 2007-11-02  0:18 UTC  (3+ messages)

[PATCH 0/2] gitweb: Simplify dealing with raw diff output
 2007-11-01 23:46 UTC  (4+ messages)
` [PATCH 1/2] gitweb: Always set 'from_file' and 'to_file' in parse_difftree_raw_line

[PATCH] gitweb: Remove CGI::Carp::set_programname() call from t9500 gitweb test
 2007-11-01 23:36 UTC  (3+ messages)

[PATCH] Do no colorify test output if stdout is not a terminal
 2007-11-01 22:47 UTC  (2+ messages)

Importing svn branch
 2007-11-01 22:39 UTC  (3+ 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).