git@vger.kernel.org mailing list mirror (one of many)
 help / color / mirror / code / Atom feed
 messages from 2016-02-17 18:17:26 to 2016-02-19 18:17:46 UTC [more...]

[PATCHv14 0/7] Expose submodule parallelism to the user
 2016-02-19 18:17 UTC  (6+ messages)
` [PATCHv14 1/7] submodule-config: keep update strategy around
` [PATCHv14 2/7] submodule-config: drop check against NULL
` [PATCHv14 5/7] git submodule update: have a dedicated helper for cloning
` [PATCHv14 6/7] submodule update: expose parallelism to the user
` [PATCHv14 7/7] clone: allow an explicit argument for parallel submodule clones

GSoC 2016: Microproject
 2016-02-19 17:50 UTC  (4+ messages)

[PATCH 0/18] hardening allocations against integer overflow
 2016-02-19 17:48 UTC  (24+ messages)
` [PATCH v2 0/21] "
  ` [PATCH 01/21] reflog_expire_cfg: NUL-terminate pattern field
  ` [PATCH 02/21] add helpers for detecting size_t overflow
  ` [PATCH 03/21] tree-diff: catch integer overflow in combine_diff_path allocation
  ` [PATCH 04/21] harden REALLOC_ARRAY and xcalloc against size_t overflow
  ` [PATCH 05/21] add helpers for allocating flex-array structs
  ` [PATCH 06/21] convert manual allocations to argv_array
  ` [PATCH 07/21] convert trivial cases to ALLOC_ARRAY
  ` [PATCH 08/21] use xmallocz to avoid size arithmetic
  ` [PATCH 09/21] convert trivial cases to FLEX_ARRAY macros
  ` [PATCH 10/21] use st_add and st_mult for allocation size computation
  ` [PATCH 11/21] prepare_{git,shell}_cmd: use argv_array
  ` [PATCH 12/21] write_untracked_extension: use FLEX_ALLOC helper
  ` [PATCH 13/21] fast-import: simplify allocation in start_packfile
  ` [PATCH 14/21] fetch-pack: simplify add_sought_entry
  ` [PATCH 15/21] test-path-utils: fix normalize_path_copy output buffer size
  ` [PATCH 16/21] sequencer: simplify memory allocation of get_message
  ` [PATCH 17/21] git-compat-util: drop mempcpy compat code
  ` [PATCH 18/21] transport_anonymize_url: use xstrfmt
  ` [PATCH 19/21] diff_populate_gitlink: use a strbuf
  ` [PATCH 20/21] convert ewah/bitmap code to use xmalloc
  ` [PATCH 21/21] ewah: convert to REALLOC_ARRAY, etc

Test failures with GNU grep 2.23
 2016-02-19 17:38 UTC  (4+ messages)

git submodule should honor "-c credential.helper" command line argument
 2016-02-19 17:33 UTC  (12+ messages)

[PATCH] git-p4.py: Don't try to rebase on submit from bare repository
 2016-02-19 17:21 UTC  (3+ messages)

[PATCHv13 0/7] Expose submodule parallelism to the user
 2016-02-19 17:20 UTC  (11+ messages)
` [PATCHv13 1/7] submodule-config: keep update strategy around
` [PATCHv13 2/7] submodule-config: drop check against NULL
` [PATCHv13 3/7] fetching submodules: respect `submodule.fetchJobs` config option
` [PATCHv13 4/7] submodule update: direct error message to stderr
` [PATCHv13 5/7] git submodule update: have a dedicated helper for cloning
` [PATCHv13 6/7] submodule update: expose parallelism to the user
` [PATCHv13 7/7] clone: allow an explicit argument for parallel submodule clones

[PATCH 00/20] Delete directories left empty after ref deletion
 2016-02-19 17:15 UTC  (20+ messages)
` [PATCH 02/20] safe_create_leading_directories(): set errno on SCLD_EXISTS
` [PATCH 03/20] raceproof_create_file(): new function
` [PATCH 04/20] lock_ref_sha1_basic(): use raceproof_create_file()
` [PATCH 05/20] rename_tmp_log(): "
` [PATCH 06/20] rename_tmp_log(): improve error reporting
` [PATCH 08/20] log_ref_setup(): improve robustness against races
` [PATCH 09/20] log_ref_setup(): pass the open file descriptor back to the caller
` [PATCH 12/20] log_ref_write_1(): inline function

GSoC 2016: applications open, deadline = Fri, 19/2
 2016-02-19 12:49 UTC  (27+ messages)
                ` GSoC 2016: applications open, libgit2 and git.git
                ` GSoC 2016: applications open, deadline = now => submission
                    ` GSoC 2016: applications open, deadline = now => submitted

malloc memory corruption on merge-tree with leading newline
 2016-02-19 12:48 UTC  (9+ messages)
` [PATCH] merge_blobs: use strbuf instead of manually-sized mmfile_t

Windows git bash - child processes see system PATH environment variable instead of user
 2016-02-19 11:33 UTC  (4+ messages)

[PATCH v2 00/25] More flexibility in making shallow clones
 2016-02-19  9:30 UTC  (10+ messages)
` [PATCH v2 14/25] shallow.c: implement a generic shallow boundary finder based on rev-list
` [PATCH v2 21/25] fetch: define shallow boundary with --shallow-exclude

[PATCH v6 0/4] config: add '--sources' option to print the source of a config value
 2016-02-19  9:16 UTC  (5+ messages)
` [PATCH v6 1/4] t: do not hide Git's exit code in tests using 'nul_to_q'
` [PATCH v6 2/4] rename git_config_from_buf to git_config_from_mem
` [PATCH v6 3/4] config: add 'origin_type' to config_source struct
` [PATCH v6 4/4] config: add '--show-origin' option to print the origin of a config value

[PATCH] exec_cmd.c: use find_last_dir_sep() for code simplification
 2016-02-19  8:44 UTC 

GSoC 2016
 2016-02-19  7:10 UTC 

RFC: Updating Git for Windows' Code of Conduct
 2016-02-19  6:49 UTC 

[PATCHv12 0/7] Expose submodule parallelism to the user
 2016-02-19  3:14 UTC  (14+ messages)
` [PATCHv12 1/7] submodule-config: keep update strategy around
` [PATCHv12 2/7] submodule-config: drop check against NULL
` [PATCHv12 3/7] fetching submodules: respect `submodule.fetchJobs` config option
` [PATCHv12 4/7] submodule update: direct error message to stderr
` [PATCHv12 5/7] git submodule update: have a dedicated helper for cloning
` [PATCHv12 6/7] submodule update: expose parallelism to the user
` [PATCHv12 7/7] clone: allow an explicit argument for parallel submodule clones

[PATCH v5 00/27] refs backends
 2016-02-19  2:54 UTC  (32+ messages)
` [PATCH v5 01/27] refs: Move head_ref{,_submodule} to the common code
` [PATCH v5 02/27] refs: move for_each_*ref* functions into "
` [PATCH v5 03/27] refs: add a backend method structure with transaction functions
` [PATCH v5 04/27] refs: add methods for misc ref operations
` [PATCH v5 05/27] refs: add method for do_for_each_ref
` [PATCH v5 06/27] refs: add do_for_each_per_worktree_ref
` [PATCH v5 07/27] refs: add methods for reflog
` [PATCH v5 08/27] refs: add method for initial ref transaction commit
` [PATCH v5 09/27] refs: add method for delete_refs
` [PATCH v5 10/27] refs: add methods to init refs db
` [PATCH v5 11/27] refs: add method to rename refs
` [PATCH v5 12/27] refs: forbid cross-backend ref renames
` [PATCH v5 13/27] refs: make lock generic
` [PATCH v5 14/27] refs: move duplicate check to common code
` [PATCH v5 15/27] refs: allow log-only updates
` [PATCH v5 16/27] refs: don't dereference on rename
` [PATCH v5 17/27] refs: on symref reflog expire, lock symref not referrent
` [PATCH v5 18/27] refs: resolve symbolic refs first
` [PATCH v5 19/27] refs: always handle non-normal refs in files backend
` [PATCH v5 20/27] init: allow alternate ref strorage to be set for new repos
` [PATCH v5 21/27] refs: check submodules' ref storage config
` [PATCH v5 22/27] clone: allow ref storage backend to be set for clone
` [PATCH v5 23/27] svn: learn ref-storage argument
` [PATCH v5 24/27] refs: add register_ref_storage_backends()
` [PATCH v5 25/27] refs: add LMDB refs storage backend
` [PATCH v5 26/27] refs: tests for lmdb backend
` [PATCH v5 27/27] tests: add ref-storage argument

[PATCH 0/2] Port `git submodule init` from shell to C
 2016-02-18 23:15 UTC  (6+ messages)
` [PATCH 1/2] submodule: port resolve_relative_url "
` [PATCH 2/2] submodule: port init "

[BUG] git-log: tracking deleted file in a repository with multiple "initial commit" histories
 2016-02-18 22:27 UTC  (5+ messages)

[PATCH 00/22] add the FORMATPRINTF macro to declare the gcc function
 2016-02-18 21:59 UTC  (4+ messages)

How to merge branches with git-svn without loosing svn-properties
 2016-02-18 20:56 UTC 

[PATCHv11 0/7] Expose submodule parallelism to the user
 2016-02-18 19:46 UTC  (4+ messages)
` [PATCHv11 1/7] submodule-config: keep update strategy around

[PATCH v4 00/20] refs backend
 2016-02-18 18:32 UTC  (20+ messages)
` [PATCH v4 13/21] refs: resolve symbolic refs first
` [PATCH v4 14/21] refs: always handle non-normal refs in files backend
` [PATCH v4 15/21] init: allow alternate ref strorage to be set for new repos
` [PATCH v4 19/21] refs: add register_ref_storage_backends()
` [PATCH v4 20/21] refs: add LMDB refs storage backend

What's cooking in git.git (Feb 2016, #05; Wed, 17)
 2016-02-18 17:51 UTC  (3+ messages)

[PATCH v6 00/11] ref-filter: use parsing functions
 2016-02-18 14:19 UTC  (8+ messages)
` [PATCH v6 01/11] ref-filter: use string_list_split over strbuf_split

[PATCH v4 0/3] config: add '--sources' option to print the source of a config value
 2016-02-18  8:46 UTC  (4+ messages)
` [PATCH v4 2/3] config: add 'type' to config_source struct that identifies config type

[PATCH v5 0/3] config: add '--sources' option to print the source of a config value
 2016-02-18  8:44 UTC  (5+ messages)
` [PATCH v5 2/3] config: add 'type' to config_source struct that identifies config type

[PATCH 00/20] "git worktree move" preview
 2016-02-18  0:49 UTC  (5+ messages)
` [PATCH v2 00/26] worktree lock, move, remove and unlock
  ` [PATCH v2 10/26] wrapper.c: allow to create an empty file with write_file()

failed submodule update re-run results in no checked out files?
 2016-02-18  0:26 UTC  (3+ messages)

[PATCH v5 00/15] config: make git_config_set die on failure
 2016-02-17 21:09 UTC  (5+ messages)
` [PATCH v5 15/15] config: rename git_config_set_or_die to git_config_set

[PATCH] Implement https public key pinning
 2016-02-17 21:05 UTC  (3+ messages)
` [PATCH +warn] "

[PATCH 0/3] fix "v"iew subcommand in "git am -i"
 2016-02-17 19:19 UTC  (6+ messages)
` [PATCH v2 "
  ` [PATCH v2 1/3] pager: lose a separate argv[]
  ` [PATCH v2 2/3] pager: factor out a helper to prepare a child process to run the pager
  ` [PATCH v2 3/3] am -i: fix "v"iew

[PATCH v5 00/12] ref-filter: use parsing functions
 2016-02-17 18:21 UTC  (11+ messages)
` [PATCH v5 02/12] ref-filter: use strbuf_split_str_omit_term()


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