git.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
 messages from 2018-10-26 23:07:55 to 2018-10-28 22:50:41 UTC [more...]

[RFC PATCH] index-pack: improve performance on NFS
 2018-10-28 22:50 UTC  (12+ messages)
          ` [PATCH 0/4] index-pack: optionally turn off SHA-1 collision checking
          ` [PATCH 1/4] pack-objects test: modernize style
          ` [PATCH 2/4] pack-objects tests: don't leave test .git corrupt at end
          ` [PATCH 3/4] index-pack tests: don't leave test repo dirty "
          ` [PATCH 4/4] index-pack: add ability to disable SHA-1 collision check

[PATCH] worktree: populate lock_reason in get_worktrees and light refactor/cleanup in worktree files
 2018-10-28 21:56 UTC  (4+ messages)
` [PATCH] worktree: refactor lock_reason_valid and lock_reason to be more sensible

[PATCH] sequencer: clarify intention to break out of loop
 2018-10-28 20:37 UTC  (3+ messages)

[PATCH v4 00/12] Base SHA-256 implementation
 2018-10-28 15:52 UTC  (5+ messages)
` [PATCH v4 10/12] Add a base implementation of SHA-256 support

[PATCH 0/3] some more hdr-check clean headers
 2018-10-28 15:40 UTC  (2+ messages)

[PATCH] pretty: Add %(trailer:X) to display single trailer
 2018-10-28 12:50 UTC 

t7405.17 breakage vanishes with GETTEXT_POISON=1
 2018-10-28 12:15 UTC  (2+ messages)

[PATCH] l10n: vi.po: fix typo in pack-objects
 2018-10-28 11:29 UTC  (2+ messages)

[PATCH 00/12] Mark more strings for translation
 2018-10-28  6:51 UTC  (13+ messages)
` [PATCH 01/12] git.c: mark "
` [PATCH 02/12] alias.c: mark split_cmdline_strerror() "
` [PATCH 03/12] archive.c: mark more "
` [PATCH 04/12] attr.c: mark more string "
` [PATCH 05/12] read-cache.c: mark more strings "
` [PATCH 06/12] read-cache.c: add missing colon separators
` [PATCH 07/12] reflog: mark strings for translation
` [PATCH 08/12] remote.c: mark messages "
` [PATCH 09/12] repack: mark more strings "
` [PATCH 10/12] parse-options: replace opterror() with optname()
` [PATCH 11/12] parse-options.c: mark more strings for translation
` [PATCH 12/12] fsck: mark "

[BUG] gitignore documentation inconsistent with actual behaviour
 2018-10-28  6:35 UTC  (4+ messages)
` [PATCH] wildmatch: change behavior of "foo**bar" in WM_PATHNAME mode

[PATCH] update git-http-backend doc for lighttpd
 2018-10-28  0:16 UTC 

[PATCH 00/15] sequencer: refactor functions working on a todo_list
 2018-10-27 21:29 UTC  (18+ messages)
` [PATCH v2 00/16] "
  ` [PATCH v2 01/16] sequencer: changes in parse_insn_buffer()
  ` [PATCH v2 02/16] sequencer: make the todo_list structure public
  ` [PATCH v2 03/16] sequencer: refactor transform_todos() to work on a todo_list
  ` [PATCH v2 04/16] sequencer: introduce todo_list_write_to_file()
  ` [PATCH v2 05/16] sequencer: refactor check_todo_list() to work on a todo_list
  ` [PATCH v2 06/16] sequencer: refactor sequencer_add_exec_commands() "
  ` [PATCH v2 07/16] sequencer: refactor rearrange_squash() "
  ` [PATCH v2 08/16] sequencer: make sequencer_make_script() write its script to a strbuf
  ` [PATCH v2 09/16] sequencer: change complete_action() to use the refactored functions
  ` [PATCH v2 10/16] sequencer: refactor skip_unnecessary_picks() to work on a todo_list
  ` [PATCH v2 11/16] rebase-interactive: use todo_list_write_to_file() in edit_todo_list()
  ` [PATCH v2 12/16] rebase-interactive: append_todo_help() changes
  ` [PATCH v2 13/16] rebase-interactive: rewrite edit_todo_list() to handle the initial edit
  ` [PATCH v2 14/16] sequencer: use edit_todo_list() in complete_action()
  ` [PATCH v2 15/16] sequencer: fix a call to error() in transform_todo_file()
  ` [PATCH v2 16/16] rebase--interactive: move transform_todo_file() to rebase--interactive.c

Git Test Coverage Report (Saturday, Oct 27)
 2018-10-27 19:47 UTC  (4+ messages)

[PATCH 00/10] Reduce #ifdef NO_PTHREADS
 2018-10-27 17:30 UTC  (32+ messages)
` [PATCH 01/10] thread-utils: macros to unconditionally compile pthreads API
` [PATCH 02/10] index-pack: remove #ifdef NO_PTHREADS
` [PATCH 03/10] name-hash.c: "
` [PATCH 04/10] attr.c: "
` [PATCH 05/10] send-pack.c: "
` [PATCH 06/10] grep: "
` [PATCH 07/10] preload-index.c: "
` [PATCH 08/10] pack-objects: "
` [PATCH 09/10] read-cache.c: "
` [PATCH 10/10] Clean up pthread_create() error handling
` [PATCH v2 00/10] Reduce #ifdef NO_PTHREADS
  ` [PATCH v2 01/10] thread-utils: macros to unconditionally compile pthreads API
  ` [PATCH v2 02/10] index-pack: remove #ifdef NO_PTHREADS
  ` [PATCH v2 03/10] name-hash.c: "
  ` [PATCH v2 04/10] attr.c: "
  ` [PATCH v2 05/10] grep: "
  ` [PATCH v2 06/10] preload-index.c: "
  ` [PATCH v2 07/10] pack-objects: "
  ` [PATCH v2 08/10] read-cache.c: "
  ` [PATCH v2 09/10] Clean up pthread_create() error handling
  ` [PATCH v2 10/10] read-cache.c: initialize copy_len to shut up gcc 8

bug?: git grep HEAD with exclude in pathspec not taken into account
 2018-10-27 14:57 UTC  (2+ messages)

[PATCH v3 00/12] Base SHA-256 implementation
 2018-10-27 14:34 UTC  (3+ messages)
` [PATCH v3 10/12] Add a base implementation of SHA-256 support

[PATCH] Poison gettext with the Ook language
 2018-10-27 10:42 UTC  (11+ messages)
` [PATCH] i18n: make GETTEXT_POISON a runtime option

[PATCH] Poison gettext with the Ook language
 2018-10-27 10:11 UTC  (12+ messages)

[PATCH] config.mak.dev: enable -Wunused-function
 2018-10-27  8:17 UTC  (7+ messages)
` [PATCH/RFC] thread-utils: better wrapper to avoid #ifdef NO_PTHREADS
      ` can we deprecate NO_PTHREADS?, was: "

[PATCH sg/test-rebase-editor-fix] t3404-rebase-interactive: test abbreviated commands
 2018-10-27  8:08 UTC  (3+ messages)
  ` [PATCH v2 "

[RFC PATCH] remote: add --fetch option to git remote set-url
 2018-10-27  8:09 UTC 

What's cooking in git.git (Oct 2018, #05; Fri, 26)
 2018-10-27  7:29 UTC  (5+ messages)

[PATCH] Clear --exclude list after 'git rev-parse --all'
 2018-10-27  7:20 UTC  (10+ messages)

[PATCH] fetch: replace string-list used as a look-up table with a hashmap
 2018-10-27  6:47 UTC  (6+ messages)
    ` [PATCH v3] "
        ` Re*: "

[PATCH 2/3] ewok_rlw.h: add missing 'inline' to function definition
 2018-10-27  6:29 UTC  (2+ messages)

[PATCH 00/78] nd/config-split reroll
 2018-10-27  6:23 UTC  (79+ messages)
` [PATCH 01/78] Update makefile in preparation for Documentation/config/*.txt
` [PATCH 02/78] config.txt: move advice.* to a separate file
` [PATCH 03/78] config.txt: move core.* "
` [PATCH 04/78] config.txt: move add.* "
` [PATCH 05/78] config.txt: move alias.* "
` [PATCH 06/78] config.txt: move am.* "
` [PATCH 07/78] config.txt: move apply.* "
` [PATCH 08/78] config.txt: move blame.* "
` [PATCH 09/78] config.txt: move branch.* "
` [PATCH 10/78] config.txt: move browser.* "
` [PATCH 11/78] config.txt: move checkout.* "
` [PATCH 12/78] config.txt: move clean.* "
` [PATCH 13/78] config.txt: move color.* "
` [PATCH 14/78] config.txt: move column.* "
` [PATCH 15/78] config.txt: move commit.* "
` [PATCH 16/78] config.txt: move credential.* "
` [PATCH 17/78] config.txt: move completion.* "
` [PATCH 18/78] config.txt: move diff-config.txt to config/
` [PATCH 19/78] config.txt: move difftool.* to a separate file
` [PATCH 20/78] config.txt: move fastimport.* "
` [PATCH 21/78] config.txt: move fetch-config.txt to config/
` [PATCH 22/78] config.txt: move filter.* to a separate file
` [PATCH 23/78] config.txt: move format-config.txt to config/
` [PATCH 24/78] config.txt: move fmt-merge-msg-config.txt "
` [PATCH 25/78] config.txt: move fsck.* to a separate file
` [PATCH 26/78] config.txt: move gc.* "
` [PATCH 27/78] config.txt: move gitcvs-config.txt to config/
` [PATCH 28/78] config.txt: move gitweb.* to a separate file
` [PATCH 29/78] config.txt: move grep.* "
` [PATCH 30/78] config.txt: move gpg.* "
` [PATCH 31/78] config.txt: move gui-config.txt to config/
` [PATCH 32/78] config.txt: move guitool.* to a separate file
` [PATCH 33/78] config.txt: move help.* "
` [PATCH 34/78] config.txt: move ssh.* "
` [PATCH 35/78] config.txt: move http.* "
` [PATCH 36/78] config.txt: move i18n.* "
` [PATCH 37/78] git-imap-send.txt: move imap.* "
` [PATCH 38/78] config.txt: move index.* "
` [PATCH 39/78] config.txt: move init.* "
` [PATCH 40/78] config.txt: move instaweb.* "
` [PATCH 41/78] config.txt: move interactive.* "
` [PATCH 42/78] config.txt: move log.* "
` [PATCH 43/78] config.txt: move mailinfo.* "
` [PATCH 44/78] config.txt: move mailmap.* "
` [PATCH 45/78] config.txt: move man.* "
` [PATCH 46/78] config.txt: move merge-config.txt to config/
` [PATCH 47/78] config.txt: move mergetool.* to a separate file
` [PATCH 48/78] config.txt: move notes.* "
` [PATCH 49/78] config.txt: move pack.* "
` [PATCH 50/78] config.txt: move pager.* "
` [PATCH 51/78] config.txt: move pretty.* "
` [PATCH 52/78] config.txt: move protocol.* "
` [PATCH 53/78] config.txt: move pull-config.txt to config/
` [PATCH 54/78] config.txt: move push-config.txt "
` [PATCH 55/78] config.txt: move rebase-config.txt "
` [PATCH 56/78] config.txt: move receive-config.txt "
` [PATCH 57/78] config.txt: move remote.* to a separate file
` [PATCH 58/78] config.txt: move remotes.* "
` [PATCH 59/78] config.txt: move repack.* "
` [PATCH 60/78] config.txt: move rerere.* "
` [PATCH 61/78] config.txt: move reset.* "
` [PATCH 62/78] config.txt: move sendemail-config.txt to config/
` [PATCH 63/78] config.txt: move sequencer.* to a separate file
` [PATCH 64/78] config.txt: move showBranch.* "
` [PATCH 65/78] config.txt: move splitIndex.* "
` [PATCH 66/78] config.txt: move status.* "
` [PATCH 67/78] config.txt: move stash.* "
` [PATCH 68/78] config.txt: move submodule.* "
` [PATCH 69/78] config.txt: move tag.* "
` [PATCH 70/78] config.txt: move transfer.* "
` [PATCH 71/78] config.txt: move uploadarchive.* "
` [PATCH 72/78] config.txt: move uploadpack.* "
` [PATCH 73/78] config.txt: move url.* "
` [PATCH 74/78] config.txt: move user.* "
` [PATCH 75/78] config.txt: move versionsort.* "
` [PATCH 76/78] config.txt: move web.* "
` [PATCH 77/78] config.txt: move worktree.* "
` [PATCH 78/78] config.txt: remove config/dummy.txt

[PATCH 3/3] commit-reach.h: add missing declarations (hdr-check)
 2018-10-27  1:53 UTC 

[PATCH 1/3] fetch-object.h: add missing declaration (hdr-check)
 2018-10-27  1:50 UTC 

[PATCH v3 0/3] delta-islands: avoid unused function messages
 2018-10-27  1:45 UTC  (6+ messages)
` [PATCH v3 3/3] commit-slab: missing definitions and forward declarations (hdr-check)

[PATCH v2 0/7] fixes for unqualified <dst> push
 2018-10-26 23:07 UTC  (9+ messages)
` [PATCH v3 1/8] remote.c: add braces in anticipation of a follow-up change
` [PATCH v3 2/8] i18n: remote.c: mark error(...) messages for translation
` [PATCH v3 3/8] push: improve the error shown on unqualified <dst> push
` [PATCH v3 4/8] push: move unqualified refname error into a function
` [PATCH v3 5/8] push: add an advice on unqualified <dst> push
` [PATCH v3 6/8] push: test that <src> doesn't DWYM if <dst> is unqualified
` [PATCH v3 7/8] push: add DWYM support for "git push refs/remotes/...:<dst>"
` [PATCH v3 8/8] push doc: document the DWYM behavior pushing to unqualified <dst>


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 NNTP newsgroup(s).