git@vger.kernel.org mailing list mirror (one of many)
 help / color / mirror / code / Atom feed
 messages from 2016-02-27 06:43:29 to 2016-02-29 19:14:32 UTC [more...]

[PATCHv20 00/12] Expose submodule parallelism to the user
 2016-02-29 19:14 UTC  (4+ messages)
` [PATCHv20 01/12] submodule-config: keep update strategy around
` [PATCHv20 02/12] submodule-config: drop check against NULL
` [PATCHv20 03/12] fetching submodules: respect `submodule.fetchJobs` config option

50a6c8ef - xmalloc_array
 2016-02-29 19:10 UTC  (10+ messages)
` [PATCH] compat/mingw: brown paper bag fix for 50a6c8e
      ` Compiler warning under cygwin/mingw (was: fix for 50a6c8e)
        ` Compiler warning under cygwin/mingw

[PATCHv18 00/11] Expose
 2016-02-29 19:03 UTC  (5+ messages)
` [PATCHv19 00/11] Expose submodule parallelism to the user
  ` [PATCHv19 09/11] git submodule update: have a dedicated helper for cloning

[PATCH v2 0/6] replacing strbuf_getline_lf() by strbuf_getline() on trimmed input
 2016-02-29 19:01 UTC  (30+ messages)
` [PATCH v3 0/7] replacing strbuf_getline_lf() by strbuf_getline()
  ` [PATCH v3 1/7] quote: remove leading space in sq_dequote_step
  ` [PATCH v3 2/7] bisect: read bisect paths with strbuf_getline()
  ` [PATCH v3 3/7] clean: read user input "
  ` [PATCH v3 4/7] notes copy --stdin: split lines with string_list_split()
  ` [PATCH v3 5/7] notes copy --stdin: read lines with strbuf_getline()
  ` [PATCH v3 6/7] remote: read $GIT_DIR/branches/* "
  ` [PATCH v3 7/7] wt-status: read rebase todolist "
  ` [PATCH v4 0/7] replacing strbuf_getline_lf() by strbuf_getline()
    ` [PATCH v4 1/7] quote: remove leading space in sq_dequote_step
    ` [PATCH v4 2/7] bisect: read bisect paths with strbuf_getline()
    ` [PATCH v4 3/7] clean: read user input "
    ` [PATCH v4 5/7] notes copy --stdin: split lines with string_list_split()
    ` [PATCH v4 6/7] remote: read $GIT_DIR/branches/* with strbuf_getline()
    ` [PATCH v4 7/7] wt-status: read rebase todolist "
    ` [PATCH v4 4/7] notes copy --stdin: read lines "

[PATCH 00/22] Mark more strings for translation
 2016-02-29 18:55 UTC  (41+ messages)
` [PATCH 02/22] builtin/blame.c: mark "
` [PATCH 03/22] builtin/checkout.c: "
` [PATCH 04/22] builtin/clone.c: "
` [PATCH 05/22] builtin/config.c: "
` [PATCH 07/22] builtin/update-index.c: "
` [PATCH 08/22] convert.c: "
` [PATCH 09/22] credential-cache--daemon.c: "
` [PATCH 10/22] http.c: "
` [PATCH 11/22] ident.c: "
` [PATCH 12/22] notes.c: "
` [PATCH 13/22] ref-filter.c: "
` [PATCH 14/22] refs/files-backend.c: "
` [PATCH 15/22] remote-curl.c: "
` [PATCH 16/22] run-command.c: "
` [PATCH 17/22] sha1_file.c: "
` [PATCH 18/22] submodule.c: "
` [PATCH 19/22] trailer.c: "
` [PATCH 20/22] transport-helper.c: mark strings for translating
` [PATCH 21/22] transport.c: "
` [PATCH 22/22] wrapper.c: mark strings for translation

[PATCH v5 0/3] pass credential.* to submodules
 2016-02-29 18:20 UTC  (5+ messages)
` [PATCH v5 1/3] sumodule--helper: fix submodule--helper clone usage and check argc count
` [PATCH v5 3/3] git: submodule honor -c credential.* from command line

Invalid initial git gui message encoding
 2016-02-29 17:50 UTC 

[PATCH/RFC 0/2] fix some rev-parse options in non-repos
 2016-02-29 17:32 UTC  (9+ messages)
` [PATCH 2/2] Revert "rev-parse: remove restrictions on some options"

What's cooking in git.git (Feb 2016, #07; Thu, 25)
 2016-02-29 17:17 UTC  (13+ messages)
                ` [PATCH 1/1] config.mak.uname: Darwin: Use clang for Mac OS X 10.6

git svn clones flawlessly on Windows, crashes silently on OS X - status of externals support?
 2016-02-29 16:54 UTC 

GIT_TRACE_PERFORMANCE and pager
 2016-02-29 16:47 UTC  (4+ messages)

GSoC 2016 Microproject
 2016-02-29 15:51 UTC  (9+ messages)

[PATCH] git-p4.py: Don't try to rebase on submit from bare repository
 2016-02-29 15:29 UTC  (12+ messages)
` [PATCH] git-p4.py: Make submit working on "

[PATCH] http: honor no_http env variable to bypass proxy
 2016-02-29 15:16 UTC 

[PATCH] Documentation: talk about pager in api-trace.txt
 2016-02-29 14:21 UTC 

[PATCH v2] Change type of signed int flags to unsigned
 2016-02-29 14:04 UTC 

Git 2.7.2.windows.1 fails to authenticate access to private repository over HTTPS
 2016-02-29 13:30 UTC  (2+ messages)

git config --get-urlmatch does not set exit code 1 when no match is found
 2016-02-29 13:08 UTC  (10+ messages)
  ` [PATCH 0/3] "
  ` [PATCH 1/3] config: fail if --get-urlmatch finds no value
  ` [PATCH 2/3] Documentation/git-config: use bulleted list for exit codes
  ` [PATCH 3/3] Documentation/git-config: fix --get-all description

git cat-file -e behavior
 2016-02-29 12:40 UTC  (5+ messages)

[PATCH] fetch-pack: fix unadvertised requests validation
 2016-02-29 10:00 UTC  (17+ messages)
        ` [PATCH] fetch-pack: fix object_id of exact sha1
                ` [PATCH v2] "

Trouble Cloning Git remote repository
 2016-02-29  9:34 UTC  (5+ messages)

[ANNOUNCE] Git v2.8.0-rc0
 2016-02-29  9:24 UTC  (4+ messages)

[RFC/PATCH] lockfile: improve error message when lockfile exists
 2016-02-29  7:25 UTC  (4+ messages)

[PATCH v1] git-p4: map a P4 user to Git author name and email address
 2016-02-29  5:31 UTC  (6+ messages)

[PATCH v2 1/2] pull --rebase: add --[no-]autostash flag
 2016-02-28 19:39 UTC  (7+ messages)
` [PATCH v2 2/2] Documentation/git-pull.txt: teach 'git pull --rebase' the --[no-]autostash option

[PATCH 00/16] git bisect improvements
 2016-02-28 18:28 UTC  (12+ messages)
` [PATCH 01/16] bisect: write about `bisect next` in documentation
` [PATCH 02/16] bisect: add test for the bisect algorithm

[PATCH 0/2] enable "svn.pathnameencoding" on dcommit
 2016-02-28 17:52 UTC  (4+ messages)
` [PATCH 1/1] t9115: Skip pathnameencoding=cp932 under HFS

[L10N] Kickoff of translation for Git 2.8.0 round 1
 2016-02-28 14:12 UTC 

[PATCH v2] add DEVELOPER makefile knob to check for acknowledged warnings
 2016-02-28 10:49 UTC  (6+ messages)

[PATCH] Change type of signed int flags to unsigned
 2016-02-28  7:59 UTC  (2+ messages)

Fwd: git clone does not respect command line options
 2016-02-28  5:01 UTC  (5+ messages)

Bug#813084: Background git gc fails, telling me to run git prune, which doesn't help
 2016-02-27 22:50 UTC 

[PATCH] environment.c: introduce DECLARE_GIT_GETTER helper macro
 2016-02-27 19:35 UTC 

[PATCH] environment.c: introduce SETUP_GIT_ENV helper macro
 2016-02-27 19:10 UTC  (4+ messages)

[PATCH/RFC] builtin/tag: Changes argument format for verify
 2016-02-27 18:31 UTC  (4+ messages)

[PATCH 0/3] out-of-bounds access from corrupted .idx files
 2016-02-27 18:25 UTC  (4+ messages)
` [PATCH 4/3] sha1_file.c: mark strings for translation

What's cooking in git.git (Feb 2016, #08; Fri, 26)
 2016-02-27 17:42 UTC  (3+ messages)

Consulting for implementation
 2016-02-27 14:33 UTC  (2+ messages)

[PATCH] README.md: don't take 'commandname' literally
 2016-02-27 10:46 UTC 

[PATCHv3 0/2] Port `git submodule init` from shell to C
 2016-02-27  8:30 UTC  (4+ messages)
` [PATCHv4 "
  ` [PATCHv4 2/2] submodule: port init "

[PATCH 0/2] Port `git submodule init` from shell to C
 2016-02-27  8:28 UTC  (3+ messages)
` [PATCH 1/2] submodule: port resolve_relative_url "


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