messages from 2019-12-12 20:47:30 to 2019-12-16 11:13:20 UTC [more...]
[Outreachy] [PATCH] bisect--helper: change `retval` to `res`
2019-12-16 11:12 UTC
git restore --staged --worktree does not restore the index (Git 2.24.1)
2019-12-16 10:51 UTC
Bug? git commit fileA tries to delete fileB and other oddities
2019-12-16 9:50 UTC (3+ messages)
[bug] Adding -z to git status seems to disable relative path
2019-12-16 6:34 UTC (2+ messages)
Regression in git-subtree.sh, introduced in 2.20.1, after 315a84f9aa0e2e629b0680068646b0032518ebed
2019-12-16 3:50 UTC (10+ messages)
What's cooking in git.git (Dec 2019, #01; Mon, 2)
2019-12-16 2:26 UTC (5+ messages)
[PATCH v2 0/4] git-p4: Usability enhancements
2019-12-15 20:30 UTC (13+ messages)
` [PATCH v3 "
` [PATCH v3 1/4] git-p4: yes/no prompts should sanitize user text
` [PATCH v4 0/4] git-p4: Usability enhancements
` [PATCH v4 1/4] git-p4: yes/no prompts should sanitize user text
` [PATCH v4 2/4] git-p4: show detailed help when parsing options fail
` [PATCH v4 3/4] git-p4: wrap patchRCSKeywords test to revert changes on failure
` [PATCH v4 4/4] git-p4: failure because of RCS keywords should show help
[PATCH v4 00/15] add git-bugreport tool
2019-12-15 20:17 UTC (28+ messages)
` [PATCH v4 01/15] bugreport: add tool to generate debugging info
` [PATCH v4 02/15] help: move list_config_help to builtin/help
` [PATCH v4 03/15] bugreport: gather git version and build info
` [PATCH v4 04/15] help: add shell-path to --build-options
` [PATCH v4 05/15] bugreport: add uname info
` [PATCH v4 06/15] bugreport: add glibc version
` [PATCH v4 07/15] bugreport: add curl version
` [PATCH v4 08/15] bugreport: include user interactive shell
` [PATCH v4 09/15] bugreport: generate config safelist based on docs
` [PATCH v4 10/15] bugreport: add config values from safelist
` [PATCH v4 11/15] bugreport: collect list of populated hooks
` [PATCH v4 12/15] bugreport: count loose objects
` [PATCH v4 13/15] bugreport: add packed object summary
` [PATCH v4 14/15] bugreport: list contents of $OBJDIR/info
` [PATCH v4 15/15] bugreport: summarize contents of alternates file
Parallel fetch and commit graph writing results in locking failure (even on linux)
2019-12-15 19:44 UTC (8+ messages)
` german language fix: Generierung vs. Generation [was: Re: Parallel fetch and commit graph writing results in locking failure (even on linux)]
` [PATCH] l10n: de.po: Reword generation numbers
[PATCH] gitk: fix the context menu not appearing in the presence of submodule diffs
2019-12-15 18:25 UTC
[PATCH v3 0/9] add git-bugreport tool
2019-12-15 17:40 UTC (9+ messages)
` [PATCH v3 4/9] bugreport: add config values from whitelist
` [PATCH v3 5/9] bugreport: collect list of populated hooks
[PATCH 0/1] fix-typo: consecutive-word duplications
2019-12-15 15:12 UTC (3+ messages)
` [PATCH v2 "
` [PATCH v2 1/1] "
[PATCH 0/8] Directory traversal bugs
2019-12-15 10:29 UTC (4+ messages)
` [PATCH v2 "
` [PATCH v2 6/8] dir: fix checks on common prefix directory
SVN to GIT Migration update local git branches with new svn commits
2019-12-15 9:08 UTC
Head, Branch != Head -> Branch?
2019-12-15 5:36 UTC (5+ messages)
[PATCH 0/1] gitk: Preserve window dimensions on exit when not using ttk themes
2019-12-15 5:33 UTC (3+ messages)
` [PATCH 1/1] "
[PATCH] gitk: don't highlight files after submodules as submodules
2019-12-15 4:39 UTC (2+ messages)
[PATCH] gitk: fix branch name encoding error on gitk
2019-12-15 4:29 UTC (2+ messages)
[PATCH] gitk: use --pretty=reference for copysummary
2019-12-15 4:36 UTC (9+ messages)
` [PATCH v2 0/2] gitk: match Git's 'reference' pretty format
` [PATCH v2 1/2] gitk: drop quotes in copysummary format
` [PATCH v2 2/2] gitk: rename "commit summary" to "commit reference"
Could /Documentation/technical/commit-graph.txt be relicensed under a permissive license?
2019-12-15 2:29 UTC (6+ messages)
Stash does not save rename information
2019-12-14 23:05 UTC (3+ messages)
[PATCH 0/1] worktree: delete branches auto-created by 'worktree add'
2019-12-14 16:14 UTC (2+ messages)
` [PATCH 1/1] "
Bug? git commit fileA tries to delete fileB and other oddities
2019-12-14 13:16 UTC
git checkout --autostash and git branch --autopop
2019-12-14 12:58 UTC (6+ messages)
[Outreachy] [PATCH v2] bisect--helper: convert `*_warning` char pointers to char arrays
2019-12-14 8:11 UTC
[Outreachy] [PATCH] bisect--helper: convert `*_warning` char pointers to char arrays
2019-12-14 8:09 UTC (3+ messages)
[PATCH] Makefile: drop GEN_HDRS
2019-12-14 1:00 UTC (3+ messages)
[PATCH v2 00/14] git-p4: python3 compatibility
2019-12-13 23:52 UTC (15+ messages)
` [PATCH v2 01/14] git-p4: make python2.7 the oldest supported version
` [PATCH v2 02/14] git-p4: change the expansion test from basestring to list
` [PATCH v2 03/14] git-p4: remove string type aliasing
` [PATCH v2 04/14] git-p4: encode/decode communication with p4 for python3
` [PATCH v2 05/14] git-p4: encode/decode communication with git "
` [PATCH v2 06/14] git-p4: convert path to unicode before processing them
` [PATCH v2 07/14] git-p4: open .gitp4-usercache.txt in text mode
` [PATCH v2 08/14] git-p4: use marshal format version 2 when sending to p4
` [PATCH v2 09/14] git-p4: fix freezing while waiting for fast-import progress
` [PATCH v2 10/14] git-p4: use functools.reduce instead of reduce
` [PATCH v2 11/14] git-p4: use dict.items() iteration for python3 compatibility
` [PATCH v2 12/14] git-p4: simplify regex pattern generation for parsing diff-tree
` [PATCH v2 13/14] git-p4: use python3's input() everywhere
` [RFC PATCH v2 14/14] ci: also run linux-gcc pipeline with python3.5 environment
Regression in 2.24.1 wrt progress indication
2019-12-13 22:41 UTC (5+ messages)
[PATCH 0/1] sparse-checkout: respect core.ignoreCase in cone mode
2019-12-13 22:02 UTC (9+ messages)
` [PATCH 1/1] "
` [PATCH v2 0/1] "
` [PATCH v2 1/1] "
[PATCH] userdiff: remove empty subexpression from elixir regex
2019-12-13 22:00 UTC (10+ messages)
` [PATCH v2] "
` Numbers with specific base (was: [PATCH] userdiff: remove empty subexpression from elixir regex)
` Numbers with specific base
[PATCH 1/3] doc: reword -B option of diff into something sensible
2019-12-13 21:58 UTC (8+ messages)
` [PATCH 2/3] doc: remove non pure ASCII characters
` [PATCH 3/3] doc: indent multi-line items in list
[PATCH 0/1] t3434: mark successful test as such
2019-12-13 21:03 UTC (2+ messages)
` [PATCH 1/1] "
[PATCH v2] grep: support the --pathspec-from-file option
2019-12-13 20:13 UTC (9+ messages)
` [PATCH v3] "
[PATCH v4 00/11] git-p4.py: Cast byte strings to unicode strings in python3
2019-12-13 19:42 UTC (15+ messages)
` [PATCH v5 00/15] "
` [PATCH v5 04/15] git-p4: change the expansion test from basestring to list
` [PATCH v5 00/15] git-p4.py: Cast byte strings to unicode strings in python3 - Code Review
[BUG] Git bisect extends bisecting range on repeated good/bad data
2019-12-13 18:58 UTC (2+ messages)
how to add a (history-laden) subdirectory into a repo?
2019-12-13 18:47 UTC (3+ messages)
[PATCH v2] MyFirstContribution: add avenues for getting help
2019-12-13 18:40 UTC (8+ messages)
` [PATCH v3] "
` [PATCH v4] "
Gmail munges dates?
2019-12-13 17:52 UTC (4+ messages)
[PATCH 00/13] git-p4: python3 compatibility
2019-12-13 17:10 UTC (8+ messages)
[PATCH] git-gui: allow closing console window with Escape
2019-12-13 13:29 UTC (9+ messages)
` "
[PATCH v3 0/9] Rewrite packfile reuse code
2019-12-13 13:27 UTC (10+ messages)
` [PATCH v3 4/9] pack-bitmap: don't rely on bitmap_git->reuse_objects
` [PATCH v3 5/9] pack-bitmap: introduce bitmap_walk_contains()
` [PATCH v3 7/9] pack-objects: introduce pack.allowPackReuse
[PATCH 00/19] Implement the git add --patch backend in C
2019-12-13 8:08 UTC (20+ messages)
` [PATCH 01/19] built-in add -i: start implementing the `patch` functionality "
` [PATCH 02/19] built-in add -i: wire up the new C code for the `patch` command
` [PATCH 03/19] built-in add -p: show colored hunks by default
` [PATCH 04/19] built-in add -p: adjust hunk headers as needed
` [PATCH 05/19] built-in add -p: color the prompt and the help text
` [PATCH 06/19] built-in add -p: offer a helpful error message when hunk navigation failed
` [PATCH 07/19] built-in add -p: support multi-file diffs
` [PATCH 08/19] built-in add -p: handle deleted empty files
` [PATCH 09/19] built-in app -p: allow selecting a mode change as a "hunk"
` [PATCH 10/19] built-in add -p: show different prompts for mode changes and deletions
` [PATCH 11/19] built-in add -p: implement the hunk splitting feature
` [PATCH 12/19] built-in add -p: coalesce hunks after splitting them
` [PATCH 13/19] strbuf: add a helper function to call the editor "on an strbuf"
` [PATCH 14/19] built-in add -p: implement hunk editing
` [PATCH 15/19] built-in add -p: implement the 'g' ("goto") command
` [PATCH 16/19] built-in add -p: implement the '/' ("search regex") command
` [PATCH 17/19] built-in add -p: implement the 'q' ("quit") command
` [PATCH 18/19] built-in add -p: only show the applicable parts of the help text
` [PATCH 19/19] built-in add -p: show helpful hint when nothing can be staged
[PATCH] t5150: skip request-pull test if Perl is disabled
2019-12-13 7:46 UTC (5+ messages)
[ANNOUNCE] Git Merge Contributor's Summit, March 5, 2020, Los Angeles
2019-12-13 5:00 UTC
page: next (older) | prev (newer) | latest
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).