git@vger.kernel.org mailing list mirror (one of many)
 help / color / mirror / code / Atom feed
 messages from 2007-10-19 21:12:38 to 2007-10-22 07:17:01 UTC [more...]

What's cooking in git/spearce.git (topics)
 2007-10-22  7:16 UTC  (3+ messages)

[PATCH, take 1] Linear-time/space rename logic (exact renames only)
 2007-10-22  7:07 UTC  (5+ messages)

Linking with -R (rpath) not supported on Darwin
 2007-10-22  6:52 UTC  (7+ messages)
` [PATCH] Be nice with compilers that do not support runtime paths at all

[PATCH] "git help -a" should search all exec_paths and PATH
 2007-10-22  6:39 UTC  (7+ messages)

[PATCH] "git help" and "git help -a" shouldn't exit(1) unless they error
 2007-10-22  6:37 UTC  (4+ messages)

What's in git/spearce.git (stable)
 2007-10-22  6:11 UTC 

[PATCH 0/9] Bisect skip
 2007-10-22  6:02 UTC  (2+ messages)

.gittattributes handling has deficiencies
 2007-10-22  5:45 UTC  (12+ messages)

[PATCH 9/9] Bisect: add a "bisect replay" test case
 2007-10-22  5:49 UTC 

[PATCH 8/9] Bisect: add "bisect skip" to the documentation
 2007-10-22  5:49 UTC 

[PATCH 7/9] Bisect: factorise "bisect_{bad,good,skip}" into "bisect_state"
 2007-10-22  5:49 UTC 

[PATCH 6/9] Bisect: factorise some logging into "bisect_write"
 2007-10-22  5:48 UTC 

[PATCH 5/9] Bisect: factorise "bisect_write_*" functions
 2007-10-22  5:48 UTC 

[PATCH 4/9] Bisect: implement "bisect skip" to mark untestable revisions
 2007-10-22  5:48 UTC 

[PATCH 3/9] Bisect: fix some white spaces and empty lines breakages
 2007-10-22  5:48 UTC 

[PATCH 2/9] rev-list documentation: add "--bisect-all"
 2007-10-22  5:48 UTC 

[PATCH 1/9] rev-list: implement --bisect-all
 2007-10-22  5:47 UTC 

[PATCH] git-cherry-pick: improve description of -x
 2007-10-22  5:19 UTC  (6+ messages)

how to deal with conflicts after "git stash apply"?
 2007-10-22  4:39 UTC  (4+ messages)

[PATCH] When exec'ing sub-commands, fall back on execvp (thePATH)
 2007-10-22  4:21 UTC  (9+ messages)
  ` [PATCH] execv_git_cmd(): also try PATH if everything else fails

[PATCH 2/2] Correct some sizeof(size_t) != sizeof(unsigned long) typing errors
 2007-10-22  4:00 UTC  (4+ messages)

On Tabs and Spaces
 2007-10-22  3:39 UTC  (9+ messages)

[PATCH] gitweb: Provide title attributes for abbreviated author names
 2007-10-22  0:28 UTC 

Git User's Survey 2007 unfinished summary continued
 2007-10-21 22:15 UTC  (15+ messages)

[PATCH] Define compat version of mkdtemp for systems lacking it
 2007-10-21 22:03 UTC  (2+ messages)

[PATCH] Fix diffcore-break total breakage
 2007-10-21 18:40 UTC  (2+ messages)
  ` [PATCH] Split out "exact content match" phase of rename detection

[PATCH] On error, do not list all commands, but point to --help option
 2007-10-21 14:17 UTC  (15+ messages)

[PATCH 1/2] gitk: Import msgcat for translation support
 2007-10-21 12:54 UTC  (4+ messages)
` [PATCH 2/2] gitk: Markup many strings for translation
    ` gitk still interested in translations?

gitk patch collection pull request
 2007-10-21 12:12 UTC  (16+ messages)
` [PATCH-resent] gitk: fix in procedure drawcommits

Announcement of Git wikibook
 2007-10-21 10:06 UTC  (8+ messages)

[BUG] git-mv submodule failure
 2007-10-21 10:02 UTC  (4+ messages)

How to run git-gui always in English?
 2007-10-21  7:15 UTC  (4+ messages)

[PATCH 1/2] Use PRIuMAX instead of 'unsigned long long' in show-index
 2007-10-21  5:25 UTC 

[PATCH] gitweb: Provide title attributes for abbreviated author names
 2007-10-21  4:29 UTC  (3+ messages)

[PATCH] If git is ran with a relative path, try building an absolute exec_path from it
 2007-10-20 21:25 UTC  (4+ messages)
` [PATCH] Deduce exec_path also from calls to git with a relative path

[PATCH] Deduce exec_path also from calls to git with a relative path
 2007-10-20 23:04 UTC  (3+ messages)

[PATCH] Fix receive-pack error msg
 2007-10-20 19:31 UTC 

[PATCH 0/14 resend] fork/exec removal series
 2007-10-21  0:29 UTC  (13+ messages)
` [PATCH 01/14] Change git_connect() to return a struct child_process instead of a pid_t
  ` [PATCH 02/14] Use start_command() in git_connect() instead of explicit fork/exec
    ` [PATCH 03/14] Use start_command() to run content filters "
      ` [PATCH 04/14] Use run_command() to spawn external diff programs instead of fork/exec
        ` [PATCH 05/14] Use start_comand() in builtin-fetch-pack.c instead of explicit fork/exec
          ` [PATCH 06/14] Have start_command() create a pipe to read the stderr of the child
            ` [PATCH 07/14] upload-pack: Use start_command() to run pack-objects in create_pack_file()
              ` [PATCH 08/14] Add infrastructure to run a function asynchronously
                ` [PATCH 09/14] Use the asyncronous function infrastructure in builtin-fetch-pack.c

[PATCH] Mention split command in git-add manpage
 2007-10-20 19:15 UTC 

[PATCH] Allow gitk to start on Cygwin with native Win32 Tcl/Tk
 2007-10-20 18:47 UTC  (3+ messages)

Fourth incarnation of the msysGit herald
 2007-10-20 18:19 UTC  (4+ messages)
  ` [msysGit] "

[PATCH] Fix receive-pack error msg
 2007-10-20 17:44 UTC 

git push bug?
 2007-10-20 17:38 UTC  (2+ messages)

git-p4 pull request
 2007-10-20 15:17 UTC 

How can I access remote branches in a cloned repository on my local machine?
 2007-10-20 14:18 UTC  (5+ messages)
    ` [Solved] "

[PATCH 1/3] git-cvsexportcommit.perl tabified
 2007-10-20 13:59 UTC  (4+ messages)
` [PATCH 3/3] git-cvsexportcommit.perl: git-apply no longer needs --binary

[PATCH 1/4] git-gui i18n: Add more words to glossary
 2007-10-20 13:31 UTC  (5+ messages)
    ` [PATCH 1/2] git-gui: Add more terms "
      ` [PATCH 2/2] git-gui: Update German translation

git push bug?
 2007-10-20 12:05 UTC  (4+ messages)

git push bug?
 2007-10-20 11:52 UTC  (9+ messages)

[PATCH] gitk: add check for required tcl version >= 8.4
 2007-10-20 11:19 UTC  (2+ messages)

Proposed git mv behavioral change
 2007-10-20 11:15 UTC  (22+ messages)

Proposed git mv behavioral change
 2007-10-20 11:06 UTC  (4+ messages)

[PATCH] When exec'ing sub-commands, fall back on execvp (the PATH)
 2007-10-20  7:30 UTC  (2+ messages)

Issues for git-submodule
 2007-10-20  7:31 UTC 

[RFC/PATCH] git-fetch: mega-terse fetch output
 2007-10-20  6:58 UTC  (14+ messages)

[PATCH] allow git to use the PATH for finding subcommands and help docs
 2007-10-20  6:42 UTC  (5+ messages)

git on afs
 2007-10-20  5:29 UTC  (4+ messages)

[PATCH] send-pack: respect '+' on wildcard refspecs
 2007-10-20  4:57 UTC  (8+ messages)

linux-2.6.git mirror
 2007-10-19 22:50 UTC  (4+ messages)

[PATCH] Change 'Deltifying objects' to 'Delta compressing objects'
 2007-10-19 21:57 UTC  (14+ messages)

Git-submodule questions
 2007-10-19 21:30 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).