git@vger.kernel.org mailing list mirror (one of many)
 help / color / mirror / code / Atom feed
 messages from 2020-07-13 18:06:26 to 2020-07-17 10:54:55 UTC [more...]

[PATCH v5 00/13] Finish converting git bisect to C part 2
 2020-07-17 10:54 UTC  (11+ messages)
` [PATCH v5 01/13] bisect--helper: BUG() in cmd_*() on invalid subcommand
` [PATCH v5 02/13] bisect--helper: use '-res' in 'cmd_bisect__helper' return
` [PATCH v5 03/13] bisect--helper: introduce new `write_in_file()` function
` [PATCH v5 04/13] bisect--helper: reimplement `bisect_autostart` shell function in C
` [PATCH v5 05/13] bisect: call 'clear_commit_marks_all()' in 'bisect_next_all()'
` [PATCH v5 06/13] bisect--helper: reimplement `bisect_next` and `bisect_auto_next` shell functions in C
` [PATCH v5 07/13] bisect--helper: finish porting `bisect_start()` to C
` [PATCH v5 08/13] bisect--helper: retire `--bisect-clean-state` subcommand
` [PATCH v5 09/13] bisect--helper: retire `--next-all` subcommand
` [PATCH v5 10/13] bisect--helper: reimplement `bisect_state` & `bisect_head` shell functions in C

How can I search git log with ceratin keyword but without the other keyword?
 2020-07-17 10:42 UTC  (10+ messages)

[PATCH v2 0/3] Remove special casing for PSEUDOREF updates
 2020-07-17  8:52 UTC  (7+ messages)
` [PATCH v3 "
  ` [PATCH v3 1/3] t1400: use git rev-parse for testing PSEUDOREF existence
  ` [PATCH v3 2/3] Modify pseudo refs through ref backend storage
  ` [PATCH v3 3/3] Make HEAD a PSEUDOREF rather than PER_WORKTREE

git pull warning
 2020-07-17  8:51 UTC 

Compressing packed-refs
 2020-07-17  6:27 UTC  (4+ messages)

[ANNOUNCE] Git for Windows 2.28.0-rc0
 2020-07-17  3:49 UTC  (3+ messages)
` [git-for-windows] "

[PATCH 0/6] fixup ra/rebase-i-more-options
 2020-07-17  0:25 UTC  (18+ messages)
` [PATCH v6 0/5] "
  ` [PATCH v6 2/5] rebase -i: support --committer-date-is-author-date
` [PATCH v7 0/5] cleanup ra/rebase-i-more-options
  ` [PATCH v7 1/5] rebase -i: add --ignore-whitespace flag
  ` [PATCH v7 2/5] rebase -i: support --committer-date-is-author-date
  ` [PATCH v7 3/5] sequencer: rename amend_author to author_to_free
  ` [PATCH v7 4/5] rebase -i: support --ignore-date
  ` [PATCH v7 5/5] rebase: add --reset-author-date

[PATCH] setup: warn about un-enabled extensions
 2020-07-16 23:50 UTC  (36+ messages)
        ` [PATCH 0/2] extensions.* fixes for 2.28 (Re: [PATCH] setup: warn about un-enabled extensions)
          ` [PATCH 1/2] Revert "check_repository_format_gently(): refuse extensions for old repositories"
          ` [PATCH 2/2] repository: allow repository format upgrade with extensions

What's cooking in git.git (Jul 2020, #03; Thu, 16)
 2020-07-16 23:30 UTC 

Commit graph chains with no corresponding files?
 2020-07-16 22:57 UTC  (2+ messages)
` [FYI] commit-graph: trace expiry of commit graph links

[PATCH] upload-pack: do not lazy-fetch "have" objects
 2020-07-16 18:09 UTC  (5+ messages)
      ` [PATCH v2] "

[PATCH v4 0/3] Add support for %(contents:size) in ref-filter
 2020-07-16 17:48 UTC  (6+ messages)
` [PATCH v5 "
  ` [PATCH v5 1/3] Documentation: clarify %(contents:XXXX) doc
  ` [PATCH v5 2/3] t6300: test refs pointing to tree and blob
  ` [PATCH v5 3/3] ref-filter: add support for %(contents:size)

Request for adding a "clean" merge strategy for a double-commit merge to deal with conflicts separately
 2020-07-16 17:31 UTC  (3+ messages)

[PATCH v12 0/5] read-cache: speed up add_index_entry
 2020-07-16 17:11 UTC  (6+ messages)
` [PATCH v12 5/5] read-cache: speed up has_dir_name (part 2)

Issue with insufficient permission for adding an object to repository database .git/objects
 2020-07-16 15:41 UTC  (2+ messages)

[PATCH v2 0/2] Make oid_to_hex() thread-safe
 2020-07-16 11:29 UTC  (3+ messages)
` [PATCH v2 2/2] hex: make hash_to_hex_algop() and friends thread-safe

Git bug - Windows subst/net use, Windows drive letter prefix
 2020-07-16 11:03 UTC 

[PATCH 0/4] deterministic commit timestamps in tests
 2020-07-16 10:43 UTC  (9+ messages)

What's cooking in git.git (Jul 2020, #02; Thu, 9)
 2020-07-15 23:13 UTC  (3+ messages)
` es/config-hooks, was "

[PATCH] completion: add show --color-moved[-ws]
 2020-07-15 21:08 UTC  (2+ messages)

[PATCH v2 00/39] SHA-256, part 3/3
 2020-07-15 20:02 UTC  (5+ messages)
` [PATCH v2 31/39] bundle: add new version for use with SHA-256

[PATCH v3 5/8] builtin/commit-graph.c: dereference tags in builtin
 2020-07-15 18:58 UTC  (5+ messages)
` [PATCH] commit-graph: fix "Collecting commits from input" progress line

[GSoC][PATCH 0/4] submodule: port 'summary' from Shell to C
 2020-07-15 18:41 UTC  (9+ messages)
` [PATCH 4/4] submodule: port submodule subcommand 'summary' from shell "

Interrupted system call
 2020-07-15 16:06 UTC  (5+ messages)

Git bisect run should check for the existence of the script
 2020-07-15 14:55 UTC  (2+ messages)

Can't checkout branch
 2020-07-15 14:50 UTC  (6+ messages)

[BUG?] Fetching a single tag to a local tag requires `--no-tags`
 2020-07-15 13:05 UTC  (3+ messages)

[PATCH 0/4] upload-pack: custom allowed object filters
 2020-07-15 10:55 UTC  (6+ messages)
` [PATCH 2/4] upload-pack.c: allow banning certain object filter(s)
` [PATCH 4/4] upload-pack.c: introduce 'uploadpack.filter.tree.maxDepth'

Cannot delete remote branch with non-ascii name and --force-with-lease
 2020-07-15  9:10 UTC 

[RFC] should `git rebase --keep-base` imply `--reapply-cherry-picks` ?
 2020-07-15  8:53 UTC  (8+ messages)

[PATCH 0/2] git-diff.txt: reorder possible usages
 2020-07-15  2:45 UTC  (7+ messages)
` [PATCH 1/2] git-diff.txt: don't mark required argument as optional
` [PATCH 2/2] git-diff.txt: reorder possible usages

[GSoC] Shourya's Blog
 2020-07-14 22:10 UTC 

Empty bundles are not useless
 2020-07-14 21:47 UTC  (2+ messages)

'git rev-parse --show-toplevel' errors out with per-worktree configs
 2020-07-14 21:34 UTC  (3+ messages)

[PATCH] setup: warn if extensions exist on old format
 2020-07-14 20:24 UTC  (15+ messages)
    ` [PATCH] setup: tweak upgrade policy to grandfather worktreeconfig
` [PATCH v2 0/2] setup: warn if extensions exist on old format
  ` [PATCH v2 1/2] setup: tweak upgrade policy to grandfather worktreeconfig
  ` [PATCH v2 2/2] config: provide extra detail about worktree config

Help understanding unexpected diff output
 2020-07-14 18:53 UTC  (4+ messages)
  ` Antw: [EXT] "

Force git diff to create a binary patch?
 2020-07-14 15:35 UTC  (6+ messages)

[PATCH v3 0/8] Allow overriding the default name of the default branch
 2020-07-14 14:55 UTC  (6+ messages)
` [PATCH v4 0/9] "

[PATCH 00/21] Maintenance builtin, allowing 'gc --auto' customization
 2020-07-14 13:46 UTC  (2+ messages)

[GSOC] Blog about week 6
 2020-07-14  6:32 UTC 

[GSOC] Blog about weeks 4, 5
 2020-07-14  6:23 UTC  (3+ messages)

rebase - "fixup!" conflict applied at the wrong code location, why ?
 2020-07-14  5:45 UTC  (4+ messages)

FETCH_HEAD files and mirrored repos
 2020-07-14  4:11 UTC  (18+ messages)
              ` [PATCH] fetch: optionally allow disabling FETCH_HEAD update

[PATCH 0/2] enable progress traces even when quiet
 2020-07-14  0:15 UTC  (4+ messages)
` [PATCH 1/2] progress: create progress struct in 'verbose' mode

Temporary credentials timeout during long operations
 2020-07-13 19:48 UTC 

[PATCH 3/3] commit-graph: respect 'core.useBloomFilters'
 2020-07-13 19:22 UTC  (2+ 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).