git@vger.kernel.org mailing list mirror (one of many)
 help / color / mirror / code / Atom feed
 messages from 2020-05-22 20:54:47 to 2020-05-27 15:52:49 UTC [more...]

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

[PATCH] grep: add configuration variables for --heading
 2020-05-27 15:45 UTC  (3+ messages)
` [PATCH v2] "

git submodule question
 2020-05-27 15:01 UTC 

[Feature request] Add -u option to git rm to delete untracked files
 2020-05-27 14:29 UTC  (4+ messages)

[PATCH v2 0/9] refactor completion for switch and checkout
 2020-05-27 11:38 UTC  (10+ messages)
` [PATCH v2 1/9] completion: replace overloaded track term for __git_complete_refs
` [PATCH v2 2/9] completion: improve handling of DWIM mode for switch/checkout
` [PATCH v2 3/9] completion: extract function __git_dwim_remote_heads
` [PATCH v2 4/9] completion: perform DWIM logic directly in __git_complete_refs
` [PATCH v2 5/9] completion: improve completion for git switch with no options
` [PATCH v2 6/9] completion: improve handling of --detach in checkout
` [PATCH v2 7/9] completion: improve handling of --track in switch/checkout
` [PATCH v2 8/9] completion: improve handling of -c/-C and -b/-B "
` [PATCH v2 9/9] completion: improve handling of --orphan option of switch/checkout

[PATCH 0/4] Selectively show only blamed limes
 2020-05-27 10:52 UTC  (9+ messages)
` [PATCH 1/4] doc: blame: show the boundary commit '^' caret mark
` [PATCH 2/4] blame: add option to show only blamed commits `--blame-only`
` [PATCH 3/4] blame: do not show boundary commits, only those blamed
` [PATCH 4/4] blame: test the -b option, use blank oid for boundary commits

Question about behaviour of git-checkout --patch option
 2020-05-27 10:32 UTC  (4+ messages)

[ANNOUNCE] Git v2.27.0-rc2
 2020-05-27 10:18 UTC  (3+ messages)

[PATCH 0/6] fixup ra/rebase-i-more-options
 2020-05-27  9:55 UTC  (13+ messages)
` [PATCH v3 0/5] cleanup ra/rebase-i-more-options
  ` [PATCH v3 4/5] rebase -i: support --ignore-date

Bug: "git restore --staged" on a newly created repository
 2020-05-27  7:32 UTC  (2+ messages)

[PATCH] completion: use native ZSH array pattern matching
 2020-05-27  6:13 UTC  (3+ messages)

rationale behind git not tracking history of branches
 2020-05-27  2:50 UTC  (2+ messages)

[PATCH] reftable: technical documentation link fixes
 2020-05-27  2:21 UTC  (5+ messages)

Bug report: Parameters for the `prepare-commit-msg` hook could use better documentation
 2020-05-26 23:43 UTC 

[L10N] Kickoff for Git 2.27.0 round #2
 2020-05-26 23:32 UTC 

[ANNOUNCE] Git for Windows 2.27.0-rc2
 2020-05-26 20:45 UTC 

[PATCH 7/7] rev-list-options.txt
 2020-05-26 19:20 UTC  (7+ messages)
` [PATCH v2] rev-list-options.txt: start a list for `show-pulls`

[RFC PATCH 0/6] various documentation bits
 2020-05-26 18:59 UTC  (9+ messages)
` [RFC PATCH v2 "
  ` [RFC PATCH v2 1/6] doc: Tell the glossary about core.hooksPath
  ` [RFC PATCH v2 2/6] doc: Add bit on extending git to Hacking Git
  ` [RFC PATCH v2 3/6] doc: Add namespace collision guidelines file
  ` [RFC PATCH v2 4/6] doc: Add collision doc to gitrepository-layout.txt
  ` [RFC PATCH v2 5/6] doc: Tell config.txt about namespace collisions
  ` [RFC PATCH v2 6/6] doc: Add collision reference to Hacking Git

What's cooking in git.git (May 2020, #09; Tue, 26)
 2020-05-26 18:47 UTC 

[PATCH v2 0/1] Documentation fix related to hash algorithm
 2020-05-26 18:37 UTC  (2+ messages)
` [PATCH v2 1/1] Documentation: correct hash environment variable

[BUG] diff algorithm selection issue
 2020-05-26 18:33 UTC  (6+ messages)

Assessing about commit order in upstream Linux
 2020-05-26 17:14 UTC  (3+ messages)

Draft of Git Rev News edition 63
 2020-05-26 17:10 UTC 

What's cooking in git.git (May 2020, #08; Sun, 24)
 2020-05-26 16:01 UTC  (7+ messages)

[PATCH] git-gui: allow opening work trees from the startup dialog
 2020-05-26 15:33 UTC 

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

recurse-submodules can remove local changes when switching branches?
 2020-05-25 22:09 UTC  (3+ messages)

[PATCH] rebase --autosquash: fix a potential segfault
 2020-05-25 21:36 UTC  (11+ messages)
              ` [PATCH 0/2] Clarify some of the fixup! documenation
                ` [PATCH 1/2] doc: fixup/squash: clarify use of <oid-hash> in subject line
                ` [PATCH 2/2] doc: fixup/squash: remove ellipsis marks, use <line> for clarify

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

[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 v2 0/4] propose config-based hooks
 2020-05-25  0:29 UTC  (6+ messages)
` [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  (12+ messages)
` [PATCH v4] "

[PATCH v3 00/12] Finish converting git bisect to C part 2
 2020-05-24 21:19 UTC  (9+ messages)
` [PATCH v3 03/12] bisect--helper: introduce new `write_in_file()` function
` [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 

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  (3+ messages)

[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  (5+ messages)
` [PATCH v2 0/2] Improve Fix code coverage for checkout
  ` [PATCH v2 1/2] builtin/checkout: simplify metadata initialization

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

[RFC PATCH v2 3/4] grep: honor sparse checkout patterns
 2020-05-22 21:06 UTC  (5+ 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).