git.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
 messages from 2020-05-25 20:00:08 to 2020-05-28 01:14:05 UTC [more...]

[RFC PATCH v2 0/4] grep: honor sparse checkout and add option to ignore it
 2020-05-28  1:13 UTC  (7+ messages)
` [PATCH v3 0/5] "
  ` [PATCH v3 1/5] doc: grep: unify info on configuration variables
  ` [PATCH v3 2/5] t/helper/test-config: return exit codes consistently
  ` [PATCH v3 3/5] config: correctly read worktree configs in submodules
  ` [PATCH v3 4/5] grep: honor sparse checkout patterns
  ` [PATCH v3 5/5] config: add setting to ignore sparsity patterns in some cmds

[PATCH 00/15] [RFC] Maintenance jobs and job runner
 2020-05-28  0:47 UTC  (10+ messages)
` [PATCH 05/15] run-job: implement pack-files job

What's cooking in git.git (May 2020, #09; Tue, 26)
 2020-05-28  0:43 UTC  (5+ messages)
` jn/experimental-opts-into-proto-v2, was "

[PATCH v2 0/4] propose config-based hooks
 2020-05-27 23:37 UTC  (4+ messages)
` [PATCH v2 3/4] hook: add list command

git grep --show-function treats GOTO labels as function names
 2020-05-27 23:16 UTC  (6+ messages)

[PATCH] checkout -p: handle new files correctly
 2020-05-27 23:03 UTC  (3+ messages)

Draft of Git Rev News edition 63
 2020-05-27 21:54 UTC  (3+ messages)

Question about behaviour of git-checkout --patch option
 2020-05-27 21:27 UTC  (7+ messages)

[PATCH 0/6] fixup ra/rebase-i-more-options
 2020-05-27 21:10 UTC  (17+ messages)
` [PATCH v3 0/5] cleanup ra/rebase-i-more-options
  ` [PATCH v3 4/5] rebase -i: support --ignore-date
` [PATCH v4 0/5] cleanup ra/rebase-i-more-options
  ` [PATCH v4 1/5] rebase -i: add --ignore-whitespace flag
  ` [PATCH v4 2/5] rebase -i: support --committer-date-is-author-date
  ` [PATCH v4 3/5] sequencer: rename amend_author to author_to_free
  ` [PATCH v4 4/5] rebase -i: support --ignore-date
  ` [PATCH v4 5/5] rebase: add --reset-author-date
    ` [PATCH v4 6/5] fixup! "

[PATCH 00/13] upload-pack: use 'struct upload_pack_data' thoroughly, part 1
 2020-05-27 20:41 UTC  (25+ messages)
` [PATCH 00/12] upload-pack: use 'struct upload_pack_data' thoroughly, part 2
  ` [PATCH 01/12] upload-pack: actually use some upload_pack_data bitfields
  ` [PATCH 02/12] upload-pack: move static vars to upload_pack_data
  ` [PATCH 03/12] upload-pack: move use_sideband "
  ` [PATCH 04/12] upload-pack: move filter_capability_requested "
  ` [PATCH 05/12] upload-pack: move multi_ack "
  ` [PATCH 06/12] upload-pack: change multi_ack to an enum
  ` [PATCH 07/12] upload-pack: pass upload_pack_data to upload_pack_config()
  ` [PATCH 08/12] upload-pack: move keepalive to upload_pack_data
  ` [PATCH 09/12] upload-pack: move allow_filter "
  ` [PATCH 10/12] upload-pack: move allow_ref_in_want "
  ` [PATCH 11/12] upload-pack: move allow_sideband_all "
  ` [PATCH 12/12] upload-pack: move pack_objects_hook "

2.27.0-rc2 Test Report for HPE NonStop TNS/S
 2020-05-27 20:23 UTC 

[PATCH v2 0/9] refactor completion for switch and checkout
 2020-05-27 19:41 UTC  (12+ 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

[Feature request] Add -u option to git rm to delete untracked files
 2020-05-27 19:31 UTC  (5+ messages)

rationale behind git not tracking history of branches
 2020-05-27 19:31 UTC  (5+ messages)

[PATCH] rebase --autosquash: fix a potential segfault
 2020-05-27 17:35 UTC  (5+ 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

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

[RFC PATCH 0/6] various documentation bits
 2020-05-27 17:18 UTC  (12+ 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

[PATCH] reftable: technical documentation link fixes
 2020-05-27 17:14 UTC  (6+ messages)

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

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

[ANNOUNCE] Git v2.27.0-rc2
 2020-05-27 16:47 UTC  (5+ messages)

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

[GSoC] Shourya's Blog
 2020-05-27 16:20 UTC 

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

[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

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)

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`

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

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

Canada Offer
 2020-05-26 16:00 UTC 

[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 00/44] SHA-256 part 2/3: protocol functionality
 2020-05-25 19:59 UTC  (32+ messages)
` [PATCH v2 "
  ` [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 15/44] builtin/receive-pack: detect when the server doesn't support our hash
  ` [PATCH v2 17/44] transport-helper: implement object-format extensions
  ` [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 26/44] builtin/show-index: provide options to determine hash algo
  ` [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 33/44] builtin/ls-remote: initialize repository based on fetch
  ` [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


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 NNTP newsgroup(s).