git@vger.kernel.org mailing list mirror (one of many)
 help / color / mirror / code / Atom feed
 messages from 2012-09-14 16:55:26 to 2012-09-17 15:49:56 UTC [more...]

Test failure: Test #3 in t1304-default-acl
 2012-09-17 15:49 UTC  (8+ messages)

[PATCH] string_list API: document what "sorted" means
 2012-09-17 15:21 UTC 

[PATCH] fetch-pack.h: remove unnecessary #include
 2012-09-17 15:15 UTC 

Using Format/export-subst Howto
 2012-09-17 14:21 UTC  (14+ messages)

[PATCH] Documentation: indent-with-non-tab uses tabwidth setting, not just 8
 2012-09-17 14:22 UTC  (6+ messages)
      ` [PATCH] Documentation: indent-with-non-tab uses "equivalent tabs" not 8

is this behaviour expected for "git clone --single-branch"?
 2012-09-17 13:25 UTC  (14+ messages)
` [PATCH] clone: fix refspec on "--single-branch" option
      ` [PATCHv2] "
          ` [PATCHv3] "
              ` [PATCHv4] clone --single: limit the fetch refspec to fetched branch

[PATCH 1/2] perf: load test-lib-functions from the correct directory
 2012-09-17 13:15 UTC  (3+ messages)
` [PATCH 2/2] perf: export some important test-lib variables

[PATCH v3 00/14] Clean up how fetch_pack() handles the heads list
 2012-09-17 12:55 UTC  (10+ messages)
` [PATCH v3 05/14] Change fetch_pack() and friends to take string_list arguments

[PATCHv2] Add userdiff patterns for Ada
 2012-09-17 12:42 UTC 

[PATCH 0/5] Support matching "**" in .gitattributes and .gitignore
 2012-09-17 12:40 UTC  (19+ messages)
` [PATCH 1/5] Import wildmatch from rsync
` [PATCH 2/5] compat/wildmatch: remove static variable force_lower_case
` [PATCH 3/5] compat/wildmatch: fix case-insensitive matching
` [PATCH 4/5] Integrate wildmatch to git
` [PATCH 5/5] Support "**" in .gitignore and .gitattributes patterns using wildmatch()
` How to create the " [PATCH 0/5]" first email?
` [PATCH v2 0/5] Support matching "**" in .gitattributes and .gitignore
  ` [PATCH v2 1/5] Import wildmatch from rsync
  ` [PATCH v2 2/5] compat/wildmatch: remove static variable force_lower_case
  ` [PATCH v2 3/5] compat/wildmatch: fix case-insensitive matching
  ` [PATCH v2 4/5] Integrate wildmatch to git
  ` [PATCH v2 5/5] Support "**" in .gitignore and .gitattributes patterns using wildmatch()

[PATCH] Add MALLOC_CHECK_ and MALLOC_PERTURB_ libc env to the test suite for detecting heap corruption
 2012-09-17 12:17 UTC  (4+ messages)

[PATCH 1/2] git-gui: Fix a loose/lose mistake
 2012-09-17 11:52 UTC  (6+ messages)
` [PATCH 2/2] git-gui: remove .git/CHERRY_PICK_HEAD after committing

[PATCH] Make test output coloring more intuitive
 2012-09-17 11:50 UTC 

[PATCH] Add missing -z to git check-attr usage text for consistency with man page
 2012-09-17 11:38 UTC 

Failing svn imports from apache.org
 2012-09-17 11:05 UTC  (3+ messages)

[PATCH] git-gui: Fix semi-working shortcuts for unstage and revert
 2012-09-17 10:47 UTC  (3+ messages)

Make git-svn Use accessors for paths and urls
 2012-09-17  9:13 UTC  (8+ messages)
` [PATCH 1/5] Make Git::SVN use accessors internally for path
    ` [FYI/PATCH 1/5] Git::SVN: introduce path accessor
    ` [FYI/PATCH 2/5] Git::SVN: use accessor to read path
    ` [FYI/PATCH 3/5] Git::SVN: use accessor to write path
    ` [FYI/PATCH 4/5] Git::SVN::_new: use accessor to write path field
    ` [PATCH/RFC 5/5] Git::SVN: rename private "

[PATCH] test-string-list.c: Fix some sparse warnings
 2012-09-17  8:15 UTC  (10+ messages)
` [PATCH 1/7] builtin/notes.c: mark file-scope functions as static
  ` [PATCH 2/7] commit.c: "
  ` [PATCH 3/7] diff.c: mark private file-scope symbols "
  ` [PATCH 4/7] graph.c: "
  ` [PATCH 5/7] grep.c: "
  ` [PATCH 6/7] rerere.c: "
  ` [PATCH 7/7] notes.c: "

[PATCHv2 00/12] git p4: submit conflict handling
 2012-09-17  8:13 UTC  (15+ messages)
` [PATCHv2 01/12] git p4 test: remove bash-ism of combined export/assignment
` [PATCHv2 02/12] git p4: gracefully fail if some commits could not be applied
` [PATCHv2 03/12] git p4: remove submit failure options [a]pply and [w]rite
` [PATCHv2 04/12] git p4: move conflict prompt into run, add [q]uit input
` [PATCHv2 05/12] git p4: standardize submit cancel due to unchanged template

What's cooking in git.git (Sep 2012, #05; Fri, 14)
 2012-09-17  7:19 UTC  (5+ messages)

[PATCH v6 0/4] Support non-WIN32 systems lacking poll()
 2012-09-17  7:03 UTC  (5+ messages)
` [PATCH v6 1/4] make poll available for other platforms lacking it
` [PATCH v6 2/4] fix some win32 specific dependencies in poll.c
` [PATCH v6 3/4] poll() exits too early with EFAULT if 1st arg is NULL
` [PATCH v6 4/4] make poll() work on platforms that can't recv() on a non-socket

[PATCH] git-jump: ignore (custom) prefix in diff mode
 2012-09-17  6:03 UTC  (5+ messages)

[PATCH] rebase -i: Teach "--edit" action
 2012-09-17  6:11 UTC  (12+ messages)
` [PATCH 0/3] rebase -i: Teach "--edit-todo"
  ` [PATCH 1/3] rebase -i: Refactor help messages for todo file
  ` [PATCH 2/3] rebase -i: Teach "--edit-todo" action
  ` [PATCH 3/3] rebase -i: Add tests for "--edit-todo"
      ` [PATCH v2 1/3] rebase -i: Refactor help messages for todo file
        ` [PATCH v2 2/3] rebase -i: Teach "--edit-todo" action
        ` [PATCH v2 3/3] rebase -i: Add tests for "--edit-todo"

[PATCH 6/8] Doc add: link gitignore
 2012-09-17  5:50 UTC  (2+ messages)

[PATCH 3/8] Doc: Improve shallow depth wording
 2012-09-17  5:46 UTC  (2+ messages)

[PATCH] completion: add --no-edit to git-commit
 2012-09-17  5:05 UTC  (2+ messages)

[PATCH 7/8] Doc clean: add See Also links
 2012-09-17  5:00 UTC  (5+ messages)

[PATCH] Add userdiff patterns for Ada
 2012-09-17  4:59 UTC  (4+ messages)

Unable to clone GIT project
 2012-09-16 19:48 UTC  (4+ messages)

Remove all files except a few files, using filter-branch
 2012-09-16 17:06 UTC  (2+ messages)

How do I pronounce "blob"?
 2012-09-16 16:31 UTC  (5+ messages)

Backlight control broken between 3.6.0-rc1 and 3.6.0-rc4
 2012-09-16 16:21 UTC  (3+ messages)

[PATCH 5/8] Doc: separate gitignore pattern sources
 2012-09-16 14:57 UTC  (3+ messages)

[PATCH 1/8] Doc: Bundle file usage
 2012-09-16 10:57 UTC 

[PATCH 4/8] Doc: 'git' has a discussion section
 2012-09-16 10:57 UTC 

[PATCH 2/8] Doc: shallow clone deepens _to_ new depth
 2012-09-16 10:57 UTC 

[PATCH 8/8] Doc branch: show -vv option and alternative
 2012-09-16 10:58 UTC 

status of git interop with other VCS
 2012-09-16 11:45 UTC 

[PATCH 0/8] Small documentation updates
 2012-09-16 10:57 UTC 

Using git-replace in place of grafts -- and publishing .git/refs/replace between repos?
 2012-09-16  6:04 UTC  (5+ messages)

[ANNOUNCE] tig-1.0
 2012-09-16  0:32 UTC  (5+ messages)

[PATCH] test-generation.c: Fix a compiler warning
 2012-09-15 16:12 UTC 

[ANNOUNCE] Git v1.7.11.7
 2012-09-15  6:12 UTC 

Please pull git-l10n updates for git v1.7.12-146-g16d26
 2012-09-15  4:31 UTC  (4+ messages)

A huge update of git.pot is coming with 825 new, 24 removed messages
 2012-09-15  2:46 UTC 

[PATCH RFC 0/2] Mixing English and a local language
 2012-09-15  2:41 UTC  (4+ messages)
` [PATCH] Revert diffstat back to English

git stash data loss
 2012-09-14 23:04 UTC  (6+ messages)

[PATCH] test-generation: compute generation numbers and clock skews
 2012-09-14 21:55 UTC  (2+ messages)

[PATCH] git svn: Only follow first parents when populating svn:mergeinfo properties
 2012-09-14 21:50 UTC  (2+ messages)

[PATCH] Make git-svn branch patterns match complete URL
 2012-09-14 21:45 UTC  (2+ messages)

[PATCH] Add diff.context option to specify default context
 2012-09-14 21:06 UTC  (2+ messages)

[PATCH/RFC] remote-helper: allow fetch to discover sha1 later
 2012-09-14 20:49 UTC  (3+ messages)

What's cooking in git.git (Sep 2012, #03; Mon, 10)
 2012-09-14 20:20 UTC  (9+ messages)
` [PATCH v3] Teach rm to remove submodules unless they contain a git directory
    ` Suggestions for "What's cooking"

[PATCH/RFC] test-lib: add support for colors without tput
 2012-09-14 19:15 UTC  (16+ messages)
    `  "

[PATCHv2 6/6] rev-list/log: document logic with several limiting options
 2012-09-14 18:01 UTC  (13+ messages)
` [PATCHv3 00/11] "
  ` [PATCHv3 09/11] t7810-grep: test multiple --author with --all-match
  ` [PATCHv3 11/11] t7810-grep: test --all-match with multiple --grep and --author options
` [PATCHv3 01/11] grep: teach --debug option to dump the parse tree
` [PATCHv3 03/11] grep: show --debug output only once
` [PATCHv3 06/11] fixup! log: document use of multiple commit limiting options


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