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

[PATCH v2 00/20] Cleanup merge API
 2019-08-17 18:41 UTC  (57+ messages)
` [PATCH v3 00/24] Clean up "
  ` [PATCH v3 01/24] merge-recursive: be consistent with assert
  ` [PATCH v3 02/24] checkout: provide better conflict hunk description with detached HEAD
  ` [PATCH v3 03/24] merge-recursive: enforce opt->ancestor != NULL when calling merge_trees()
  ` [PATCH v3 04/24] merge-recursive: provide a better label for diff3 common ancestor
  ` [PATCH v3 05/24] merge-recursive: introduce an enum for detect_directory_renames values
  ` [PATCH v3 06/24] merge-recursive: future-proof update_file_flags() against memory leaks
  ` [PATCH v3 07/24] merge-recursive: remove another implicit dependency on the_repository
  ` [PATCH v3 08/24] Ensure index matches head before invoking merge machinery, round N
  ` [PATCH v3 09/24] merge-recursive: exit early if index != head
  ` [PATCH v3 10/24] merge-recursive: remove useless parameter in merge_trees()
  ` [PATCH v3 11/24] merge-recursive: don't force external callers to do our logging
  ` [PATCH v3 12/24] cache-tree: share code between functions writing an index as a tree
  ` [PATCH v3 13/24] merge-recursive: fix some overly long lines
  ` [PATCH v3 14/24] merge-recursive: use common name for ancestors/common/base_list
  ` [PATCH v3 15/24] merge-recursive: rename 'mrtree' to 'result_tree', for clarity
  ` [PATCH v3 16/24] merge-recursive: rename merge_options argument to opt in header
  ` [PATCH v3 17/24] merge-recursive: move some definitions around to clean up the header
  ` [PATCH v3 18/24] merge-recursive: consolidate unnecessary fields in merge_options
  ` [PATCH v3 19/24] merge-recursive: comment and reorder the merge_options fields
  ` [PATCH v3 20/24] merge-recursive: avoid losing output and leaking memory holding that output
  ` [PATCH v3 21/24] merge-recursive: split internal fields into a separate struct
  ` [PATCH v3 22/24] merge-recursive: rename MERGE_RECURSIVE_* to MERGE_VARIANT_*
  ` [PATCH v3 23/24] merge-recursive: add sanity checks for relevant merge_options
  ` [PATCH v3 24/24] merge-recursive: alphabetize include list
  ` [PATCH v4 00/24] Clean up merge API
    ` [PATCH v4 01/24] merge-recursive: be consistent with assert
    ` [PATCH v4 02/24] checkout: provide better conflict hunk description with detached HEAD
    ` [PATCH v4 03/24] merge-recursive: enforce opt->ancestor != NULL when calling merge_trees()
    ` [PATCH v4 04/24] merge-recursive: provide a better label for diff3 common ancestor
    ` [PATCH v4 05/24] merge-recursive: introduce an enum for detect_directory_renames values
    ` [PATCH v4 06/24] merge-recursive: future-proof update_file_flags() against memory leaks
    ` [PATCH v4 08/24] Ensure index matches head before invoking merge machinery, round N
    ` [PATCH v4 09/24] merge-recursive: exit early if index != head
    ` [PATCH v4 10/24] merge-recursive: remove useless parameter in merge_trees()
    ` [PATCH v4 11/24] merge-recursive: don't force external callers to do our logging
    ` [PATCH v4 12/24] cache-tree: share code between functions writing an index as a tree
    ` [PATCH v4 13/24] merge-recursive: fix some overly long lines
    ` [PATCH v4 14/24] merge-recursive: use common name for ancestors/common/base_list
    ` [PATCH v4 15/24] merge-recursive: rename 'mrtree' to 'result_tree', for clarity

[PATCH 0/4] fix pax extended header length calculation
 2019-08-17 18:03 UTC  (7+ messages)
` [PATCH 1/4] archive-tar: report wrong pax extended header length
` [PATCH 2/4] archive-tar: fix pax extended header length calculation
` [PATCH 3/4] archive-tar: use size_t in strbuf_append_ext_header()
` [PATCH 4/4] archive-tar: turn length miscalculation warning into BUG

[PATCH v2] userdiff: Add a builtin pattern for dts files
 2019-08-17 15:18 UTC  (3+ messages)

completion: checkout.* not being completed in zsh
 2019-08-17 14:00 UTC  (3+ messages)

[GSoC][PATCHl 0/6] rebase -i: support more options
 2019-08-17  9:28 UTC  (14+ messages)
` [GSoC][PATCH v2 "
  ` [GSoC][PATCH v2 3/6] rebase -i: support --committer-date-is-author-date
  ` [GSoC][PATCH v2 5/6] rebase -i: support --ignore-date

[RFE] Teach hash-object to be able to choose signature types
 2019-08-17  1:51 UTC  (2+ messages)

[PATCH] bugreport: add tool to generate debugging info
 2019-08-17  0:39 UTC  (19+ messages)
` [PATCH v2 0/2] add git-bugreport tool
  ` [PATCH v2 1/2] bugreport: add tool to generate debugging info
  ` [PATCH v2 2/2] bugreport: generate config whitelist based on docs

[ANNOUNCE] Git v2.23.0
 2019-08-16 21:30 UTC  (2+ messages)

[PATCH v1 1/1] pack-refs: pack expired loose refs to packed_refs
 2019-08-16 20:49 UTC  (3+ messages)
` [PATCH v2 0/1] pack-refs: always refreshing after take the lock file

[GIT PULL] l10n updates for 2.23.0 round 2
 2019-08-16 20:06 UTC  (2+ messages)

BUG?: xdl_merge surprisingly does not recognize content conflict
 2019-08-16 19:26 UTC  (5+ messages)

suggestion for improved docs on autocrlf
 2019-08-16 19:12 UTC  (16+ messages)

Git Test Coverage Report (Thursday, Aug 15)
 2019-08-16 18:15 UTC  (3+ messages)

What's cooking in git.git (Aug 2019, #04; Wed, 14)
 2019-08-16 16:42 UTC  (6+ messages)

QGit 2.8 for Windows?
 2019-08-16 15:17 UTC  (2+ messages)

[PATCH] apply: reload .gitattributes after patching it
 2019-08-16  0:22 UTC  (8+ messages)
` [PATCH v3 0/2] Honor .gitattributes with rebase --am
  ` [PATCH v3 2/2] apply: reload .gitattributes after patching it

[PATCH] http: use xmalloc with cURL
 2019-08-15 22:18 UTC  (6+ messages)
` [PATCH v2] "
    ` [PATCH v3] "

[PATCH] reset: unstage empty deleted ita files
 2019-08-15 19:06 UTC  (4+ messages)
` [PATCH v3] diff-lib.c: handle "

Is diff.indentHeuristic still experimental?
 2019-08-15 16:58 UTC  (4+ messages)
` [PATCH] diff: 'diff.indentHeuristic' is no longer experimental

minor interactive rebase regression: HEAD points to wrong commit while rewording
 2019-08-15 16:54 UTC  (8+ messages)

[RFC PATCH] unpack-trees.c: handle empty deleted ita files
 2019-08-15 16:46 UTC  (8+ messages)
` [PATCH v2] unpack-trees.c: distinguish ita files from empty files

git log --graph with a sort of local revision number
 2019-08-15  8:35 UTC 

Git fetch bug in git 2.21+ "Could not access submodule '%s'"
 2019-08-14 19:31 UTC  (8+ messages)
` [PATCH] get_next_submodule(): format error string as an error

[PATCH v4] documentation: add tutorial for revision walking
 2019-08-14 19:18 UTC  (4+ messages)

[PATCH v2 0/5] fetch: Extend --jobs to multiple remotes
 2019-08-14 18:33 UTC  (9+ messages)
` [PATCH v2 5/5] fetch: Make --jobs control submodules and remotes

[PATCH] [WIP/RFC] add git pull and git fetch --set-upstream
 2019-08-14 17:38 UTC  (4+ messages)
` [PATCH] pull, fetch: add --set-upstream option

[RFC PATCH] http: use xmalloc with cURL
 2019-08-14 16:01 UTC  (7+ messages)

How to reset selected lines?
 2019-08-14 14:52 UTC  (7+ messages)

Potential asterisk expansion bug in Windows Git Bash?
 2019-08-14 12:38 UTC  (3+ messages)

[PATCH v3 0/5] Create 'feature.*' config area and some centralized config parsing
 2019-08-14 10:38 UTC  (12+ messages)
` [PATCH v4 0/6] "
  ` [PATCH v4 1/6] repo-settings: consolidate some config settings
  ` [PATCH v4 3/6] commit-graph: turn on commit-graph by default
  ` [PATCH v4 2/6] t6501: use 'git gc' in quiet mode
  ` [PATCH v4 4/6] repo-settings: parse core.untrackedCache
  ` [PATCH v4 5/6] repo-settings: create feature.manyFiles setting
  ` [PATCH v4 6/6] repo-settings: create feature.experimental setting

[RFC] Improved git signing interface
 2019-08-14  8:48 UTC  (3+ messages)

[PATCH v2] use delete_refs when deleting tags or branches
 2019-08-14  2:49 UTC 

[PATCH] worktree remove: clarify error message on dirty worktree
 2019-08-13 20:10 UTC  (3+ messages)

Non-robust lock files in containers can lead to repo corruption
 2019-08-13 19:13 UTC  (3+ messages)

[PATCH] git-gui: Call do_quit before destroying the main window
 2019-08-13 17:30 UTC  (11+ 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).