messages from 2019-08-12 19:46:29 to 2019-08-16 09:17:24 UTC [more...]
[GIT PULL] l10n updates for 2.23.0 round 2
2019-08-16 9:16 UTC
suggestion for improved docs on autocrlf
2019-08-16 4:20 UTC (18+ messages)
completion: checkout.* not being completed in zsh
2019-08-16 2:36 UTC (2+ messages)
Git Test Coverage Report (Thursday, Aug 15)
2019-08-16 2:01 UTC
[PATCH] bugreport: add tool to generate debugging info
2019-08-16 1:25 UTC (13+ messages)
What's cooking in git.git (Aug 2019, #04; Wed, 14)
2019-08-16 0:30 UTC (5+ messages)
[PATCH] apply: reload .gitattributes after patching it
2019-08-16 0:22 UTC (19+ messages)
` [PATCH v2 0/2] Honor .gitattributes with rebase --am
` [PATCH v2 1/2] path: add a function to check for path suffix
` [PATCH v3 0/2] Honor .gitattributes with rebase --am
` [PATCH v3 1/2] path: add a function to check for path suffix
` [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] "
BUG?: xdl_merge surprisingly does not recognize content conflict
2019-08-15 22:06 UTC (2+ messages)
[PATCH v2 00/20] Cleanup merge API
2019-08-15 21:40 UTC (26+ 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
QGit 2.8 for Windows?
2019-08-15 21:06 UTC
[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
[GSoC][PATCHl 0/6] rebase -i: support more options
2019-08-14 19:33 UTC (21+ messages)
` [GSoC][PATCH v2 "
` [GSoC][PATCH v2 1/6] rebase -i: add --ignore-whitespace flag
` [GSoC][PATCH v2 3/6] rebase -i: support --committer-date-is-author-date
` [GSoC][PATCH v2 4/6] sequencer: rename amend_author to author_to_rename
` [GSoC][PATCH v2 5/6] rebase -i: support --ignore-date
` [GSoC][PATCH v2 6/6] rebase: add --author-date-is-committer-date
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 (14+ messages)
` [PATCH v2 1/5] fetch: Rename max_children to max_children_for_submodules
` [PATCH v2 2/5] fetch: Add the "--fetch-jobs" option
` [PATCH v2 3/5] fetch: Add the fetch.jobs config key
` [PATCH v2 4/5] fetch: Add the --submodule-fetch-jobs option
` [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 (8+ 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 2/6] t6501: use 'git gc' in quiet mode
` [PATCH v4 3/6] commit-graph: turn on commit-graph by default
` [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)
git grep -F (fixed string) requires matching parenthesis?
2019-08-13 12:33 UTC (3+ messages)
[PATCH 00/11] completion: complete configuration variables and values after 'git -c <TAB>'
2019-08-13 12:26 UTC (12+ messages)
` [PATCH 01/11] completion: fix a typo in a comment
` [PATCH 02/11] completion: complete more values of more 'color.*' configuration variables
` [PATCH 03/11] completion: add tests for 'git config' completion
` [PATCH 04/11] completion: deduplicate configuration sections
` [PATCH 05/11] completion: use 'sort -u' to deduplicate config variable names
` [PATCH 06/11] completion: simplify inner 'case' pattern in __gitcomp()
` [PATCH 07/11] completion: split _git_config()
` [PATCH 08/11] completion: complete configuration sections and variable names for 'git -c'
` [PATCH 09/11] completion: complete values of configuration variables after 'git -c var='
` [PATCH 10/11] completion: complete config variables names and values for 'git clone -c'
` [PATCH 11/11] completion: complete config variables and values for 'git clone --config='
[GSoC] My project blog
2019-08-13 10:51 UTC (3+ messages)
[GSoC] Blogging with Rohit
2019-08-13 1:34 UTC (2+ messages)
[ANNOUNCE] Git v2.22.1
2019-08-12 22:49 UTC (2+ messages)
send-email and credential
2019-08-12 22:25 UTC (3+ messages)
How to get gitweb setup with nginx + uwsgi?
2019-08-12 21:49 UTC (3+ messages)
No Git for Windows v2.22.1
2019-08-12 20:32 UTC
page: next (older) | prev (newer) | latest
- recent:[subjects (threaded)|topics (new)|topics (active)]
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).