git@vger.kernel.org mailing list mirror (one of many)
 help / color / mirror / code / Atom feed
 messages from 2020-11-04 20:13:31 to 2020-11-08 17:23:41 UTC [more...]

[PATCH v3 00/11] [GSoC] Implement Corrected Commit Date
 2020-11-08 17:23 UTC  (16+ 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] p4: respect init.defaultBranch
 2020-11-08  8:41 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 

[PATCH v2 00/20] fundamentals of merge-ort implementation
 2020-11-07 19:39 UTC  (6+ messages)

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] diff: do not show submodule with untracked files as "-dirty"
 2020-11-07 11:10 UTC  (6+ messages)
` [Outreachy][PATCH v6] "

support comma-separated fetch specs list?
 2020-11-07 10:11 UTC  (3+ messages)

[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 v18 00/10] New proc-receive hook for centralized workflow
 2020-11-07  2:57 UTC  (9+ messages)
` [PATCH v19 03/10] receive-pack: add new proc-receive hook
      ` [RFC PATCH] t5411: fix broken pipe write error on proc-receive
          ` [PATCH] t5411: consistent result for proc-receive broken test

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

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

[PATCH v2 08/20] merge-ort: compute a few more useful fields for collect_merge_info
 2020-11-06 23:41 UTC  (3+ messages)

git rebase/git rebase --abort cause inconsistent state
 2020-11-06 23:13 UTC  (4+ messages)

[PATCH v2 06/20] merge-ort: implement a very basic collect_merge_info()
 2020-11-06 23:10 UTC  (3+ messages)

[PATCH v2 01/20] merge-ort: setup basic internal data structures
 2020-11-06 22:45 UTC  (3+ messages)

Completion for aliases that wrap aliases that wrap Git commands
 2020-11-06 22:42 UTC 

[PATCH] Lengthening FORMAT_PATCH_NAME_MAX to 80
 2020-11-06 22:05 UTC  (8+ messages)
      ` [PATCH] format-patch: make output filename configurable

[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 0/2] update-ref: Allow creation of multiple transactions
 2020-11-06 19:30 UTC  (9+ messages)
` [PATCH 1/2] "
` [PATCH 2/2] p1400: Use `git-update-ref --stdin` to test "

[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 v2 00/10] Add struct strmap and associated utility functions
 2020-11-06 17:32 UTC  (54+ messages)
` [PATCH v3 00/13] "
  ` [PATCH v3 07/13] strmap: add more "
  ` [PATCH v3 09/13] strmap: add functions facilitating use as a string->int map
  ` [PATCH v3 10/13] strmap: add a strset sub-type
  ` [PATCH v3 12/13] strmap: take advantage of FLEXPTR_ALLOC_STR when relevant
  ` [PATCH v3 13/13] Use new HASHMAP_INIT macro to simplify hashmap initialization
  ` [PATCH v4 00/13] Add struct strmap and associated utility functions
    ` [PATCH v4 01/13] hashmap: add usage documentation explaining hashmap_free[_entries]()
    ` [PATCH v4 02/13] hashmap: adjust spacing to fix argument alignment
    ` [PATCH v4 03/13] hashmap: allow re-use after hashmap_free()
    ` [PATCH v4 04/13] hashmap: introduce a new hashmap_partial_clear()
    ` [PATCH v4 05/13] hashmap: provide deallocation function names
    ` [PATCH v4 06/13] strmap: new utility functions
    ` [PATCH v4 07/13] strmap: add more "
    ` [PATCH v4 08/13] strmap: enable faster clearing and reusing of strmaps
    ` [PATCH v4 09/13] strmap: add functions facilitating use as a string->int map
    ` [PATCH v4 10/13] strmap: add a strset sub-type
    ` [PATCH v4 11/13] strmap: enable allocations to come from a mem_pool
    ` [PATCH v4 12/13] strmap: take advantage of FLEXPTR_ALLOC_STR when relevant
    ` [PATCH v4 13/13] Use new HASHMAP_INIT macro to simplify hashmap initialization
    ` [PATCH v5 00/15] Add struct strmap and associated utility functions
      ` [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  (28+ messages)
` [PATCH v2 00/11] "
  ` [PATCH v2 01/11] docs: new capability to advertise trace2 SIDs
  ` [PATCH v2 02/11] docs: new trace2.advertiseSID option
  ` [PATCH v2 04/11] upload-pack: advertise trace2 SID in v0 capabilities
  ` [PATCH v2 06/11] serve: advertise trace2 SID in v2 capabilities
  ` [PATCH v2 07/11] transport: log received server trace2 SID
  ` [PATCH v2 08/11] fetch-pack: advertise trace2 SID in capabilities
  ` [PATCH v2 09/11] upload-pack, serve: log received client trace2 SID

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

[PATCH 8/8] Makefile: conditionally include GIT-VERSION-FILE
 2020-11-05 21:10 UTC 

[PATCH 6/8] Makefile: don't use a versioned temp distribution directory
 2020-11-05 21:08 UTC 

[PATCH 5/8] Makefile: don't try to clean old debian build product
 2020-11-05 21:07 UTC 

[PATCH 4/8] git-gui/Makefile: conditionally include GIT-VERSION-FILE
 2020-11-05 21:06 UTC 

[PATCH 3/8] gitweb/Makefile: conditionally include ../GIT-VERSION-FILE
 2020-11-05 21:05 UTC 

[PATCH 1/8] Documentation/Makefile: conditionally include doc.dep
 2020-11-05 21:02 UTC 

range-diff should suppress context-only changes?
 2020-11-05 20:55 UTC  (2+ messages)

[PATCH] doc: fixing two trivial typos in Documentation/
 2020-11-05 20:48 UTC  (3+ messages)

[Bug report] Crash when creating patch
 2020-11-05  6:30 UTC  (8+ messages)
  ` [PATCH 3/3] format-patch: support --output option
  ` [PATCH v2] format-patch --output

[PATCH v2 0/2] rev-parse options for absolute or relative paths
 2020-11-05  3:20 UTC  (3+ messages)

[ANNOUNCE] Git for Windows 2.29.2(2)
 2020-11-04 23:58 UTC 

Segfault in git when using git logs
 2020-11-04 21:03 UTC  (12+ messages)
            ` Re*: "
                  ` [PATCH] log: diagnose -L used with pathspec as an error

[PATCH v3 00/19] Parallel Checkout (part I)
 2020-11-04 20:33 UTC  (21+ messages)
` [PATCH v4 "
  ` [PATCH v4 01/19] convert: make convert_attrs() and convert structs public
  ` [PATCH v4 02/19] convert: add [async_]convert_to_working_tree_ca() variants
  ` [PATCH v4 03/19] convert: add get_stream_filter_ca() variant
  ` [PATCH v4 04/19] convert: add conv_attrs classification
  ` [PATCH v4 05/19] entry: extract a header file for entry.c functions
  ` [PATCH v4 06/19] entry: make fstat_output() and read_blob_entry() public
  ` [PATCH v4 07/19] entry: extract cache_entry update from write_entry()
  ` [PATCH v4 08/19] entry: move conv_attrs lookup up to checkout_entry()
  ` [PATCH v4 09/19] entry: add checkout_entry_ca() which takes preloaded conv_attrs
  ` [PATCH v4 10/19] unpack-trees: add basic support for parallel checkout
  ` [PATCH v4 11/19] parallel-checkout: make it truly parallel
  ` [PATCH v4 12/19] parallel-checkout: support progress displaying
  ` [PATCH v4 13/19] make_transient_cache_entry(): optionally alloc from mem_pool
  ` [PATCH v4 14/19] builtin/checkout.c: complete parallel checkout support
  ` [PATCH v4 15/19] checkout-index: add "
  ` [PATCH v4 16/19] parallel-checkout: add tests for basic operations
  ` [PATCH v4 17/19] parallel-checkout: add tests related to clone collisions
  ` [PATCH v4 18/19] parallel-checkout: add tests related to .gitattributes
  ` [PATCH v4 19/19] ci: run test round with parallel-checkout enabled


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