git@vger.kernel.org mailing list mirror (one of many)
 help / color / mirror / code / Atom feed
 messages from 2012-09-18 19:47:49 to 2012-09-20 17:24:59 UTC [more...]

[PATCH] Disable dumb HTTP fallback with GIT_CURL_FALLBACK=0
 2012-09-20 17:24 UTC  (16+ messages)
    ` [PATCH] Revert "retry request without query when info/refs?query fails"
          ` [PATCH 0/2] smart http toggle switch fails"
            ` [PATCH 1/2] remote-curl: rename is_http variable
            ` [PATCH 2/2] remote-curl: let users turn off smart http
` Re* [PATCH] Disable dumb HTTP fallback with GIT_CURL_FALLBACK=0
  ` [PATCH 1/2] Disable dumb HTTP fallback with GIT_DUMB_HTTP_FALLBACK=false
  ` [PATCH 2/2] remote-curl: make dumb-http fallback configurable per URL

[PATCH] Improve legibility of test_expect_code output
 2012-09-20 16:57 UTC  (7+ messages)

[PATCH] completion: fix shell expansion of items
 2012-09-20 16:52 UTC  (3+ messages)

[PATCH] log --oneline: put decoration at the end of the line
 2012-09-20 16:47 UTC  (14+ messages)
          ` [PATCH 0/2] New pretty format color specifiers %C+ and %C-
            ` [PATCH 1/2] pretty: share code between format_decoration and show_decorations
            ` [PATCH 2/2] pretty: support placeholders %C+ and %C-
              ` [PATCH 3/2] pretty: support right alignment

[PATCH] Make test output coloring more intuitive
 2012-09-20 16:20 UTC  (34+ messages)
        ` [PATCH v4 3/6] Color skipped tests blue
            ` [PATCH v5 3/3] Color skipped tests bold blue
    ` [PATCH v2 0/6] make test output coloring more intuitive
      ` [PATCH v2 1/6] Change the color of individual known breakages
      ` [PATCH v2 2/6] Make 'not ok $count - $message' consistent with 'ok $count - $message'
      ` [PATCH v2 3/6] Color skipped tests the same as informational messages
      ` [PATCH v2 4/6] Refactor mechanics of testing in a sub test-lib
            ` [PATCH v3 "
              ` [PATCH v3 5/6] Test the test framework more thoroughly
              ` [PATCH v3 6/6] Treat unexpectedly fixed known breakages more seriously
      ` [PATCH v2 5/6] Test the test framework more thoroughly
      ` [PATCH v2 6/6] Treat unexpectedly fixed known breakages more seriously

[PATCH] Documentation: Document signature showing options
 2012-09-20  8:10 UTC 

[PATCH] test-string-list.c: Fix some sparse warnings
 2012-09-20  7:13 UTC  (8+ messages)
` [PATCH 1/7] builtin/notes.c: mark file-scope functions as static
  ` [PATCH 5/7] grep.c: mark private file-scope symbols "

[PATCH] Enable info/refs gzip decompression in HTTP client
 2012-09-20  2:59 UTC  (3+ messages)

git blame --follow
 2012-09-20  0:05 UTC  (10+ messages)
` [PATCH] Documentation/git-blame.txt: --follow is a NO-OP

Git 1.7.12 installer blocked by Gatekeeper - needs signing with an Apple developer ID
 2012-09-19 23:57 UTC  (3+ messages)

possible bug in autocompletion
 2012-09-19 23:43 UTC  (10+ messages)

[PATCH] Documentation/Makefile: Allow custom XMLTO binary
 2012-09-19 23:27 UTC  (4+ messages)

[PATCHv6] clone --single: limit the fetch refspec to fetched branch
 2012-09-19 23:26 UTC  (3+ messages)
` [PATCHv7] "

git diff across submodules
 2012-09-19 22:31 UTC  (4+ messages)

[PATCH 0/9] new git check-ignore sub-command
 2012-09-19 21:14 UTC  (4+ messages)
` [PATCH] Document conventions on static initialization and else cuddling

[PATCH] Port to HP NonStop
 2012-09-19 21:11 UTC  (5+ messages)

t1450-fsck (sometimes/often) failes on Mac OS X
 2012-09-19 20:23 UTC  (5+ messages)

Problem completing remotes when .git/remotes exits
 2012-09-19 19:55 UTC 

[PATCH v2 2/3] rebase -i: Teach "--edit-todo" action
 2012-09-19 19:52 UTC  (4+ messages)
` [PATCH v3 0/4] "
  ` [PATCH 5/4] rebase -i: suggest using --edit-todo to fix an unknown instruction

[PATCH] test-wildmatch.c: Fix some sparse warnings
 2012-09-19 18:13 UTC 

[PATCH] grep.c: Fix some sparse warnings
 2012-09-19 18:04 UTC 

[PATCH] gitk: Synchronize highlighting in file view when scrolling diff
 2012-09-19 18:17 UTC  (4+ messages)
  ` [PATCH v3] "

Add .editorconfig file to source repository to maintain a consistent coding style
 2012-09-19 17:43 UTC  (2+ messages)

[RFC] Questions for "Git User's Survey 2011"
 2012-09-19 17:35 UTC  (5+ messages)

[PATCHv2 8/8] Doc branch: show -vv option and alternative
 2012-09-19 17:22 UTC  (4+ messages)

[PATCH v8 00/16] GSOC remote-svn
 2012-09-19 15:21 UTC  (17+ messages)
` [PATCH v8 01/16] Implement a remote helper for svn in C
  ` [PATCH v8 02/16] Add git-remote-testsvn to Makefile
    ` [PATCH v8 03/16] Add svndump_init_fd to allow reading dumps from arbitrary FDs
      ` [PATCH v8 04/16] Add argv_array_detach and argv_array_free_detached
        ` [PATCH v8 05/16] Connect fast-import to the remote-helper via pipe, adding 'bidi-import' capability
          ` [PATCH v8 06/16] Add documentation for the 'bidi-import' capability of remote-helpers
            ` [PATCH v8 07/16] When debug==1, start fast-import with "--stats" instead of "--quiet"
              ` [PATCH v8 08/16] remote-svn, vcs-svn: Enable fetching to private refs
                ` [PATCH v8 09/16] Allow reading svn dumps from files via file:// urls
                  ` [PATCH v8 10/16] vcs-svn: add fast_export_note to create notes
                    ` [PATCH v8 11/16] Create a note for every imported commit containing svn metadata
                      ` [PATCH v8 12/16] remote-svn: Activate import/export-marks for fast-import
                        ` [PATCH v8 13/16] remote-svn: add incremental import
                          ` [PATCH v8 14/16] Add a svnrdump-simulator replaying a dump file for testing
                            ` [PATCH v8 15/16] remote-svn: add marks-file regeneration
                              ` [PATCH v8 16/16] Add a test script for remote-svn

The GitTogether
 2012-09-19 13:43 UTC  (2+ messages)

Changes to ignore patterns in version 1.7.12.1?
 2012-09-19 12:52 UTC  (3+ messages)

[PATCH] gitk: Synchronize highlighting in file view when scrolling diff
 2012-09-19  9:57 UTC  (2+ messages)
` [PATCH v2] "

[PATCHv5] clone --single: limit the fetch refspec to fetched branch
 2012-09-19  8:24 UTC  (4+ messages)
` [PATCHv6] "

[RFC] Support for HP NonStop
 2012-09-19  8:16 UTC  (5+ messages)

[PATCH] string_list API: document what "sorted" means
 2012-09-19  7:35 UTC  (7+ messages)

[PATCHv2 4/8] Doc: 'git' has a discussion section
 2012-09-19  7:19 UTC  (3+ messages)

[PATCHv2 7/8] Doc clean: add See Also link
 2012-09-19  3:58 UTC  (2+ messages)

[PATCHv2 6/8] Doc add: link gitignore
 2012-09-19  3:57 UTC  (2+ messages)

[PATCHv2 5/8] Doc: separate gitignore pattern sources
 2012-09-19  3:56 UTC  (2+ messages)

[PATCHv2 2/8] Doc: shallow clone deepens _to_ new depth
 2012-09-19  3:45 UTC  (2+ messages)

[PATCH] Allow fancy globs in git-svn init branches
 2012-09-19  1:52 UTC  (4+ messages)

[PATCHv2 1/8] Doc: Bundle file usage
 2012-09-18 23:55 UTC  (2+ messages)

[PATCH v3 00/14] Clean up how fetch_pack() handles the heads list
 2012-09-18 23:37 UTC  (11+ messages)
` [PATCH v3 02/14] t5500: add tests of fetch-pack --all --depth=N $URL $REF
` [PATCH v3 05/14] Change fetch_pack() and friends to take string_list arguments

[PATCHv2 0/8] Small documentation updates
 2012-09-18 23:25 UTC 

[PATCHv2 3/8] Doc: Improve shallow depth wording
 2012-09-18 23:25 UTC 

A note from the maintainer
 2012-09-18 23:14 UTC 

[ANNOUNCE] Git v1.7.12.1
 2012-09-18 23:14 UTC 

Confused by git am error message
 2012-09-18 22:51 UTC  (2+ messages)

[PATCH 3/8] Doc: Improve shallow depth wording
 2012-09-18 21:54 UTC  (5+ messages)

git archive --format zip utf-8 issues
 2012-09-18 21:12 UTC  (12+ messages)
                ` [PATCH 2/2] archive-zip: declare creator to be Unix for UTF-8 paths

[PATCH] t/perf: add "trash directory" to .gitignore
 2012-09-18 20:57 UTC  (10+ messages)
` [PATCH] t/test-lib: print pretty msg when git isn't built

[PATCH 0/5] Support matching "**" in .gitattributes and .gitignore
 2012-09-18 20:42 UTC  (15+ messages)
` How to create the " [PATCH 0/5]" first email?

Gitweb characters not encoded/decoded properly
 2012-09-18 20:36 UTC  (2+ messages)

[PATCH] rebase -i: fix misleading error message after 'exec no-such' instruction
 2012-09-18 20:29 UTC  (2+ messages)

[PATCH] Documentation/git-filter-branch: Move note about effect of removing commits
 2012-09-18 19:50 UTC  (4+ messages)

[PATCH] grep.c: Fix a sparse warning
 2012-09-18 19:49 UTC  (2+ 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).