git@vger.kernel.org mailing list mirror (one of many)
 help / color / mirror / code / Atom feed
 messages from 2007-10-25 13:04:45 to 2007-10-27 23:03:03 UTC [more...]

[PATCH] Git homepage: remove all the references to Cogito
 2007-10-27 23:01 UTC  (7+ messages)
  ` cogito and remote#branch, was "
    ` remote#branch

[PATCH 0/8 v2] improve push's refspec handling
 2007-10-27 22:16 UTC  (13+ messages)
` [PATCH 1/8] push: change push to fail if short ref name does not exist
  ` [PATCH 2/8] push: teach push new flag --create
    ` [PATCH 3/8] add get_sha1_with_real_ref() returning full name of ref on demand
      ` [PATCH 4/8] rev-parse: teach "git rev-parse --symbolic" to print the full ref name
        ` [PATCH 5/8] push, send-pack: support pushing HEAD to real "
          ` [PATCH 6/8] add ref_cmp_full_short() comparing full ref name with a short name
            ` [PATCH 7/8] push: use same rules as git-rev-parse to resolve refspecs
              ` [PATCH 8/8] push: teach push to be quiet if local ref is strict subset of remote ref

merge vs rebase: Is visualization in gitk the only problem?
 2007-10-27 20:59 UTC  (5+ messages)

recent change in git.git/master broke my repos
 2007-10-27 20:06 UTC  (18+ messages)

[PATCH] Allow git-runstatus to limit its scope to a set of files/directories
 2007-10-27 18:44 UTC  (3+ messages)

[PATCH] Remove outdated references to cogito in documentation
 2007-10-27 16:53 UTC 

Remove reference to cogito from core-tutorial.txt?
 2007-10-27 15:10 UTC 

[MinGW PATCH] Rework quote_arg()
 2007-10-27 13:30 UTC 

git-show-branch doesn't work as advertised?
 2007-10-27 13:26 UTC 

[PATCH] Add test case for running from a subdirectory with GIT_WORK_TREE
 2007-10-27 13:27 UTC  (3+ messages)

[MinGW PATCH] spawnvppe_pipe: Don't overwrite argv[0]
 2007-10-27 13:26 UTC 

Minor inconsistency: "git tag" requires space after -m
 2007-10-27 13:14 UTC  (3+ messages)

[PATCH] Add NEED_WORK_TREE for more commands
 2007-10-27 12:42 UTC  (5+ messages)

[POSSIBLE BUG] 'git log' option --no-color adds bogus empty line
 2007-10-27 10:01 UTC  (3+ messages)

[PATCH 1/7] "git" returns 1; "git help" and "git help -a" return 0
 2007-10-27  8:36 UTC  (7+ messages)
` [PATCH 2/7] remove unused/unneeded "pattern" argument of list_commands
  ` [PATCH 3/7] "current_exec_path" is a misleading name, use "argv_exec_path"
    ` [PATCH 4/7] list_commands(): simplify code by using chdir()
      ` [PATCH 5/7] use only the $PATH for exec'ing git commands
        ` [PATCH 6/7] walk $PATH to generate list of commands for "help -a"
          ` [PATCH 7/7] shell should call the new setup_path() to setup $PATH

[PATCH] git-sh-setup.sh: use "git rev-parse --show-cdup" to check for SUBDIRECTORY_OK
 2007-10-27  7:47 UTC 

[PATCH 1/7] "git" calls help_unknown_cmd(""); "git help" and "git help -a" return 0
 2007-10-27  7:16 UTC  (5+ messages)

Git and Windows
 2007-10-27  6:54 UTC  (5+ messages)

[PATCH] Bisect run: "skip" current commit if script exit code is 125
 2007-10-27  6:12 UTC  (5+ messages)

[RESEND PATCH 0/9] Make git-svn fetch ~1.7x faster
 2007-10-27  1:02 UTC  (16+ 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 1/2] Fix ugly magic special case in exact rename detection
 2007-10-27  0:12 UTC  (3+ messages)
  ` [PATCH 2/2] Do the fuzzy rename detection limits with the exact renames removed

[PATCH 0/6] Cleaned-up rename detection patch-series
 2007-10-26 23:36 UTC  (18+ 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

Git User's Survey 2007 unfinished summary continued
 2007-10-26 23:29 UTC  (75+ messages)
                  ` best git practices, was "
                                                                ` best git practices, was Re: Git User's Survey 2007 unfinishedsummary continued
                                                  ` [PATCH] Make rebase smarter

How to remove a specific hunk
 2007-10-26 21:59 UTC  (9+ messages)

How to run git-gui always in English?
 2007-10-26 21:41 UTC  (3+ messages)

[PATCH] git-fetch: print informative messages to stdout, not stderr
 2007-10-26 21:01 UTC  (2+ messages)

git-svnimport
 2007-10-26 19:30 UTC  (10+ messages)

[StGit RFC] A more structured way of calling git
 2007-10-26 19:24 UTC 

git-fast-import segfaults
 2007-10-26 17:25 UTC  (5+ messages)
    ` [PATCH] Fix regression in fast-import.c due to strbufs

Fourth incarnation of the msysGit herald
 2007-10-26 16:56 UTC  (8+ messages)
  ` [msysGit] "

Trouble with case-insensitive filesystems
 2007-10-26 16:34 UTC  (5+ messages)

[PATCH] git-mailsplit: with maildirs try to process new/ if cur/ is empty
 2007-10-26 16:01 UTC  (2+ messages)

[PATCH] Teach 'git pull' the '--rebase' option
 2007-10-26 11:45 UTC  (9+ messages)

[PATCH] hooks-pre-commit: use \t, rather than a literal TAB in regexp
 2007-10-26 10:48 UTC 

stg branch --create test v2.6.24-rc1 doesn't work
 2007-10-26 10:42 UTC 

stgit restrictions on patch names
 2007-10-26  7:29 UTC  (2+ messages)

[PATCH] fast-import: Add ability to copy a path from an arbitrary commit
 2007-10-26  7:01 UTC 

[PATCH] Test suite: reset TERM to its previous value after testing
 2007-10-26  4:13 UTC 

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

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

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

Feature request: Limit git-status reports to a directory
 2007-10-25 13:03 UTC  (4+ 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).