messages from 2021-02-25 07:16:53 to 2021-02-28 19:57:09 UTC [more...]
[PATCH] describe: dont abort too early when searching tags
2021-02-28 19:54 UTC (12+ messages)
` [PATCH 00/10] describe tests: refactor & fix recent broken tests
` [PATCH 01/10] describe tests: improve test for --work-tree & --dirty
` [PATCH 02/10] describe tests: refactor away from glob matching
` [PATCH 03/10] describe tests: always assert empty stderr from "describe"
` [PATCH 04/10] test-lib functions: add an --annotated-tag option to "test_commit"
` [PATCH 05/10] describe tests: convert setup to use test_commit
` [PATCH 06/10] describe tests: fix nested "test_expect_success" call
` [PATCH 07/10] describe tests: support -C in "check_describe"
` [PATCH 08/10] svn tests: remove legacy re-setup from init-clone test
` [PATCH 09/10] svn tests: refactor away a "set -e" in test body
` [PATCH 10/10] test-lib: return 1 from test_expect_{success,failure}
[PATCH 0/4] Documentation updates to FAQ and git-archive
2021-02-28 18:46 UTC (11+ messages)
` [PATCH 1/4] docs: add a question on syncing repositories to the FAQ
` [PATCH 2/4] docs: add line ending configuration article to FAQ
` [PATCH 3/4] docs: add a FAQ section on push and fetch problems
` [PATCH 4/4] docs: note that archives are not stable
[PATCH v3] builtin/clone.c: add --reject-shallow option
2021-02-28 18:06 UTC (4+ messages)
` [PATCH v4] "
` "
` [PATCH v5] "
[PATCH] commit-graph: warn about incompatibilities only when trying to write
2021-02-28 16:20 UTC (4+ messages)
[PATCH v2 00/27] userdiff: refactor + test + doc + misc improvements
2021-02-28 16:07 UTC (22+ messages)
` [PATCH v3 00/35] 20210215154427.32693-1-avarab@gmail.com
` [PATCH v3 12/35] userdiff tests: change setup loop to individual test setup
` [PATCH v3 14/35] userdiff tests: add alternative hunk header test infrastructure
` [PATCH v3 20/35] userdiff tests: assert that new built-in drivers have tests
` [PATCH v3 31/35] userdiff golang: don't over-match intented constructs
` [PATCH v3 32/35] userdiff golang: add a rule to match "package"
` [PATCH v3 34/35] userdiff tests: add basic test for ada
` [PATCH v3 35/35] userdiff tests: add basic test for ruby
gitattributes export-subst and software versioning
2021-02-28 15:41 UTC (13+ messages)
` [PATCH 1/2] pretty: add %(describe)
` [PATCH 2/2] pretty: add merge and exclude options to %(describe)
[PATCH] Update 'make fuzz-all' docs to reflect modern clang
2021-02-28 12:22 UTC
Round-tripping fast-export/import changes commit hashes
2021-02-28 10:34 UTC (4+ messages)
[PATCH 0/8] Optimization batch 9: avoid detecting irrelevant renames
2021-02-28 3:58 UTC (9+ messages)
` [PATCH 1/8] diffcore-rename: enable filtering possible rename sources
` [PATCH 2/8] merge-ort: precompute subset of sources for which we need rename detection
` [PATCH 3/8] merge-ort: add data structures for an alternate tree traversal
` [PATCH 4/8] merge-ort: introduce wrappers for "
` [PATCH 5/8] merge-ort: precompute whether directory rename detection is needed
` [PATCH 6/8] merge-ort: use relevant_sources to filter possible rename sources
` [PATCH 7/8] merge-ort: skip rename detection entirely if possible
` [PATCH 8/8] diffcore-rename: avoid doing basename comparisons for irrelevant sources
[ANNOUNCE] Git Rev News edition 72
2021-02-27 22:43 UTC
bug: setting GIT_DIR to $(git rev-parse --git-dir) changes behavior
2021-02-27 21:06 UTC (2+ messages)
[GIT PULL] git-gui pull request
2021-02-27 20:47 UTC (2+ messages)
[PATCH 00/20] Sparse Index: Design, Format, Tests
2021-02-27 12:32 UTC (17+ messages)
` [PATCH 01/20] sparse-index: design doc and format update
` [PATCH 10/20] sparse-checkout: hold pattern list in index
` [PATCH 11/20] sparse-index: convert from full to sparse
` [PATCH 13/20] unpack-trees: allow sparse directories
` [PATCH 15/20] sparse-index: create extension for compatibility
` [PATCH 17/20] sparse-checkout: disable sparse-index
[PATCH] format-patch: allow a non-integral version numbers
2021-02-27 7:30 UTC (5+ messages)
[PATCH 0/6][Outreachy] commit: Implementation of "amend!" commit
2021-02-27 4:56 UTC (16+ messages)
` [PATCH v2 "
` [PATCH v2 1/6] sequencer: export subject_length()
` [PATCH v2 2/6] commit: add amend suboption to --fixup to create amend! commit
` [PATCH v2 3/6] commit: add a reword suboption to --fixup
` [PATCH v2 4/6] t7500: add tests for --fixup=[amend|reword] options
` [PATCH v2 5/6] t3437: use --fixup with options to create amend! commit
` [PATCH v2 6/6] doc/git-commit: add documentation for fixup=[amend|reword] options
Commit graph chains with no corresponding files?
2021-02-27 2:49 UTC (5+ messages)
[PATCH 0/1] mergetools/vimdiff: add vimdiff1 merge tool variant
2021-02-27 2:17 UTC (11+ messages)
` [PATCH 1/1] "
[PATCH v2 00/10] Optimization batch 8: use file basenames even more
2021-02-27 0:30 UTC (27+ messages)
` [PATCH v3 "
` [PATCH v3 01/10] diffcore-rename: use directory rename guided basename comparisons
` [PATCH v3 02/10] diffcore-rename: add a new idx_possible_rename function
` [PATCH v3 03/10] diffcore-rename: add a mapping of destination names to their indices
` [PATCH v3 04/10] Move computation of dir_rename_count from merge-ort to diffcore-rename
` [PATCH v3 05/10] diffcore-rename: add function for clearing dir_rename_count
` [PATCH v3 06/10] diffcore-rename: move dir_rename_counts into dir_rename_info struct
` [PATCH v3 07/10] diffcore-rename: extend cleanup_dir_rename_info()
` [PATCH v3 08/10] diffcore-rename: compute dir_rename_counts in stages
` [PATCH v3 09/10] diffcore-rename: limit dir_rename_counts computation to relevant dirs
` [PATCH v3 10/10] diffcore-rename: compute dir_rename_guess from dir_rename_counts
` [PATCH v4 00/10] Optimization batch 8: use file basenames even more
` [PATCH v4 01/10] diffcore-rename: use directory rename guided basename comparisons
` [PATCH v4 02/10] diffcore-rename: provide basic implementation of idx_possible_rename()
` [PATCH v4 03/10] diffcore-rename: add a mapping of destination names to their indices
` [PATCH v4 04/10] Move computation of dir_rename_count from merge-ort to diffcore-rename
` [PATCH v4 05/10] diffcore-rename: add function for clearing dir_rename_count
` [PATCH v4 06/10] diffcore-rename: move dir_rename_counts into dir_rename_info struct
` [PATCH v4 07/10] diffcore-rename: extend cleanup_dir_rename_info()
` [PATCH v4 08/10] diffcore-rename: compute dir_rename_counts in stages
` [PATCH v4 09/10] diffcore-rename: limit dir_rename_counts computation to relevant dirs
` [PATCH v4 10/10] diffcore-rename: compute dir_rename_guess from dir_rename_counts
Pathspec does not accept / does not warn for specific pathspecs
2021-02-26 23:27 UTC (2+ messages)
[RFC] new subcommand: git sync
2021-02-26 23:20 UTC (5+ messages)
[PATCH] pack-revindex.c: don't close unopened file descriptors
2021-02-26 22:41 UTC (3+ messages)
[Outreachy] Last Internship blog post, post #6
2021-02-26 22:24 UTC
[PATCH] wrapper: add workaround for open() returning EINTR
2021-02-26 22:17 UTC (9+ messages)
` [PATCH v2] Makefile: add OPEN_RETURNS_EINTR knob
[QUESTION] Tracking HEAD changes?
2021-02-26 20:58 UTC (13+ messages)
partial clone: promisor fetch during push (pack-objects)
2021-02-26 20:54 UTC (2+ messages)
[PATCH v3 00/12] Simple IPC Mechanism
2021-02-26 20:50 UTC (16+ messages)
` [PATCH v4 "
` [PATCH v4 01/12] pkt-line: eliminate the need for static buffer in packet_write_gently()
` [PATCH v4 07/12] unix-socket: elimiate static unix_stream_socket() helper function
` [PATCH v4 08/12] unix-socket: add backlog size option to unix_stream_listen()
` [PATCH v4 10/12] unix-socket: create `unix_stream_server__listen_with_lock()`
[PATCH] convert: fail gracefully upon missing clean cmd on required filter
2021-02-26 16:23 UTC (4+ messages)
` [PATCH v2] "
[PATCH] t/perf: handle worktrees as test repos
2021-02-26 15:43 UTC (5+ messages)
` [PATCH v2] t/perf worktree improvements
` [PATCH v2 1/2] t/perf: handle worktrees as test repos
` [PATCH v2 2/2] t/perf: avoid copying worktree files from test repo
[L10N] Kickoff for Git 2.31.0 round #1
2021-02-26 14:34 UTC
[ANNOUNCE] Git for Windows 2.31.0-rc0
2021-02-26 12:08 UTC
Limited local file inclusion with .mailmap symlinks and git-archive
2021-02-26 6:35 UTC (8+ messages)
` [PATCH 1/2] fsck: make symlinked .gitignore and .gitattributes a warning
` [PATCH 0/6] open in-tree files with O_NOFOLLOW
[PATCH 00/10] repack: support repacking into a geometric sequence
2021-02-26 6:23 UTC (5+ messages)
` [PATCH v4 0/8] "
[PATCH] githooks.txt: Clarify documentation on reference-transaction hook
2021-02-26 6:03 UTC (2+ messages)
[ANNOUNCE] Git v2.31.0-rc0
2021-02-26 2:03 UTC
Draft of Git Rev News edition 72
2021-02-25 22:40 UTC
plsplspls help
2021-02-25 15:00 UTC
[PATCH v7 15/17] hook: provide stdin by string_list or callback
2021-02-25 20:56 UTC (2+ messages)
Getting an actuallt useful merge base?
2021-02-25 20:26 UTC (7+ messages)
[PATCH 1/2] remote: add camel-cased *.tagOpt key, like clone
2021-02-25 20:00 UTC (4+ messages)
[PATCH v6 00/17] propose config-based hooks (part I)
2021-02-25 19:50 UTC (7+ messages)
` [PATCH v7 "
[PATCH v4] difftool.c: learn a new way start at specified file
2021-02-25 19:01 UTC (9+ messages)
` [PATCH v5 0/2] "
[Outreachy] Project blog-10
2021-02-25 18:41 UTC
bug: setting GIT_DIR to $(git rev-parse --git-dir) changes behavior
2021-02-25 18:29 UTC (2+ messages)
[PATCH 0/2] Specify generation number version by config
2021-02-25 18:19 UTC (3+ messages)
` [PATCH 1/2] commit-graph: create local repository pointer
` [PATCH 2/2] commit-graph: use config to specify generation type
[PATCH] commit-graph: when incompatible with graphs, indicate why
2021-02-25 14:07 UTC (2+ messages)
` noisy "warning: repository contains (deprecated) grafts; skipping commit-graph" warnings
Wrong configuration variable mentioned in git-push documentation (examples section)
2021-02-25 13:57 UTC (2+ messages)
[PATCH v3] clone: document partial clone section
2021-02-25 13:38 UTC (3+ messages)
` [PATCH v4] "
Help for the git patch with "---"
2021-02-25 13:22 UTC (2+ messages)
[PATCH] read-cache: make the index write buffer size 128K
2021-02-25 7:57 UTC (11+ 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).