git@vger.kernel.org mailing list mirror (one of many)
 help / color / mirror / code / Atom feed
 messages from 2009-05-07 23:22:29 to 2009-05-10 18:50:23 UTC [more...]

questions about git-mktree
 2009-05-10 18:49 UTC  (12+ messages)
    ` [PATCH 0/6] Modernize mktree somewhat
      ` [PATCH 1/6] build-in git-mktree
        ` [PATCH 2/6] mktree: use parse-options
          ` [PATCH 3/6] builtin-mktree.c: use a helper function to handle one line of input
            ` [PATCH 4/6] mktree: do not barf on a submodule commit
              ` [PATCH 5/6] t1010: add mktree test

[PATCH] Avoid unnecessary 'lstat()' calls in 'get_stat_data()'
 2009-05-10 18:40 UTC  (6+ messages)
` [PATCH] Teach 'git checkout' to preload the index contents

[PATCH] http-push: fix missing "#ifdef USE_CURL_MULTI" around "is_running_queue"
 2009-05-10 16:44 UTC 

[BUG] fatal error during merge
 2009-05-10 16:33 UTC 

[PATCH 1/2] ls-tree manpage: use "unless" instead of "when ... is not"
 2009-05-10 16:14 UTC  (2+ messages)
` [PATCH 2/2] ls-tree manpage: output of ls-tree is compatible with update-index

Is there an agreed protocol for git repo locking?
 2009-05-10 15:17 UTC  (2+ messages)

[PATCH QGit] Immediately evaluate the ProgramFiles environment variable
 2009-05-10 12:09 UTC  (2+ messages)

[PATCH 2/2] completion: enhance "current branch" display
 2009-05-10 11:57 UTC  (4+ messages)

[PATCH 0/5] gitweb: Some code cleanups (up to perlcritic --stern)
 2009-05-10  9:27 UTC  (9+ messages)
` [PATCHv2 1/5] gitweb: Remove function prototypes
` [PATCH 2/5] gitweb: Do not use bareword filehandles
` [PATCH 3/5] gitweb: Always use three argument form of open
` [PATCH 4/5] gitweb: Localize magic variable $/
` [PATCH 5/5] gitweb: Use block form of map/grep in a few cases more

[PATCH 1/2] completion: simplify "current branch" in __git_ps1()
 2009-05-10  8:53 UTC 

What's cooking in git.git (May 2009, #01; Sat, 09)
 2009-05-10  6:53 UTC 

What's in git.git (May 2009, #01; Sat, 09)
 2009-05-10  6:53 UTC 

1.6.2.5 listed as latest stable on homepage; should be 1.6.3?
 2009-05-10  5:20 UTC 

[PATCH 00/10] bisect: port git bisect merge base checking to C
 2009-05-10  4:44 UTC  (13+ messages)
` [PATCH 01/10] bisect: use "sha1_array" to store skipped revisions
` [PATCH 02/10] bisect: implement "rev_argv_push" to fill an argv with revs
` [PATCH 03/10] bisect: store good revisions in a "sha1_array"
` [PATCH 04/10] bisect: use new "struct argv_array" to prepare argv for "setup_revisions"
` [PATCH 05/10] bisect: remove too much function nesting
` [PATCH 06/10] bisect: make skipped array functions more generic
` [PATCH 07/10] bisect: automatically sort sha1_array if needed when looking it up
` [PATCH 08/10] bisect: implement the "check_merge_bases" function
` [PATCH 09/10] bisect: add "check_good_are_ancestors_of_bad" function
` [PATCH 10/10] bisect: make "git bisect" use new "--next-all" bisect-helper function

[PATCH] fix for incorrect index update
 2009-05-10  4:46 UTC  (3+ messages)

can we allow -t abbreviation for --track in 'git branch'
 2009-05-10  4:23 UTC  (4+ messages)

cosmetic bug in gitk cherry-pick
 2009-05-10  3:36 UTC 

git svn master pointing to commit for older svn tag?
 2009-05-10  1:37 UTC  (2+ messages)

[PATCH 1/2] git-svn: Fix for svn paths removed > log-window-size revisions ago
 2009-05-10  1:32 UTC  (2+ messages)

[PATCH] git-svn testsuite: use standard configuration for Subversion tools
 2009-05-10  1:17 UTC  (9+ messages)
            ` [RESEND PATCH] "

[PATCH v2] git-svn: add --authors-prog option
 2009-05-10  0:35 UTC  (4+ messages)

[EGIT PATCH] Provide a more JavaBeans-style 'getName' accessor for the id Signed-off-by: Alex Blewitt <alex.blewitt@gmail.com>
 2009-05-09 22:57 UTC 

[PATCH] git-gui: Updates on Norwegian translation
 2009-05-09 21:20 UTC  (2+ messages)

[PATCH] mergetool--lib: add support for araxis merge
 2009-05-09 20:56 UTC  (4+ messages)

[JGIT] exception while pushing if no objects/pack directory exists in origin repo
 2009-05-09 20:40 UTC 

[PATCH 4/5] git.el: Added support for Signed-off-by
 2009-05-09 19:57 UTC  (3+ messages)

[PATCH] topgit tg push feature
 2009-05-09 19:09 UTC  (9+ messages)

[PATCH v3] To make GIT-VERSION-FILE, search for git more widely
 2009-05-09 18:17 UTC  (9+ messages)

Segfault during merge
 2009-05-09 16:54 UTC  (12+ messages)
    ` [PATCH] Fix segfault in merge-recursive
            ` [PATCH] Don't update index while recursing (was Re: Segfault during merge)

(unknown),
 2009-05-09 16:44 UTC  (29+ messages)
` 
  ` 
              ` 'git checkout' and unlink() calls (was: Re: )

[PATCH] config: add --repository option
 2009-05-09 16:35 UTC 

[ANNOUNCE] qgit-2.3
 2009-05-09 15:26 UTC 

Syntax check via update hook?
 2009-05-09 14:47 UTC  (2+ messages)

[PATCH] format-patch let -k override a config-specified format.numbered
 2009-05-09  8:12 UTC  (4+ messages)

[PATCHv2 0/2] completion: config --unset/get
 2009-05-09  3:44 UTC  (4+ messages)
` [PATCHv2 1/2] completion: add __git_config_get_set_variables() to get config variables
  ` [PATCHv2 2/2] completion: complete config variables for --get/getall/unset/unset-all

Out of memory, malloc failed
 2009-05-09  0:41 UTC  (2+ messages)

Trying to sync two svn repositories with git-svn (repost)
 2009-05-08 23:58 UTC  (12+ messages)

[PATCH 1/3] completion: complete config variables for --get/getall/unset/unset-all
 2009-05-09  1:00 UTC  (6+ messages)
` [PATCH 2/3] completion: add find_argument_and_value() function
  ` [PATCH 3/3] completion: use specified file (if any) when completing config vars

[PATCH/RFC RESEND 0/2] git subtree: an alternative to git submodule
 2009-05-08 22:39 UTC  (3+ messages)
` [PATCH/RFC RESEND 1/2] Add 'git subtree' command for tracking history of subtrees separately
  ` [PATCH/RFC RESEND 2/2] Automated test script for 'git subtree'

bug in git-p4?
 2009-05-08 21:46 UTC  (4+ messages)

I want "fast forward my workdir to upstream if it's safe"
 2009-05-08 21:34 UTC  (9+ messages)

GPG signing for git commit?
 2009-05-08 19:03 UTC  (6+ messages)

[PATCH] Fix sloppy Getopt::Long
 2009-05-08 18:28 UTC  (4+ messages)

Tests in Cygwin
 2009-05-08 16:45 UTC  (15+ messages)

[PATCH] fix sample update hook, disable overwriting of existing tags
 2009-05-08 15:22 UTC  (3+ messages)
  ` [PATCH v2] Extend sample update hook, disable modifying "

Fault in curl on Ubuntu 9.04 with git 1.6.3
 2009-05-08 15:06 UTC  (4+ messages)

Problem with local branches and git svn rebase
 2009-05-08 14:41 UTC  (2+ messages)

[JGIT PATCH 1/2] Add support for boolean config values "yes", "no"
 2009-05-08 14:34 UTC  (16+ messages)
` [JGIT PATCH 2/2] Make Repository.isValidRefName compatible with Git 1.6.3
          ` [PATCH] Allow branch names that end with ".lock"

Maintaining a repository with symlinks
 2009-05-08 11:00 UTC 

List of "remote capable" commands?
 2009-05-08 10:34 UTC 

Bug: 'git am --abort' can silently reset the wrong branch
 2009-05-08  9:12 UTC  (5+ messages)

Two problems on alias of git
 2009-05-08  9:06 UTC  (2+ messages)

[PATCH] Disallow '\' in ref names
 2009-05-08  8:04 UTC  (6+ messages)

Error cloning from Git Repository
 2009-05-08  7:50 UTC  (2+ messages)

[RFC/PATCH] Prettify log decorations even more
 2009-05-08  7:49 UTC  (3+ messages)

You will always get what you've paid for - accurate dosage, no delays
 2009-05-08  7:53 UTC 

[PATCH] MinGW readdir reimplementation to support d_type
 2009-05-08  5:45 UTC  (6+ messages)
` [msysGit] "

[PATCH 0/5] grep parseopt conversion
 2009-05-08  5:01 UTC  (3+ messages)
` [PATCH 1/5] parseopt: add OPT_NEGBIT

[PATCH v3 0/2] user-manual: general improvements
 2009-05-08  0:04 UTC  (3+ messages)
` [PATCH v3 0/2] "

[PATCHv3] Add --reference option to git submodule
 2009-05-07 23:55 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).