git@vger.kernel.org mailing list mirror (one of many)
 help / color / mirror / code / Atom feed
 messages from 2018-07-12 19:40:30 to 2018-07-16 08:01:16 UTC [more...]

[PATCH v2 00/18] Add `branch-diff`, a `tbdiff` lookalike
 2018-07-16  8:01 UTC  (10+ 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 0/2] Fix --rebase-merges with custom commentChar
 2018-07-16  4:59 UTC  (2+ messages)
` [PATCH v3] sequencer: use configured comment character

[PATCH v2 00/16] object_id part 14
 2018-07-16  1:28 UTC  (17+ 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 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 v2 00/10] rerere: handle nested conflicts
 2018-07-15 13:24 UTC  (14+ 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 00/17] object_id part 14
 2018-07-14 23:38 UTC  (4+ messages)

[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] "

[PATCH 0/2] repack -ad: fix after `fetch --prune` in a shallow repository
 2018-07-14 21:56 UTC  (5+ messages)
` [PATCH 1/2] repack: point out a bug handling stale shallow info
` [PATCH 2/2] repack -ad: prune the list of shallow commits

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)

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

Git 2.18: RUNTIME_PREFIX... is it working?
 2018-07-14 20:51 UTC  (11+ messages)

[PATCH v2 0/9] X509 (gpgsm) commit signing support
 2018-07-14 18:33 UTC  (17+ messages)
` [PATCH v2 5/9] gpg-interface: introduce an abstraction for multiple gpg formats
` [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

[PATCH] send-email: Fix tls AUTH when sending batch
 2018-07-14  8:58 UTC  (2+ messages)
` [PATCH v2] "

[PATCH v1 00/25] RFC: structured logging
 2018-07-14  8:34 UTC  (28+ messages)
` [PATCH v1 01/25] structured-logging: design document
` [PATCH v1 02/25] structured-logging: add STRUCTURED_LOGGING=1 to Makefile
` [PATCH v1 03/25] structured-logging: add structured logging framework
` [PATCH v1 04/25] structured-logging: add session-id to log events
` [PATCH v1 05/25] structured-logging: set sub_command field for branch command
` [PATCH v1 06/25] structured-logging: set sub_command field for checkout command
` [PATCH v1 07/25] structured-logging: t0420 basic tests
` [PATCH v1 08/25] structured-logging: add detail-event facility
` [PATCH v1 09/25] structured-logging: add detail-event for lazy_init_name_hash
` [PATCH v1 10/25] structured-logging: add timer facility
` [PATCH v1 11/25] structured-logging: add timer around do_read_index
` [PATCH v1 12/25] structured-logging: add timer around do_write_index
` [PATCH v1 13/25] structured-logging: add timer around wt-status functions
` [PATCH v1 14/25] structured-logging: add timer around preload_index
` [PATCH v1 15/25] structured-logging: t0420 tests for timers
` [PATCH v1 16/25] structured-logging: add aux-data facility
` [PATCH v1 17/25] structured-logging: add aux-data for index size
` [PATCH v1 18/25] structured-logging: add aux-data for size of sparse-checkout file
` [PATCH v1 19/25] structured-logging: t0420 tests for aux-data
` [PATCH v1 20/25] structured-logging: add structured logging to remote-curl
` [PATCH v1 21/25] structured-logging: add detail-events for child processes
` [PATCH v1 22/25] structured-logging: add child process classification
` [PATCH v1 23/25] structured-logging: t0420 tests for child process detail events
` [PATCH v1 24/25] structured-logging: t0420 tests for interacitve child_summary
` [PATCH v1 25/25] structured-logging: add config data facility

[PATCH] blame: prefer xsnprintf to strcpy for colors
 2018-07-13 21:29 UTC  (5+ messages)

[PATCH] fsck: check skiplist for object in fsck_blob()
 2018-07-13 20:21 UTC  (19+ messages)
                      ` [PATCH 1/2] fsck: split ".gitmodules too large" error from parse failure
                      ` [PATCH 2/2] fsck: downgrade gitmodulesParse default to "info"

What's cooking in git.git (Jul 2018, #01; Wed, 11)
 2018-07-13 19:52 UTC  (2+ messages)

[PATCH] sha1-name.c: for ":/", find detached HEAD commits
 2018-07-13 19:40 UTC  (8+ messages)
` [PATCH v2] "

[PATCH v1] convert log_ref_write_fd() to use strbuf
 2018-07-13 18:12 UTC  (3+ messages)
` [PATCH v2] "

[PATCH v3 0/9] Introducing remote ODBs
 2018-07-13 17:49 UTC  (10+ messages)
` [PATCH v3 1/9] fetch-object: make functions return an error code
` [PATCH v3 2/9] Add initial remote odb support
` [PATCH v3 3/9] remote-odb: implement remote_odb_get_direct()
` [PATCH v3 4/9] remote-odb: implement remote_odb_get_many_direct()
` [PATCH v3 5/9] remote-odb: add remote_odb_reinit()
` [PATCH v3 6/9] Use remote_odb_get_direct() and has_remote_odb()
` [PATCH v3 7/9] Use odb.origin.partialclonefilter instead of core.partialclonefilter
` [PATCH v3 8/9] t0410: test fetching from many promisor remotes
` [PATCH v3 9/9] Documentation/config: add odb.<name>.promisorRemote

[PATCH v7 06/22] commit-graph: load a root tree from specific graph
 2018-07-13 17:45 UTC  (3+ messages)
` [PATCH] coccinelle: update commit.cocci

Git standup on IRC
 2018-07-13 17:00 UTC 

[PATCH v11] json_writer V10
 2018-07-13 16:54 UTC  (2+ messages)
` [PATCH v11] json_writer: new routines to create JSON data

[PATCH 0/2] Address recovery failures with directory/file conflicts
 2018-07-13 16:45 UTC  (5+ messages)
` [PATCH v2 "
  ` [PATCH v2 1/2] t1015: demonstrate directory/file conflict recovery failures
  ` [PATCH v2 2/2] read-cache: fix directory/file conflict handling in read_index_unmerged()

[PATCH 0/3] rebase -r: support octopus merges
 2018-07-13 16:42 UTC  (6+ messages)

[GSoC] GSoC with git, week 10
 2018-07-13 15:54 UTC  (4+ messages)

[PATCH v3 2/2] Fix use of strategy options with interactive rebases
 2018-07-13 15:51 UTC  (2+ messages)

[PATCH 0/4] Use oid_object_info() instead of read_object_file()
 2018-07-13 12:46 UTC  (2+ messages)

[PATCH 1/4] ref-filter: add info_source to valid_atom
 2018-07-13 12:43 UTC  (5+ messages)
` [PATCH v2 "
  ` [PATCH v2 2/4] ref-filter: fill empty fields with empty values
  ` [PATCH v2 4/4] ref-filter: use oid_object_info() to get object
  ` [PATCH v2 3/4] ref-filter: merge get_obj and get_object

[PATCH v3 0/7] X509 (gpgsm) commit signing support
 2018-07-13  8:41 UTC  (8+ 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 v3 6/7] gpg-interface: introduce new signature format "x509" using gpgsm
` [PATCH v3 7/7] gpg-interface t: extend the existing GPG tests with GPGSM

[PATCH] t3404: fix use of "VAR=VAL cmd" with a shell function
 2018-07-13  5:55 UTC  (6+ messages)

[PATCH 0/4] test-lint: detect one-shot "FOO=bar shell_func"
 2018-07-13  5:52 UTC  (5+ messages)
` [PATCH 1/4] t6046/t9833: fix use of "VAR=VAL cmd" with a shell function
` [PATCH 2/4] t/check-non-portable-shell: stop being so polite
` [PATCH 3/4] t/check-non-portable-shell: make error messages more compact
` [PATCH 4/4] t/check-non-portable-shell: detect "FOO=bar shell_func"

[PATCH v3 00/24] Multi-pack-index (MIDX)
 2018-07-13  0:50 UTC  (19+ messages)
` [PATCH v4 00/23] "
  ` [PATCH v4 04/23] multi-pack-index: add 'write' verb
  ` [PATCH v4 12/23] midx: sort and deduplicate objects from packfiles
  ` [PATCH v4 13/23] midx: write object ids in a chunk
  ` [PATCH v4 14/23] midx: write object id fanout chunk
  ` [PATCH v4 15/23] midx: write object offsets
  ` [PATCH v4 16/23] config: create core.multiPackIndex setting
  ` [PATCH v4 17/23] midx: read objects from multi-pack-index
  ` [PATCH v4 18/23] midx: use midx in abbreviation calculations
  ` [PATCH v4 19/23] midx: use existing midx when writing new one
  ` [PATCH v4 20/23] midx: use midx in approximate_object_count
  ` [PATCH v4 21/23] midx: prevent duplicate packfile loads
  ` [PATCH v4 22/23] packfile: skip loading index if in multi-pack-index
  ` [PATCH v4 23/23] midx: clear midx on repack

[PATCH 0/2] Annotated tags pointing to missing but promised blobs
 2018-07-13  0:03 UTC  (3+ messages)
` [PATCH 1/2] revision: tolerate promised targets of tags
` [PATCH 2/2] tag: don't warn if target is missing but promised

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

[PATCH] RFC: submodule-config: introduce trust level
 2018-07-12 20:54 UTC  (2+ messages)

[PATCH] sequencer.c: terminate the last line of author-script properly
 2018-07-12 20:49 UTC  (5+ messages)

[PATCH 00/29] t: detect and fix broken &&-chains in subshells
 2018-07-12 19:54 UTC  (8+ messages)
` [PATCH v2 00/10] detect "
  ` [PATCH v2 01/10] t/test-lib: teach --chain-lint to "


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