git@vger.kernel.org mailing list mirror (one of many)
 help / color / mirror / code / Atom feed
 messages from 2018-02-04 08:54:44 to 2018-02-06 00:14:05 UTC [more...]

[RFC PATCH 000/194] Moving global state into the repository object
 2018-02-05 23:55 UTC  (94+ messages)
` [PATCH 001/194] repository: introduce object store field
` [PATCH 002/194] object-store: move alt_odb_list and alt_odb_tail to object store
` [PATCH 003/194] object-store: move packed_git and packed_git_mru "
` [PATCH 004/194] pack: move prepare_packed_git_run_once "
` [PATCH 005/194] pack: move approximate object count "
` [PATCH 006/194] sha1_file: add repository argument to alt_odb_usable
` [PATCH 007/194] sha1_file: add repository argument to link_alt_odb_entry
` [PATCH 008/194] sha1_file: add repository argument to read_info_alternates
` [PATCH 009/194] sha1_file: add repository argument to link_alt_odb_entries
` [PATCH 010/194] sha1_file: add repository argument to stat_sha1_file
` [PATCH 011/194] sha1_file: add repository argument to open_sha1_file
` [PATCH 012/194] sha1_file: add repository argument to map_sha1_file_1
` [PATCH 013/194] sha1_file: add repository argument to sha1_loose_object_info
` [PATCH 014/194] object-store: add repository argument to prepare_alt_odb
` [PATCH 015/194] object-store: add repository argument to foreach_alt_odb
` [PATCH 016/194] pack: add repository argument to install_packed_git
` [PATCH 017/194] pack: add repository argument to prepare_packed_git_one
` [PATCH 018/194] pack: add repository argument to rearrange_packed_git
` [PATCH 019/194] pack: add repository argument to prepare_packed_git_mru
` [PATCH 020/194] pack: add repository argument to prepare_packed_git
` [PATCH 021/194] pack: add repository argument to reprepare_packed_git
  ` [PATCH 022/194] pack: add repository argument to sha1_file_name
  ` [PATCH 023/194] pack: add repository argument to map_sha1_file
  ` [PATCH 024/194] sha1_file: allow alt_odb_usable to handle arbitrary repositories
  ` [PATCH 025/194] object-store: allow prepare_alt_odb "
  ` [PATCH 026/194] object-store: allow foreach_alt_odb "
  ` [PATCH 027/194] pack: allow install_packed_git "
  ` [PATCH 028/194] pack: allow rearrange_packed_git "
  ` [PATCH 029/194] pack: allow prepare_packed_git_mru "
  ` [PATCH 030/194] pack: allow prepare_packed_git_one "
  ` [PATCH 031/194] pack: allow prepare_packed_git "
  ` [PATCH 032/194] pack: allow reprepare_packed_git "
  ` [PATCH 033/194] pack: allow sha1_file_name "
  ` [PATCH 034/194] pack: allow stat_sha1_file "
  ` [PATCH 035/194] pack: allow open_sha1_file "
  ` [PATCH 036/194] pack: allow map_sha1_file_1 "
  ` [PATCH 037/194] pack: allow map_sha1_file "
  ` [PATCH 038/194] pack: allow sha1_loose_object_info "
  ` [PATCH 039/194] replace_object.c: rename to use dash in file name
  ` [PATCH 040/194] replace-object: move replace_object to object store
  ` [PATCH 041/194] sha1_file: add repository argument to sha1_object_info_extended
  ` [PATCH 042/194] object-store: move alternates API to new alternates.h
  ` [PATCH 043/194] object-store: move loose object functions to new loose-object.h
  ` [PATCH 044/194] pack: move struct pack_window and pack_entry to packfile.h
  ` [PATCH 045/194] object-store: move object access functions to object-store.h
  ` [PATCH 046/194] object-store: move replace_objects back to object-store
  ` [PATCH 047/194] object-store: move lookup_replace_object to replace-object.h
  ` [PATCH 048/194] replace-object: add repository argument to do_lookup_replace_object
  ` [PATCH 049/194] replace-object: move replace objects prepared flag to object store
  ` [PATCH 050/194] replace-object: check_replace_refs is safe in multi repo environment
  ` [PATCH 051/194] refs: add repository argument to for_each_replace_ref
  ` [PATCH 052/194] refs: add repository argument to get_main_ref_store
  ` [PATCH 053/194] replace-object: add repository argument to register_replace_object
  ` [PATCH 054/194] replace-object: add repository argument to register_replace_ref
  ` [PATCH 055/194] replace-object: add repository argument to replace_object_pos
  ` [PATCH 056/194] replace-object: allow replace_object_pos to handle arbitrary repositories
  ` [PATCH 057/194] replace-object: allow register_replace_object "
  ` [PATCH 058/194] replace-object: add repository argument to prepare_replace_object
  ` [PATCH 059/194] refs: store the main ref store inside the repository struct
  ` [PATCH 060/194] refs: allow for_each_replace_ref to handle arbitrary repositories
  ` [PATCH 061/194] replace-object: allow prepare_replace_object "
  ` [PATCH 062/194] replace_object: allow do_lookup_replace_object "
  ` [PATCH 063/194] replace-object: add repository argument to lookup_replace_object
  ` [PATCH 064/194] repository: allow lookup_replace_object to handle arbitrary repositories
  ` [PATCH 065/194] object-store: add repository argument to sha1_object_info
  ` [PATCH 066/194] pack: add repository argument to retry_bad_packed_offset
  ` [PATCH 067/194] pack: add repository argument to packed_to_object_type
  ` [PATCH 068/194] pack: add repository argument to packed_object_info
  ` [PATCH 069/194] pack: add repository argument to find_pack_entry
  ` [PATCH 070/194] packfile: add repository argument to read_object
  ` [PATCH 071/194] packfile: add repository argument to unpack_entry
  ` [PATCH 072/194] packfile: add repository argument to cache_or_unpack_entry
  ` [PATCH 073/194] pack: allow find_pack_entry to handle arbitrary repositories
  ` [PATCH 074/194] object-store: allow sha1_object_info "
  ` [PATCH 075/194] fetch, push: do not use submodule as alternate in has_commits check
  ` [PATCH 076/194] push: add test showing bad interaction of replace refs and submodules
  ` [PATCH 077/194] replace_object: allow register_replace_ref to handle arbitrary repositories
  ` [PATCH 078/194] cache.h: migrate the definition of object_id to object.h
  ` [PATCH 079/194] repository: introduce object parser field
  ` [PATCH 080/194] object: add repository argument to parse_object
  ` [PATCH 081/194] object: add repository argument to create_object
  ` [PATCH 082/194] object: add repository argument to lookup_object
  ` [PATCH 083/194] object: add repository argument to grow_object_hash
  ` [PATCH 084/194] blob: add repository argument to lookup_blob
  ` [PATCH 085/194] tree: add repository argument to lookup_tree
  ` [PATCH 086/194] tag: add repository argument to lookup_tag
  ` [PATCH 087/194] tag: add repository argument to parse_tag_buffer
  ` [PATCH 088/194] tag: add repository argument to deref_tag
  ` [PATCH 089/194] object: add repository argument to lookup_commit_reference_gently
  ` [PATCH 090/194] object: add repository argument to lookup_commit_reference
  ` [PATCH 091/194] object: add repository argument to lookup_commit
  ` [PATCH 092/194] object: move grafts to object parser

[PATCH] Documentation/git-send-email.txt: improve batching help
 2018-02-06  0:07 UTC 

[RFH/PATCH] blame: tighten command line parser
 2018-02-05 23:37 UTC 

[PATCH v7 00/31] Add directory rename detection to git
 2018-02-05 22:18 UTC  (29+ messages)
` [PATCH v7 12/31] merge-recursive: move the get_renames() function
` [PATCH v7 17/31] merge-recursive: add a new hashmap for storing directory renames
` [PATCH v7 19/31] merge-recursive: add get_directory_renames()
` [PATCH v7 20/31] merge-recursive: check for directory level conflicts
` [PATCH v7 21/31] merge-recursive: add a new hashmap for storing file collisions
` [PATCH v7 27/31] merge-recursive: fix overwriting dirty files involved in renames
` [PATCH v7 28/31] merge-recursive: fix remaining directory rename + dirty overwrite cases
` [PATCH v7 31/31] merge-recursive: ensure we write updates for directory-renamed file

cherry-pick '-m' curiosity
 2018-02-05 22:03 UTC  (3+ messages)

[PATCH v1] dir.c: don't flag the index as dirty for changes to the untracked cache
 2018-02-05 21:58 UTC  (3+ messages)

[GSoC][PATCH] commit: add a commit.signOff config variable
 2018-02-05 21:50 UTC  (4+ messages)

[PATCH RFC 01/24] ref-filter: get rid of goto
 2018-02-05 21:19 UTC  (27+ messages)
` [PATCH RFC v2 01/25] "
  ` [PATCH RFC v2 25/25] cat-file: update of docs
  ` [PATCH RFC v2 07/25] cat-file: start migrating formatting to ref-filter
  ` [PATCH RFC v2 09/25] cat-file: start use ref_array_item struct
  ` [PATCH RFC v2 15/25] ref_filter: add is_atom_used function
  ` [PATCH RFC v2 20/25] ref-filter: make populate_value() internal again
  ` [PATCH RFC v2 22/25] ref-filter: work with objectsize:disk
  ` [PATCH RFC v2 19/25] cat-file: reuse printing logic from ref-filter
  ` [PATCH RFC v2 14/25] ref-filter: add is_cat flag
  ` [PATCH RFC v2 13/25] ref-filter: get rid of mark_atom_in_object_info()
  ` [PATCH RFC v2 18/25] ref-filter: make valid_atom general again
  ` [PATCH RFC v2 08/25] ref-filter: reuse parse_ref_filter_atom()
  ` [PATCH RFC v2 11/25] ref-filter: rename field in ref_array_item stuct
  ` [PATCH RFC v2 16/25] cat-file: move skip_object_info into ref-filter
  ` [PATCH RFC v2 23/25] for-each-ref: tests for new atoms added
  ` [PATCH RFC v2 05/25] cat-file: move struct expand_data into ref-filter
  ` [PATCH RFC v2 12/25] cat-file: start reusing populate_value()
  ` [PATCH RFC v2 17/25] ref-filter: make cat_file_info independent
  ` [PATCH RFC v2 03/25] cat-file: reuse struct ref_format
  ` [PATCH RFC v2 04/25] ref-filter: make valid_atom as function parameter
  ` [PATCH RFC v2 06/25] cat-file: split expand_atom() into 2 functions
  ` [PATCH RFC v2 24/25] cat-file: tests for new atoms added
  ` [PATCH RFC v2 10/25] ref-filter: make populate_value() global
  ` [PATCH RFC v2 21/25] ref-filter: unifying formatting of cat-file opts
  ` [PATCH RFC v2 02/25] ref-filter: add return value to some functions

[PATCH v2 00/14] Serialized Git Commit Graph
 2018-02-05 21:01 UTC  (19+ messages)
` [PATCH v2 04/14] commit-graph: implement construct_commit_graph()
` [PATCH v2 05/14] commit-graph: implement git-commit-graph --write
` [PATCH v2 06/14] commit-graph: implement git-commit-graph --read
` [PATCH v2 07/14] commit-graph: implement git-commit-graph --update-head

git: CVE-2018-1000021: client prints server sent ANSI escape codes to the terminal, allowing for unverified messages to potentially execute arbitrary commands
 2018-02-05 20:43 UTC 

[PATCH] worktree: teach "add" to check out existing branches
 2018-02-05 20:23 UTC  (11+ messages)
` [PATCH v2 0/3] "
  ` [PATCH v2 1/3] worktree: improve message when creating a new worktree
  ` [PATCH v2 2/3] worktree: be clearer when "add" dwim-ery kicks in
  ` [PATCH v2 3/3] worktree: teach "add" to check out existing branches

Are concurrent git operations on the same repo safe?
 2018-02-05 20:16 UTC 

Missing git options
 2018-02-05 20:11 UTC  (4+ messages)

[PATCH v2] daemon: add --send-log-to=(stderr|syslog|none)
 2018-02-05 20:09 UTC  (11+ messages)
` [PATCH v3] daemon: add --log-destination=(stderr|syslog|none)
      ` [PATCH v4] "

[bug report]: error doing_rebase
 2018-02-05 19:26 UTC 

[GSoC][PATCH v2] commit: add a commit.signOff config variable
 2018-02-05 19:22 UTC  (2+ messages)

[PATCH v3 0/2] diff: add --stat-with-summary (was --compact-summary)
 2018-02-05 18:56 UTC  (4+ messages)

Bug Report: Subtrees and GPG Signed Commits
 2018-02-05 18:45 UTC  (10+ messages)

git: handling HTTPS proxy w/ password inappropriately
 2018-02-05 18:16 UTC  (2+ messages)

Some rough edges of core.fsmonitor
 2018-02-05 17:44 UTC  (3+ messages)
` [PATCH] dir.c: ignore paths containing .git when invalidating untracked cache

[PATCH 00/26] protocol version 2
 2018-02-05 14:14 UTC  (6+ messages)
` [PATCH v2 00/27] "
  ` [PATCH v2 10/27] protocol: introduce enum protocol_version value protocol_v2

Bug? Error during commit
 2018-02-05 13:59 UTC  (2+ messages)

[PATCH 0/7] nd/worktree-move reboot
 2018-02-05 13:28 UTC  (5+ messages)
` [PATCH 3/7] worktree move: new command

[PATCH v2 00/41] Automate updating git-completion.bash a bit
 2018-02-05 11:22 UTC  (10+ messages)
` [PATCH v2 01/41] parse-options: support --git-completion-helper

[PATCH] rebase: add --allow-empty-message option
 2018-02-04 20:08 UTC  (2+ messages)
` [PATCH v2] "

[PATCHv2] tag: add --edit option
 2018-02-04 15:57 UTC  (7+ messages)

[PATCH] gitk: Add option to not save window geometry
 2018-02-04 12:27 UTC 

contrib/completion/git-completion.bash: declare -g is not portable
 2018-02-04 11:48 UTC  (4+ 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).