git@vger.kernel.org mailing list mirror (one of many)
 help / color / mirror / code / Atom feed
 messages from 2019-08-20 21:13:22 to 2019-08-24 08:27:18 UTC [more...]

[PATCH v2 0/4] format-patch: learn --infer-cover-subject option
 2019-08-24  8:27 UTC  (27+ messages)
` [PATCH v3 00/13] format-patch: learn --infer-cover-subject option (also t4014 cleanup)
  ` [PATCH v3 02/13] t4014: s/expected/expect/
  ` [PATCH v3 11/13] Doc: add more detail for git-format-patch
  ` [PATCH v3 13/13] format-patch: learn --infer-cover-subject option
  ` [PATCH 00/13] format-patch: clean up tests and documentation
    ` [PATCH 01/13] t4014: drop unnecessary blank lines from test cases
    ` [PATCH 02/13] t4014: s/expected/expect/
    ` [PATCH 03/13] t4014: move closing sq onto its own line
    ` [PATCH 04/13] t4014: use sq for test case names
    ` [PATCH 05/13] t4014: remove spaces after redirect operators
    ` [PATCH 06/13] t4014: use indentable here-docs
    ` [PATCH 07/13] t4014: drop redirections to /dev/null
    ` [PATCH 08/13] t4014: let sed open its own files
    ` [PATCH 09/13] t4014: use test_line_count() where possible
    ` [PATCH 10/13] t4014: remove confusing pipe in check_threading()
    ` [PATCH 11/13] t4014: stop losing return codes of git commands

[PATCH 0/3] git-gui: Add ability to revert selected hunks and lines
 2019-08-24  8:09 UTC  (29+ messages)
` [PATCH 2/3] git-gui: Add the ability to revert selected lines
` [PATCH v2 0/4] git-gui: Add ability to revert selected hunks and lines
  ` [PATCH v2 1/4] git-gui: Move revert confirmation dialog creation to separate function
  ` [PATCH v2 2/4] git-gui: Add option to disable the revert confirmation prompt
  ` [PATCH v2 3/4] git-gui: Add the ability to revert selected lines
  ` [PATCH v2 4/4] git-gui: Add the ability to revert selected hunk

[PATCH 0/9] [RFC] New sparse-checkout builtin and "cone" mode
 2019-08-24  5:40 UTC  (23+ messages)
` [PATCH 1/9] sparse-checkout: create builtin with 'list' subcommand
` [PATCH 2/9] sparse-checkout: create 'init' subcommand
` [PATCH 3/9] clone: add --sparse mode
` [PATCH 4/9] sparse-checkout: 'add' subcommand
` [PATCH 5/9] sparse-checkout: create 'disable' subcommand
` [PATCH 6/9] trace2:experiment: clear_ce_flags_1
` [PATCH 7/9] sparse-checkout: add 'cone' mode
` [PATCH 8/9] sparse-checkout: use hashmaps for cone patterns
` [PATCH 9/9] sparse-checkout: init and add in cone mode

[Question] clone performance
 2019-08-24  1:59 UTC 

What's cooking in git.git (Aug 2019, #06; Fri, 23)
 2019-08-24  1:13 UTC 

[Feature Request] Option to make .git not read-only in cloned repos
 2019-08-23 20:43 UTC 

RFC: Proposing git-filter-repo for inclusion in git.git
 2019-08-23 18:29 UTC  (8+ messages)

[RFC] Add config option corresponding to --rebase-merges
 2019-08-23 17:19 UTC 

Bug Report: notes disassociated after history edits
 2019-08-23 16:58 UTC  (3+ messages)

[BUG] builtin "stash apply" does not refresh index
 2019-08-23 16:56 UTC  (2+ messages)

bug: interactive rebase's 'edit' insn copies notes to newly inserted commit
 2019-08-23 16:41 UTC  (2+ messages)

[GSoC][PATCHl 0/6] rebase -i: support more options
 2019-08-23 15:20 UTC  (4+ messages)
` [PATCH v3 "
  ` [PATCH v3 2/6] sequencer: add NULL checks under read_author_script

[PATCH 00/26] object_id part 17
 2019-08-23 11:53 UTC  (9+ messages)
` [PATCH 02/26] patch-id: convert to use the_hash_algo
` [PATCH 26/26] midx: switch to using the_hash_algo

[BUG] You can't have single quote in your username
 2019-08-23 10:15 UTC  (13+ messages)

[PATCH 0/2] line-log: avoid unnecessary full tree diffs
 2019-08-23 10:04 UTC  (13+ messages)
` [PATCH 1/2] line-log: extract pathspec parsing from line ranges into a helper function
` [PATCH 2/2] line-log: avoid unnecessary full tree diffs

[PATCH] t0021: make sure clean filter runs
 2019-08-23  8:34 UTC  (14+ messages)
` [PATCH v2] "

[PATCH] packfile.h: drop extern from function declaration
 2019-08-23  6:00 UTC  (2+ messages)

git-p4: Clone p4 path with bidirectional integrations
 2019-08-23  3:06 UTC  (6+ messages)

First Git status takes 40+ minutes, when mounting fileystem/diskimage with 50G GIT repo + 900G of builds articles
 2019-08-23  0:32 UTC  (7+ messages)

[PATCH] git-submodule: fix expansion of depth for cmd_update
 2019-08-22 22:38 UTC  (3+ messages)

[PATCH] git-gui: Update in-memory config when changing config options
 2019-08-22 22:33 UTC 

[PATCH 0/3] rebase -i: always update HEAD before rewording
 2019-08-22 18:48 UTC  (4+ messages)
` [PATCH 3/3] sequencer: simplify root commit creation

[PATCH] ref-filter: initialize empty name or email fields
 2019-08-22 18:05 UTC  (9+ messages)
    ` [PATCH 2/1] t6300: format missing tagger

[PATCH 0/2] Skip ls-refs if possible for HTTP
 2019-08-22 17:23 UTC  (5+ messages)
` [PATCH 1/2] transport-helper: skip ls-refs if unnecessary
` [PATCH 2/2] transport: teach all vtables to allow fetch first

v2.22.1 and later regression wrt display of progress indicators
 2019-08-22 17:19 UTC  (7+ messages)

[PATCH] diff: skip GITLINK when lazy fetching missing objs
 2019-08-22 17:10 UTC  (6+ messages)

[PATCH v2 0/1] git rebase: Make sure upstream branch is left alone
 2019-08-22 15:49 UTC  (5+ messages)
` [PATCH v3 0/1] rebase.c: make sure the active branch isn't moved when autostashing
  ` [PATCH v3 1/1] "

[PATCH] parseopt: move definition of enum parse_opt_result up
 2019-08-22 14:47 UTC  (2+ messages)

[PATCH 0/2] [RFC] Revert/delay performance regression in 'git checkout -b'
 2019-08-22 13:45 UTC  (11+ messages)
` [PATCH 1/2] Revert "switch: no worktree status unless real branch switch happens"
` [PATCH 2/2] DEPRECATION: warn about 'git checkout -b'

Fully peel tags via for-each-ref?
 2019-08-22  4:24 UTC  (6+ messages)

What's cooking in git.git (Aug 2019, #05; Wed, 21)
 2019-08-21 22:23 UTC 

[PATCH v2 2/2] bugreport: generate config whitelist based on docs
 2019-08-21 17:40 UTC  (3+ messages)

[PATCH 0/1] commit-graph: add --[no-]progress to write and verify
 2019-08-21 16:47 UTC  (4+ messages)
` [PATCH 1/1] "

Feedback on git switch and git restore
 2019-08-21 16:45 UTC  (2+ messages)

[PATCH 0/1] quote: handle null and empty strings in sq_quote_buf_pretty()
 2019-08-21 15:22 UTC  (4+ messages)
` [PATCH 1/1] "

[ANNOUNCE] Git Rev News edition 54
 2019-08-21 14:36 UTC  (2+ messages)

QGit 2.8 for Windows?
 2019-08-21 14:10 UTC  (2+ messages)

git log --graph with a sort of local revision number
 2019-08-21 12:37 UTC  (8+ messages)
  ` [problem with name-rev] (was: git log --graph with a sort of local revision number)
    ` [problem with name-rev]

[RFC PATCH 0/5] line-log: towards a more responsive, incremental 'git log -L'
 2019-08-21 11:07 UTC  (7+ messages)

git grep failure?
 2019-08-21  4:04 UTC  (2+ messages)

[RFC PATCH] unpack-trees.c: handle empty deleted ita files
 2019-08-21  3:21 UTC  (2+ messages)
` [PATCH v3] unpack-trees.c: distinguish ita files from empty files

Bug: `git fetch --prune origin master:refs/foo` incorrectly prunes refs/foo
 2019-08-21  0:50 UTC 

Bug: git push in a --mirror repository deletes all refs
 2019-08-21  0:05 UTC 

[GSoC] My project blog
 2019-08-20 22:41 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).