git@vger.kernel.org mailing list mirror (one of many)
 help / color / mirror / code / Atom feed
 messages from 2018-02-19 22:59:50 to 2018-02-21 22:54:17 UTC [more...]

[PATCH v2 00/27] protocol version 2
 2018-02-21 22:54 UTC  (11+ messages)
` [PATCH v3 00/35] "
  ` [PATCH v3 04/35] upload-pack: convert to a builtin
  ` [PATCH v3 08/35] connect: discover protocol version outside of get_remote_heads
  ` [PATCH v3 12/35] serve: introduce git-serve
  ` [PATCH v3 14/35] connect: request remote refs using v2

test bare repository for unit tests
 2018-02-21 22:53 UTC  (2+ messages)

Question about get_cached_commit_buffer()
 2018-02-21 22:50 UTC  (9+ messages)
        ` [PATCH] commit: drop uses of get_cached_commit_buffer()

Git should preserve modification times at least on request
 2018-02-21 22:44 UTC  (21+ messages)

[PATCH 1/3] t7006: add tests for how git config paginates
 2018-02-21 22:35 UTC  (6+ messages)
` [PATCH v2 0/3] "
  ` [PATCH v2 1/3] "
  ` [PATCH v2 2/3] config: respect `pager.config` in list/get-mode only
  ` [PATCH v2 3/3] config: change default of `pager.config` to "on"

[PATCH v3 00/14] Serialized Git Commit Graph
 2018-02-21 22:25 UTC  (23+ messages)
` [PATCH v4 00/13] "
  ` [PATCH v4 01/13] commit-graph: add format document
  ` [PATCH v4 02/13] graph: add commit graph design document
  ` [PATCH v4 03/13] commit-graph: create git-commit-graph builtin
  ` [PATCH v4 04/13] commit-graph: implement write_commit_graph()
  ` [PATCH v4 05/13] commit-graph: implement 'git-commit-graph write'
  ` [PATCH v4 06/13] commit-graph: implement git commit-graph read
  ` [PATCH v4 08/13] commit-graph: implement --delete-expired
  ` [PATCH v4 12/13] commit-graph: read only from specific pack-indexes

bug in HTTP protocol spec
 2018-02-21 22:15 UTC  (2+ messages)

[PATCH 00/26] Moving global state into the repository object (part 1)
 2018-02-21 21:51 UTC  (39+ messages)
` [PATCHv2 00/16] "
  ` [PATCHv3 00/27] "
    ` [PATCH 01/27] repository: introduce raw object store field
    ` [PATCH 02/27] object-store: migrate alternates struct and functions from cache.h
    ` [PATCH 03/27] object-store: move alt_odb_list and alt_odb_tail to object store
    ` [PATCH 04/27] object-store: free alt_odb_list
    ` [PATCH 05/27] object-store: move packed_git and packed_git_mru to object store
    ` [PATCH 06/27] object-store: close all packs upon clearing the "
    ` [PATCH 07/27] pack: move prepare_packed_git_run_once to "
    ` [PATCH 08/27] pack: move approximate object count "
    ` [PATCH 09/27] sha1_file: add raw_object_store argument to alt_odb_usable
    ` [PATCH 10/27] sha1_file: add repository argument to link_alt_odb_entry
    ` [PATCH 11/27] sha1_file: add repository argument to read_info_alternates
    ` [PATCH 12/27] sha1_file: add repository argument to link_alt_odb_entries
    ` [PATCH 13/27] sha1_file: add repository argument to prepare_alt_odb
    ` [PATCH 14/27] sha1_file: allow link_alt_odb_entries to handle arbitrary repositories
    ` [PATCH 15/27] sha1_file: allow prepare_alt_odb "
    ` [PATCH 16/27] sha1_file: add repository argument to sha1_file_name
    ` [PATCH 17/27] sha1_file: add repository argument to stat_sha1_file
    ` [PATCH 18/27] sha1_file: add repository argument to open_sha1_file
    ` [PATCH 19/27] sha1_file: add repository argument to map_sha1_file_1
    ` [PATCH 20/27] sha1_file: add repository argument to map_sha1_file
    ` [PATCH 21/27] sha1_file: add repository argument to sha1_loose_object_info
    ` [PATCH 22/27] sha1_file: allow sha1_file_name to handle arbitrary repositories
    ` [PATCH 23/27] sha1_file: allow stat_sha1_file "
    ` [PATCH 24/27] sha1_file: allow open_sha1_file "
    ` [PATCH 25/27] sha1_file: allow map_sha1_file_1 "
    ` [PATCH 26/27] sha1_file: allow map_sha1_file "
    ` [PATCH 27/27] sha1_file: allow sha1_loose_object_info "

[PATCH 00/26] protocol version 2
 2018-02-21 21:47 UTC  (5+ messages)
` [PATCH 04/26] upload-pack: convert to a builtin

[PATCH 00/36] object_id part 12
 2018-02-21 18:47 UTC  (35+ messages)
` [PATCH 04/36] cache-tree: convert remnants to struct object_id
` [PATCH 05/36] resolve-undo: convert struct resolve_undo_info to object_id
` [PATCH 06/36] tree: convert read_tree_recursive to struct object_id
` [PATCH 07/36] ref-filter: convert grab_objectname "
` [PATCH 08/36] strbuf: convert strbuf_add_unique_abbrev to use "
` [PATCH 09/36] wt-status: convert struct wt_status_state to object_id
` [PATCH 10/36] Convert find_unique_abbrev* to struct object_id
` [PATCH 11/36] http-walker: convert struct object_request to use "
` [PATCH 12/36] send-pack: convert remaining functions to "
` [PATCH 13/36] replace_object: convert struct replace_object to object_id
` [PATCH 14/36] builtin/mktag: convert to struct object_id
` [PATCH 15/36] archive: convert write_archive_entry_fn_t to object_id
` [PATCH 16/36] archive: convert sha1_file_to_archive to struct object_id
` [PATCH 17/36] builtin/index-pack: convert struct ref_delta_entry to object_id
` [PATCH 18/36] sha1_file: convert read_loose_object to use struct object_id
` [PATCH 19/36] sha1_file: convert check_sha1_signature to "
` [PATCH 20/36] streaming: convert open_istream to use "
` [PATCH 21/36] builtin/mktree: convert to "
` [PATCH 22/36] sha1_file: convert assert_sha1_type to object_id
` [PATCH 23/36] sha1_file: convert retry_bad_packed_offset to struct object_id
` [PATCH 24/36] packfile: convert unpack_entry "
` [PATCH 25/36] Convert remaining callers of sha1_object_info_extended to object_id
` [PATCH 26/36] sha1_file: convert sha1_object_info* "
` [PATCH 27/36] builtin/fmt-merge-msg: convert remaining code "
` [PATCH 28/36] builtin/notes: convert static functions "
` [PATCH 29/36] tree-walk: convert get_tree_entry_follow_symlinks internals "
` [PATCH 30/36] streaming: convert istream internals to struct object_id
` [PATCH 31/36] tree-walk: convert tree entry functions to object_id
` [PATCH 32/36] sha1_file: convert read_object_with_reference "
` [PATCH 33/36] sha1_file: convert read_sha1_file to struct object_id
` [PATCH 34/36] Convert lookup_replace_object "
` [PATCH 35/36] sha1_file: introduce a constant for max header length
` [PATCH 36/36] convert: convert to struct object_id

[PATCH] submodule: indicate that 'submodule.recurse' doesn't apply to clone
 2018-02-21 18:44 UTC  (2+ messages)

[PATCH 3/7] worktree move: new command
 2018-02-21 18:25 UTC  (7+ messages)
` [PATCH] t/known-leaky: add list of known-leaky test scripts

[PATCH v7 0/7] convert: add support for different encodings
 2018-02-21 18:06 UTC  (5+ messages)

[PATCH 1/2] ref-filter: get rid of duplicate code
 2018-02-21 17:41 UTC  (6+ messages)
` [PATCH 2/2] ref-filter: get rid of goto
` [PATCH v2 1/2] ref-filter: get rid of duplicate code
  ` [PATCH v2 2/2] ref-filter: get rid of goto

Duplicate safecrlf warning for racily clean index entry
 2018-02-21 17:20 UTC  (5+ messages)

[PATCH 0/4] Correct offsets of hunks when one is skipped
 2018-02-21 16:58 UTC  (16+ messages)
` [PATCH v2 0/9] "
  ` [PATCH v2 1/9] add -i: add function to format hunk header
  ` [PATCH v2 3/9] t3701: use test_write_lines and write_script
  ` [PATCH v2 4/9] t3701: don't hard code sha1 hash values
  ` [PATCH v2 5/9] t3701: add failing test for pathological context lines
  ` [PATCH v2 9/9] add -p: don't rely on apply's '--recount' option

Stackdump from stash save on Windows 10 64-bit
 2018-02-21 16:40 UTC  (3+ messages)

Why git-revert doesn't invoke the pre-commit and the commit-msg hooks?
 2018-02-21 13:33 UTC  (5+ messages)

[ANNOUNCE] Git Rev News edition 36
 2018-02-21 12:22 UTC 

[GSoC][PATCH] tag: Make "git tag --contains <id>" less chatty if <id> is invalid
 2018-02-20 23:29 UTC  (3+ messages)

[BUG] Worktree prune complains about missing path
 2018-02-20 23:03 UTC  (3+ messages)

Is there any way to "interrupt" a rebase?
 2018-02-20 22:40 UTC  (9+ messages)

File locking issues with fetching submodules in parallel
 2018-02-20 22:27 UTC  (3+ messages)

I'm trying to break "git pull --rebase"
 2018-02-20 22:21 UTC  (3+ messages)

Fetch-hooks
 2018-02-20 21:19 UTC  (15+ messages)

[PATCH] Fix misconversion of gitsubmodule.txt
 2018-02-20 20:12 UTC  (9+ messages)
` [PATCH v2] "

About connection resuming
 2018-02-20 19:43 UTC  (2+ messages)

[PATCH] make hg-to-git compatible with python2.x and 3.x
 2018-02-20 19:19 UTC  (4+ messages)

[PATCH 0/2] quoting bug sending push-options over http
 2018-02-20 19:05 UTC  (3+ messages)
` [PATCH 2/2] remote-curl: unquote incoming push-options

[RFC PATCH 0/1] Implement CMake build
 2018-02-20 16:28 UTC  (6+ messages)

cherry-pick '-m' curiosity
 2018-02-20 16:23 UTC  (3+ messages)

git-gui, BUG: minimize/maximize buttons missing when repo is opened in gui
 2018-02-20 14:48 UTC 

git-gui, feature request: add hotkeys to focus different widgets
 2018-02-20 13:32 UTC 

[RFC] Rebasing merges: a jorney to the ultimate solution (Road Clear)
 2018-02-20 12:42 UTC  (3+ messages)

[ANNOUNCE] Git for Windows 2.16.2
 2018-02-20 12:32 UTC 


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