git@vger.kernel.org mailing list mirror (one of many)
 help / color / mirror / code / Atom feed
 messages from 2013-02-21 14:36:44 to 2013-02-24 09:04:16 UTC [more...]

git send-email should not allow 'y' for in-reply-to
 2013-02-24  9:03 UTC  (5+ messages)

[PATCH 00/13] Git help option to list user guides
 2013-02-24  9:01 UTC  (17+ messages)
` [PATCH 01/13] Use 'Git' in help messages
` [PATCH 02/13] Show 'git help <guide>' usage, with examples
` [PATCH 03/13] Help.c use OPT_COUNTUP
` [PATCH 04/13] Help.c add --guide option
` [PATCH 05/13] Help.c: add list_common_guides_help() function
` [PATCH 06/13] Add guide-list.txt and extraction shell
` [PATCH 07/13] Extend name string for longer names
` [PATCH 09/13] Rename everyday to giteveryday
` [PATCH 10/13] Update Git(1) links to guides
` [PATCH 11/13] Add missing guides to list and regenerate
` [PATCH 12/13] Documentation/Makefile: update git guide links
` [PATCH 13/13] Fixup! doc: giteveryday and user-manual man format

[PATCH] Improve QNX support in GIT
 2013-02-24  8:46 UTC  (3+ messages)

[PATCH] pkt-line: Fix sparse errors and warnings
 2013-02-24  8:36 UTC  (4+ messages)

[PATCH] Documentation/githooks: Explain pre-rebase parameters
 2013-02-24  8:13 UTC  (5+ messages)
` [PATCH v2] "

[RFC v2] git-multimail: a replacement for post-receive-email
 2013-02-24  5:53 UTC  (4+ messages)

[PATCH v2 00/16] use a lowercase "usage:" string
 2013-02-24  0:50 UTC  (17+ messages)
` [PATCH v2 01/16] git-sh-setup: "
  ` [PATCH v2 02/16] git-svn: "
    ` [PATCH v2 03/16] git-relink: "
      ` [PATCH v2 04/16] git-merge-one-file: "
        ` [PATCH v2 05/16] git-archimport: "
          ` [PATCH v2 06/16] git-cvsexportcommit: "
            ` [PATCH v2 07/16] git-cvsimport: "
              ` [PATCH v2 08/16] "
                ` [PATCH v2 09/16] contrib/credential: "
                  ` [PATCH v2 10/16] contrib/fast-import: "
                    ` [PATCH v2 11/16] contrib/fast-import/import-zips.py: fix broken error message
                      ` [PATCH v2 12/16] contrib/fast-import/import-zips.py: use spaces instead of tabs
                        ` [PATCH v2 13/16] contrib/examples: use a lowercase "usage:" string
                          ` [PATCH v2 14/16] contrib/hooks/setgitperms.perl: "
                            ` [PATCH v2 15/16] templates/hooks--update.sample: "
                              ` [PATCH v2 16/16] Documentation/user-manual.txt: "

[PATCH 00/16] make usage text consistent in git commands
 2013-02-24  0:37 UTC  (20+ messages)
` [PATCH 01/16] git-sh-setup: make usage text consistent
  ` [PATCH 02/16] git-svn: "
    ` [PATCH 03/16] git-relink: "
      ` [PATCH 04/16] git-merge-one-file: "
        ` [PATCH 05/16] git-archimport: "
          ` [PATCH 06/16] git-cvsexportcommit: "
            ` [PATCH 07/16] git-cvsimport: "
              ` [PATCH 08/16] "
                ` [PATCH 09/16] contrib/credential: "
                  ` [PATCH 10/16] contrib/fast-import: "
                    ` [PATCH 11/16] contrib/fast-import/import-zips.py: fix broken error message
                      ` [PATCH 12/16] contrib/fast-import/import-zips.py: use spaces instead of tabs
                        ` [PATCH 13/16] contrib/examples: make usage text consistent
                          ` [PATCH 14/16] contrib/hooks/setgitperms.perl: "
                            ` [PATCH 15/16] templates/hooks--update.sample: "
                              ` [PATCH 16/16] Documentation/user-manual.txt: "

[PATCH 1/2] index-format.txt: mention of v4 is missing in some places
 2013-02-23 21:53 UTC  (10+ messages)
` [PATCH 2/2] read-cache.c: use INDEX_FORMAT_{LB,UB} in verify_hdr()
  ` [PATCH 3/2] update-index: list supported idx versions and their features
  ` [PATCH v2 "

[PATCH] update-index: allow "-h" to also display options
 2013-02-23 21:25 UTC  (3+ messages)

patch for fix build git on Haiku
 2013-02-23 20:42 UTC  (2+ messages)

"git branch HEAD" dumps core when on detached head (NULL pointer dereference)
 2013-02-23 20:01 UTC  (7+ messages)
` [PATCH] branch: segfault fixes and validation
    ` [PATCH v2] "
        ` [PATCH v3] "

Suggested improvements to the git-p4 documentation (branch-related)
 2013-02-23 19:11 UTC  (6+ messages)

[PATCH] Spelling fixes
 2013-02-23 18:23 UTC  (3+ messages)

[PATCH] l10n: de.po: correct translation of "bisect" messages
 2013-02-23 18:17 UTC  (4+ messages)
` [PATCHv2] "

[PATCH] diff: Fix rename pretty-print when suffix and prefix overlap
 2013-02-23 16:48 UTC 

Fwd: Compiling git 1.8.1.4 on 64bit centos 5.6
 2013-02-23 15:44 UTC  (2+ messages)

[PATCH] add: allow users to silence Git 2.0 warnings about "add -u"
 2013-02-23  8:44 UTC  (8+ messages)

git checkout problem
 2013-02-23  8:19 UTC  (2+ messages)

[RFD] subtree status - comparing subtree with a remote
 2013-02-23  0:19 UTC 

What's cooking in git.git (Feb 2013, #09; Thu, 21)
 2013-02-22 23:35 UTC  (2+ messages)
` What will be in 1.8.2-rc1

[PATCH] t7502: perform commits using alternate editor in a subshell
 2013-02-22 23:24 UTC  (2+ messages)

Crashes while trying to show tag objects with bad timestamps
 2013-02-22 23:20 UTC  (9+ messages)
` [RFC/PATCH] hash-object doc: "git hash-object -w" can write invalid objects

[PATCH v4 09/12] sequencer.c: teach append_signoff to avoid adding a duplicate newline
 2013-02-22 22:38 UTC  (12+ messages)
` [PATCH v4.1 "
        ` [PATCH] git-commit: populate the edit buffer with 2 blank lines before s-o-b
              ` [PATCH v2] "

https_proxy and libcurl
 2013-02-22 22:09 UTC  (3+ messages)

Is this a bug?
 2013-02-22 21:48 UTC  (5+ messages)

[PATCHv3] Fix in Git.pm cat_blob crashes on large files
 2013-02-22 21:20 UTC  (2+ messages)

post-receive-email hook with custom_showrev
 2013-02-22 20:57 UTC 

[PATCH] submodule update: when using recursion, show full path
 2013-02-22 19:17 UTC  (2+ messages)

[PATCH] Fix in Git.pm cat_blob crashes on large files (resubmit with reviewed-by)
 2013-02-22 19:17 UTC  (5+ messages)
` [PATCH] Fix in Git.pm cat_blob crashes on large files (resubmit

[PATCH] archive: let remote clients get reachable commits
 2013-02-22 19:15 UTC  (7+ messages)

[BUG] git-check-ignore: Segmentation fault
 2013-02-22 17:23 UTC  (18+ messages)
` [PATCH 1/2] t0008: document test_expect_success_multi
  ` [PATCH 2/2] check-ignore.c: fix segfault with '.' argument from repo root
        ` Re* "
                  ` [PATCH 1/2] format-patch: rename "no_inline" field
                  ` [PATCH 2/2] format-patch: --inline-single

[PATCH] Fix in Git.pm cat_blob crashes on large files (reviewed by Jeff King)
 2013-02-22 17:10 UTC  (2+ messages)

What's cooking in git.git (Feb 2013, #05; Tue, 12)
 2013-02-22 16:58 UTC  (12+ messages)

[PATCH] Fix in Git.pm cat_blob crashes on large files
 2013-02-22 15:38 UTC  (6+ messages)

question about the ultimate source tracking
 2013-02-22 14:52 UTC 

[PATCHv3 0/19] pkt-line cleanups and fixes
 2013-02-22 11:22 UTC  (3+ messages)
` [PATCH v3 15/19] pkt-line: share buffer/descriptor reading implementation

-B option of git log
 2013-02-22 10:14 UTC  (3+ messages)

[RFC] Provide a mechanism to turn off symlink resolution in ceiling paths
 2013-02-22  7:23 UTC  (3+ messages)

[PATCH v4 4/4] t7800: "defaults" is no longer a builtin tool name
 2013-02-21 23:49 UTC  (2+ messages)

[PATCH v3 1/4] difftool: silence uninitialized variable warning
 2013-02-21 23:31 UTC  (6+ messages)
` [PATCH 2/4] t7800: update copyright notice
  ` [PATCH v3 3/4] t7800: modernize tests
    ` [PATCH v3 4/4] t7800: "defaults" is no longer a builtin tool name

git svn problem, probably a regression
 2013-02-20 22:13 UTC  (4+ messages)

[PATCH 2/2] Documentation: filter-branch env-filter example
 2013-02-21 20:49 UTC  (2+ messages)

[PATCH 1/2] git-filter-branch.txt: clarify ident variables usage
 2013-02-21 20:46 UTC  (2+ messages)

[PATCH v2 0/2] Documentation: filter-branch env-filter example
 2013-02-21 20:21 UTC 

Credentials and the Secrets API
 2013-02-21 19:27 UTC  (5+ messages)

QNX support
 2013-02-21 18:04 UTC  (3+ messages)

"git branch --contains x y" creates a branch instead of checking containment
 2013-02-21 17:48 UTC  (4+ messages)

RFD: concatening textconv filters
 2013-02-21 17:39 UTC  (2+ messages)

Google Summer of Code 2013 (GSoC13)
 2013-02-21 15:41 UTC  (6+ 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).