git@vger.kernel.org mailing list mirror (one of many)
 help / color / mirror / code / Atom feed
 messages from 2020-11-05 21:16:58 to 2020-11-09 22:45:38 UTC [more...]

support comma-separated fetch specs list?
 2020-11-09 22:45 UTC  (4+ messages)

[PATCH v2 00/20] fundamentals of merge-ort implementation
 2020-11-09 22:44 UTC  (10+ messages)

[PATCH 0/2] update-ref: Allow creation of multiple transactions
 2020-11-09 22:38 UTC  (17+ messages)
` [PATCH 1/2] "
` [PATCH v2 0/4] "
  ` [PATCH v2 1/4] t1400: Avoid touching refs on filesystem
  ` [PATCH v2 2/4] update-ref: Allow creation of multiple transactions
  ` [PATCH v2 3/4] p1400: Use `git-update-ref --stdin` to test "
  ` [PATCH v2 4/4] update-ref: Disallow restart of ongoing transactions

[PATCH] completion: bash: support recursive aliases
 2020-11-09 22:29 UTC  (4+ messages)

[PATCH 4/4] Doc: push with --base
 2020-11-09 22:22 UTC  (6+ messages)

[PATCH 00/21] trailer fixes
 2020-11-09 22:12 UTC  (4+ messages)
` [PATCH 06/21] t4205: add test for trailer in log with nonstandard separator

[PATCH v2 09/20] merge-ort: record stage and auxiliary info for every path
 2020-11-09 22:09 UTC  (4+ messages)

[PATCH v2 08/20] merge-ort: compute a few more useful fields for collect_merge_info
 2020-11-09 22:04 UTC  (4+ messages)

Completion for aliases that wrap aliases that wrap Git commands
 2020-11-09 21:56 UTC  (2+ messages)

[PATCH] t2402: fix typo
 2020-11-09 21:52 UTC  (2+ messages)

[PATCH] p4: respect init.defaultBranch
 2020-11-09 21:02 UTC  (2+ messages)

[PATCH v2 06/20] merge-ort: implement a very basic collect_merge_info()
 2020-11-09 20:59 UTC  (4+ messages)

[RFC PATCH] t5411: fix broken pipe write error on proc-receive
 2020-11-09 20:59 UTC  (5+ messages)
` [PATCH] t5411: consistent result for proc-receive broken test
    ` [PATCH v2] "

[PATCH v2 01/20] merge-ort: setup basic internal data structures
 2020-11-09 20:55 UTC  (4+ messages)

[PATCH] Lengthening FORMAT_PATCH_NAME_MAX to 80
 2020-11-09 19:23 UTC  (9+ messages)
      ` [PATCH] format-patch: make output filename configurable
          ` [PATCH v2] "

[PATCH] archive: support compression levels beyond 9
 2020-11-09 18:35 UTC  (2+ messages)

git rebase/git rebase --abort cause inconsistent state
 2020-11-09 18:11 UTC  (6+ messages)

[REGRESSION FIX 0/2] Handling regression introduced by a62387b
 2020-11-09 17:52 UTC  (5+ messages)
` [RFC "
  ` [RFC 1/2] submodules: test for fetch of non-init subsub-repo
  ` [RFC 2/2] Revert "submodule.c: fetch in submodules git directory instead of in worktree"

[PATCH] diff: do not show submodule with untracked files as "-dirty"
 2020-11-09 17:01 UTC  (8+ messages)
` [Outreachy][PATCH v6] "

[PATCH v2 0/2] rev-parse options for absolute or relative paths
 2020-11-09 14:46 UTC  (9+ messages)
` [PATCH v2 1/2] abspath: add a function to resolve paths with missing components
` [PATCH v2 2/2] rev-parse: add option for absolute or relative path formatting

git gc ineffective
 2020-11-09 11:17 UTC  (6+ messages)

[PATCH 0/6] (Mostly whitespace) cleanups in preparation for renaming the default main branch
 2020-11-09  0:09 UTC  (7+ messages)
` [PATCH 1/6] t1004: insert missing "branch" in a message
` [PATCH 2/6] t3406: indent with tabs, not spaces
` [PATCH 3/6] t3427: adjust stale comment
` [PATCH 4/6] t5400,t5402: consistently indent with tabs, not with spaces
` [PATCH 5/6] t5570: remove trailing padding
` [PATCH 6/6] t9603: use tabs for indentation

[PATCH 00/26] git-log: implement new --diff-merge options
 2020-11-08 21:38 UTC  (29+ messages)
` [PATCH v1 00/27] "
  ` [PATCH v1 01/27] revision: factor out parsing of diff-merge related options
  ` [PATCH v1 02/27] revision: factor out setup of diff-merge related settings
  ` [PATCH v1 03/27] revision: factor out initialization "
  ` [PATCH v1 04/27] revision: provide implementation for diff merges tweaks
  ` [PATCH v1 05/27] revision: move diff merges functions to its own diff-merges.c
  ` [PATCH v1 06/27] diff-merges: rename all functions to have common prefix
  ` [PATCH v1 07/27] diff-merges: move checks for first_parent_only out of the module
  ` [PATCH v1 08/27] diff-merges: rename diff_merges_default_to_enable() to match semantics
  ` [PATCH v1 09/27] diff-merges: re-arrange functions to match the order they are called in
  ` [PATCH v1 10/27] diff-merges: new function diff_merges_suppress()
  ` [PATCH v1 11/27] diff-merges: new function diff_merges_set_dense_combined_if_unset()
  ` [PATCH v1 12/27] diff-merges: introduce revs->first_parent_merges flag
  ` [PATCH v1 13/27] diff-merges: revise revs->diff flag handling
  ` [PATCH v1 14/27] t4013: support test_expect_failure through ':failure' magic
  ` [PATCH v1 15/27] t4013: add tests for -m failing to override -c/--cc
  ` [PATCH v1 16/27] diff-merges: fix -m to properly "
  ` [PATCH v1 17/27] diff-merges: split 'ignore_merges' field
  ` [PATCH v1 18/27] diff-merges: group diff-merge flags next to each other inside 'rev_info'
  ` [PATCH v1 19/27] diff-merges: get rid of now empty diff_merges_init_revs()
  ` [PATCH v1 20/27] diff-merges: refactor opt settings into separate functions
  ` [PATCH v1 21/27] diff-merges: make -m/-c/--cc explicitly mutually exclusive
  ` [PATCH v1 22/27] diff-merges: implement new values for --diff-merges
  ` [PATCH v1 23/27] t4013: add test for --diff-merges=first-parent
  ` [PATCH v1 24/27] doc/git-log: describe new --diff-merges options
  ` [PATCH v1 25/27] doc/diff-generate-patch: mention new --diff-merges option
  ` [PATCH v1 26/27] doc/rev-list-options: document --first-parent implies --diff-merges=first-parent
  ` [PATCH v1 27/27] doc/git-show: include --diff-merges description

[PATCH] Simplified merge logic
 2020-11-08 21:37 UTC 

[PATCH 0/4] "Push" protocol change proposal: user-specified base
 2020-11-08 19:31 UTC  (5+ messages)
` [PATCH 2/4] push: teach --base for ssh:// and file://

[PATCH v3 00/11] [GSoC] Implement Corrected Commit Date
 2020-11-08 17:23 UTC  (15+ messages)
` [PATCH v4 00/10] "
  ` [PATCH v4 06/10] commit-graph: implement corrected commit date
              ` Extending and updating gitglossary (was: Re: [PATCH v4 06/10] commit-graph: implement corrected commit date)
                ` Extending and updating gitglossary
  ` [PATCH v4 07/10] commit-graph: implement generation data chunk

Request for change 610e2b9240 reversal
 2020-11-08 11:15 UTC 

[PATCH] compat/bswap.h: Simplify MSVC endianness detection
 2020-11-08  9:57 UTC  (3+ messages)
` [PATCH v2] compat/bswap.h: simplify "

[PATCH] t4013: prepare for the new default branch name "main"
 2020-11-08  9:59 UTC 

[PATCH] compat/bswap.h: detect ARM64 when using MSVC
 2020-11-07 23:23 UTC  (3+ messages)

[PATCH] git-gui: ssh-askpass: add a checkbox to show the input text
 2020-11-07 22:20 UTC 

Bug with --abbrev option in git log?
 2020-11-07 15:09 UTC  (6+ messages)
  ` [PATCH] doc: clarify that most --abbrev[=<n>] are about minimum length
      ` [PATCH v2] doc: clarify that --abbrev=<n> is about the "

[PATCH] ci: avoid using the deprecated `set-env` construct
 2020-11-07  6:51 UTC  (2+ messages)

[PATCH v3 0/4] Beginning of new merge strategy: New API, empty implementation
 2020-11-07  6:09 UTC  (5+ messages)
` [PATCH v4 "

[PATCH] tests: consolidate the `file_size` function into `test-lib-functions.sh`
 2020-11-07  1:23 UTC  (2+ messages)

[PATCH 2/8] Documentation/Makefile: conditionally include ../GIT-VERSION-FILE
 2020-11-06 21:43 UTC  (7+ messages)

[PATCH 7/8] Makefile: don't delete dist tarballs directly by name
 2020-11-06 20:23 UTC  (9+ messages)

Suppressing filter-branch warning
 2020-11-06 20:12 UTC  (3+ messages)

[PATCH v2 00/11] Rewrite the remaining merge strategies from shell to C
 2020-11-06 19:53 UTC  (8+ messages)
` [PATCH v3 "
  ` [PATCH v3 03/11] merge-index: libify merge_one_path() and merge_all()
  ` [PATCH v3 05/11] merge-resolve: rewrite in C

[PATCH v2] diff: handle NULL filespecs in run_external_diff
 2020-11-06 19:18 UTC  (3+ messages)
    ` [PATCH v3] diff: make diff_free_filespec_data accept NULL

[PATCH] git-gui: update Russian translation
 2020-11-06 18:49 UTC 

[PATCH v3 00/13] Add struct strmap and associated utility functions
 2020-11-06 17:32 UTC  (27+ messages)
` [PATCH v4 "
  ` [PATCH v5 00/15] "
    ` [PATCH v5 01/15] hashmap: add usage documentation explaining hashmap_free[_entries]()
    ` [PATCH v5 02/15] hashmap: adjust spacing to fix argument alignment
    ` [PATCH v5 03/15] hashmap: allow re-use after hashmap_free()
    ` [PATCH v5 04/15] hashmap: introduce a new hashmap_partial_clear()
    ` [PATCH v5 05/15] hashmap: provide deallocation function names
    ` [PATCH v5 06/15] strmap: new utility functions
    ` [PATCH v5 07/15] strmap: add more "
    ` [PATCH v5 08/15] strmap: enable faster clearing and reusing of strmaps
    ` [PATCH v5 09/15] strmap: add functions facilitating use as a string->int map
    ` [PATCH v5 10/15] strmap: split create_entry() out of strmap_put()
    ` [PATCH v5 11/15] strmap: add a strset sub-type
    ` [PATCH v5 12/15] strmap: enable allocations to come from a mem_pool
    ` [PATCH v5 13/15] strmap: take advantage of FLEXPTR_ALLOC_STR when relevant
    ` [PATCH v5 14/15] Use new HASHMAP_INIT macro to simplify hashmap initialization
    ` [PATCH v5 15/15] shortlog: use strset from strmap.h

["BUG"] builtin add-interactive does not honor 'color.diff. frag'
 2020-11-06 17:03 UTC  (2+ messages)

[PATCH 00/10] Advertise trace2 SID in protocol capabilities
 2020-11-06 11:57 UTC  (7+ messages)
` [PATCH v2 00/11] "
  ` [PATCH v2 02/11] docs: new trace2.advertiseSID option

[PATCH] rev-parse: add option for absolute or relative path formatting
 2020-11-06  1:57 UTC  (5+ messages)

[RFC PATCH 0/8] speed up 'make clean'
 2020-11-06  1:26 UTC  (3+ messages)

[PATCH 00/14] completion: a bunch of updates
 2020-11-05 22:09 UTC  (17+ 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).