git@vger.kernel.org mailing list mirror (one of many)
 help / color / mirror / code / Atom feed
 messages from 2020-12-18 05:54:04 to 2020-12-21 18:03:46 UTC [more...]

What's cooking in git.git (Dec 2020, #03; Fri, 18)
 2020-12-21 18:01 UTC  (11+ messages)

[PATCH 00/26] git-log: implement new --diff-merge options
 2020-12-21 15:20 UTC  (55+ messages)
` [PATCH v2 00/33] "
  ` [PATCH v2 22/33] diff-merges: implement new values for --diff-merges
  ` [PATCH v2 23/33] diff-merges: fix style of functions definitions
  ` [PATCH v2 24/33] diff-merges: handle imply -p on -c/--cc logic for log.c
  ` [PATCH v2 26/33] diff-merges: let new options enable diff without -p
  ` [PATCH v2 28/33] diff-merges: add '--diff-merges=1' as synonym for 'first-parent'
  ` [PATCH v2 29/33] doc/git-log: describe new --diff-merges options
` [PATCH v3 00/32] git-log: implement new --diff-merge options
  ` [PATCH v3 03/32] revision: factor out initialization of diff-merge related settings
  ` [PATCH v3 09/32] diff-merges: re-arrange functions to match the order they are called in
  ` [PATCH v3 11/32] diff-merges: new function diff_merges_set_dense_combined_if_unset()
  ` [PATCH v3 32/32] t4013: add tests for --diff-merges=first-parent

[BUG] git-2.30.0-rc1 - Transitive OpenLDAP requirement in libcurl
 2020-12-21 17:22 UTC 

git diff --ignore-space-change -- ignore whitespace prefers unmodified next line to modified one in patch
 2020-12-21 14:43 UTC 

[BUG] In git-log, --name-status flag overrides the --patch flag
 2020-12-21 13:16 UTC  (2+ messages)

[RFC/PATCH] mergetool: use resolved conflicts in all the views
 2020-12-21 11:17 UTC  (35+ messages)

[PATCH] worktree: teach `repair` to fix multi-directional breakage
 2020-12-21  8:16 UTC  (3+ messages)
` [PATCH v2 0/1] teach `worktree repair` to fix two-way linkage
  ` [PATCH v2 1/1] worktree: teach `repair` to fix multi-directional breakage

Documentation errors for HTTP protocol v2 and packfile
 2020-12-21  7:54 UTC  (4+ messages)
` [PATCH 0/2] pack-format.txt: document lengths at start of delta data
  ` [PATCH 1/2] pack-format.txt: define "varint" format
  ` [PATCH 2/2] pack-format.txt: document lengths at start of delta data

[PATCH] t/perf: fix test_export() failure with BSD `sed`
 2020-12-21  7:23 UTC  (8+ messages)
` [PATCH 2/1] t/perf: avoid unnecessary test_export() recursion

[PATCH] negative-refspec: fix segfault on : refspec
 2020-12-21  7:20 UTC  (12+ messages)
` [PATCH v2 0/2] "
  ` [PATCH v2 1/2] "
  ` [PATCH v2 2/2] negative-refspec: improve comment on query_matches_negative_refspec
  ` [PATCH v3 0/3] negative-refspec: fix segfault on : refspec
    ` [PATCH v3 1/3] test-lib-functions: handle --add in test_config
    ` [PATCH v3 2/3] negative-refspec: fix segfault on : refspec
    ` [PATCH v3 3/3] negative-refspec: improve comment on query_matches_negative_refspec

[BUG] Regression in 'git mergetool --tool-help'
 2020-12-21  0:41 UTC  (13+ messages)

Unexpected behavior on diff -I<regex> --name-only
 2020-12-20 22:34 UTC  (5+ messages)
  ` [PATCH] diff: suppress --name-only paths where all hunks are ignored
    ` Re* "

[PATCH v4 0/1] mergetool: add configuration to remove unconflicted lines
 2020-12-21  3:04 UTC  (6+ messages)
` [PATCH v4 1/1] mergetool: add automerge configuration

Git fetch failure in submodule if deeper submodule pointer updated
 2020-12-21  1:08 UTC  (2+ messages)

[L10N] Kickoff for Git 2.30.0 round #2
 2020-12-20 23:23 UTC 

Is git-am expected to honor core.sharedRepository?
 2020-12-19 21:01 UTC  (8+ messages)
` [PATCH] apply: don't use core.sharedRepository to create working tree files

[PATCH] checkout -p: handle tree arguments correctly again
 2020-12-19 17:40 UTC  (4+ messages)

Feature request: 'git bisect run' option to redundantly check start and end commits
 2020-12-19 17:31 UTC  (7+ messages)

[PATCH] rebase -i: do leave commit message intact in fixup! chains
 2020-12-19 15:00 UTC  (3+ messages)

[ANNOUNCE] Git for Windows 2.30.0-rc1
 2020-12-19 14:56 UTC 

[PATCH try2 0/4] completion: bash: a bunch of fixes
 2020-12-19 14:06 UTC  (5+ messages)
` [PATCH try2 1/4] completion: bash: fix prefix detection in branch.*
` [PATCH try2 2/4] completion: bash: add correct suffix in variables
` [PATCH try2 3/4] completion: bash: fix for suboptions with value
` [PATCH try2 4/4] completion: bash: fix for multiple dash commands

[PATCH] gitk: Add options --select-file and --select-line
 2020-12-19 10:21 UTC  (4+ messages)
` [PATCH v2] "

[GIT PULL] git-gui pull request
 2020-12-19  5:24 UTC  (2+ messages)

[ANNOUNCE] Git v2.30.0-rc1
 2020-12-19  4:34 UTC 

[PATCH v3 0/3] submodule: port subcommand add from shell to C
 2020-12-19  0:47 UTC  (4+ messages)
` [PATCH v3 1/3] dir: change the scope of function 'directory_exists_in_index()'

[PATCH v2 00/13] pull: pull mode part 2
 2020-12-18 21:10 UTC  (14+ messages)
` [PATCH v2 01/13] doc: pull: explain what is a fast-forward
` [PATCH v2 02/13] pull: improve default warning
` [PATCH v2 03/13] pull: cleanup autostash check
` [PATCH v2 04/13] pull: trivial cleanup
` [PATCH v2 05/13] pull: trivial whitespace style fix
` [PATCH v2 06/13] pull: introduce --merge option
` [PATCH v2 07/13] rebase: add REBASE_DEFAULT
` [PATCH v2 08/13] pull: move configurations fetches
` [PATCH v2 09/13] pull: show warning with --ff options
` [PATCH v2 10/13] pull: add pull.mode
` [PATCH v2 11/13] pull: add pull.mode=fast-forward
` [PATCH v2 12/13] pull: reorganize mode conditionals
` [PATCH v2 13/13] pull: improve --rebase and pull.rebase interaction

[PATCH v7 0/5] making pull advice not to trigger when unneeded
 2020-12-18 20:46 UTC  (5+ messages)

[PATCH] git-gui: Fix selected text colors
 2020-12-18 19:46 UTC  (9+ messages)
` [PATCH v2] git-gui: use gray background for inactive text widgets
    ` [PATCH v3] "

[PATCH 0/2] git-gui: Auto-rescan on activate
 2020-12-18 18:07 UTC  (4+ messages)

[PATCH] test: bisect-porcelain: fix location of files
 2020-12-18 15:50 UTC  (3+ messages)

[PATCH v3] mergetool: add automerge configuration
 2020-12-18 12:13 UTC  (5+ messages)

[Outreachy] Blog Post Submission
 2020-12-18 11:41 UTC  (3+ messages)

[Bug report] includeIf config is not displayed in normal directories
 2020-12-18  6:23 UTC  (6+ messages)

[PATCH] clone: in protocol v2, use remote's default branch
 2020-12-18  6:19 UTC  (11+ messages)

[PATCH v2 1/3] ls-refs: report unborn targets of symrefs
 2020-12-18  6:16 UTC  (4+ messages)

[PATCH 0/1] Hashed mailmap support
 2020-12-18  5:56 UTC  (4+ messages)

[PATCH 00/10] merge-ort: add more handling of basic conflict types
 2020-12-18  5:51 UTC  (11+ messages)
` [PATCH 01/10] merge-ort: handle D/F conflict where directory disappears due to merge
` [PATCH 02/10] merge-ort: handle directory/file conflicts that remain
` [PATCH 03/10] merge-ort: implement unique_path() helper
` [PATCH 04/10] merge-ort: handle book-keeping around two- and three-way content merge
` [PATCH 05/10] merge-ort: flesh out implementation of handle_content_merge()
` [PATCH 06/10] merge-ort: copy and adapt merge_3way() from merge-recursive.c
` [PATCH 07/10] merge-ort: copy and adapt merge_submodule() "
` [PATCH 08/10] merge-ort: implement format_commit()
` [PATCH 09/10] merge-ort: copy find_first_merges() implementation from merge-recursive.c
` [PATCH 10/10] merge-ort: add handling for different types of files at same path


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