git@vger.kernel.org mailing list mirror (one of many)
 help / color / mirror / code / Atom feed
 messages from 2016-02-09 22:53:27 to 2016-02-12 23:34:51 UTC [more...]

[PATCHv11 0/7] Expose submodule parallelism to the user
 2016-02-12 23:34 UTC  (3+ messages)
` [PATCHv11 1/7] submodule-config: keep update strategy around
` [PATCHv11 2/7] submodule-config: drop check against NULL

[PATCH] git-completion.bash: always swallow error output of for-each-ref
 2016-02-12 23:21 UTC  (10+ messages)

git svn dcommit doesn't support --username option for file:/// urls
 2016-02-12 23:14 UTC 

[PATCHv10 0/7] Expose submodule parallelism to the user
 2016-02-12 22:27 UTC  (9+ messages)
` [PATCHv10 1/7] submodule-config: keep update strategy around
` [PATCHv10 2/7] submodule-config: drop check against NULL
` [PATCHv10 3/7] fetching submodules: respect `submodule.fetchJobs` config option
` [PATCHv10 4/7] submodule update: direct error message to stderr
` [PATCHv10 5/7] git submodule update: have a dedicated helper for cloning
` [PATCHv10 6/7] submodule update: expose parallelism to the user
` [PATCHv10 7/7] clone: allow an explicit argument for parallel submodule clones

Gated Merge?
 2016-02-12 19:26 UTC  (7+ messages)

[PATCH] gitk: update German translation
 2016-02-12 19:17 UTC  (3+ messages)

[PATCH] Disown ssh+git and git+ssh
 2016-02-12 18:40 UTC  (2+ messages)

[PATCH] Implement https public key pinning
 2016-02-12 18:37 UTC  (6+ messages)
    ` [PATCH v2] "

`.git` symlink makes `git submodule add` fail
 2016-02-12 18:36 UTC  (5+ messages)

Git patch shows tab but files doesn't
 2016-02-12 18:32 UTC  (2+ messages)

[PATCH] mergetool: reorder vim/gvim buffers in three-way diffs
 2016-02-12 18:15 UTC  (12+ messages)

[PATCH v4 00/20] refs backend
 2016-02-12 17:01 UTC  (28+ messages)
` [PATCH v4 02/21] refs: add methods for misc ref operations
` [PATCH v4 03/21] refs: add methods for the ref iterators
` [PATCH v4 08/21] refs: add methods to init refs db
` [PATCH v4 09/21] refs: add method to rename refs
` [PATCH v4 12/21] refs: allow log-only updates
` [PATCH v4 13/21] refs: resolve symbolic refs first
` [PATCH v4 14/21] refs: always handle non-normal refs in files backend
` [PATCH v4 15/21] init: allow alternate ref strorage to be set for new repos
` [PATCH v4 19/21] refs: add register_ref_storage_backends()
` [PATCH v4 20/21] refs: add LMDB refs storage backend

[PATCH] pass transport verbosity down to git_connect
 2016-02-12 15:43 UTC  (10+ messages)
  ` [PATCH v2] "
    ` [PATCH 2/1] support -4 and -6 switches for remote operations
            ` [PATCH v2 "

[ANNOUNCE] Git for Windows 2.7.1(2)
 2016-02-12 14:10 UTC 

Post-receive hook for "git pull"
 2016-02-12 13:39 UTC  (3+ messages)

GSoC 2016: applications open, deadline = Fri, 19/2
 2016-02-12 13:11 UTC  (9+ messages)

[PATCH] git-gui--askpass: generalize the window title
 2016-02-12  9:26 UTC  (2+ messages)

`git rev-parse --git-common-dir` doesn't work in a subdirectory of the main work tree
 2016-02-12  4:31 UTC  (2+ messages)
` [PATCH] rev-parse: take prefix into account in --git-common-dir

Bug report: 'git commit --dry-run' corner case: returns error ("nothing to commit") when all conflicts resolved to HEAD
 2016-02-12  1:04 UTC 

[PATCH v2 00/25] More flexibility in making shallow clones
 2016-02-12  0:24 UTC  (3+ messages)

Git config depth option?
 2016-02-12  0:16 UTC  (2+ messages)

RFC: Resumable clone based on hybrid "smart" and "dumb" HTTP
 2016-02-11 23:53 UTC  (17+ messages)

[PATCH 0/5] drop "struct name_path" and path_name()
 2016-02-11 22:36 UTC  (7+ messages)
` [PATCH 1/5] http-push: stop using name_path
` [PATCH 2/5] show_object_with_name: simplify by using path_name()
` [PATCH 3/5] list-objects: convert name_path to a strbuf
` [PATCH 4/5] list-objects: drop name_path entirely
` [PATCH 5/5] list-objects: pass full pathname to callbacks

[PATCH 00/22] add the FORMATPRINTF macro to declare the gcc function
 2016-02-11 22:33 UTC  (27+ messages)
` [PATCH 01/22] git-compat-util.h: add the FORMATPRINTF macro
` [PATCH 02/22] advice.h: use the FORMATPRINTF macro to declare the gcc function attribute 'format printf'
` [PATCH 03/22] argv-array.h: "
` [PATCH 04/22] builtin/index-pack.c: "
` [PATCH 05/22] builtin/receive-pack.c: "
` [PATCH 06/22] builtin/update-index.c: "
` [PATCH 07/22] builtin/upload-archive.c: "
` [PATCH 08/22] cache.h: "
` [PATCH 09/22] color.h: "
` [PATCH 10/22] config.c: "
` [PATCH 11/22] daemon.c: "
` [PATCH 12/22] fsck.c: "
` [PATCH 13/22] http-backend.c: "
` [PATCH 14/22] imap-send.c: "
` [PATCH 15/22] merge-recursive.c: "
` [PATCH 16/22] pkt-line.h: "
` [PATCH 17/22] remote.c: "
` [PATCH 18/22] strbuf.h: "
` [PATCH 19/22] trace.h: "
` [PATCH 20/22] transport-helper.c: "
` [PATCH 21/22] utf8.h: "
` [PATCH 22/22] wt-status.h: "

[PATCHv9 0/6] Expose submodule parallelism to the user
 2016-02-11 20:33 UTC  (20+ messages)
` [PATCHv9 1/6] submodule-config: keep update strategy around
` [PATCHv9 3/6] fetching submodules: respect `submodule.fetchJobs` config option
` [PATCHv9 4/6] git submodule update: have a dedicated helper for cloning

Business proposal
 2016-02-11 19:20 UTC 

[PATCH 1/3] git reset --hard gives clean working tree
 2016-02-11 18:49 UTC  (4+ messages)
` [PATCH 2/3] Factor out convert_cmp_checkout() into convert.c
` [PATCH 3/3] convert.c: Optimize convert_cmp_checkout() for changed file len

assert failed in pathspec.c
 2016-02-11 16:13 UTC  (4+ messages)

git 2.7.0 crashes when top-down memory allocation preference is set
 2016-02-11 13:30 UTC  (7+ messages)

Bug in Quit shortcut key
 2016-02-11  0:07 UTC  (2+ messages)

Interim "What's cooking"
 2016-02-10 23:43 UTC 

git-svn clone error
 2016-02-10 22:22 UTC 

git show doesn't work on file names with square brackets
 2016-02-10 21:52 UTC  (22+ messages)
                        ` [PATCH 1/3] checkout: reorder check_filename conditional
                        ` [PATCH 2/3] check_filename: tighten dwim-wildcard ambiguity
                        ` [PATCH 3/3] get_sha1: don't die() on bogus search strings

[PATCH v2] config: add '--sources' option to print the source of a config value
 2016-02-10 19:03 UTC  (10+ messages)

[PATCH v4 1/6] t0027: add tests for get_stream_filter()
 2016-02-10 16:24 UTC  (6+ messages)
` [PATCH v4 2/6] convert.c: remove unused parameter 'path'
` [PATCH v4 3/6] convert.c: remove input_crlf_action()
` [PATCH v4 4/6] convert.c: use text_eol_is_crlf()
` [PATCH v4 5/6] convert.c: refactor crlf_action
` [PATCH v4 6/6] convert.c: simplify text_stat

RE
 2016-02-10 11:10 UTC 

[ANNOUNCE] Git Rev News edition 12
 2016-02-10 12:48 UTC 

[PATCH] stripspace: Call U+0020 a "space" instead of a "blank"
 2016-02-10  5:26 UTC  (5+ messages)

What's cooking in git.git (Feb 2016, #03; Tue, 9)
 2016-02-09 23:17 UTC 

[PATCH v1] travis-ci: override CFLAGS properly, add -Wdeclaration-after-statement
 2016-02-09 23:14 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).