git@vger.kernel.org mailing list mirror (one of many)
 help / color / mirror / code / Atom feed
 messages from 2018-02-24 12:50:55 to 2018-02-27 02:33:24 UTC [more...]

[PATCH v5 00/13] Serialized Git Commit Graph
 2018-02-27  2:32 UTC  (4+ messages)
` [PATCH v5 01/13] commit-graph: add format document
` [PATCH v5 02/13] graph: add commit graph design document
` [PATCH v5 04/13] csum-file: add CSUM_KEEP_OPEN flag

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

(no subject)
 2018-02-27  1:18 UTC 

[PATCH 14/26] sha1_file: allow prepare_alt_odb to handle arbitrary repositories
 2018-02-27  0:28 UTC  (40+ messages)
` [PATCH 0/2] Fix initializing the_hash_algo
  ` [PATCH 2/2] Revert "repository: pre-initialize hash algo pointer"
  ` [PATCH v2 0/5] Fix initializing the_hash_algo
    ` [PATCH v2 2/5] sha1_file.c: keep a good name for "unknown" hash_algos[UNKNOWN]
    ` [PATCH v2 3/5] index-pack: check (and optionally set) hash algo based on input file
    ` [PATCH v2 4/5] diff.c: initialize hash algo when running in --no-index mode
    ` [PATCH v2 5/5] Revert "repository: pre-initialize hash algo pointer"
    ` [PATCH v3 0/6] Fix initializing the_hash_algo
      ` [PATCH v3 1/6] setup.c: initialize the_repository correctly in all cases
      ` [PATCH v3 2/6] sha1_file.c: keep a good name for "unknown" hash_algos[UNKNOWN]
      ` [PATCH v3 3/6] cache.h: make the_hash_algo read-only
      ` [PATCH v3 4/6] index-pack: check (and optionally set) hash algo based on input file
      ` [PATCH v3 5/6] diff.c: initialize hash algo when running in --no-index mode
      ` [PATCH v3 6/6] Revert "repository: pre-initialize hash algo pointer"
` [PATCH 0/4] Delete ignore_env member in struct repository
  ` [PATCH 1/4] repository.c: move env-related setup code back to environment.c
  ` [PATCH 2/4] repository.c: delete dead functions
  ` [PATCH 3/4] sha1_file.c: move delayed getenv(altdb) back to setup_git_env()
  ` [PATCH 4/4] repository: delete ignore_env member

[RFC] Rebasing merges: a jorney to the ultimate solution (Road Clear)
 2018-02-27  0:07 UTC  (3+ messages)

[PATCHv2 00/16] Moving global state into the repository object (part 1)
 2018-02-27  0:02 UTC  (18+ messages)
` [PATCHv3 00/27] "
  ` [PATCH 08/27] pack: move approximate object count to object store
  ` [PATCHv4 00/27] Moving global state into the repository object (part 1)
    ` [PATCHv4 01/27] repository: introduce raw object store field

[PATCH v2 00/27] protocol version 2
 2018-02-27  0:02 UTC  (11+ messages)
` [PATCH v3 00/35] "
  ` [PATCH v3 13/35] ls-refs: introduce ls-refs server command
  ` [PATCH v3 21/35] fetch-pack: perform a fetch using v2

[PATCH 0/1] git-p4: add format-patch subcommand
 2018-02-26 23:48 UTC  (4+ messages)
` [PATCH 1/1] "

[BUG] [git 2.16.1] yeeek ... my files are gone .. by git pull <otherRepositoryUrl>
 2018-02-26 23:33 UTC  (5+ messages)

What's cooking in git.git (Feb 2018, #03; Wed, 21)
 2018-02-26 23:23 UTC  (6+ messages)

[PATCH v3 00/12] rebase -i: offer to recreate merge commits
 2018-02-26 21:29 UTC  (17+ messages)
` [PATCH v4 "
` [PATCH v5 "
  ` [PATCH v5 01/12] sequencer: avoid using errno clobbered by rollback_lock_file()
  ` [PATCH v5 02/12] sequencer: make rearrange_squash() a bit more obvious
  ` [PATCH v5 03/12] git-rebase--interactive: clarify arguments
  ` [PATCH v5 04/12] sequencer: introduce new commands to reset the revision
  ` [PATCH v5 05/12] sequencer: introduce the `merge` command
  ` [PATCH v5 06/12] sequencer: fast-forward merge commits, if possible
  ` [PATCH v5 07/12] rebase-helper --make-script: introduce a flag to recreate merges
  ` [PATCH v5 08/12] rebase: introduce the --recreate-merges option
  ` [PATCH v5 09/12] sequencer: make refs generated by the `label` command worktree-local
  ` [PATCH v5 10/12] sequencer: handle post-rewrite for merge commands
  ` [PATCH v5 11/12] pull: accept --rebase=recreate to recreate the branch topology
  ` [PATCH v5 12/12] rebase -i: introduce --recreate-merges=[no-]rebase-cousins

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

[PATCH v7 0/7] convert: add support for different encodings
 2018-02-26 20:46 UTC  (11+ messages)

Use of uninitialised value of size 8 in sha1_name.c
 2018-02-26 20:41 UTC  (7+ messages)
        ` [PATCH] sha1_name: fix uninitialized memory errors

[PATCH v1] convert: add support for 'encoding' attribute
 2018-02-26 18:43 UTC  (3+ messages)
` [PATCH/RFC 1/1] Auto diff of UTF-16 files in UTF-8

[PATCH v2] subtree: fix add and pull for GPG-signed commits
 2018-02-26 17:28 UTC  (4+ messages)

(no subject)
 2018-02-26 17:27 UTC 

[PATCH v4 03/13] commit-graph: create git-commit-graph builtin
 2018-02-26 17:08 UTC  (3+ messages)

[PATCH v3 00/14] Serialized Git Commit Graph
 2018-02-26 16:10 UTC  (4+ messages)
` [PATCH v4 00/13] "
  ` [PATCH v4 04/13] commit-graph: implement write_commit_graph()

[PATCH] commit-graph: fix some "plain integer as NULL pointer" warnings
 2018-02-26 14:31 UTC  (3+ messages)

[PATCH 0/2] wildmatch precompilation interface
 2018-02-26 12:34 UTC  (9+ messages)
` [PATCH 1/2] wildmatch: add interface for precompiling wildmatch() patterns
` [PATCH 2/2] wildmatch: use the new precompiling wildmatch()

Git should preserve modification times at least on request
 2018-02-26 11:04 UTC  (10+ messages)

[PATCH] Call timegm and timelocal with 4-digit year
 2018-02-26 10:59 UTC  (3+ messages)

[PATCH] sequencer: factor out strbuf_read_file_or_whine()
 2018-02-26  9:04 UTC  (5+ messages)
  ` [PATCH] strbuf_read_file(): preserve errno across close() call

[PATCH] revision.c: reduce object database queries
 2018-02-26  1:38 UTC  (4+ messages)

[PATCH 0/8] various perl fixes
 2018-02-25 20:03 UTC  (24+ messages)
` [PATCH 1/8] perl: *.pm files should not have the executable bit
` [PATCH 3/8] perl: generalize the Git::LoadCPAN facility
` [PATCH v2 00/13] various perl fixes
` [PATCH v2 01/13] perl: *.pm files should not have the executable bit
` [PATCH v2 02/13] Git.pm: remove redundant "use strict" from sub-package
` [PATCH v2 03/13] Git.pm: add the "use warnings" pragma
` [PATCH v2 04/13] gitweb: hard-depend on the Digest::MD5 5.8 module
` [PATCH v2 05/13] Git.pm: hard-depend on the File::{Temp,Spec} modules
` [PATCH v2 06/13] git-send-email: unconditionally use Net::{SMTP,Domain}
` [PATCH v2 07/13] perl: update our ancient copy of Error.pm
` [PATCH v2 08/13] perl: update our copy of Mail::Address
` [PATCH v2 09/13] perl: move CPAN loader wrappers to another namespace
` [PATCH v2 10/13] perl: generalize the Git::LoadCPAN facility
` [PATCH v2 11/13] perl: move the perl/Git/FromCPAN tree to perl/FromCPAN
` [PATCH v2 12/13] Makefile: add NO_PERL_CPAN_FALLBACKS knob
` [PATCH v2 13/13] perl Git::LoadCPAN: emit better errors under NO_PERL_CPAN_FALLBACKS

[PATCH v8 0/7] convert: add support for different encodings
 2018-02-25 19:50 UTC  (14+ messages)
` [PATCH v8 1/7] strbuf: remove unnecessary NUL assignment in xstrdup_tolower()
` [PATCH v8 2/7] strbuf: add xstrdup_toupper()
` [PATCH v8 3/7] utf8: add function to detect prohibited UTF-16/32 BOM
` [PATCH v8 4/7] utf8: add function to detect a missing "
` [PATCH v8 5/7] convert: add 'working-tree-encoding' attribute
` [PATCH v8 6/7] convert: add tracing for "
` [PATCH v8 7/7] convert: add round trip check based on 'core.checkRoundtripEncoding'

ref-filter: how to improve the code
 2018-02-25 18:28 UTC 

[PATCH 01/11] t: prevent '-x' tracing from interfering with test helpers' stderr
 2018-02-25 13:40 UTC  (2+ messages)
` [PATCH v1.1] "

[PATCH] perf: use GIT_PERF_REPEAT_COUNT=3 by default even without config file
 2018-02-25 13:18 UTC 

[PATCH v2 00/12] document & test fetch pruning & add fetch.pruneTags
 2018-02-24 21:42 UTC  (8+ messages)
` [PATCH v5 00/17] "

Issue: Git Gui: show ssh key don't show key type id_ed25519.pub
 2018-02-24 18:39 UTC  (2+ messages)
` [PATCH] git-gui: search for all current SSH key types

[GSoC][PATCH v2] ref-filter: Make "--contains <id>" less chatty if <id> is invalid
 2018-02-24 14:12 UTC  (4+ messages)

[PATCH v3 0/2] diff: add --stat-with-summary (was --compact-summary)
 2018-02-24 14:09 UTC  (7+ messages)
` [PATCH v4 0/2] diff: add --compact-summary (aka nd/diff-stat-with-summary)
  ` [PATCH v4 1/2] diff.c: refactor pprint_rename() to use strbuf
  ` [PATCH v4 2/2] diff: add --stat-with-summary
  ` [PATCH v5 0/2] diff: add --compact-summary (aka nd/diff-stat-with-summary)
    ` [PATCH v5 1/2] diff.c: refactor pprint_rename() to use strbuf
    ` [PATCH v5 2/2] diff: add --compact-summary

[PATCH v2 00/41] Automate updating git-completion.bash a bit
 2018-02-24 13:58 UTC  (9+ messages)
` [PATCH v3 00/42] "
  ` [PATCH v3 06/42] completion: use __gitcomp_builtin in _git_am

[PATCH 0/1] git-p4: add unshelve command
 2018-02-24 12:50 UTC  (6+ messages)
` [PATCH 1/1] "


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