git@vger.kernel.org mailing list mirror (one of many)
 help / color / mirror / code / Atom feed
 messages from 2007-11-23 10:22:22 to 2007-11-26 19:11:40 UTC [more...]

What's cooking in git/spearce.git (topics)
 2007-11-26 19:11 UTC  (29+ messages)
` What's cooking in git.git (topics)

If you would write git from scratch now, what would you change?
 2007-11-26 18:56 UTC  (12+ messages)

[PATCH] Don't add To: recipients to the Cc: header
 2007-11-26 18:29 UTC  (13+ messages)

[PATCH] Add 'git fast-export', the sister of 'git fast-import'
 2007-11-26 17:55 UTC  (4+ messages)

Rebase/cherry-picking idea
 2007-11-26 17:26 UTC  (11+ messages)

[WIP PATCH] Add 'git fast-export', the sister of 'git fast-import'
 2007-11-26 16:48 UTC  (13+ messages)

[RFC] best way to show diff of commit
 2007-11-26 15:27 UTC  (14+ messages)
    ` [PATCH] Make builtin-commit.c export GIT_INDEX_FILE for launch_editor as well

[PATCH v2] builtin-commit: Include the diff in the commit message when verbose
 2007-11-26 15:21 UTC  (4+ messages)

Reordering lines in "git-rebase -i" task sheet
 2007-11-26 13:14 UTC  (3+ messages)

[PATCH] gitweb: the commitdiff is very commonly used, it's needed on search page, too
 2007-11-26 12:42 UTC 

[StGit PATCH 00/10] Infrastructure rewrite series
 2007-11-26 10:44 UTC  (14+ messages)
` [StGit PATCH 01/10] New StGit core infrastructure: repository operations
` [StGit PATCH 02/10] Write metadata files used by the old infrastructure
` [StGit PATCH 03/10] Upgrade older stacks to newest version
` [StGit PATCH 04/10] Let "stg clean" use the new infrastructure
` [StGit PATCH 05/10] Add "stg coalesce"
` [StGit PATCH 06/10] Let "stg applied" and "stg unapplied" use the new infrastructure
` [StGit PATCH 07/10] Teach the new infrastructure about the index and worktree
` [StGit PATCH 08/10] Let "stg clean" use the new transaction primitives
` [StGit PATCH 09/10] Let "stg goto" use the new infrastructure
` [StGit PATCH 10/10] Convert "stg uncommit" to "

[PATCH] Fix typo in 1.5.4 release notes
 2007-11-26  8:34 UTC 

git-svn fetch failure: index.lock file exists
 2007-11-26  7:59 UTC  (3+ messages)

[PATCH] Use is_absolute_path() in diff-lib.c, lockfile.c, setup.c, trace.c
 2007-11-26  7:45 UTC  (4+ messages)

[PATCH] "git-tag -s" should create a signed annotated tag
 2007-11-26  4:51 UTC  (3+ messages)

[PATCH 0/3] Updates to git-add--interactive
 2007-11-26  4:14 UTC  (12+ messages)
` [PATCH 1/3] Rename patch_update_file function to patch_update_pathspec
  ` [PATCH 2/3] Move pathspec validation into interactive_add
    ` [PATCH 3/3] Add "--patch" option to git-add--interactive
` [PATCH] builtin-add: fix command line building to call interactive
` [PATCH] add -i: Fix running from a subdirectory

[PATCH] Print the real filename whose opening failed
 2007-11-26  3:15 UTC  (3+ messages)
` [Resend Trivial PATCH] "

patches
 2007-11-26  2:27 UTC 

corrupt object on git-gc
 2007-11-26  2:12 UTC  (4+ messages)
  ` [PATCH] add a howto document about corrupted blob recovery

[RFC] Making ce_path_match() more useful by accepting globs
 2007-11-26  0:48 UTC  (4+ messages)

[PATCH] revert/cherry-pick: do not mention the original ref
 2007-11-25 23:15 UTC 

[PATCH] For the sake of correctness, fix file descriptor leak
 2007-11-25 22:29 UTC  (3+ messages)
` [Resend Trivial PATCH] "

[PATCH 1/2] builtin-apply: rename "whitespace" variables and fix styles
 2007-11-25 21:58 UTC  (6+ messages)
` [PATCH 2/2] builtin-apply: teach whitespace_rules
  ` [PATCH 3/2] core.whitespace: documentation updates

[PATCH] Avoid recalculating filename string pointer
 2007-11-25 21:43 UTC  (2+ messages)
` [Resend PATCH] "

[Resend PATCH] Simplify the code and avoid an assignment
 2007-11-25 21:42 UTC 

[PATCH] Fix segmentation fault when user doesn't have access permission to the repository
 2007-11-25 21:39 UTC  (4+ messages)
    ` [Resend PATCH] "

What's in git/spearce.git (stable)
 2007-11-25 20:45 UTC  (8+ messages)
` What's in git.git (stable)

[BUGLET] Makefile uses $(SCRIPT_PERL) but Documentation/Makefile uses "perl"
 2007-11-25 20:39 UTC 

[StGit PATCH 0/2] Two small doc fixes
 2007-11-25 20:35 UTC  (3+ messages)
` [StGit PATCH 1/2] Push and pop don't have --to flags anymore
` [StGit PATCH 2/2] Add missing switch to "stg uncommit" usage line

[RFC/PATCH] Making ce_path_match() more useful by accepting globs
 2007-11-25 20:35 UTC 

[PATCH] git-checkout: describe detached head correctly
 2007-11-25 18:34 UTC 

Git Screencast ?
 2007-11-25 17:43 UTC  (8+ messages)

Backing git repos to tape?
 2007-11-25 12:00 UTC  (3+ messages)

[RFC/PATCH (homepage)] Add links to binaries for MS Windows (Cygwin, msysGit)
 2007-11-24 22:47 UTC 

[PATCH v2] git-add--interactive pathspec and patch additions
 2007-11-24 22:34 UTC  (18+ messages)
` [PATCH 1/7] Add -q/--quiet switch to git-ls-files
  ` [PATCH 2/7] Rename patch_update_file function to patch_update_pathspec
    ` [PATCH 3/7] Add path-limiting to git-add--interactive
      ` [PATCH 4/7] Bail if user supplies an invalid pathspec
        ` [PATCH 5/7] Teach builtin-add to pass path arguments to git-add--interactive
          ` [PATCH 6/7] Add "--patch" option "
            ` [PATCH 7/7] Teach builtin-add to handle "--patch" option
  ` [PATCH 0/3] Updates to git-add--interactive
    ` [PATCH 1/3] Rename patch_update_file function to patch_update_pathspec
      ` [PATCH 2/3] Move pathspec validation into interactive_add
        ` [PATCH 3/3] Add "--patch" option to git-add--interactive

Wishlist for a bundle-only transport mode
 2007-11-24 19:15 UTC  (13+ messages)

[RFC/PATCH] git-help: add new options -w (for web) and -i (for info)
 2007-11-24 18:23 UTC  (6+ messages)

[PATCH] git-svn now reads settings even if called in subdirectory
 2007-11-24 13:47 UTC 

[PATCH] Add config_int() method to the Git perl module
 2007-11-24 11:48 UTC  (4+ messages)

git bundle magic, and other questions
 2007-11-24 11:17 UTC  (2+ messages)

[PATCH 1/2] git-gui: Update git-gui.pot with latest (few) string additions and changes
 2007-11-24 10:05 UTC  (2+ messages)
` [PATCH 2/2] git-gui: Update German translation. 100% completed

QGit: Shrink used memory with custom git log format
 2007-11-24  8:14 UTC 

Temporary directories getting errantly added into trees
 2007-11-24  0:07 UTC  (5+ messages)

cloning submodules with children submodules
 2007-11-23 20:35 UTC  (3+ messages)

[PATCH] Remove git-status from list of scripts as it is builtin
 2007-11-23 20:35 UTC 

[PATCH] Mention that git-rm can be an appropriate resolution as well as git-add
 2007-11-23 13:38 UTC 

Adding push configuration to .git/config
 2007-11-23 13:07 UTC 

git --prune --aggresive
 2007-11-23 11:15 UTC  (3+ messages)

[PATCH] Update RelNotes for 1.5.4 to reflect change in git-status output
 2007-11-23 11:13 UTC 

[PATCH 2/2] Let git-add--interactive read colors from git-config
 2007-11-23 10:21 UTC  (11+ messages)
  ` [PATCH 1/2] Added basic color support to git add --interactive
          ` [PATCH 0/3] Adding colors to git-add--interactive
            ` [PATCH 5/5] Added diff hunk coloring "


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