git@vger.kernel.org mailing list mirror (one of many)
 help / color / mirror / code / Atom feed
 messages from 2020-08-19 23:06:13 to 2020-08-23 20:03:29 UTC [more...]

[GSoC][PATCH v2 0/5] submodule: port subcommand 'summary' from shell to C
 2020-08-23 20:03 UTC  (10+ messages)
` [GSoC][PATCH v3 0/4] "
  ` [PATCH v3 4/4] submodule: port submodule "

git add intent-to-add then git add patch no longer allows edit
 2020-08-23 16:03 UTC  (4+ messages)

[PATCH v4 0/3] apply: handle i-t-a entries in index
 2020-08-23 15:58 UTC  (4+ messages)
` [PATCH v5 "
  ` [PATCH v5 3/3] t4140: test apply with i-t-a paths

[PATCH v2 00/10] [GSoC] Implement Corrected Commit Date
 2020-08-23 15:27 UTC  (23+ messages)
` [PATCH v3 00/11] "
  ` [PATCH v3 03/11] commit-graph: consolidate fill_commit_graph_info
  ` [PATCH v3 04/11] commit-graph: consolidate compare_commits_by_gen
  ` [PATCH v3 05/11] commit-graph: return 64-bit generation number
  ` [PATCH v3 06/11] commit-graph: add a slab to store topological levels
  ` [PATCH v3 07/11] commit-graph: implement corrected commit date
  ` [PATCH v3 08/11] commit-graph: implement generation data chunk
  ` [PATCH v3 09/11] commit-graph: use generation v2 only if entire chain does
  ` [PATCH v3 10/11] commit-reach: use corrected commit dates in paint_down_to_common()
  ` [PATCH v3 11/11] doc: add corrected commit date info

[PATCH] bisect: add first-parent option to documentation
 2020-08-23  6:50 UTC  (2+ messages)

[PATCH] Avoid infinite loop in malformed packfiles
 2020-08-23  6:26 UTC  (5+ messages)

style(git-gui): Fix mixed tabs & spaces; Always use tabs
 2020-08-22 22:24 UTC  (3+ messages)
  ` [PATCH v2] style(git-gui): Fix mixed tabs & spaces; Prefer tabs

Possible bug with git restore
 2020-08-22 19:36 UTC  (9+ messages)
          ` [PATCH] checkout, restore: make pathspec recursive

[RFC PATCH 0/2] Allow adding .git files and directories
 2020-08-22 19:12 UTC  (21+ messages)

[PATCH 0/2] Fix trailers atom bug and improved tests
 2020-08-22 14:03 UTC  (25+ messages)
` [PATCH 1/2] t6300: unify %(trailers) and %(contents:trailers) tests
` [PATCH 2/2] ref-filter: 'contents:trailers' show error if `:` is missing
` [PATCH v2 0/2] Fix trailers atom bug and improved tests
  ` [PATCH v2 1/2] t6300: unify %(trailers) and %(contents:trailers) tests
  ` [PATCH v2 2/2] ref-filter: 'contents:trailers' show error if `:` is missing
  ` [PATCH v3 0/4] [GSoC] Fix trailers atom bug and improved tests
    ` [PATCH v3 1/4] t6300: unify %(trailers) and %(contents:trailers) tests
    ` [PATCH v3 2/4] ref-filter: 'contents:trailers' show error if `:` is missing
    ` [PATCH v3 3/4] pretty.c: refactor trailer logic to `format_set_trailers_options()`
    ` [PATCH v3 4/4] ref-filter: using pretty.c logic for trailers

[PATCH] refs: remove lookup cache for reference-transaction hook
 2020-08-22  9:02 UTC  (6+ messages)

git submodule status never says “old commits”
 2020-08-22  1:54 UTC  (2+ messages)

[PATCH 0/3] index-pack threading defaults
 2020-08-22  1:16 UTC  (11+ messages)
` [PATCH 1/3] p5302: disable thread-count parameter tests by default
` [PATCH 2/3] p5302: count up to online-cpus for thread tests
` [PATCH 3/3] index-pack: adjust default threading cap

--author arg on commit only works if there is an email configured already
 2020-08-21 22:35 UTC  (10+ messages)
      ` [PATCH] ident: say whose identity is missing when giving user.name hint

[PATCH 0/5] Add struct strmap and associated utility functions
 2020-08-21 22:28 UTC  (19+ messages)
` [PATCH 1/5] hashmap: add usage documentation explaining hashmap_free[_entries]()
` [PATCH 2/5] strmap: new utility functions
` [PATCH 3/5] strmap: add more "
` [PATCH 4/5] strmap: add strdup_strings option
` [PATCH 5/5] strmap: add functions facilitating use as a string->int map

[RFC v2 0/1] implement support for negative refspecs
 2020-08-21 21:52 UTC  (2+ messages)
` [RFC v2 1/1] refspec: add "

[PATCH 0/2] minor refspec cleanups
 2020-08-21 21:48 UTC  (3+ messages)
` [PATCH 1/2] refspec: fix documentation referring to refspec_item
` [PATCH 2/2] refspec: make sure stack refspec_item variables are zeroed

[PATCH] fetch-pack: in partial clone, pass --promisor
 2020-08-21 21:42 UTC  (4+ messages)

[PATCH v2 0/9] [GSoC] Improvements to ref-filter
 2020-08-21 21:41 UTC  (18+ messages)
` [PATCH v3 0/9] [Resend][GSoC] "
  ` [PATCH v3 7/9] pretty: refactor `format_sanitized_subject()`
  ` [PATCH v4 0/8] [GSoC] Improvements to ref-filter
    ` [PATCH v4 1/8] ref-filter: support different email formats
    ` [PATCH v4 2/8] ref-filter: refactor `grab_objectname()`
    ` [PATCH v4 3/8] ref-filter: modify error messages in `grab_objectname()`
    ` [PATCH v4 4/8] ref-filter: rename `objectname` related functions and fields
    ` [PATCH v4 5/8] ref-filter: add `short` modifier to 'tree' atom
    ` [PATCH v4 6/8] ref-filter: add `short` modifier to 'parent' atom
    ` [PATCH v4 7/8] pretty: refactor `format_sanitized_subject()`
    ` [PATCH v4 8/8] ref-filter: add `sanitize` option for 'subject' atom

[RFC 1/3] refspec: fix documentation referring to refspec_item
 2020-08-21 21:41 UTC  (16+ messages)
` [RFC 3/3] refspec: add support for negative refspecs

What's cooking in git.git (Aug 2020, #05; Fri, 21)
 2020-08-21 21:40 UTC 

[PATCH] ci: fix inconsistent indentation
 2020-08-21 19:11 UTC  (3+ messages)
` [PATCH v2] "

[PATCH 0/3] Use refs API for handling sundry pseudorefs
 2020-08-21 18:34 UTC  (11+ messages)
` [PATCH v2 0/4] "
  ` [PATCH v2 3/4] builtin/commit: suggest update-ref for pseudoref removal
  ` [PATCH v3 0/4] Use refs API for handling sundry pseudorefs
    ` [PATCH v3 1/4] refs: make refs_ref_exists public
    ` [PATCH v3 2/4] sequencer: treat CHERRY_PICK_HEAD as a pseudo ref
    ` [PATCH v3 3/4] builtin/commit: suggest update-ref for pseudoref removal
    ` [PATCH v3 4/4] sequencer: treat REVERT_HEAD as a pseudo ref

[PATCH v2] git-apply.txt: update descriptions of --cached, --index
 2020-08-21 16:17 UTC  (4+ messages)

[GSoC][PATCH v3 0/5] t7401: modernize, cleanup and more
 2020-08-21 16:59 UTC  (6+ messages)
` [PATCH v3 1/5] t7401: modernize style
` [PATCH v3 2/5] t7401: use 'short' instead of 'verify' and cut in rev-parse calls
` [PATCH v3 3/5] t7401: change syntax of test_i18ncmp calls for clarity
` [PATCH v3 4/5] t7401: change indentation for enhanced readability
` [PATCH v3 5/5] t7401: add a NEEDSWORK

gitignore does not ignore wildcard directory if it is a link
 2020-08-21 16:46 UTC  (2+ messages)

[RFC PATCH 0/2] extend --abbrev support to diff-patch format
 2020-08-21 15:44 UTC  (19+ messages)
` [PATCH v3 0/2] diff: index-line: respect --abbrev in object's name
  ` [PATCH v3 2/2] "
` [PATCH v4 0/2] "
  ` [PATCH v4 1/2] t4013: improve diff-post-processor logic
  ` [PATCH v4 2/2] diff: index-line: respect --abbrev in object's name
` [PATCH v5 0/2] "
  ` [PATCH v5 1/2] t4013: improve diff-post-processor logic
  ` [PATCH v5 2/2] diff: index-line: respect --abbrev in object's name

credentialHelperSelector keep poping in 2.28 using windows identity story
 2020-08-21 15:40 UTC 

Bash completion does not offer bare name origin where remote head is set
 2020-08-21 14:03 UTC 

[PATCH v3 4/4] submodule: port submodule subcommand 'summary' from shell to C
 2020-08-21  5:22 UTC  (2+ messages)

[PATCH] Issue #353: Skipping lazy prereq for skipped tests
 2020-08-20 18:47 UTC  (2+ messages)

Inconsistent error message with git checkout
 2020-08-20 18:27 UTC 

[PATCH 0/6] fixup ra/rebase-i-more-options
 2020-08-20 15:23 UTC  (11+ messages)
` [PATCH v8 0/5] cleanup ra/rebase-i-more-options
  ` [PATCH v8 2/5] am: stop exporting GIT_COMMITTER_DATE
  ` [PATCH v8 4/5] rebase -i: support --ignore-date

[PATCH 0/7] [RFC] Maintenance III: background maintenance
 2020-08-20 15:00 UTC  (9+ messages)
` [PATCH 1/7] maintenance: optionally skip --auto process
` [PATCH 3/7] maintenance: add --scheduled option and config
` [PATCH 4/7] for-each-repo: run subcommands on configured repos
  ` [PATCH 2/7] maintenance: store the "last run" time in config

[RFC PATCH 00/21] [RFC] Parallel checkout
 2020-08-20 14:39 UTC  (5+ messages)
` [RFC PATCH 11/21] parallel-checkout: make it truly parallel

Cloning subfolder as new root; subfolder as worktree
 2020-08-20  8:03 UTC 

[PATCH v2] diff: teach --stat to ignore uninteresting modifications
 2020-08-20  0:56 UTC  (3+ messages)
` [PATCH v3] "

[RFC PATCH 0/2] Support enabling bash completion of all options
 2020-08-19 23:06 UTC  (4+ messages)
` [PATCH v2 "
` [PATCH v2 1/2] parse-options: add --git-completion-helper-all
` [PATCH v2 2/2] completion: add GIT_COMPLETION_SHOW_ALL env var


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