git@vger.kernel.org mailing list mirror (one of many)
 help / color / mirror / code / Atom feed
 messages from 2018-07-13 23:05:57 to 2018-07-17 06:53:25 UTC [more...]

[PATCH] gc: do not warn about too many loose objects
 2018-07-17  6:53 UTC  (34+ messages)
` [PATCH v2 0/3] gc --auto: do not return error for prior errors in daemonized mode
  ` [PATCH 1/3] gc: improve handling of errors reading gc.log

[PATCH 00/16] Consolidate reachability logic
 2018-07-17  1:16 UTC  (42+ messages)
` [PATCH 04/16] upload-pack: make reachable() more generic
` [PATCH 05/16] upload-pack: refactor ok_to_give_up()
` [PATCH 01/16] commit-reach: move walk methods from commit.c
` [PATCH 02/16] commit-reach: move ref_newer from remote.c
` [PATCH 03/16] commit-reach: move commit_contains from ref-filter
` [PATCH 15/16] commit-reach: make can_all_from_reach... linear
` [PATCH 06/16] upload-pack: generalize commit date cutoff
` [PATCH 07/16] commit-reach: move can_all_from_reach_with_flags
` [PATCH 08/16] test-reach: create new test tool for ref_newer
` [PATCH 09/16] test-reach: test in_merge_bases
` [PATCH 10/16] test-reach: test is_descendant_of
` [PATCH 11/16] test-reach: test get_merge_bases_many
` [PATCH 12/16] test-reach: test reduce_heads
` [PATCH 13/16] test-reach: test can_all_from_reach_with_flags
` [PATCH 14/16] commit-reach: replace ref_newer logic
` [PATCH 16/16] commit-reach: use can_all_from_reach

[PATCH v3 0/7] X509 (gpgsm) commit signing support
 2018-07-17  0:55 UTC  (14+ messages)
` [PATCH v3 1/7] gpg-interface: add new config to select how to sign a commit
` [PATCH v3 2/7] t/t7510: check the validation of the new config gpg.format
` [PATCH v3 3/7] gpg-interface: introduce an abstraction for multiple gpg formats
` [PATCH v3 4/7] gpg-interface: do not hardcode the key string len anymore
` [PATCH v3 5/7] gpg-interface: introduce new config to select per gpg format program

[PATCH v2 0/6] git-submodule.sh: convert part of cmd_update to C
 2018-07-17  0:26 UTC  (7+ messages)
` [PATCH v2 1/6] git-submodule.sh: align error reporting for update mode to use path
` [PATCH v2 2/6] git-submodule.sh: rename unused variables
` [PATCH v2 3/6] builtin/submodule--helper: factor out submodule updating
` [PATCH v2 4/6] builtin/submodule--helper: store update_clone information in a struct
` [PATCH v2 5/6] builtin/submodule--helper: factor out method to update a single submodule
` [PATCH v2 6/6] submodule--helper: introduce new update-module-mode helper

[PATCH 0/6] git-submodule.sh: convert part of cmd_update to C
 2018-07-16 23:55 UTC  (4+ messages)
` [PATCH 4/6] builtin/submodule--helper: store update_clone information in a struct

[PATCH v2 0/9] X509 (gpgsm) commit signing support
 2018-07-16 23:12 UTC  (16+ messages)
` [PATCH v2 7/9] gpg-interface: introduce new config to select per gpg format program
` [PATCH v2 9/9] gpg-interface t: extend the existing GPG tests with GPGSM

[PATCHv5 0/9] Reroll of sb/diff-color-move-more
 2018-07-16 23:05 UTC  (10+ messages)
` [PATCH 1/9] xdiff/xdiff.h: remove unused flags
` [PATCH 2/9] xdiff/xdiffi.c: remove unneeded function declarations
` [PATCH 3/9] t4015: avoid git as a pipe input
` [PATCH 4/9] diff.c: do not pass diff options as keydata to hashmap
` [PATCH 5/9] diff.c: adjust hash function signature to match hashmap expectation
` [PATCH 6/9] diff.c: add a blocks mode for moved code detection
` [PATCH 7/9] diff.c: decouple white space treatment from move detection algorithm
` [PATCH 8/9] diff.c: factor advance_or_nullify out of mark_color_as_moved
` [PATCH 9/9] diff.c: add white space mode to move detection that allows indent changes

[PATCH 00/25] fix buggy tests, modernize tests, fix broken &&-chains
 2018-07-16 23:05 UTC  (7+ messages)
` [PATCH 11/25] t7400: fix broken "submodule add/reconfigure --force" test

[PATCH] negotiator/skipping: skip commits during fetch
 2018-07-16 23:02 UTC  (2+ messages)

[PATCH] send-email: Fix tls AUTH when sending batch
 2018-07-16 22:19 UTC  (3+ messages)
` [PATCH v2] "

rev-parse --show-toplevel broken during exec'ed rebase?
 2018-07-16 21:10 UTC  (15+ messages)
        ` [PATCH] sequencer: pass absolute GIT_WORK_TREE to exec commands
              ` [PATCH v2] "

[PATCH] fsck: check skiplist for object in fsck_blob()
 2018-07-16 21:08 UTC  (5+ messages)
` [PATCH 2/2] fsck: downgrade gitmodulesParse default to "info"

[PATCH 00/17] object_id part 14
 2018-07-16 21:06 UTC  (5+ messages)

[PATCH v2 1/4] ref-filter: add info_source to valid_atom
 2018-07-16 20:53 UTC  (3+ messages)
` [PATCH v2 4/4] ref-filter: use oid_object_info() to get object

[PATCH v2 00/10] rerere: handle nested conflicts
 2018-07-16 20:40 UTC  (15+ messages)
` [PATCH v3 00/11] "
  ` [PATCH v3 01/11] rerere: unify error messages when read_cache fails
  ` [PATCH v3 02/11] rerere: lowercase error messages
  ` [PATCH v3 03/11] rerere: wrap paths in output in sq
  ` [PATCH v3 04/11] rerere: mark strings for translation
  ` [PATCH v3 05/11] rerere: add documentation for conflict normalization
  ` [PATCH v3 06/11] rerere: fix crash when conflict goes unresolved
  ` [PATCH v3 07/11] rerere: only return whether a path has conflicts or not
  ` [PATCH v3 08/11] rerere: factor out handle_conflict function
  ` [PATCH v3 09/11] rerere: return strbuf from handle path
  ` [PATCH v3 10/11] rerere: teach rerere to handle nested conflicts
  ` [PATCH v3 11/11] rerere: recalculate conflict ID when unresolved conflict is committed

[PATCH 0/2] Fix --rebase-merges with custom commentChar
 2018-07-16 18:49 UTC  (4+ messages)
` [PATCH v3] sequencer: use configured comment character

[PATCH v2 00/16] object_id part 14
 2018-07-16 18:04 UTC  (20+ messages)
` [PATCH v2 01/16] cache: update object ID functions for the_hash_algo
` [PATCH v2 02/16] tree-walk: replace hard-coded constants with the_hash_algo
` [PATCH v2 03/16] hex: switch to using the_hash_algo
` [PATCH v2 04/16] commit: express tree entry constants in terms of the_hash_algo
` [PATCH v2 05/16] strbuf: allocate space with GIT_MAX_HEXSZ
` [PATCH v2 06/16] sha1-name: use the_hash_algo when parsing object names
` [PATCH v2 07/16] refs/files-backend: use the_hash_algo for writing refs
` [PATCH v2 08/16] builtin/update-index: convert to using the_hash_algo
` [PATCH v2 09/16] builtin/update-index: simplify parsing of cacheinfo
` [PATCH v2 10/16] builtin/fmt-merge-msg: make hash independent
` [PATCH v2 11/16] builtin/merge: switch to use the_hash_algo
` [PATCH v2 12/16] builtin/merge-recursive: make hash independent
` [PATCH v2 13/16] diff: switch GIT_SHA1_HEXSZ to use the_hash_algo
` [PATCH v2 14/16] log-tree: switch GIT_SHA1_HEXSZ to the_hash_algo->hexsz
` [PATCH v2 15/16] sha1-file: convert constants to uses of the_hash_algo
` [PATCH v2 16/16] pretty: switch hard-coded constants to the_hash_algo

[PATCH 0/3] rebase -r: support octopus merges
 2018-07-16 17:56 UTC  (7+ messages)

[PATCH 0/2] repack -ad: fix after `fetch --prune` in a shallow repository
 2018-07-16 17:36 UTC  (5+ messages)
` [PATCH 2/2] repack -ad: prune the list of shallow commits

[PATCH v1 00/25] RFC: structured logging
 2018-07-16 13:29 UTC  (5+ messages)
` [PATCH v1 01/25] structured-logging: design document

[PATCH] Add shell completion for git remote rm
 2018-07-16 13:12 UTC  (13+ messages)

Draft of Git Rev News edition 41
 2018-07-16 10:39 UTC 

[PATCH 0/1] vcbuild/README: update to accommodate for missing common-cmds.h
 2018-07-16 10:35 UTC  (2+ messages)
` [PATCH 1/1] "

[PATCH v2 00/18] Add `branch-diff`, a `tbdiff` lookalike
 2018-07-16  8:06 UTC  (12+ messages)
` [PATCH v3 00/20] Add `range-diff`, "
  ` [PATCH v3 03/20] range-diff: first rudimentary implementation
  ` [PATCH v3 11/20] range-diff: add tests
  ` [PATCH v3 09/20] range-diff: adjust the output of the commit pairs
  ` [PATCH v3 17/20] range-diff: add a man page
  ` [PATCH v3 20/20] range-diff: make --dual-color the default mode

[PATCH v2 0/2] Fix --short and --porcelain options for commit
 2018-07-15 11:08 UTC  (5+ messages)
` [PATCH v3 0/3] Fix --short/--porcelain options for git commit
` [PATCH v3 1/3] t7501: add merge conflict tests for dry run
` [PATCH v3 2/3] wt-status: teach wt_status_collect about merges in progress
` [PATCH v3 3/3] commit: fix exit code for --short/--porcelain

[PATCH] git-rebase--merge: modernize "git-$cmd" to "git $cmd"
 2018-07-14 22:20 UTC  (5+ messages)
` [PATCH v2] "

[PATCH v1] handle lower case drive letters on Windows
 2018-07-14 22:15 UTC  (8+ messages)
` [PATCH v3] "

bash completion with 2.18.0/maint: unknown options
 2018-07-14 21:38 UTC  (3+ messages)

gitweb and Levenshtein
 2018-07-14 21:32 UTC  (2+ messages)

Git 2.18: RUNTIME_PREFIX... is it working?
 2018-07-14 20:51 UTC  (11+ 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).