git@vger.kernel.org mailing list mirror (one of many)
 help / color / mirror / code / Atom feed
 messages from 2007-10-26 15:44:37 to 2007-10-29 14:28:32 UTC [more...]

Bug in git-show with "%ai" and "%ci" formats?
 2007-10-29 14:28 UTC  (3+ messages)

New features in gitk
 2007-10-29 14:04 UTC  (13+ messages)

[BUG?] git-pull and git-merge don't support option --ff as the document says
 2007-10-29 13:05 UTC  (3+ messages)

[PATCH 1/7] "git" returns 1; "git help" and "git help -a" return 0
 2007-10-29 11:45 UTC  (23+ 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 6/7] include $PATH in generating list of commands for "help -a"

[PATCH] Speedup scanning for excluded files
 2007-10-29  8:59 UTC  (3+ messages)

[PATCH] Teach git-pull about --[no-]ff, --no-squash and --commit
 2007-10-29  8:41 UTC 

How to remove a specific hunk
 2007-10-29  7:03 UTC  (10+ messages)

[PATCH] core-tutorial: Catch up with current Git
 2007-10-29  7:00 UTC  (2+ messages)
` [PATCH] Fix a small memory leak in builtin-add

How to merge git://repo.or.cz/git-gui into git.git
 2007-10-29  6:45 UTC  (6+ messages)

git-fast-import segfaults
 2007-10-29  6:29 UTC  (7+ messages)
    ` [PATCH] Fix regression in fast-import.c due to strbufs

[RFH] gcc constant expression warning
 2007-10-29  4:37 UTC  (8+ messages)

[PATCH] Bisect: add "skip" to the short usage string
 2007-10-29  4:35 UTC  (2+ messages)

[PATCH 0/8 v2] improve push's refspec handling
 2007-10-28 20:58 UTC  (35+ 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

[PATCH] honor the http.sslVerify option in shell scripts
 2007-10-28 17:47 UTC 

[PATCH 0/10 v3] improve refspec handling in push
 2007-10-28 17:46 UTC  (11+ 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] gitweb : disambiguate heads and tags withs the same name
 2007-10-28 13:12 UTC 

Many gits are offline this week
 2007-10-28 10:07 UTC  (3+ messages)

[PATCH] git.el: Run git-gc --auto after commits
 2007-10-28 10:07 UTC 

[PATCH] git.el: Refresh only the changed file marks when marking/unmarking all
 2007-10-28 10:06 UTC 

[PATCH] git.el: Fix typo in git-update-saved-file error handling
 2007-10-28 10:05 UTC 

[PATCH] git.el: Fix typo in "Reverted file" message
 2007-10-28 10:05 UTC 

tags disappear
 2007-10-28  5:05 UTC  (2+ messages)

[PATCH] Remove outdated references to cogito in documentation
 2007-10-28  0:45 UTC  (2+ messages)

[PATCH] Add test case for running from a subdirectory with GIT_WORK_TREE
 2007-10-28  0:18 UTC  (4+ messages)

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

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

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

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 

[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] 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  (4+ 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  (13+ 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 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 4/6] copy vs rename detection: avoid unnecessary O(n*m) loops
 2007-10-26 23:36 UTC  (5+ messages)

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

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)

best git practices, was Re: Git User's Survey 2007 unfinished summary continued
 2007-10-26 20:01 UTC  (13+ messages)
                    ` best git practices, was Re: Git User's Survey 2007 unfinishedsummary continued

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

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

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

[PATCH] git-mailsplit: with maildirs try to process new/ if cur/ is empty
 2007-10-26 16:01 UTC  (2+ 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).