git@vger.kernel.org mailing list mirror (one of many)
 help / color / mirror / code / Atom feed
 messages from 2017-04-11 23:49:59 to 2017-04-14 20:32:44 UTC [more...]

[PATCH v7] read-cache: call verify_hdr() in a background thread
 2017-04-14 20:32 UTC  (2+ messages)
` [PATCH v7] read-cache: force_verify_index_checksum

[PATCH 0/5] forking and threading
 2017-04-14 20:24 UTC  (41+ messages)
` [PATCH 1/5] run-command: convert sane_execvp to sane_execvpe
` [PATCH v2 0/6] forking and threading
  ` [PATCH v2 1/6] t5550: use write_script to generate post-update hook
  ` [PATCH v2 2/6] run-command: prepare command before forking
  ` [PATCH v2 3/6] run-command: prepare child environment "
  ` [PATCH v2 4/6] run-command: don't die in child when duping /dev/null
  ` [PATCH v2 5/6] run-command: eliminate calls to error handling functions in child
  ` [PATCH v2 6/6] run-command: add note about forking and threading
  ` [PATCH 7/6] run-command: block signals between fork and execve
  ` [PATCH v3 00/10] forking and threading
    ` [PATCH v3 01/10] t5550: use write_script to generate post-update hook
    ` [PATCH v3 02/10] t0061: run_command executes scripts without a #! line
    ` [PATCH v3 03/10] run-command: prepare command before forking
    ` [PATCH v3 04/10] run-command: use the async-signal-safe execv instead of execvp
    ` [PATCH v3 05/10] run-command: prepare child environment before forking
    ` [PATCH v3 06/10] run-command: don't die in child when duping /dev/null
    ` [PATCH v3 07/10] run-command: eliminate calls to error handling functions in child
    ` [PATCH v3 08/10] run-command: handle dup2 and close errors "
    ` [PATCH v3 09/10] run-command: add note about forking and threading
    ` [PATCH v3 10/10] run-command: block signals between fork and execve

[PATCH 0/4] recursive submodules: git-reset!
 2017-04-14 20:13 UTC  (15+ messages)
` [PATCH 1/4] entry.c: submodule recursing: respect force flag correctly
` [PATCH 2/4] submodule.c: uninitialized submodules are ignored in recursive commands
` [PATCH 3/4] submodule.c: harden submodule_move_head against broken submodules
` [PATCH 4/4] builtin/reset: add --recurse-submodules switch

[PATCH] t6500: don't run detached auto gc at the end of the test script
 2017-04-14 20:08 UTC  (23+ messages)
                  ` [PATCHv2] "
                    ` [PATCHv2.1] t6500: wait for "

Index files autocompletion too slow in big repositories (w / suggestion for improvement)
 2017-04-14 20:06 UTC 

[PATCH v4] unpack-trees: avoid duplicate ODB lookups during checkout
 2017-04-14 19:52 UTC  (3+ messages)

[PATCH v5] string-list: use ALLOC_GROW macro when reallocing
 2017-04-14 19:51 UTC  (2+ messages)
` [PATCH v5] string-list: use ALLOC_GROW macro when reallocing string_list

[PATCH] repack: respect gc.pid lock
 2017-04-14 19:33 UTC  (3+ messages)

[PATCH v3] unpack-trees: avoid duplicate ODB lookups during checkout
 2017-04-14 19:32 UTC  (5+ messages)

[BUG] ls-files '**' globstar matches one or more directories instead of zero or more directories
 2017-04-14 19:17 UTC 

[PATCH v10 0/3] read-cache: speed up add_index_entry
 2017-04-14 19:12 UTC  (4+ messages)
` [PATCH v10 1/3] read-cache: add strcmp_offset function
` [PATCH v10 2/3] p0006-read-tree-checkout: perf test to time read-tree
` [PATCH v10 3/3] read-cache: speed up add_index_entry during checkout

includeIf breaks calling dashed externals
 2017-04-14 17:43 UTC  (2+ messages)

[PATCH] ls-files: properly prepare submodule environment
 2017-04-14 17:02 UTC  (19+ messages)
    ` [PATCH v2 1/2] ls-files: fix recurse-submodules with nested submodules
      ` [PATCH v2 2/2] ls-files: fix path used when recursing into submodules
      ` [PATCH 3/2] ls-files: only recurse on active submodules

[PATCHv2] rebase: pass --[no]-signoff option to git am
 2017-04-14 16:50 UTC 

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

git work trees
 2017-04-14 16:27 UTC  (6+ messages)
` [PATCH] worktree add: add --lock option

[PATCH v9 0/3] read-cache: speed up add_index_entry
 2017-04-14 13:06 UTC  (4+ messages)
` [PATCH v9 3/3] read-cache: speed up add_index_entry during checkout

[PATCH v6 00/27] Remove submodule from files-backend.c
 2017-04-14 13:02 UTC  (7+ messages)
` [PATCH v7 00/28] "
  ` [PATCH v7 19/28] files-backend: replace submodule_allowed check in files_downcast()

[PATCH v3 0/4] Kill manual ref parsing code in worktree.c
 2017-04-14 12:45 UTC  (5+ messages)
` [PATCH v4 0/5] "

[RFC] dropping support for ancient versions of curl
 2017-04-14 11:12 UTC  (6+ messages)

[PATCH] submodule--helper: fix typo in is_active error message
 2017-04-13 23:10 UTC  (2+ messages)

[PATCH v1 0/3] travis-ci: build docs with asciidoctor
 2017-04-13 22:41 UTC  (2+ messages)

[PATCH] xgethostname: handle long hostnames
 2017-04-13 22:32 UTC  (5+ messages)

[PATCH 0/1] difftool: fix a use-after-free bug
 2017-04-13 22:01 UTC  (3+ messages)
` [PATCH 1/1] difftool: fix use-after-free

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

"up-to-date" vs. "up to date"
 2017-04-13 20:34 UTC 

Proposal for "fetch-any-blob Git protocol" and server design
 2017-04-13 20:12 UTC  (4+ messages)

Simultaneous gc and repack
 2017-04-13 19:05 UTC  (7+ messages)

[PATCH] submodule.c: add missing ' in error messages
 2017-04-13 17:25 UTC  (2+ messages)

Errors running gitk on OS X
 2017-04-13 17:03 UTC 

Fwd: Errors running gitk on OS X
 2017-04-13 16:54 UTC 

[PATCH] git-add--interactive.perl: add missing dot in a message
 2017-04-13 16:41 UTC 

[RFC] dropping support for ancient versions of curl
 2017-04-13 15:17 UTC  (10+ messages)
` [PATCH 0/7] Patches to support older RHEL releases
  ` [PATCH 5/7] Add support for gnupg < 1.4
  ` [PATCH 7/7] Do not use curl_easy_strerror with curl < 7.12.0

Rebase sequencer changes prevent exec commands from modifying the todo file?
 2017-04-13 13:52 UTC  (4+ messages)

gitk feature request: checkout any commit
 2017-04-13 12:05 UTC 

[PATCH] status: show in-progress info for short status
 2017-04-13 10:43 UTC  (3+ messages)

[PATCH] status: show in-progress info for short status
 2017-04-13  7:21 UTC  (6+ messages)

[PATCH v2 0/2] name-hash: fix buffer overrun
 2017-04-13  6:26 UTC  (3+ messages)
` [PATCH v2 2/2] "

[PATCH v8 0/5] [GSoC] remove_subtree(): reimplement using iterators
 2017-04-13  0:50 UTC  (5+ messages)
` [PATCH v8 1/5] dir_iterator: add tests for dir_iterator API

[PATCH] refs.h: rename submodule arguments to submodule_path
 2017-04-12 20:00 UTC 

(no subject)
 2017-04-12 19:43 UTC 

git subtree bug
 2017-04-12 18:37 UTC 

[PATCH] fetch-pack: show clearer error message upon ERR
 2017-04-12 18:27 UTC  (4+ messages)
` [PATCH v2] "

[PATCH v3 0/4] convert: add "status=delayed" to filter process protocol
 2017-04-12 17:46 UTC  (7+ messages)
` [PATCH v3 4/4] "

[PATCH 0/3] fix working directory file issues while using sparse-checkout
 2017-04-12 15:37 UTC  (6+ messages)
` [PATCH 3/3] reset.c: update files when using sparse to avoid data loss

[PATCH] worktree: change 'worktree' to 'working tree' in help text
 2017-04-12 14:01 UTC 

[PATCH v6] http.postbuffer: allow full range of ssize_t values
 2017-04-12 12:52 UTC  (5+ messages)

[PATCH v8 07/10] convert: unify the "auto" handling of CRLF
 2017-04-12 11:48 UTC  (2+ messages)
` [PATCH v2 1/1] Document how to normalize the line endings

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

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

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

[PATCH v2] pathspec: honor `PATHSPEC_PREFIX_ORIGIN` with empty prefix
 2017-04-12  8:47 UTC  (3+ messages)

Modifying a bare repo directly
 2017-04-12  0:48 UTC  (4+ messages)

What's cooking in git.git (Apr 2017, #01; Tue, 11)
 2017-04-12  0:42 UTC  (3+ 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).