git@vger.kernel.org mailing list mirror (one of many)
 help / color / mirror / code / Atom feed
 messages from 2015-10-12 21:53:47 to 2015-10-15 09:02:57 UTC [more...]

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

How to rebase when some commit hashes are in some commit messages
 2015-10-15  8:12 UTC  (13+ messages)

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

[BUG] t7063-status-untracked-cache flaky?
 2015-10-15  7:52 UTC 

[PATCH v3] merge: fix cache_entry use-after-free
 2015-10-15  3:35 UTC  (2+ messages)

Alternative to manual editing with git add --patch
 2015-10-14 23:36 UTC  (5+ messages)

[PATCH 00/26] mailinfo libification
 2015-10-14 22:57 UTC  (68+ 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

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  (9+ messages)
` [PATCH v2 08/10] ref-filter: add support for %(upstream:track,nobracket)
` [PATCH v2 09/10] branch: use ref-filter printing APIs

[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  (47+ messages)
` [PATCH v3 01/44] refs.c: create a public version of verify_refname_available
` [PATCH v3 02/44] refs: make repack_without_refs and is_branch public
` [PATCH v3 03/44] refs-be-files.c: rename refs to refs-be-files
` [PATCH v3 05/44] refs.c: move update_ref to refs.c
` [PATCH v3 06/44] refs.c: move delete_ref and delete_refs to the common code
` [PATCH v3 07/44] refs.c: move read_ref_at to the common refs file
` [PATCH v3 10/44] refs.c: move warn_if_dangling_symref* to the common code
` [PATCH v3 11/44] refs.c: move read_ref, read_ref_full and ref_exists "
` [PATCH v3 14/44] refs.c: move is_branch "
` [PATCH v3 16/44] refs.c: move ref iterators "
` [PATCH v3 18/44] refs: move transaction functions into "
` [PATCH v3 19/44] refs: add a backend method structure with transaction functions
` [PATCH v3 19/44] refs-be-files.c: "
` [PATCH v3 20/44] refs-be-files.c: add methods for misc ref operations
` [PATCH v3 21/44] refs-be-files.c: add methods for the ref iterators
` [PATCH v3 23/44] refs-be-files.c: add do_for_each_per_worktree_ref
` [PATCH v3 25/44] refs.h: document make refname_is_safe and add it to header
` [PATCH v3 26/44] refs.c: move copy_msg to the common code
` [PATCH v3 27/44] refs.c: move peel_object "
` [PATCH v3 28/44] refs.c: move should_autocreate_reflog to "
` [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  (7+ messages)

Solaris: Fail to build git with CFLAGS=-m64
 2015-10-13 19:06 UTC  (3+ messages)

[Suggestion] add alt texts to the images of the git book
 2015-10-13 15:42 UTC  (2+ messages)

[PATCH 0/2] Reinstate the helpful message when `git pull --rebase` fails
 2015-10-13 11:48 UTC  (8+ messages)

PLS I NEED YOUR HELP
 2015-10-12 19:21 UTC 

Why does "git reset --hard" fail on file/folder conflicts?
 2015-10-13  6:36 UTC 

[PATCH] submodule-config: Untangle logic in parse_config
 2015-10-13  0:02 UTC  (2+ messages)
` [PATCHv2] submodule-config: Shorten "

Add submodule specifying depth and branch at the same time won't work
 2015-10-12 21:59 UTC  (3+ messages)
` [PATCH] submodule: Test a shallow branch
  ` Fwd: "


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).