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

[PATCH 0/8] CMake build system for git
 2020-05-25 20:56 UTC  (8+ messages)
` [PATCH v2 00/11] "
  ` [PATCH v2 11/11] ci: modification of main.yml to use cmake for vs-build job

Question about behaviour of git-checkout --patch option
 2020-05-25 20:11 UTC 

[PATCH 00/44] SHA-256 part 2/3: protocol functionality
 2020-05-25 19:59 UTC  (46+ messages)
` [PATCH v2 "
  ` [PATCH v2 01/44] t1050: match object ID paths in a hash-insensitive way
  ` [PATCH v2 02/44] Documentation: document v1 protocol object-format capability
  ` [PATCH v2 03/44] connect: have ref processing code take struct packet_reader
  ` [PATCH v2 04/44] wrapper: add function to compare strings with different NUL termination
  ` [PATCH v2 05/44] remote: advertise the object-format capability on the server side
  ` [PATCH v2 06/44] connect: add function to parse multiple v1 capability values
  ` [PATCH v2 07/44] connect: add function to fetch value of a v2 server capability
  ` [PATCH v2 08/44] pkt-line: add a member for hash algorithm
  ` [PATCH v2 09/44] transport: add a hash algorithm member
  ` [PATCH v2 10/44] connect: add function to detect supported v1 hash functions
  ` [PATCH v2 11/44] send-pack: detect when the server doesn't support our hash
  ` [PATCH v2 12/44] connect: make parse_feature_value extern
  ` [PATCH v2 13/44] fetch-pack: detect when the server doesn't support our hash
  ` [PATCH v2 14/44] connect: detect algorithm when fetching refs
  ` [PATCH v2 15/44] builtin/receive-pack: detect when the server doesn't support our hash
  ` [PATCH v2 16/44] docs: update remote helper docs for object-format extensions
  ` [PATCH v2 17/44] transport-helper: implement "
  ` [PATCH v2 18/44] remote-curl: "
  ` [PATCH v2 19/44] builtin/clone: initialize hash algorithm properly
  ` [PATCH v2 20/44] t5562: pass object-format in synthesized test data
  ` [PATCH v2 21/44] fetch-pack: parse and advertise the object-format capability
  ` [PATCH v2 22/44] setup: set the_repository's hash algo when checking format
  ` [PATCH v2 23/44] t3200: mark assertion with SHA1 prerequisite
  ` [PATCH v2 24/44] packfile: compute and use the index CRC offset
  ` [PATCH v2 25/44] t5302: modernize test formatting
  ` [PATCH v2 26/44] builtin/show-index: provide options to determine hash algo
  ` [PATCH v2 27/44] t1302: expect repo format version 1 for SHA-256
  ` [PATCH v2 28/44] Documentation/technical: document object-format for protocol v2
  ` [PATCH v2 29/44] connect: pass full packet reader when parsing v2 refs
  ` [PATCH v2 30/44] connect: parse v2 refs with correct hash algorithm
  ` [PATCH v2 31/44] serve: advertise object-format capability for protocol v2
  ` [PATCH v2 32/44] t5500: make hash independent
  ` [PATCH v2 33/44] builtin/ls-remote: initialize repository based on fetch
  ` [PATCH v2 34/44] remote-curl: detect algorithm for dumb HTTP by size
  ` [PATCH v2 35/44] builtin/index-pack: add option to specify hash algorithm
  ` [PATCH v2 36/44] t1050: pass algorithm to index-pack when outside repo
  ` [PATCH v2 37/44] remote-curl: avoid truncating refs with ls-remote
  ` [PATCH v2 38/44] t/helper: initialize the repository for test-sha1-array
  ` [PATCH v2 39/44] t5702: offer an object-format capability in the test
  ` [PATCH v2 40/44] t5703: use object-format serve option
  ` [PATCH v2 41/44] t5704: send object-format capability with SHA-256
  ` [PATCH v2 42/44] t5300: pass --object-format to git index-pack
  ` [PATCH v2 43/44] bundle: detect hash algorithm when reading refs
  ` [PATCH v2 44/44] remote-testgit: adapt for object-format

Fetching 24 Linux commits = 1.2 GiB
 2020-05-25 18:37 UTC  (7+ messages)

What's cooking in git.git (May 2020, #08; Sun, 24)
 2020-05-25 18:13 UTC  (6+ messages)

[PATCH 0/1] Documentation fix related to hash algorithm
 2020-05-25 17:57 UTC  (4+ messages)
` [PATCH 1/1] Documentation: correct hash environment variable

[PATCH] rebase --autosquash: fix a potential segfault
 2020-05-25 17:29 UTC  (8+ messages)

recurse-submodules can remove local changes when switching branches?
 2020-05-25 17:28 UTC  (2+ messages)

[PATCH 7/7] rev-list-options.txt
 2020-05-25 17:06 UTC  (2+ messages)
` [PATCH v2] rev-list-options.txt: start a list for `show-pulls`

[PATCH v2 0/4] propose config-based hooks
 2020-05-25  0:29 UTC  (10+ messages)
` [PATCH v2 1/4] doc: propose hooks managed by the config
` [PATCH v2 2/4] hook: scaffolding for git-hook subcommand
` [PATCH v2 3/4] hook: add list command
` [PATCH v2 4/4] hook: add --porcelain to "

Add a "Flattened Cache" to `git --clone`?
 2020-05-25 14:02 UTC  (9+ messages)

git-gui patch staging errors
 2020-05-25 13:08 UTC  (5+ messages)

Git error message "Server does not allow request for unadvertised object"
 2020-05-25 12:27 UTC  (2+ messages)

git git<tab> completes non-existent command `git gitk`
 2020-05-25  1:53 UTC  (4+ messages)

[PATCH v3] submodule: port subcommand 'set-branch' from shell to C
 2020-05-24 23:18 UTC  (13+ messages)
` [PATCH v4] "

[PATCH v3 00/12] Finish converting git bisect to C part 2
 2020-05-24 21:19 UTC  (19+ messages)
` [PATCH v3 01/12] bisect--helper: fix `cmd_*()` function switch default return
` [PATCH v3 02/12] bisect--helper: use '-res' in 'cmd_bisect__helper' return
` [PATCH v3 03/12] bisect--helper: introduce new `write_in_file()` function
` [PATCH v3 04/12] bisect--helper: reimplement `bisect_autostart` shell function in C
` [PATCH v3 05/12] bisect--helper: reimplement `bisect_next` and `bisect_auto_next` shell functions "
` [PATCH v3 06/12] bisect--helper: finish porting `bisect_start()` to C
` [PATCH v3 09/12] bisect--helper: reimplement `bisect_state` & `bisect_head` shell functions in C

might be off topic -- looking for a github resource
 2020-05-24 19:09 UTC 

[PATCH 0/6] fixup ra/rebase-i-more-options
 2020-05-24 16:32 UTC  (12+ messages)
` [PATCH v3 0/5] cleanup ra/rebase-i-more-options
  ` [PATCH v3 4/5] rebase -i: support --ignore-date

Git stable releases
 2020-05-24 16:26 UTC  (5+ messages)

[PATCH v2] sparse: allow '{ 0 }' to be used without warnings
 2020-05-24 16:17 UTC  (2+ messages)

[PATCH] t5608: avoid say and use skip_all for consistency
 2020-05-24 16:16 UTC  (4+ messages)
` [PATCH v2] t5608: avoid say() and use "skip_all" instead "

'HEAD' is not a commit (according to git-checkout)
 2020-05-24 16:15 UTC  (9+ messages)
      ` [PATCH 1/2] checkout: add tests for -b and --track
      ` [PATCH 2/2] checkout: improve error messages for -b with extra argument

[PATCH] bisect--helper: avoid segfault with bad syntax in start --term-.+
 2020-05-24 16:00 UTC  (4+ messages)
` [PATCH v2] bisect--helper: avoid segfault with bad syntax in `start --term-*`

Submodule init uses STDERR output
 2020-05-23 23:23 UTC  (2+ messages)

Git Test Coverage Report (v2.27.0-rc0)
 2020-05-23 12:22 UTC  (6+ messages)
` [PATCH v2 0/2] Improve Fix code coverage for checkout
  ` [PATCH v2 1/2] builtin/checkout: simplify metadata initialization

[PATCH v4] diff: add config option relative
 2020-05-23  2:14 UTC  (13+ messages)
` [PATCH v5] "
              ` [PATCH v7] "
                  ` [PATCH v8] "

[RFC PATCH v2 0/4] grep: honor sparse checkout and add option to ignore it
 2020-05-22 21:06 UTC  (16+ messages)
` [RFC PATCH v2 3/4] grep: honor sparse checkout patterns
` [RFC PATCH v2 4/4] config: add setting to ignore sparsity patterns in some cmds

Minor portability issues + fixes
 2020-05-22 20:03 UTC  (6+ messages)

[PATCH v3 0/7] remote-curl: fix deadlocks when remote server disconnects
 2020-05-22 16:31 UTC  (5+ messages)
` [PATCH v3 9/9] fixup! remote-curl: error on incomplete packet

[ANNOUNCE] Git v2.27.0-rc1 - Test Report HPE NonStop TNS/X
 2020-05-22 13:06 UTC 

How do Git on Linux users launch/read the user-manual?
 2020-05-22  9:57 UTC  (8+ messages)

New git-filter-repo resource: Cheat Sheets
 2020-05-22  3:29 UTC 

[PATCH 0/4] t: replace incorrect test_must_fail usage (part 5)
 2020-05-21 22:37 UTC  (13+ messages)
` [PATCH v2 "
  ` [PATCH v2 3/4] lib-submodule-update: prepend "git" to $command
  ` [PATCH v2 4/4] lib-submodule-update: pass OVERWRITING_FAIL

[PATCH] sparse: allow '{ 0 }' to be used without warnings
 2020-05-21 22:08 UTC  (3+ messages)

libexec/git-core on PATH in editors and other subprocesses (and a fix for vim)
 2020-05-21 20:31 UTC 

Anyone know what is creating commits with bogus dates?
 2020-05-21 19:55 UTC  (5+ messages)

[PATCH] completion: don't override given stash subcommand with -p
 2020-05-21 18:35 UTC 

[PATCH] completion: fix completing stashes with "show -p"
 2020-05-21 18:31 UTC  (3+ messages)

[GIT PULL] git-gui pull request
 2020-05-21 18:08 UTC  (2+ messages)

invalid tree and commit object
 2020-05-21 18:01 UTC  (14+ messages)
              ` [PATCH 1/4] fsck: fix a typo in a comment
              ` [PATCH 2/4] t1450: increase test coverage of in-tree d/f detection

[PATCH 00/10] [RFC] In-tree sparse-checkout definitions
 2020-05-21 17:54 UTC  (5+ messages)
` [PATCH 06/10] sparse-checkout: use oidset to prevent repeat blobs

[PATCH] git-bisect: remove no longer needed variables
 2020-05-21 16:57 UTC  (2+ messages)

[ANNOUNCE] Git v2.27.0-rc1
 2020-05-21 16:42 UTC  (9+ messages)
  ` Re* "
    ` Protocol v2 in v2.27 (Re: Re* [ANNOUNCE] Git v2.27.0-rc1)

[GSoC] Blog post on reachability queries
 2020-05-21 14:16 UTC  (2+ messages)

[PATCH v3] git-gui: Handle Ctrl + BS/Del in the commit msg
 2020-05-21 13:00 UTC  (2+ messages)

[PATCH] doc: fix wrong 4-byte length of pkt-line message
 2020-05-21 11:32 UTC  (4+ messages)
` [PATCH v2] "
    ` [PATCH v3] "


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