git@vger.kernel.org mailing list mirror (one of many)
 help / color / mirror / code / Atom feed
 messages from 2015-10-08 20:04:10 to 2015-10-13 00:02:55 UTC [more...]

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

[PATCH] Add fetch.recurseSubmoduleParallelism config option
 2015-10-12 23:50 UTC  (4+ messages)

[PATCH v2] merge: fix cache_entry use-after-free
 2015-10-12 22:28 UTC  (2+ messages)

[PATCH v3 00/44] alternate refs backends
 2015-10-12 22:25 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 04/44] refs.c: add a new refs.c file to hold all common refs code
` [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 08/44] refs.c: move the hidden refs functions to the common code
` [PATCH v3 09/44] refs.c: move dwim and friend functions to the common refs code
` [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 12/44] refs.c: move resolve_refdup to common
` [PATCH v3 13/44] refs.c: move check_refname_format to the common code
` [PATCH v3 14/44] refs.c: move is_branch "
` [PATCH v3 15/44] refs.c: move prettify_refname "
` [PATCH v3 16/44] refs.c: move ref iterators "
` [PATCH v3 17/44] refs.c: move head_ref_namespaced "
` [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 22/44] refs-be-files.c: add method for for_each_reftype_
` [PATCH v3 23/44] refs-be-files.c: add do_for_each_per_worktree_ref
` [PATCH v3 24/44] refs.c: move refname_is_safe to the common code
` [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 29/44] refs.c: add ref backend init function
` [PATCH v3 30/44] refs.c: add methods for reflog
` [PATCH v3 31/44] refs.c: add method for initial ref transaction commit
` [PATCH v3 32/44] initdb: move safe_create_dir into common code
` [PATCH v3 33/44] refs.c: add method for initializing refs db
` [PATCH v3 34/44] refs-be-files.c: add method to rename refs
` [PATCH v3 35/44] refs: make lock generic
` [PATCH v3 36/44] refs: make files_log_ref_write functions public
` [PATCH v3 37/44] refs: break out a ref conflict check
` [PATCH v3 38/44] refs: move duplicate check to common code
` [PATCH v3 39/44] refs: always handle non-normal refs in files backend
` [PATCH v3 40/44] refs: allow ref backend to be set for clone
` [PATCH v3 41/44] refs: add register_refs_backend
` [PATCH v3 42/44] introduce "extensions" form of core.repositoryformatversion
` [PATCH v3 43/44] refs: add LMDB refs backend
` [PATCH v3 44/44] refs: tests for db backend

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: "

[PATCH 0/2] Reinstate the helpful message when `git pull --rebase` fails
 2015-10-12 20:33 UTC  (21+ messages)
` [PATCH 1/2] merge_recursive_options: introduce the "gentle" flag
` [PATCH 2/2] pull --rebase: reinstate helpful message on abort

How to rebase when some commit hashes are in some commit messages
 2015-10-12 20:21 UTC  (2+ messages)

[PATCH v3 0/3] Add Travis CI support
 2015-10-12 20:20 UTC  (20+ messages)
` [PATCH v3 1/3] "
` [PATCH v3 2/3] git-p4: Improve test case portability for t9815 git-p4-submit-fail
` [PATCH v3 3/3] git-p4: Skip t9819 test case on case insensitive file systems

[PATCHv7 0/8] fetch submodules in parallel
 2015-10-12 19:32 UTC  (10+ messages)
` [PATCHv7 1/8] submodule.c: write "Fetching submodule <foo>" to stderr
` [PATCHv7 2/8] xread: poll on non blocking fds
` [PATCHv7 3/8] xread_nonblock: add functionality to read from fds without blocking
` [PATCHv7 4/8] strbuf: add strbuf_read_once to read "
` [PATCHv7 5/8] sigchain: add command to pop all common signals
` [PATCHv7 6/8] run-command: add an asynchronous parallel child processor
` [PATCHv7 7/8] fetch_populated_submodules: use new parallel job processing
` [PATCHv7 8/8] submodules: allow parallel fetching, add tests and documentation

[PATCH v2 00/10] port branch.c to use ref-filter's printing options
 2015-10-12 19:07 UTC  (47+ messages)
` [PATCH v2 01/10] ref-filter: implement %(if), %(then), and %(else) atoms
` [PATCH v2 02/10] ref-filter: implement %(if:equals=<string>) and %(if:notequals=<string>)
` [PATCH v2 04/10] ref-filter: modify "%(objectname:short)" to take length
` [PATCH v2 05/10] ref-filter: adopt get_head_description() from branch.c
` [PATCH v2 07/10] ref-filter: make %(upstream:track) prints "[gone]" for invalid upstreams
        ` [PATCH 1/3] fixup: use xstrfmt instead of fixed-size buf + sprintf + xstrdup
          ` [PATCH 2/3] ref-filter: allow porcelain to translate messages in the output
          ` [PATCH 3/3] branch, tag: use porcelain output

thread-utils: build with NO_PTHREADS fails
 2015-10-12 17:55 UTC  (3+ messages)

[PATCH v1 0/2] git-p4: Fix tests on OS X
 2015-10-12 17:03 UTC  (3+ messages)
` [PATCH v1 1/2] git-p4: Improve test case portability for t9815 git-p4-submit-fail
` [PATCH v1 2/2] git-p4: Skip t9819 test case on case insensitive file systems

[PATCH v2] filter-branch: remove multi-line headers in msg filter
 2015-10-12 16:05 UTC  (5+ messages)

[PATCH] git-multimail: update to release 1.2.0
 2015-10-12 16:03 UTC  (2+ messages)

[PATCH] git-gui: Update Russian translation
 2015-10-12 11:41 UTC  (2+ messages)

[PATCH] gitk: Update Russian translation
 2015-10-12 11:10 UTC  (2+ messages)

[PATCH v2 00/43] lmdb ref backend
 2015-10-12  9:00 UTC  (7+ messages)
` [PATCH v2 40/43] refs: allow ref backend to be set for clone

Hacking git for managing machine readable "source" files
 2015-10-12  8:07 UTC  (2+ messages)

[RFC/PATCH v1] Add Travis CI support
 2015-10-12  8:03 UTC  (13+ messages)

submodule: allow submodule directory in gitignore
 2015-10-12  6:30 UTC 

can't install on OS X
 2015-10-11 16:43 UTC  (4+ messages)

[PATCH] git-svn: make batch mode optional for git-cat-file
 2015-10-11 12:31 UTC  (8+ messages)

[PATCH] clone --dissociate: avoid locking pack files
 2015-10-11 10:45 UTC  (3+ messages)
` [PATCH v3 0/4] Fix locking issues on Windows with `git clone --dissociate`

Draft of Git Rev News edition 8
 2015-10-11  9:56 UTC  (3+ messages)

git-credential-cache--daemon quits on SIGHUP, can we change it to ignore instead?
 2015-10-10 16:45 UTC 

[PATCH v2] t0027: Improve test for not-normalized files
 2015-10-10  4:23 UTC 

[PATCH 0/1] merge: fix cache_entry use-after-free
 2015-10-09 22:51 UTC  (5+ messages)

[PATCH] t0027: Improve test for not-normalized files
 2015-10-09 22:12 UTC  (2+ messages)

PLS I NEED YOUR HELP!
 2015-10-08 20:11 UTC 

[PATCH 1/2] test-path-utils.c: remove incorrect assumption
 2015-10-09 10:12 UTC  (8+ messages)

Starting on a small project
 2015-10-09  2:34 UTC  (2+ messages)

[PATCH v3 00/13] object_id part 2
 2015-10-09  1:43 UTC  (14+ messages)
` [PATCH v3 01/13] refs: convert some internal functions to use object_id
` [PATCH v3 02/13] sha1_file: introduce has_object_file helper
` [PATCH v3 03/13] Convert struct ref to use object_id
` [PATCH v3 04/13] add_sought_entry_mem: convert to struct object_id
` [PATCH v3 05/13] parse_fetch: convert to use "
` [PATCH v3 06/13] get_remote_heads: convert to "
` [PATCH v3 07/13] push_refs_with_export: "
` [PATCH v3 08/13] ref_newer: convert to use "
` [PATCH v3 09/13] object: introduce get_object_hash macro
` [PATCH v3 10/13] Add several uses of get_object_hash
` [PATCH v3 11/13] Convert struct object to object_id
` [PATCH v3 12/13] Remove get_object_hash
` [PATCH v3 13/13] remote: convert functions to struct object_id

please strip MIME-Version and Content-T{ype,ransfer-Encoding} in git am --scissors
 2015-10-09  1:43 UTC  (6+ messages)
                ` [PATCH] mailinfo: ignore in-body header that we do not care about

[PATCH 4/4] gc: remove broken refs
 2015-10-08 20:10 UTC  (7+ messages)
` [PATCH v3 0/2] Fix gc failure when a remote HEAD goes stale
  ` [PATCH v3 2/2] pack-objects: do not get distracted by broken symrefs


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