git@vger.kernel.org mailing list mirror (one of many)
 help / color / mirror / code / Atom feed
 messages from 2015-10-16 09:00:19 to 2015-10-20 22:44:34 UTC [more...]

[PATCH 0/8] Fixes for the parallel processing engine and git submodule update
 2015-10-20 22:43 UTC  (6+ messages)
` [PATCH 2/8] run-command: Call get_next_task with a clean child process
` [PATCH 3/8] run-command: Initialize the shutdown flag
` [PATCH 4/8] test-run-command: Test for gracefully aborting
` [PATCH 7/8] submodule config: Keep update strategy around
` [PATCH 8/8] git submodule update: Have a dedicated helper for cloning

What's cooking in git.git (Oct 2015, #04; Tue, 20)
 2015-10-20 22:10 UTC 

[PATCH v2 00/31] libify mailinfo and call it directly from am
 2015-10-20 22:08 UTC  (43+ messages)
` [PATCH v3 00/34] "
  ` [PATCH v3 01/34] mailinfo: remove a no-op call convert_to_utf8(it, "")
  ` [PATCH v3 02/34] mailinfo: fold decode_header_bq() into decode_header()
  ` [PATCH v3 03/34] mailinfo: fix an off-by-one error in the boundary stack
  ` [PATCH v3 04/34] mailinfo: explicitly close file handle to the patch output
  ` [PATCH v3 05/34] mailinfo: move handle_boundary() lower
  ` [PATCH v3 06/34] mailinfo: get rid of function-local static states
  ` [PATCH v3 07/34] mailinfo: do not let handle_body() touch global "line" directly
  ` [PATCH v3 08/34] mailinfo: do not let handle_boundary() "
  ` [PATCH v3 09/34] mailinfo: do not let find_boundary() "
  ` [PATCH v3 10/34] mailinfo: move global "line" into mailinfo() function
  ` [PATCH v3 11/34] mailinfo: introduce "struct mailinfo" to hold globals
  ` [PATCH v3 12/34] mailinfo: move keep_subject & keep_non_patch_bracket to struct mailinfo
  ` [PATCH v3 13/34] mailinfo: move global "FILE *fin, *fout" "
  ` [PATCH v3 14/34] mailinfo: move filter/header stage "
  ` [PATCH v3 15/34] mailinfo: move patch_lines "
  ` [PATCH v3 16/34] mailinfo: move add_message_id and message_id "
  ` [PATCH v3 17/34] mailinfo: move use_scissors and use_inbody_headers "
  ` [PATCH v3 18/34] mailinfo: move metainfo_charset "
  ` [PATCH v3 19/34] mailinfo: move check for metainfo_charset to convert_to_utf8()
  ` [PATCH v3 20/34] mailinfo: move transfer_encoding to struct mailinfo
  ` [PATCH v3 21/34] mailinfo: move charset "
  ` [PATCH v3 22/34] mailinfo: move cmitmsg and patchfile "
  ` [PATCH v3 23/34] mailinfo: move [ps]_hdr_data "
  ` [PATCH v3 24/34] mailinfo: move content/content_top "
  ` [PATCH v3 25/34] mailinfo: handle_commit_msg() shouldn't be called after finding patchbreak
  ` [PATCH v3 26/34] mailinfo: keep the parsed log message in a strbuf
  ` [PATCH v3 27/34] mailinfo: move read_one_header_line() closer to its callers
  ` [PATCH v3 28/34] mailinfo: move check_header() after the helpers it uses
  ` [PATCH v3 29/34] mailinfo: move cleanup_space() before its users
  ` [PATCH v3 30/34] mailinfo: move definition of MAX_HDR_PARSED closer to its use
  ` [PATCH v3 31/34] mailinfo: libify
  ` [PATCH v3 32/34] mailinfo: handle charset conversion errors in the caller
  ` [PATCH v3 33/34] mailinfo: remove calls to exit() and die() deep in the callchain
  ` [PATCH v3 34/34] am: make direct call to mailinfo

[RFC PATCHv1 00/12] git submodule update in C with parallel cloning
 2015-10-20 21:21 UTC  (14+ messages)
` [PATCH 01/12] git submodule update: Announce skipping submodules on stderr
` [PATCH 02/12] git submodule update: Announce uninitialized modules "
` [PATCH 03/12] git submodule update: Move branch calculation to where it's needed
` [PATCH 05/12] git submodule update: Use its own list implementation
` [PATCH 06/12] git submodule update: Handle unmerged submodules in C

[PATCH v2 00/10] port branch.c to use ref-filter's printing options
 2015-10-20 20:53 UTC  (18+ messages)

[PATCH v3 1/1] Makefile: link libcurl before libssl
 2015-10-20 20:20 UTC  (4+ messages)

Git-p4 fails with NameError with python 2.7.2
 2015-10-20 19:36 UTC  (6+ messages)
    ` [PATCH] git-p4: import the ctypes module

[PATCH 0/5] Fixes for the parallel processing
 2015-10-20 19:07 UTC  (12+ messages)
` [PATCH 1/5] run-command: Fix early shutdown
` [PATCH 2/5] run-command: Call get_next_task with a clean child process
` [PATCH 3/5] run-command: Initialize the shutdown flag
` [PATCH 4/5] test-run-command: test for gracefully aborting
` [PATCH 5/5] test-run-command: Increase test coverage
` [PATCH 6/5] run-command: Fix missing output from late callbacks

[PATCH] pull: add angle brackets to usage string
 2015-10-20 18:18 UTC  (10+ messages)

[RFC] URL rewrite in .gitmodules
 2015-10-20 17:33 UTC  (3+ messages)

[PATCH v1] git-p4: Add option to ignore empty commits
 2015-10-20 17:27 UTC  (2+ messages)

Commit 5841520b makes it impossible to connect to github from behind my company's firewall
 2015-10-20 17:06 UTC  (7+ messages)

git-cherry doesn't detect a "copied" commit
 2015-10-20 16:32 UTC 

How to handle false-positive with git-cherry ?
 2015-10-20 16:25 UTC 

[PATCH v2 0/4] stripspace: Implement and use --count-lines option
 2015-10-20 15:47 UTC  (23+ messages)
` [PATCH v2 1/4] strbuf: make stripspace() part of strbuf
` [PATCH v2 2/4] stripspace: Use parse-options for command-line parsing
` [PATCH v2 3/4] stripspace: Implement --count-lines option
` [PATCH v2 4/4] git rebase -i: Use newly added --count-lines option for stripspace

[PATCH 0/4] gitk crash fix and locale updates
 2015-10-20 12:33 UTC  (5+ messages)
` [PATCH 1/4] gitk: Fix crash with --all in non-English locales
` [PATCH 2/4] gitk: Update msgid's for menu items with accelerator
` [PATCH 3/4] gitk: Add accelerators to Japanese locale
` [PATCH 4/4] gitk: Add accelerator to German locale

[PATCH v3] merge: fix cache_entry use-after-free
 2015-10-20  2:13 UTC  (8+ messages)

problem with modification time of packfiles
 2015-10-19 23:52 UTC  (5+ messages)

[PATCH v4 00/26] refs backend pre-vtable patches
 2015-10-19 23:16 UTC  (4+ messages)
` [PATCH v4 02/26] refs: make repack_without_refs and is_branch public

Announcing Git for Windows 2.6.2
 2015-10-19 21:08 UTC 

[PATCH] fix flaky untracked-cache test
 2015-10-19 19:48 UTC 

Git bug report: git doesn't change working directory
 2015-10-19 16:33 UTC  (2+ messages)

[PATCH] contrib/subtree: remove "push" command from the "todo" file
 2015-10-19 12:06 UTC 

Feature Request: Branch Description updating support for git fetch/pull/push
 2015-10-19  9:15 UTC 

[GIT PULL] l10n updates for 2.6 maint branch
 2015-10-19  6:37 UTC  (2+ messages)

[PATCH] Fix worktree usage message
 2015-10-19  6:35 UTC  (6+ messages)
      ` [PATCH] worktree: usage: denote <branch> as optional with 'add'

[PATCH] Add ls-files --eol-staged, --eol-worktree
 2015-10-19  6:32 UTC  (8+ messages)

submodule: allow submodule directory in gitignore
 2015-10-19  2:24 UTC  (4+ messages)

git-credential-cache--daemon quits on SIGHUP, can we change it to ignore instead?
 2015-10-19  0:51 UTC  (4+ messages)

[Feature Request] git blame showing only revisions from git rev-list --first-parent
 2015-10-18 17:41 UTC  (11+ messages)

How to rebase when some commit hashes are in some commit messages
 2015-10-18 16:23 UTC  (5+ messages)

[PATCH v2] tag.c: use the correct algorithm for the '--contains' option
 2015-10-18 10:25 UTC 

[PATCH] Fix missing brackets in worktree usage
 2015-10-18 10:24 UTC 

git tag --contains now takes a long time
 2015-10-18 10:04 UTC  (8+ messages)

git worktree help inconsistent
 2015-10-18  4:10 UTC 

dead link on manual page
 2015-10-18  2:46 UTC  (2+ messages)

[PATCH] tag.c: use the correct algorithm for the '--contains' option
 2015-10-17 18:23 UTC 

[PATCH 0/3] stripspace: Implement and use --count-lines option
 2015-10-17 10:44 UTC  (9+ messages)
` [PATCH 2/3] stripspace: Implement "

[PATCH] usage: do not insist that standard input must come from a file
 2015-10-16 22:58 UTC  (5+ messages)

[ANNOUNCE] Git v2.6.2
 2015-10-16 22:10 UTC 

[BUG] t7063-status-untracked-cache flaky?
 2015-10-16 21:25 UTC  (5+ messages)

[PATCH] Add fetch.recurseSubmoduleParallelism config option
 2015-10-16 17:26 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).