git@vger.kernel.org mailing list mirror (one of many)
 help / color / mirror / code / Atom feed
 messages from 2010-06-01 03:04:38 to 2010-06-02 16:38:50 UTC [more...]

[PATCH 0/5] miscellaneous test suite fixes
 2010-06-02 16:38 UTC  (20+ messages)
` [PATCH 1/5] t/t5800: skip if python version is older than 2.5
` [PATCH 2/5] git-request-pull.sh: remove -e switch to shell interpreter which breaks ksh
` [PATCH 3/5] t/t5150: remove space from sed script
` [PATCH 4/5] t/t7006: ignore return status of shell's unset builtin
      ` [PATCH 4/5 v2] "
` [PATCH 5/5] t/aggregate-results: accomodate systems with small max argument list length

What's the best way to make my company migrate to Git?
 2010-06-02 16:01 UTC  (15+ messages)

Repost: [PATCH] gitk: Decode the "-n" argument properly for Edit View
 2010-06-02 15:16 UTC 

git-quiltimport
 2010-06-02 15:07 UTC 

http-smart-backend: can clone, cannot push
 2010-06-02 15:16 UTC  (9+ messages)

Best way to apply textconv to a working tree file
 2010-06-02 15:12 UTC  (8+ messages)

[PATCH] Makefile: Use $(sharedir)/gitweb for target 'install-gitweb'
 2010-06-02 14:49 UTC  (4+ messages)

Bug? "git branch" failing to list all branches
 2010-06-02 14:47 UTC 

[WIP PATCH] The SVN RA client, finally
 2010-06-02 13:08 UTC  (2+ messages)
` [WIP PATCH] Add a skeleton RA SVN client

[PATCH/RFC 0/5] Add internationalization support to Git
 2010-06-02 11:47 UTC  (36+ messages)
` [PATCH/RFC v2 1/6] Add infrastructure for translating Git with gettext
    ` [PATCH/RCF] autoconf: Check if <libintl.h> exists and set NO_GETTEXT
` [PATCH/RFC v2 5/6] gettext: Add a Gettext interface for Perl
` [PATCH/RFC v3 0/7] Add internationalization support to Git
    ` [PATCH/RFC v4 "
    ` [PATCH/RFC v4 1/7] Add infrastructure for translating Git with gettext
    ` [PATCH/RFC v4 2/7] gettext: Add a Gettext interface for shell scripts
    ` [PATCH/RFC v4 3/7] gettext: Add a Gettext interface for Perl
    ` [PATCH/RFC v4 4/7] Makefile: Don't install Gettext .mo files if NO_GETTEXT
    ` [PATCH/RFC v4 5/7] Makefile: Override --keyword= for all languages
    ` [PATCH/RFC v4 6/7] gettext: Sanity tests for Git's Gettext support
    ` [PATCH/RFC v4 7/7] gettext: Add a skeleton po/is.po
` [PATCH/RFC v3 1/7] Add infrastructure for translating Git with gettext
` [PATCH/RFC v3 2/7] gettext: Add a Gettext interface for shell scripts
` [PATCH/RFC v3 3/7] gettext: Add a Gettext interface for Perl
` [PATCH/RFC v3 4/7] Makefile: Don't install Gettext .mo files if NO_GETTEXT
` [PATCH/RFC v3 5/7] Makefile: Override --keyword= for all languages
` [PATCH/RFC v3 6/7] gettext: Basic sanity tests for Git's Gettext support
` [PATCH/RFC v3 7/7] gettext: Add a skeleton po/is.po

git ls-files ../
 2010-06-02 11:34 UTC 

git locate
 2010-06-02 11:29 UTC  (11+ messages)

[PATCH v5 15/18] git-compat-util.h: Irix 6.5 defines sgi but not __sgi
 2010-06-02  9:56 UTC  (4+ messages)
` [PATCH] git-compat-util.h: use apparently more common __sgi macro to detect SGI IRIX

[PATCH] git-instaweb: Add option to reuse previous config file
 2010-06-02  9:44 UTC  (5+ messages)

Documentation on writing portable code for Git
 2010-06-02  9:42 UTC 

[PATCH v2 0/3] git am: Improve error messages
 2010-06-02  8:33 UTC  (4+ messages)
` [PATCH v2 1/3] git am: Set cmdline globally
` [PATCH v2 2/3] git am: Display some help text when patch is empty
` [PATCH v2 3/3] git am: Remove stray error message from sed

How to add daily tags for a central repo?
 2010-06-02  7:55 UTC  (10+ messages)

[PATCH 0/8] implement cherry-picking many commits
 2010-06-02  6:14 UTC  (26+ messages)
` [PATCH 2/8] revert: use run_command_v_opt() instead of execv_git_cmd()
` [PATCH 3/8] revert: refactor code into a do_pick_commit() function
` [PATCH 4/8] revert: change help_msg() to take no argument
` [PATCH 5/8] revert: allow cherry-picking more than one commit
` [PATCH 6/8] revert: add tests to check cherry-picking many commits
` [PATCH 7/8] Documentation/cherry-pick: describe passing more than one commit
` [PATCH 8/8] Documentation/revert: "

[PATCH v2 0/8] implement cherry-picking many commits
 2010-06-02  5:58 UTC  (9+ messages)
` [PATCH v2 1/8] revert: cleanup code for -x option
` [PATCH v2 2/8] revert: use run_command_v_opt() instead of execv_git_cmd()
` [PATCH v2 3/8] revert: refactor code into a do_pick_commit() function
` [PATCH v2 4/8] revert: change help_msg() to take no argument
` [PATCH v2 5/8] revert: allow cherry-picking more than one commit
` [PATCH v2 6/8] revert: add tests to check cherry-picking many commits
` [PATCH v2 7/8] Documentation/cherry-pick: describe passing more than one commit
` [PATCH v2 8/8] Documentation/revert: "

[PATCH v4 0/5] Patches to avoid reporting conversion changes
 2010-06-02  4:40 UTC  (7+ messages)
` [PATCH v4 1/5] sha1_file: Add index_blob()
` [PATCH v4 2/5] strbuf: Add strbuf_add_uint32()
` [PATCH v4 3/5] cache: Keep track of conversion mode changes
` [PATCH v4 4/5] cache: Add index extension "CONV"
` [PATCH v4 5/5] t/t0021: Test that conversion changes are detected

[PATCH] Documentation/pretty-{formats,options}: better reference for "format:<string>"
 2010-06-02  4:40 UTC  (3+ messages)

[PATCH v5 00/18] Portability patches for git-1.7.1
 2010-06-02  4:39 UTC  (7+ messages)
` [PATCH v5 02/18] Rewrite dynamic structure initializations to runtime assignment
` [PATCH v5 05/18] Do not use "diff" found on PATH while building and installing
` [PATCH v5 06/18] tests: use "test_cmp", not "diff", when verifying the result

HELP: cannot clone a repository via http_proxy on FC13
 2010-06-02  1:18 UTC  (5+ messages)

patch perf-fix-endianness-argument-compatibility-with-opt_boolean-and-introduce-opt_incr.patch added to 2.6.34-stable tree
 2010-06-01 23:00 UTC 

[PATCHv2] git-instaweb: Add option to reuse previous config file
 2010-06-01 22:24 UTC  (2+ messages)

git send-email should always ask for in-reply-to
 2010-06-01 18:08 UTC  (3+ messages)
  ` [PATCH] send-email: Ask for in-reply message ID even if from and to is already known

[PATCH 0/3] Improve git-am error messages
 2010-06-01 17:44 UTC  (7+ messages)
` [PATCH 1/3] Set cmdline globally, not in stop_here_user_resolve
` [PATCH 2/3] Display some help text when patch is empty
` [PATCH 3/3] Remove stray error message from sed

[PATCH] rebase -i -p: document shortcomings
 2010-06-01 17:24 UTC  (5+ messages)

Recovering from commit --amend in rebase --interactive
 2010-06-01 15:25 UTC  (6+ messages)

[PATCH] Documentation: A...B shortcut for checkout and rebase
 2010-06-01 15:16 UTC 

Migrate from svn to git
 2010-06-01 14:23 UTC  (4+ messages)

[PATCH] Documentation/checkout: clarify description
 2010-06-01  7:25 UTC  (3+ messages)

[GSoC 2010] The 2nd week
 2010-06-01  6:41 UTC 

hook to deal correctly with OS X packages?
 2010-06-01  1:56 UTC 

[RFC/PATCH 0/4] implement "git cherry-pick A..B"
 2010-06-01  3:12 UTC  (4+ messages)
` [RFC/PATCH 3/4] revert: allow cherry-picking a range of commits


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).