git@vger.kernel.org mailing list mirror (one of many)
 help / color / mirror / code / Atom feed
 messages from 2015-10-13 18:14:23 to 2015-10-16 01:52:25 UTC [more...]

[RFC PATCHv1 00/12] git submodule update in C with parallel cloning
 2015-10-16  1:52 UTC  (2+ messages)
` [PATCH 02/12] git submodule update: Announce uninitialized modules on stderr

Make "git checkout" automatically update submodules?
 2015-10-15 23:21 UTC  (2+ messages)

[PATCH] Use the alternates of the source repository for dissociating clone
 2015-10-15 21:59 UTC  (4+ messages)
  ` [PATCH] Allow "clone --dissociate" to dissociate from alternates

[PATCH v3] merge: fix cache_entry use-after-free
 2015-10-15 20:51 UTC  (5+ messages)

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

about rev-parse's quietness
 2015-10-15 19:59 UTC  (2+ messages)

[PATCH v4 00/26] refs backend pre-vtable patches
 2015-10-15 19:46 UTC  (27+ messages)
` [PATCH v4 01/26] refs.c: create a public version of verify_refname_available
` [PATCH v4 02/26] refs: make repack_without_refs and is_branch public
` [PATCH v4 03/26] refs-be-files.c: rename refs to refs-be-files
` [PATCH v4 04/26] refs.c: add a new refs.c file to hold all common refs code
` [PATCH v4 05/26] refs.c: move update_ref to refs.c
` [PATCH v4 06/26] refs.c: move delete_pseudoref and delete_ref to the common code
` [PATCH v4 07/26] refs.c: move read_ref_at to the common refs file
` [PATCH v4 08/26] refs.c: move the hidden refs functions to the common code
` [PATCH v4 09/26] refs.c: move dwim and friend functions to the common refs code
` [PATCH v4 10/26] refs.c: move warn_if_dangling_symref* to the common code
` [PATCH v4 11/26] refs.c: move read_ref, read_ref_full and ref_exists "
` [PATCH v4 12/26] refs.c: move resolve_refdup to common
` [PATCH v4 13/26] refs.c: move check_refname_format to the common code
` [PATCH v4 14/26] refs.c: move is_branch "
` [PATCH v4 15/26] refs.c: move prettify_refname "
` [PATCH v4 16/26] refs.c: move ref iterators "
` [PATCH v4 17/26] refs.c: move head_ref_namespaced "
` [PATCH v4 18/26] refs: move transaction functions into "
` [PATCH v4 19/26] refs.c: move refname_is_safe to the "
` [PATCH v4 20/26] refs.c: move copy_msg "
` [PATCH v4 21/26] refs.c: move peel_object "
` [PATCH v4 22/26] refs.c: move should_autocreate_reflog to "
` [PATCH v4 23/26] initdb: move safe_create_dir into "
` [PATCH v4 24/26] refs: make files_log_ref_write functions public
` [PATCH v4 25/26] refs: break out ref conflict checks
` [PATCH v4 26/26] introduce "extensions" form of core.repositoryformatversion

[BUG] t7063-status-untracked-cache flaky?
 2015-10-15 19:44 UTC  (2+ messages)

[PATCH 0/3] stripspace: Implement and use --count-lines option
 2015-10-15 19:21 UTC  (10+ messages)
` [PATCH 1/3] strbuf: make stripspace() part of strbuf
` [PATCH 2/3] stripspace: Implement --count-lines option
` [PATCH 3/3] git rebase -i: Use newly added --count-lines option for stripspace

[PATCH v3 0/3] Add Travis CI support
 2015-10-15 17:14 UTC  (12+ messages)
` [PATCH v3 1/3] "

Alternative to manual editing with git add --patch
 2015-10-15 15:22 UTC  (9+ messages)

How to rebase when some commit hashes are in some commit messages
 2015-10-15  9:41 UTC  (14+ messages)

[PATCH] Falis on commit --amend when already pushed
 2015-10-15  7:55 UTC  (4+ messages)

What's cooking in git.git (Oct 2015, #03; Wed, 14)
 2015-10-14 22:23 UTC 

[PATCH v2] merge: fix cache_entry use-after-free
 2015-10-14 22:00 UTC  (6+ messages)

[PATCH] Tracing commands includes its working directory
 2015-10-14 21:45 UTC  (2+ messages)

repository corruption when pushing commits to a repository running 'git gc --prune='
 2015-10-14 21:39 UTC  (10+ messages)

[RFC] Git based patch tracking and review
 2015-10-14 17:30 UTC  (3+ messages)
` [PATCH 1/2] contrib: Add git-candidate subcommand
` [PATCH 2/2] contrib/git-candidate: Add README

[BUG] Broken links in Git Documentation/user-manual.txt
 2015-10-14 14:29 UTC  (4+ messages)

[Bug?] .git visible in git-status
 2015-10-14 13:21 UTC 

[PATCH] git-gui: Update Russian translation
 2015-10-14 13:18 UTC  (3+ messages)
    ` [PATCH v2] "

thread-utils: build with NO_PTHREADS fails
 2015-10-14 11:24 UTC  (4+ messages)

[ANNOUNCE] Git Rev News edition 8
 2015-10-14 10:03 UTC 

[PATCH 1/1] send-email: allow to compose only prepared cover letter
 2015-10-14  9:42 UTC  (3+ messages)

[PATCH v2 00/10] port branch.c to use ref-filter's printing options
 2015-10-14  6:12 UTC  (6+ messages)
` [PATCH v2 08/10] ref-filter: add support for %(upstream:track,nobracket)

[PATCH v3 00/13] object_id part 2
 2015-10-14  2:50 UTC  (4+ messages)
` [PATCH v3 01/13] refs: convert some internal functions to use object_id

[PATCH v3 00/44] alternate refs backends
 2015-10-14  1:01 UTC  (24+ messages)
` [PATCH v3 02/44] refs: make repack_without_refs and is_branch public
` [PATCH v3 05/44] refs.c: move update_ref to refs.c
` [PATCH v3 18/44] refs: move transaction functions into common code
` [PATCH v3 19/44] refs-be-files.c: add a backend method structure with transaction functions
` [PATCH v3 25/44] refs.h: document make refname_is_safe and add it to header
` [PATCH v3 37/44] refs: break out a ref conflict check

bug report: `git stash save -u` deletes directory whose contents are .gitignored
 2015-10-13 22:48 UTC 

[PATCH] Add fetch.recurseSubmoduleParallelism config option
 2015-10-13 21:07 UTC  (6+ messages)

Solaris: Fail to build git with CFLAGS=-m64
 2015-10-13 19:06 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).