messages from 2020-08-28 12:48:53 to 2020-09-01 22:28:31 UTC [more...]
[PATCH] wt-status: expand, not dwim, a "detached from" ref
2020-09-01 22:28 UTC (11+ messages)
` [PATCH v2 0/2] Fix for git checkout @{u} (non-local) then git status
` [PATCH v2 1/2] sha1-name: replace unsigned int with option struct
` [PATCH v2 2/2] wt-status: tolerate dangling marks
` [PATCH v3 0/3] Fix for git checkout @{u} (non-local) then git status
` [PATCH v3 1/3] sha1-name: replace unsigned int with option struct
` [PATCH v3 2/3] refs: move dwim_ref() to header file
[Suggestion] Documentation: quick-install-man not propagating DESTDIR
2020-09-01 22:28 UTC
[PATCH v4 0/6] grep: honor sparse checkout and add option to ignore it
2020-09-01 21:44 UTC (4+ messages)
` [PATCH v4 4/6] config: correctly read worktree configs in submodules
What's cooking in git.git (Sep 2020, #01; Tue, 1)
2020-09-01 21:43 UTC (2+ messages)
[RFC PATCH v1 00/17] Rewrite the remaining merge strategies from shell to C
2020-09-01 21:11 UTC (15+ messages)
` [PATCH v2 00/11] "
` [PATCH v2 01/11] t6027: modernise tests
` [PATCH v2 02/11] merge-one-file: rewrite in C
` [PATCH v2 03/11] merge-index: libify merge_one_path() and merge_all()
` [PATCH v2 04/11] merge-index: don't fork if the requested program is `git-merge-one-file'
` [PATCH v2 05/11] merge-resolve: rewrite in C
` [PATCH v2 06/11] merge-recursive: move better_branch_name() to merge.c
` [PATCH v2 07/11] merge-octopus: rewrite in C
` [PATCH v2 08/11] merge: use the "resolve" strategy without forking
` [PATCH v2 09/11] merge: use the "octopus" "
` [PATCH v2 10/11] sequencer: use the "resolve" "
` [PATCH v2 11/11] sequencer: use the "octopus" merge "
[GSoC][PATCH] submodule: port submodule subcommand 'add' from shell to C
2020-09-01 20:35 UTC (6+ messages)
[PATCH 0/2] ci: avoid ugly "failure" annotation in the GitHub workflow
2020-09-01 20:19 UTC (3+ messages)
` [PATCH 1/2] ci: fix indentation of the `ci-config` job
` [PATCH 2/2] ci: avoid ugly "failure" in "
[gitk] bad quoting of user input for command line injection, with possible unintended side effects
2020-09-01 20:07 UTC
[PATCH] git.txt: correct stale 'GIT_EXTERNAL_DIFF' description
2020-09-01 19:16 UTC (2+ messages)
[PATCH] core.abbrev <off|false|no> disables abbreviations
2020-09-01 19:14 UTC (6+ messages)
[PATCH v1 0/3] War on dashed-git
2020-09-01 16:11 UTC (7+ messages)
` [PATCH v2 0/2] avoid running "git-subcmd" in the dashed form
` [PATCH v2 2/2] cvsexportcommit: do not run git programs in "
` [PATCH v2 3/2] credential-cache: use child_process.args
[PATCH] xrealloc: do not reuse pointer freed by zero-length realloc()
2020-09-01 15:58 UTC (7+ messages)
[PATCH 00/10] more miscellaneous Bloom filter improvements
2020-09-01 14:36 UTC (6+ messages)
` [PATCH v3 00/14] "
` [PATCH v3 12/14] commit-graph: add large-filters bitmap chunk
` [PATCH v3 14/14] builtin/commit-graph.c: introduce '--max-new-filters=<n>'
[PATCH] Makefile: add support for generating JSON compilation database
2020-09-01 13:18 UTC (7+ messages)
[PATCH v2 00/10] [GSoC] Implement Corrected Commit Date
2020-09-01 13:01 UTC (31+ messages)
` [PATCH v3 00/11] "
` [PATCH v3 03/11] commit-graph: consolidate fill_commit_graph_info
` [PATCH v3 05/11] commit-graph: return 64-bit generation number
` [PATCH v3 06/11] commit-graph: add a slab to store topological levels
` [PATCH v3 07/11] commit-graph: implement corrected commit date
` [PATCH v3 10/11] commit-reach: use corrected commit dates in paint_down_to_common()
` [PATCH v3 11/11] doc: add corrected commit date info
Git in Outreachy?
2020-09-01 12:51 UTC (5+ messages)
[PATCH 0/5] Add struct strmap and associated utility functions
2020-09-01 9:27 UTC (13+ messages)
` [PATCH 4/5] strmap: add strdup_strings option
Bug Report: "git reset --hard" does not cancel an on-going rebase
2020-08-31 23:11 UTC (2+ messages)
[PATCH] revision: add separate field for "-m" of "diff-index -m"
2020-08-31 21:01 UTC (11+ messages)
` [PATCH v2] "
` [PATCH v3] "
` [PATCH v4] "
[PATCH] Avoid infinite loop in malformed packfiles
2020-08-31 19:23 UTC (8+ messages)
[PATCH 0/5] add "git worktree repair" command
2020-08-31 19:07 UTC (17+ messages)
` [PATCH 2/5] worktree: teach "repair" to fix worktree back-links to main worktree
` [PATCH 3/5] worktree: teach "repair" to fix outgoing links to worktrees
` [PATCH v2 0/5] add "git worktree repair" command
` [PATCH v2 1/5] worktree: add skeleton "repair" command
` [PATCH v2 2/5] worktree: teach "repair" to fix worktree back-links to main worktree
` [PATCH v2 3/5] worktree: teach "repair" to fix outgoing links to worktrees
` [PATCH v2 4/5] init: teach --separate-git-dir to repair linked worktrees
` [PATCH v2 5/5] init: make --separate-git-dir work from within linked worktree
[PATCH] t3200: clean side effect of git checkout --orphan
2020-08-31 18:21 UTC (4+ messages)
` [PATCH v2] "
[PATCH] builtin/repack.c: invalidate MIDX only when necessary
2020-08-31 17:45 UTC (15+ messages)
` [PATCH] pack-redundant: gauge the usage before proposing its removal
` [PATCH v1 0/3] War on dashed-git
` [PATCH v1 3/3] git: catch an attempt to run "git-foo"
[PATCH v6 00/13] Finish converting git bisect to C part 2
2020-08-31 17:09 UTC (12+ messages)
` [PATCH v6 06/13] bisect--helper: reimplement `bisect_next` and `bisect_auto_next` shell functions in C
` [PATCH v6 08/13] bisect--helper: retire `--bisect-clean-state` subcommand
` [PATCH v6 09/13] bisect--helper: retire `--next-all` subcommand
` [PATCH v6 10/13] bisect--helper: reimplement `bisect_state` & `bisect_head` shell functions in C
` [PATCH v6 11/13] bisect--helper: retire `--check-expected-revs` subcommand
` [PATCH v6 12/13] bisect--helper: retire `--write-terms` subcommand
` [PATCH v6 13/13] bisect--helper: retire `--bisect-autostart` subcommand
[PATCH v7 00/13] Finish converting git bisect to C part 2
2020-08-31 10:50 UTC (14+ messages)
` [PATCH v7 01/13] bisect--helper: BUG() in cmd_*() on invalid subcommand
` [PATCH v7 02/13] bisect--helper: use '-res' in 'cmd_bisect__helper' return
` [PATCH v7 03/13] bisect--helper: introduce new `write_in_file()` function
` [PATCH v7 04/13] bisect--helper: reimplement `bisect_autostart` shell function in C
` [PATCH v7 05/13] bisect: call 'clear_commit_marks_all()' in 'bisect_next_all()'
` [PATCH v7 06/13] bisect--helper: reimplement `bisect_next` and `bisect_auto_next` shell functions in C
` [PATCH v7 07/13] bisect--helper: finish porting `bisect_start()` to C
` [PATCH v7 08/13] bisect--helper: retire `--bisect-clean-state` subcommand
` [PATCH v7 09/13] bisect--helper: retire `--next-all` subcommand
` [PATCH v7 10/13] bisect--helper: reimplement `bisect_state` & `bisect_head` shell functions in C
` [PATCH v7 11/13] bisect--helper: retire `--check-expected-revs` subcommand
` [PATCH v7 12/13] bisect--helper: retire `--write-terms` subcommand
` [PATCH v7 13/13] bisect--helper: retire `--bisect-autostart` subcommand
[gitk] searching commits includes irrelevant file renaming entries
2020-08-31 5:11 UTC
[gitk] searching misses relevant commits
2020-08-31 5:08 UTC
[gitk] broken search box text cutting
2020-08-31 4:56 UTC
[gitk] moving the cursor position in search boxes
2020-08-31 4:53 UTC
[PATCH] doc: mention GIT_SEQUENCE_EDITOR and 'sequence.editor' more
2020-08-31 3:40 UTC
[PATCH 0/3] Clean up and improve git-imap-send.txt
2020-08-30 22:01 UTC (4+ messages)
` [PATCH 1/3] git-imap-send.txt: don't duplicate 'Examples' sections
` [PATCH 2/3] git-imap-send.txt: do verify SSL certificate for gmail.com
` [PATCH 3/3] git-imap-send.txt: add note about localized Gmail folders
[PATCH] gitdiff: Introduce --index and deprecate --cached
2020-08-30 10:21 UTC
[PATCH] Documentation/git-send-email.txt: Mention less secure app access might need to enable
2020-08-29 19:29 UTC (4+ messages)
What's cooking in git.git (Aug 2020, #07; Thu, 27)
2020-08-29 18:59 UTC (17+ messages)
` ds/maintenance-part-[1-2] (was: What's cooking in git.git (Aug 2020, #07; Thu, 27))
Fastest way to set files date and time to latest commit time of each one
2020-08-29 6:46 UTC (5+ messages)
[PATCH] builtin/init-db.c: fix a sparse warning
2020-08-28 22:20 UTC (2+ messages)
[PATCH] send-email: do not prompt for In-Reply-To
2020-08-28 21:35 UTC (7+ messages)
[PATCH] midx: traverse the local MIDX first
2020-08-28 21:19 UTC (10+ messages)
` [PATCH v2] "
[PATCH] bisect: swap command-line options in documentation
2020-08-28 21:05 UTC (2+ messages)
[PATCH] po: add missing letter for French message
2020-08-28 21:00 UTC (4+ messages)
[PATCH v2 0/7] [RFC] Maintenance III: background maintenance
2020-08-28 15:45 UTC (8+ messages)
` [PATCH v3 0/6] "
` [PATCH v3 1/6] maintenance: optionally skip --auto process
` [PATCH v3 2/6] maintenance: add --schedule option and config
` [PATCH v3 3/6] for-each-repo: run subcommands on configured repos
` [PATCH v3 4/6] maintenance: add [un]register subcommands
` [PATCH v3 5/6] maintenance: add start/stop subcommands
` [PATCH v3 6/6] maintenance: recommended schedule in register/start
[PATCH] RFC: refs: add GIT_DEBUG_REFS debugging mechanism
2020-08-28 15:28 UTC
[PATCH] refs: move REF_LOG_ONLY to refs-internal.h
2020-08-28 15:25 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).