git@vger.kernel.org mailing list mirror (one of many)
 help / color / mirror / code / Atom feed
 messages from 2017-04-08 15:03:11 to 2017-04-11 17:41:02 UTC [more...]

[PATCH 0/5] forking and threading
 2017-04-11 17:40 UTC  (19+ messages)
` [PATCH 1/5] run-command: convert sane_execvp to sane_execvpe
` [PATCH 2/5] run-command: prepare argv before forking
` [PATCH 3/5] run-command: allocate child_err "
` [PATCH 4/5] run-command: prepare child environment "
` [PATCH 5/5] run-command: add note about forking and threading
` [PATCH 6/5] run-command: avoid potential dangers in forked child

[PATCH v3 0/2] http: few fixes for the proxy configuration handling
 2017-04-11 17:37 UTC  (4+ messages)
` [PATCH v3 1/2] http: honor empty http.proxy option to bypass proxy
` [PATCH v3 2/2] http: fix the silent ignoring of proxy misconfiguraion

[PATCH 00/12] PCREv2 & more
 2017-04-11 16:51 UTC  (32+ messages)
` [PATCH 01/12] grep: add ability to disable threading with --threads=0 or grep.threads=0
` [PATCH 02/12] grep: remove redundant regflags assignment under PCRE
` [PATCH 03/12] Makefile & configure: reword outdated comment about PCRE
` [PATCH 05/12] log: add exhaustive tests for pattern style options & config
` [PATCH 06/12] log: add -P as a synonym for --perl-regexp
` [PATCH 08/12] grep: make grep.patternType=[pcre|pcre1] a synonym for "perl"
` [PATCH 09/12] test-lib: rename the LIBPCRE prerequisite to PCRE
` [PATCH 10/12] grep: change the internal PCRE macro names to be PCRE1
` [PATCH 11/12] grep: change the internal PCRE code & header "
` [PATCH 12/12] grep: add support for PCRE v2

[PATCH v2 0/2] propagate push-options
 2017-04-11 16:33 UTC  (4+ messages)
` [PATCH v3 0/5] propagating push-options, remote and refspec

[PATCH v5 0/8] refactor the filter process code into a reusable module
 2017-04-11 16:16 UTC  (18+ messages)
` [PATCH v5 1/8] pkt-line: add packet_read_line_gently()
` [PATCH v5 2/8] convert: move packet_write_list() into pkt-line as packet_writel()
` [PATCH v5 3/8] convert: Split start_multi_file_filter into two separate functions
` [PATCH v5 4/8] convert: Separate generic structures and variables from the filter specific ones
` [PATCH v5 5/8] convert: Update generic functions to only use generic data structures
` [PATCH v5 6/8] convert: rename reusable sub-process functions
` [PATCH v5 7/8] sub-process: move sub-process functions into separate files
` [PATCH v5 8/8] convert: Update subprocess_read_status to not die on EOF

git work trees
 2017-04-11 15:14 UTC 

`git status` output is very misleading after a merge on a "detached HEAD"
 2017-04-11 15:13 UTC  (3+ messages)

[PATCH v2] http: honnor empty http.proxy option to bypass proxy
 2017-04-11 14:59 UTC  (6+ messages)

[PATCH] Docs: Add some missing options to git-diff.txt
 2017-04-11 14:39 UTC  (2+ messages)
` [PATCH v2] "

[PATCH] read-cache: avoid git_path() race in freshen_shared_index()
 2017-04-11 12:53 UTC 

Tools that do an automatic fetch defeat "git push --force-with-lease"
 2017-04-11 12:50 UTC  (23+ messages)

[PATCH v5] http.postbuffer: allow full range of ssize_t values
 2017-04-11 11:44 UTC  (3+ messages)

[PATCH 0/2] test: Detect *lots* of bugs by adding non-alnum to trash dir names
 2017-04-11 11:06 UTC  (22+ messages)
` [PATCH 1/2] tests: mark tests that fail when the TEST_DIRECTORY is unusual
` [PATCH 2/2] test-lib: exhaustively insert non-alnum ASCII into the TRASH_DIRECTORY name
    ` [PATCH] connect.c: handle errors from split_cmdline

What's cooking in git.git (Apr 2017, #01; Tue, 11)
 2017-04-11 10:12 UTC  (2+ messages)

[PATCH v1 0/3] travis-ci: build docs with asciidoctor
 2017-04-11  8:33 UTC  (4+ messages)
` [PATCH v1 1/3] travis-ci: build documentation with AsciiDoc and Asciidoctor
` [PATCH v1 2/3] travis-ci: parallelize documentation build
` [PATCH v1 3/3] travis-ci: unset compiler for jobs that do not need one

[PATCH v6 00/27] Remove submodule from files-backend.c
 2017-04-11  8:30 UTC  (4+ messages)
` [PATCH v7 00/28] "

[PATCH] http: honnor empty http.proxy option to bypass proxy
 2017-04-11  8:24 UTC  (3+ messages)

[PATCH v1] travis-ci: add static analysis build job to run coccicheck
 2017-04-11  7:26 UTC 

Git documentation on branching
 2017-04-10 17:13 UTC  (6+ messages)

[PATCH v2] unpack-trees: avoid duplicate ODB lookups during checkout
 2017-04-10 23:09 UTC  (7+ messages)

[PATCH 0/3] quarantine-push loose ends
 2017-04-10 22:51 UTC  (5+ messages)
` [PATCH 1/3] receive-pack: drop tmp_objdir_env from run_update_hook
` [PATCH 2/3] receive-pack: document user-visible quarantine effects
` [PATCH 3/3] refs: reject ref updates while GIT_QUARANTINE_PATH is set

[PATCH v8 0/3] read-cache: speed up add_index_entry
 2017-04-10 21:21 UTC  (5+ messages)
` [PATCH v8 1/3] read-cache: add strcmp_offset function
` [PATCH v8 2/3] p0006-read-tree-checkout: perf test to time read-tree
` [PATCH v8 3/3] read-cache: speed up add_index_entry during checkout

[PATCH 0/6] receive-pack: quarantine pushed objects
 2017-04-10 21:14 UTC  (5+ messages)
` [PATCH 4/6] receive-pack: quarantine objects until pre-receive accepts

[PATCH] fetch-pack: show clearer error message upon ERR
 2017-04-10 21:05 UTC 

[PATCH v3 0/4] convert: add "status=delayed" to filter process protocol
 2017-04-10 20:54 UTC  (9+ messages)
` [PATCH v3 1/4] t0021: keep filter log files on comparison
` [PATCH v3 2/4] t0021: make debug log file name configurable
` [PATCH v3 3/4] t0021: write "OUT" only on success
` [PATCH v3 4/4] convert: add "status=delayed" to filter process protocol

[RFC 0/4] Implementation of fetch-blobs and fetch-refs
 2017-04-10 20:46 UTC  (5+ messages)
` [RFC 1/4] server-endpoint: serve refs without advertisement
` [RFC 2/4] fetch-pack: refactor "want" pkt-line generation
` [RFC 3/4] fetch-pack: support new server endpoint
` [RFC 4/4] server-endpoint: serve blobs by hash

[PATCH v1] convert: fix return value for apply_multi_file_filter() on SIGPIPE
 2017-04-10 20:30 UTC 

broken text encoding in commit author name
 2017-04-10 19:01 UTC  (3+ messages)

[RFC] dropping support for ancient versions of curl
 2017-04-10 18:22 UTC  (7+ messages)

Modifying a bare repo directly
 2017-04-10 18:22 UTC  (4+ messages)

[PATCH] grep: plug a trivial memory leak
 2017-04-10 17:17 UTC  (2+ messages)

[PATCH] Make git log work for git CWD outside of work tree
 2017-04-10 17:13 UTC  (6+ messages)

[PATCH] t6500: don't run detached auto gc at the end of the test script
 2017-04-10 17:01 UTC  (6+ messages)

[PATCH v7 0/3] read-cache: speed up add_index_entry
 2017-04-10 13:34 UTC  (4+ messages)
` [PATCH v7 2/3] p0004-read-tree: perf test to time read-tree

[PATCH] pathspec: fix segfault in clear_pathspec
 2017-04-10 12:04 UTC  (2+ messages)

[PATCH 0/3] Respect column.ui in commented status in git-commit
 2017-04-10 11:35 UTC  (5+ messages)
` [PATCH 2/3] column: allow for custom printf
` [PATCH 3/3] WIP - Allow custom printf function for column printing

Unexpected working directory in post-receive hook in non-bare repository
 2017-04-10 11:13 UTC  (2+ messages)

[PATCH] Docs: Add some missing options to git-diff.txt
 2017-04-10 10:59 UTC  (2+ messages)
` [PATCH v1] "

[PATCH 0/3] fix working directory file issues while using sparse-checkout
 2017-04-10 10:36 UTC  (7+ messages)
` [PATCH 1/3] merge-recursive.c: conflict using sparse should update file
` [PATCH 2/3] apply.c: do not checkout file when skip-worktree bit set
` [PATCH 3/3] reset.c: update files when using sparse to avoid data loss

[PATCH v2] convert: add "status=delayed" to filter process protocol
 2017-04-09 18:41 UTC  (7+ messages)

Tools that do an automatic fetch defeat "git push --force-with-lease"
 2017-04-09 11:40 UTC  (4+ messages)
` [PATCH] push: document & test --force-with-lease with multiple remotes

why patch to the gitk no replay?
 2017-04-09  7:27 UTC  (3+ messages)

Tools that do an automatic fetch defeat "git push --force-with-lease"
 2017-04-08 22:03 UTC  (3+ messages)

problem with backslash in directory name
 2017-04-08 20:32 UTC  (4+ messages)
` [PATCH] submodule: prevent backslash expantion in submodule names

Feature request: --format=json
 2017-04-08 16:26 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).