git@vger.kernel.org mailing list mirror (one of many)
 help / color / mirror / code / Atom feed
 messages from 2007-10-24 00:44:13 to 2007-10-25 22:20:48 UTC [more...]

git-svnimport
 2007-10-25 22:20 UTC  (5+ messages)

git apply fails to apply a renamed file in a new directory
 2007-10-25 21:41 UTC  (4+ messages)

[PATCH 0/6] Cleaned-up rename detection patch-series
 2007-10-25 21:37 UTC  (14+ messages)
  ` [PATCH 1/6] Add 'diffcore.h' to LIB_H
  ` [PATCH 2/6] Split out "exact content match" phase of rename detection
  ` [PATCH 3/6] Ref-count the filespecs used by diffcore
  ` [PATCH 4/6] copy vs rename detection: avoid unnecessary O(n*m) loops
  ` [PATCH 5/6] Do linear-time/space rename logic for exact renames
  ` [PATCH 6/6] Do exact rename detection regardless of rename limits

[PATCH] Fix generation of perl/perl.mak
 2007-10-25 21:21 UTC  (3+ messages)

recent change in git.git/master broke my repos
 2007-10-25 20:42 UTC  (15+ messages)

Git User's Survey 2007 unfinished summary continued
 2007-10-25 20:27 UTC  (89+ messages)
                ` best git practices, was "
                                                                  ` best git practices, was Re: Git User's Survey 2007 unfinishedsummary continued

stgit restrictions on patch names
 2007-10-25 19:48 UTC 

Git and Windows
 2007-10-25 19:54 UTC  (3+ messages)

[PATCH] git-cvsimport: Add -N option to force a new import
 2007-10-25 19:45 UTC  (5+ messages)

Feature request: Limit git-status reports to a directory
 2007-10-25 13:03 UTC  (5+ messages)

[RESEND PATCH 0/9] Make git-svn fetch ~1.7x faster
 2007-10-25 10:25 UTC  (10+ messages)
` [PATCH 1/9] Add tests for git cat-file
  ` [PATCH 2/9] git-cat-file: Small refactor of cmd_cat_file
    ` [PATCH 3/9] git-cat-file: Make option parsing a little more flexible
      ` [PATCH 4/9] git-cat-file: Add --stdin option
        ` [PATCH 5/9] Add tests for git hash-object
          ` [PATCH 6/9] git-hash-object: Add --stdin-paths option
            ` [PATCH 7/9] Git.pm: Add command_bidi_pipe and command_close_bidi_pipe
              ` [PATCH 8/9] Git.pm: Add hash_and_insert_object and cat_blob
                ` [PATCH 9/9] git-svn: Make fetch ~1.7x faster

[PATCH 1/7] "git" calls help_unknown_cmd(""); "git help" and "git help -a" return 0
 2007-10-25  7:07 UTC  (17+ messages)
` [PATCH 2/7] s/pattern/prefix/ in help's list_commands
  ` [PATCH 3/7] "current_exec_path" is a misleading name, use "argv_exec_path" Signed-off-by: Scott R Parish <srp@srparish.net>
    ` [PATCH 4/7] use only the PATH for exec'ing git commands
      ` [PATCH 5/7] chdir() into list_commands() dir instead of building paths for stat()
        ` [PATCH 6/7] walk PATH to generate list of commands for "help -a"
          ` [PATCH 7/7] shell should call setup_path() instead of manually setting up its path
    ` [PATCH 2/7] remove unused/unneeded "pattern" argument of list_commands

[PATCH 7/7] shell should call setup_path() instead of manually setting up its path
 2007-10-25  3:44 UTC 

git-remote: Use of uninitialized value in string ne, line 248
 2007-10-25  1:48 UTC  (8+ messages)

What's cooking in git/spearce.git (topics)
 2007-10-25  0:35 UTC  (6+ messages)
` What's cooking in git.git (topics)

[PATCH] git-send-email: add a new sendemail.to configuration variable
 2007-10-24 21:16 UTC  (2+ messages)

Small enhancements of the test-lib.sh
 2007-10-24 20:28 UTC  (2+ messages)
  ` [PATCH] Add some fancy colors in the test library when terminal supports it

UI and git-completion.sh
 2007-10-24 17:34 UTC  (13+ messages)

Recover a stash
 2007-10-24 17:42 UTC  (2+ messages)

Howto request: going home in the middle of something?
 2007-10-24 13:44 UTC  (6+ messages)

[PATCH 1/3] Fixing path quoting in git-rebase
 2007-10-24 13:07 UTC  (8+ messages)
` [PATCH] Quoting paths, take 3
  ` [PATCH 1/2] Fixing path quoting in git-rebase
    ` [PATCH 2/2] Quoting paths in tests

git-{diff,ls}-files from a subdirectory fails 
 2007-10-24 11:26 UTC  (4+ messages)

Git public repository naming convention (was: Re: users.txt patch)
 2007-10-24  9:03 UTC  (2+ messages)
              ` Git public repository naming convention

intended use of "git --exec-path"?
 2007-10-24  8:08 UTC  (5+ messages)

[PATCH 0/9] Make git-svn fetch ~1.7x faster
 2007-10-24  6:48 UTC  (20+ messages)
` [PATCH 1/9] Add tests for git cat-file
  ` [PATCH 2/9] git-cat-file: Small refactor of cmd_cat_file
    ` [PATCH 3/9] git-cat-file: Make option parsing a little more flexible
      ` [PATCH 4/9] git-cat-file: Add --stdin option
        ` [PATCH 5/9] git-cat-file: Add --separator option
          ` [PATCH 6/9] Add tests for git hash-object
            ` [PATCH 7/9] git-hash-object: Add --stdin-paths option
              ` [PATCH 8/9] Git.pm: Add command_bidi_pipe and command_close_bidi_pipe
                ` [PATCH 9/9] git-svn: Make fetch ~1.7x faster

What's cooking in git/spearce.git (topics)
 2007-10-24  0:12 UTC  (11+ messages)

[PATCH 3/3] Bisect: refactor "bisect_{bad,good,skip}" into "bisect_state"
 2007-10-24  5:01 UTC 

[PATCH 2/3] Bisect: refactor some logging into "bisect_write"
 2007-10-24  5:01 UTC 

[PATCH 1/3] Bisect: refactor "bisect_write_*" functions
 2007-10-24  5:01 UTC 

[PATCH 4/7] Bisect: factorise "bisect_write_*" functions
 2007-10-24  4:09 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).