messages from 2020-01-13 23:17:11 to 2020-01-16 21:18:33 UTC [more...]
[PATCH 0/3] Re-fix rebase -i with SHA-1 collisions
2020-01-16 21:18 UTC (3+ messages)
` [PATCH 1/3] parse_insn_line(): improve error message when parsing failed
` [PATCH 2/3] rebase -i: re-fix short SHA-1 collision
[PATCH v3 0/4] Documentation for common user misconceptions
2020-01-16 21:08 UTC (2+ messages)
[PATCH] t7800: don't rely on reuse_worktree_file()
2020-01-16 21:08 UTC (2+ messages)
[PATCH 0/3] t6025: updating tests
2020-01-16 20:36 UTC (4+ messages)
` [PATCH 1/3] t6025: modernize style
` [PATCH 2/3] t6025: replace pipe with redirection operator
` [PATCH 3/3] t6025: use helpers to replace test -f <path>
[PATCH v2 00/15] rebase: make the default backend configurable
2020-01-16 20:35 UTC (37+ messages)
` [PATCH v3 "
` [PATCH v3 15/15] rebase: change the default backend from "am" to "merge"
` [PATCH v4 00/19] rebase: make the default backend configurable
` [PATCH v4 01/19] git-rebase.txt: update description of --allow-empty-message
` [PATCH v4 02/19] t3404: directly test the behavior of interest
` [PATCH v4 03/19] rebase (interactive-backend): make --keep-empty the default
` [PATCH v4 04/19] rebase (interactive-backend): fix handling of commits that become empty
` [PATCH v4 05/19] t3406: simplify an already simple test
` [PATCH v4 06/19] rebase, sequencer: remove the broken GIT_QUIET handling
` [PATCH v4 07/19] rebase: make sure to pass along the quiet flag to the sequencer
` [PATCH v4 08/19] rebase: fix handling of restrict_revision
` [PATCH v4 09/19] t3432: make these tests work with either am or merge backends
` [PATCH v4 10/19] rebase: allow more types of rebases to fast-forward
` [PATCH v4 11/19] git-rebase.txt: add more details about behavioral differences of backends
` [PATCH v4 12/19] rebase: move incompatibility checks between backend options a bit earlier
` [PATCH v4 13/19] rebase: add an --am option
` [PATCH v4 14/19] git-prompt: change the prompt for interactive-based rebases
` [PATCH v4 15/19] rebase: drop '-i' from the reflog "
` [PATCH v4 16/19] rebase tests: mark tests specific to the am-backend with --am
` [PATCH v4 17/19] rebase tests: repeat some tests using the merge backend instead of am
` [PATCH v4 18/19] rebase: make the backend configurable via config setting
` [PATCH v4 19/19] rebase: change the default backend from "am" to "merge"
[PATCH] submodule add: show 'add --dry-run' stderr when aborting
2020-01-16 20:23 UTC (3+ messages)
[PATCH] dir: restructure in a way to avoid passing around a struct dirent
2020-01-16 20:21 UTC (12+ messages)
` [PATCH v2] "
` [PATCH] dir: point treat_leading_path() warning to the right place
` [PATCH v3 0/4] dir: more fill_directory() fixes
` [PATCH v3 1/4] clean: demonstrate a bug with pathspecs
` [PATCH v3 2/4] dir: treat_leading_path() and read_directory_recursive(), round 2
` [PATCH v3 3/4] dir: restructure in a way to avoid passing around a struct dirent
` [PATCH v3 4/4] dir: point treat_leading_path() warning to the right place
[PATCH] clean: demonstrate a bug with pathspecs
2020-01-16 20:20 UTC (9+ messages)
[PATCH] msvc: accommodate for vcpkg's upgrade to OpenSSL v1.1.x
2020-01-16 20:17 UTC (4+ messages)
Can Git repos be hacked or otherwise manipulated?
2020-01-16 20:15 UTC (6+ messages)
[RFE]: git submodule commit push
2020-01-16 19:54 UTC (3+ messages)
Fwd: Add support for axiterm colors in parse_color
2020-01-16 19:25 UTC (15+ messages)
` [PATCH 1/3] color.c: Refactor color_output to use enums
` [PATCH 2/3] color.c: Support bright aixterm colors
` [PATCH 3/3] color.c: Alias RGB colors 8-15 to "
Facing error in git-imap-send while compiling Git
2020-01-16 19:20 UTC
[PATCH] Makefile: use compat regex with SANITIZE=address
2020-01-16 18:34 UTC (2+ messages)
` [PATCH] t4018: drop "debugging" cat from hunk-header tests
[PATCH] fetch: emphasize failure during submodule fetch
2020-01-16 18:23 UTC (3+ messages)
` [PATCH v2] "
[PATCH 0/8] Support --pathspec-from-file in rm, stash
2020-01-16 16:09 UTC (9+ messages)
` [PATCH 1/8] doc: rm: synchronize <pathspec> description
` [PATCH 2/8] rm: support the --pathspec-from-file option
` [PATCH 3/8] doc: stash: split options from description (1)
` [PATCH 4/8] doc: stash: split options from description (2)
` [PATCH 5/8] doc: stash: document more options
` [PATCH 6/8] doc: stash: synchronize <pathspec> description
` [PATCH 7/8] stash: eliminate crude option parsing
` [PATCH 8/8] stash push: support the --pathspec-from-file option
[PATCH v2 00/11] grep: improve threading and fix race conditions
2020-01-16 14:47 UTC (16+ messages)
` [PATCH v3 00/12] "
` [PATCH v3 01/12] grep: fix race conditions on userdiff calls
` [PATCH v3 02/12] grep: fix race conditions at grep_submodule()
` [PATCH v3 03/12] grep: fix racy calls in grep_objects()
` [PATCH v3 04/12] replace-object: make replace operations thread-safe
` [PATCH v3 05/12] object-store: allow threaded access to object reading
` [PATCH v3 06/12] grep: replace grep_read_mutex by internal obj read lock
` [PATCH v3 07/12] submodule-config: add skip_if_read option to repo_read_gitmodules()
` [PATCH v3 08/12] grep: allow submodule functions to run in parallel
` [PATCH v3 09/12] grep: protect packed_git [re-]initialization
` [PATCH v3 10/12] grep: re-enable threads in non-worktree case
` [PATCH v3 11/12] grep: move driver pre-load out of critical section
` [PATCH v3 12/12] grep: use no. of cores as the default no. of threads
` [PATCH] "
How do I change the AuthorDate and CommitDate of all my commits?
2020-01-16 11:30 UTC
[PATCH 0/2] Two fixes for the built-in git add -i
2020-01-16 8:33 UTC (3+ messages)
` [PATCH 1/2] built-in add -i: do not try to `patch`/`diff` an empty list of files
` [PATCH 2/2] built-in add -i: accept open-ended ranges again
Problems with ra/rebase-i-more-options - should we revert it?
2020-01-16 7:42 UTC (11+ messages)
` "rebase -ri" (was Re: Problems with ra/rebase-i-more-options - should we revert it?)
` Rebasing evil merges with --rebase-merges
[RFC] Extending git-replace
2020-01-16 3:30 UTC (9+ messages)
[RFC] Proposal: New options for git bisect run to control the interpretation of exit codes
2020-01-16 2:40 UTC (3+ messages)
[PATCH 00/24] SHA-256 test fixes, part 8
2020-01-16 0:28 UTC (5+ messages)
[RFC PATCH 00/22] SHA-256 stage 4 implementation, part 1/3
2020-01-16 0:22 UTC (4+ messages)
` [RFC PATCH 02/22] hex: add functions to parse hex object IDs in any algorithm
Preparing to kick off the post 2.25 cycle
2020-01-15 23:52 UTC
[PATCH 0/8] Harden the sparse-checkout builtin
2020-01-15 20:32 UTC (21+ messages)
` [PATCH 1/8] t1091: use check_files to reduce boilerplate
` [PATCH 2/8] sparse-checkout: create leading directories
` [PATCH 3/8] clone: fix --sparse option with URLs
` [PATCH 4/8] sparse-checkout: cone mode does not recognize "**"
` [PATCH 5/8] sparse-checkout: detect short patterns
` [PATCH 6/8] sparse-checkout: warn on incorrect '*' in patterns
` [PATCH 7/8] sparse-checkout: properly match escaped characters
` [PATCH 8/8] sparse-checkout: write escaped patterns in cone mode
[ANNOUNCE] Git Contributor Summit Registration, Mar 5, 2020, Los Angeles
2020-01-15 20:10 UTC (2+ messages)
[ANNOUNCE] Git Contributor Summit Registration, Mar 5, 2020, Los Angeles
2020-01-15 20:05 UTC
See Fault when running git diff
2020-01-15 19:47 UTC
[PATCH v2 0/9] built-in add -p: add support for the same config settings as the Perl version
2020-01-15 19:03 UTC (19+ messages)
` [PATCH v3 00/10] "
` [PATCH v3 01/10] built-in add -i/-p: treat SIGPIPE as EOF
` [PATCH v4 00/10] built-in add -p: add support for the same config settings as the Perl version
` [PATCH v4 01/10] t3701: adjust difffilter test
` [PATCH v4 02/10] built-in add -p: support interactive.diffFilter
` [PATCH v4 03/10] built-in add -p: handle diff.algorithm
` [PATCH v4 04/10] terminal: make the code of disable_echo() reusable
` [PATCH v4 05/10] terminal: accommodate Git for Windows' default terminal
` [PATCH v4 06/10] terminal: add a new function to read a single keystroke
` [PATCH v4 07/10] built-in add -p: respect the `interactive.singlekey` config setting
` [PATCH v4 08/10] built-in add -p: handle Escape sequences in interactive.singlekey mode
` [PATCH v4 09/10] built-in add -p: handle Escape sequences more efficiently
` [PATCH v4 10/10] ci: include the built-in `git add -i` in the `linux-gcc` job
[ANNOUNCE] Git v2.25.0
2020-01-15 18:34 UTC (7+ messages)
` [PATCH] .mailmap: map Yi-Jyun Pan's email
Git alias syntax help
2020-01-15 18:13 UTC (4+ messages)
[PATCH] submodule.c: mark more strings for translation
2020-01-15 18:07 UTC
[RFC PATCH 0/7] merge: learn --autostash
2020-01-15 16:20 UTC (7+ messages)
` [PATCH v2 00/17] "
git , submodules and remove from historic question
2020-01-15 5:14 UTC (2+ messages)
[PATCH 0/9] [RFC] Changed Paths Bloom Filters
2020-01-15 0:55 UTC (10+ messages)
` [PATCH 5/9] commit-graph: write changed path bloom filters to commit-graph file
` [PATCH 8/9] revision.c: use bloom filters to speed up path based revision walks
` [PATCH 9/9] commit-graph: add GIT_TEST_COMMIT_GRAPH_BLOOM_FILTERS test flag
en/rebase-backend (was Re: "rebase -ri" (was Re: Problems with ra/rebase-i-more-options - should we revert it?))
2020-01-14 21:26 UTC (3+ messages)
[PATCH] Fix submodule status of dirs initialized but empty
2020-01-14 14:02 UTC
git apply and error
2020-01-14 13:12 UTC
no documentation for - git subtree
2020-01-14 2:52 UTC (2+ messages)
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).