messages from 2021-01-18 08:26:49 to 2021-01-20 11:35:03 UTC [more...]
[PATCH 0/1] ls-refs.c: minimize number of refs visited
2021-01-20 10:44 UTC (22+ messages)
` [PATCH 1/1] "
` [PATCH 0/2] ls-refs: only traverse through longest common ref prefix
` [PATCH 1/2] refs: expose 'for_each_fullref_in_prefixes'
` [PATCH 2/2] ls-refs.c: traverse longest common ref prefix
Incorrect $HOME value when using runas on Windows
2021-01-20 10:12 UTC
[PATCH 0/1] builtin/pack-objects.c: avoid iterating all refs
2021-01-20 8:50 UTC (8+ messages)
` [PATCH 1/1] "
RFC on packfile URIs and .gitmodules check
2021-01-20 8:07 UTC (8+ messages)
[PATCH v2 0/2] config: allow specifying config entries via envvar pairs
2021-01-20 7:42 UTC (7+ messages)
` [PATCH v8 0/8] "
` [PATCH v8 5/8] config: store "git -c" variables using more robust format
[RFC PATCH 0/9][Outreachy] rebase -i: add options to fixup command
2021-01-20 7:10 UTC (22+ messages)
` [RFC PATCH 3/9] rebase -i: comment out squash!/fixup! subjects from squash message
` [PATCH v2 0/9][Outreachy] rebase -i: add options to fixup command
` [PATCH v2 1/9] rebase -i: only write fixup-message when it's needed
` [PATCH v2 2/9] sequencer: factor out code to append squash message
` [PATCH v2 3/9] rebase -i: comment out squash!/fixup! subjects from "
` [PATCH v2 4/9] sequencer: pass todo_item to do_pick_commit()
` [PATCH v2 5/9] sequencer: use const variable for commit message comments
` [PATCH v2 6/9] rebase -i: add fixup [-C | -c] command
` [PATCH v2 7/9] t3437: test script for fixup [-C|-c] options in interactive rebase
` [PATCH v2 8/9] rebase -i: teach --autosquash to work with amend!
` [PATCH v2 9/9] doc/git-rebase: add documentation for fixup [-C|-c] options
[PATCH] refs: Always pass old object name to reftx hook
2021-01-20 7:06 UTC (10+ messages)
` [PATCH RESEND] "
add a blank line when a commit has no parent in log output?
2021-01-20 6:47 UTC (17+ messages)
` [PATCH 0/2] Option to modify revision mark for root commits
` [PATCH 1/2] revision: Denote root commits with '#'
` [PATCH 2/2] revision: implement --show-linear-break for --graph
[PATCH] rebase: add a config option for --no-fork-point
2021-01-20 4:44 UTC
Question about 'git log', custom formats, and '--left-right' and friends
2021-01-20 3:40 UTC
DEVEL: Help with feature implementation
2021-01-20 2:21 UTC (16+ messages)
[PATCH] branch, config: teach branch.autosetuprebase about 'merges' mode
2021-01-20 0:20 UTC
Multiple-line parsing of packets dissected over HTTP
2021-01-20 0:09 UTC (2+ messages)
` [Wireshark-dev] "
[PATCH 00/10] repack: support repacking into a geometric sequence
2021-01-19 23:24 UTC (11+ messages)
` [PATCH 01/10] packfile: introduce 'find_kept_pack_entry()'
` [PATCH 02/10] revision: learn '--no-kept-objects'
` [PATCH 03/10] builtin/pack-objects.c: learn '--assume-kept-packs-closed'
` [PATCH 04/10] p5303: add missing &&-chains
` [PATCH 05/10] p5303: measure time to repack with keep
` [PATCH 06/10] pack-objects: rewrite honor-pack-keep logic
` [PATCH 07/10] packfile: add kept-pack cache for find_kept_pack_entry()
` [PATCH 08/10] builtin/pack-objects.c: teach '--keep-pack-stdin'
` [PATCH 09/10] builtin/repack.c: extract loose object handling
` [PATCH 10/10] builtin/repack.c: add '--geometric' option
False negative authentication with multiple accounts on a SSH-GIT server
2021-01-19 23:11 UTC (3+ messages)
[PATCH 0/2] Two cleanups around 'prefetch' refs
2021-01-19 14:24 UTC (10+ messages)
` [PATCH 1/2] maintenance: set log.excludeDecoration durin prefetch
` [PATCH 2/2] t7900: clean up some broken refs
` [PATCH v2 0/2] Two cleanups around 'prefetch' refs
` [PATCH v2 1/2] maintenance: set log.excludeDecoration durin prefetch
` [PATCH v2 2/2] t7900: clean up some broken refs
[PATCH 00/18] Add directory rename detection to merge-ort
2021-01-19 22:48 UTC (34+ messages)
` [PATCH v2 00/17] "
` [PATCH v2 04/17] merge-ort: add outline for computing directory renames
` [PATCH v2 05/17] merge-ort: add outline of get_provisional_directory_renames()
` [PATCH v2 07/17] merge-ort: implement compute_rename_counts()
` [PATCH v2 08/17] merge-ort: implement handle_directory_level_conflicts()
` [PATCH v3 00/17] Add directory rename detection to merge-ort
` [PATCH v3 01/17] merge-ort: add new data structures for directory rename detection
` [PATCH v3 02/17] merge-ort: initialize and free new directory rename data structures
` [PATCH v3 03/17] merge-ort: collect which directories are removed in dirs_removed
` [PATCH v3 04/17] merge-ort: add outline for computing directory renames
` [PATCH v3 05/17] merge-ort: add outline of get_provisional_directory_renames()
` [PATCH v3 06/17] merge-ort: copy get_renamed_dir_portion() from merge-recursive.c
` [PATCH v3 07/17] merge-ort: implement compute_rename_counts()
` [PATCH v3 08/17] merge-ort: implement handle_directory_level_conflicts()
` [PATCH v3 09/17] merge-ort: modify collect_renames() for directory rename handling
` [PATCH v3 10/17] merge-ort: implement compute_collisions()
` [PATCH v3 11/17] merge-ort: implement apply_dir_rename() and check_dir_renamed()
` [PATCH v3 12/17] merge-ort: implement check_for_directory_rename()
` [PATCH v3 13/17] merge-ort: implement handle_path_level_conflicts()
` [PATCH v3 14/17] merge-ort: add a new toplevel_dir field
` [PATCH v3 15/17] merge-ort: implement apply_directory_rename_modifications()
` [PATCH v3 16/17] merge-ort: process_renames() now needs more defensiveness
` [PATCH v3 17/17] merge-ort: fix a directory rename detection bug
[PATCH] More docs
2021-01-19 14:30 UTC (3+ messages)
` [PATCH] fsck doc: remove ancient out-of-date diagnostics
[PATCH 0/7] teach `worktree list` verbose mode and prunable annotations
2021-01-19 21:27 UTC (26+ messages)
` [PATCH v2 0/6] "
` [PATCH v2 2/6] worktree: teach worktree to lazy-load "prunable" reason
` [PATCH v2 4/6] worktree: teach `list --porcelain` to annotate locked worktree
` [PATCH v2 5/6] worktree: teach `list` to annotate prunable worktree
` [PATCH v2 6/6] worktree: teach `list` verbose mode
` [PATCH v3 0/7] teach `worktree list` verbose mode and prunable annotations
` [PATCH v3 1/7] worktree: libify should_prune_worktree()
` [PATCH v3 2/7] worktree: teach worktree to lazy-load "prunable" reason
` [PATCH v3 3/7] worktree: teach worktree_lock_reason() to gently handle main worktree
` [PATCH v3 4/7] t2402: ensure locked worktree is properly cleaned up
` [PATCH v3 5/7] worktree: teach `list --porcelain` to annotate locked worktree
` [PATCH v3 6/7] worktree: teach `list` to annotate prunable worktree
` [PATCH v3 7/7] worktree: teach `list` verbose mode
git subtree push could not rev-parse split hash...bug?
2021-01-19 10:27 UTC
[PATCH v18 00/10] New proc-receive hook for centralized workflow
2021-01-19 10:24 UTC (11+ messages)
` [PATCH v19 03/10] receive-pack: add new proc-receive hook
` [PATCH 1/2] t5411: remove file after use to prevent overwriting
` [PATCH v2 0/2] t5411 out file overwrite fix
` [PATCH v2 1/2] t5411: use different out file to prevent overwriting
` [PATCH v2 2/2] t5411: refactor check of refs using test_cmp_refs
` [PATCH "
[PATCH 00/11] [RFH] Introduce support for GETTEXT_POISON=rot13
2021-01-19 15:52 UTC (13+ messages)
` [PATCH 04/11] sha1dc: mark forgotten message for translation
` [PATCH 09/11] GETTEXT_POISON=rot13: do compare the output in `test_i18ncmp`
DEVEL: Help with feature implementation
2021-01-19 4:58 UTC
DEVEL: Help with feature implementation
2021-01-19 5:20 UTC
[PATCH v2 0/2] builtin/ls-files.c:add git ls-file --dedup option
2021-01-19 6:30 UTC (18+ messages)
` [PATCH v3] ls-files.c: add "
` [PATCH v4 0/3] builtin/ls-files.c:add git ls-file "
` [PATCH v4 3/3] ls-files: add --deduplicate option
` [PATCH v5 0/3] builtin/ls-files.c:add git ls-file --dedup option
` [PATCH v5 1/3] ls_files.c: bugfix for --deleted and --modified
` [PATCH v5 2/3] ls_files.c: consolidate two for loops into one
` [PATCH v5 3/3] ls-files.c: add --deduplicate option
[PATCH v5 00/11] [GSoC] Implement Corrected Commit Date
2021-01-19 0:02 UTC (5+ messages)
` [PATCH v6 "
[PATCH v2 0/7] Finish converting git bisect to C part 3
2021-01-18 23:53 UTC (9+ messages)
` [PATCH v2 1/7] bisect--helper: reimplement `bisect_log` shell function in C
` [PATCH v2 2/7] bisect--helper: reimplement `bisect_replay` "
` [PATCH v2 6/7] bisect--helper: reimplement `bisect_skip` "
[PATCH v2 0/5] Support for commits signed by multiple algorithms
2021-01-18 23:49 UTC (8+ messages)
` [PATCH v3 0/6] "
` [PATCH v3 1/6] ref-filter: switch some uses of unsigned long to size_t
` [PATCH v3 2/6] commit: ignore additional signatures when parsing signed commits
` [PATCH v3 3/6] gpg-interface: improve interface for parsing tags
` [PATCH v3 4/6] commit: allow parsing arbitrary buffers with headers
` [PATCH v3 5/6] ref-filter: hoist signature parsing
` [PATCH v3 6/6] gpg-interface: remove other signature headers before verifying
[RFC PATCH] mergetools: support difftool.tabbed setting
2021-01-18 23:25 UTC (6+ messages)
` [RFC PATCH v2 0/3] implement tabbed mode in difftools
` [RFC PATCH v2 1/3] mergetools: support difftool.tabbed setting
` [RFC PATCH v2 2/3] difftool-helper: conciliate difftool.tabbed and difftool.prompt settings
` [RFC PATCH v2 3/3] doc: describe new difftool.tabbed feature
Using Git for OpenSCAD and 3D Printing
2021-01-18 23:05 UTC (4+ messages)
How to commit without an index file?
2021-01-18 17:59 UTC (2+ messages)
DEVEL: Help with feature implementation
2021-01-18 18:00 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).