messages from 2019-12-14 08:29:32 to 2019-12-17 20:23:57 UTC [more...]
[PATCH 0/7] stash/reset/checkout -p: optionally use the add --patch backend written in pure C
2019-12-17 20:23 UTC (12+ messages)
` [PATCH 1/7] built-in add -p: prepare for patch modes other than "stage"
` [PATCH 2/7] built-in add -p: implement the "stash" and "reset" patch modes
` [PATCH 3/7] legacy stash -p: respect the add.interactive.usebuiltin setting
` [PATCH 4/7] built-in stash: use the built-in `git add -p` if so configured
` [PATCH 5/7] built-in add -p: implement the "checkout" patch modes
` [PATCH 6/7] built-in add -p: implement the "worktree" "
` [PATCH 7/7] commit --interactive: make it work with the built-in `add -i`
Merging two Git-Repositories
2019-12-17 20:13 UTC (4+ messages)
[PATCH 00/16] Extend --pathspec-from-file to git add, checkout
2019-12-17 20:00 UTC (24+ messages)
` [PATCH 02/16] commit: forbid --pathspec-from-file --all
` [PATCH v2 00/18] Extend --pathspec-from-file to git add, checkout
` [PATCH v2 01/18] t7107, t7526: directly test parse_pathspec_file()
` [PATCH v2 02/18] t7526: add tests for error conditions
` [PATCH v2 03/18] t7107: "
` [PATCH v2 04/18] commit: forbid --pathspec-from-file --all
` [PATCH v2 05/18] cmd_add: prepare for next patch
` [PATCH v2 06/18] add: support the --pathspec-from-file option
` [PATCH v2 07/18] doc: checkout: remove duplicate synopsis
` [PATCH v2 08/18] doc: checkout: fix broken text reference
` [PATCH v2 09/18] doc: checkout: synchronize <pathspec> description
` [PATCH v2 10/18] doc: restore: "
` [PATCH v2 11/18] parse_branchname_arg(): extract part as new function
` [PATCH v2 12/18] checkout: die() on ambiguous tracking branches
` [PATCH v2 13/18] parse_branchname_arg(): easier to understand variables
` [PATCH v2 14/18] parse_branchname_arg(): introduce expect_commit_only
` [PATCH v2 15/18] parse_branchname_arg(): update code comments
` [PATCH v2 16/18] parse_branchname_arg(): refactor the decision making
` [PATCH v2 17/18] t2024: cover more cases
` [PATCH v2 18/18] checkout, restore: support the --pathspec-from-file option
[PATCH 00/15] t: replace incorrect test_must_fail usage (part 1)
2019-12-17 19:54 UTC (27+ messages)
` [PATCH 01/15] test-lib-functions: introduce test_non_git_might_fail()
` [PATCH 02/15] t/lib-git-p4: use test_path_is_missing()
` [PATCH 03/15] t0000: replace test_must_fail with ! for run_sub_test_lib_test()
` [PATCH 04/15] t0003: use named parameters in attr_check()
` [PATCH 05/15] t0003: use test_must_be_empty()
` [PATCH 06/15] t0003: don't use `test_must_fail attr_check`
` [PATCH 07/15] t0020: drop redirections to /dev/null
` [PATCH 08/15] t0020: s/test_must_fail has_cr/! has_cr/
` [PATCH 09/15] t0020: use ! check_packed_refs_marked
` [PATCH 10/15] t1306: convert `test_might_fail rm` to `rm -f`
` [PATCH 11/15] t1307: reorder `nongit test_must_fail`
` [PATCH 12/15] t1409: let sed open its own files
` [PATCH 13/15] t1409: use test_path_is_missing()
` [PATCH 14/15] t1501: remove use of `test_might_fail cp`
` [PATCH 15/15] t1507: teach full_name() to accept `!` arg
[PATCH 0/8] Directory traversal bugs
2019-12-17 19:32 UTC (24+ messages)
` [PATCH v2 "
` [PATCH v2 6/8] dir: fix checks on common prefix directory
` [PATCH v3 0/3] Directory traversal bugs
` [PATCH v3 1/3] t3011: demonstrate directory traversal failures
` [PATCH v3 2/3] dir: remove stray quote character in comment
` [PATCH v3 3/3] dir: exit before wildcard fall-through if there is no wildcard
[PATCH v4 00/15] add git-bugreport tool
2019-12-17 18:47 UTC (35+ messages)
` [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 06/15] bugreport: add glibc version
` [PATCH v4 07/15] bugreport: add curl version
` [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 0/2] Improve line log documentation
2019-12-17 18:16 UTC (7+ messages)
` [PATCH 1/2] Documentation/git-log: document accepted line-log diff formats
` [PATCH 2/2] Documentation/git-log: mention that line-log regex must match in starting revision
Fwd: `git stash pop -q` is deleting files
2019-12-17 16:10 UTC (5+ messages)
[Outreachy] New Outreachy post
2019-12-17 15:30 UTC (2+ messages)
[PATCH] Makefile: drop GEN_HDRS
2019-12-17 11:35 UTC (11+ messages)
` vcxproj target, was "
Bug? git commit fileA tries to delete fileB and other oddities
2019-12-17 11:04 UTC (5+ messages)
[PATCH 0/1] [Outreachy] commit: display advice hints when commit fails
2019-12-17 9:17 UTC (2+ messages)
` [PATCH 1/1] "
[PATCH 0/2] contrib/credential/netrc: Makefile + script cleanup
2019-12-17 6:17 UTC (5+ messages)
` [PATCH 1/2] contrib/credential/netrc: make PERL_PATH configurable
` [PATCH 2/2] contrib/credential/netrc: work outside a repo
[PATCH 0/7] add -i: close some regression test gaps
2019-12-17 5:53 UTC (4+ messages)
` [PATCH 2/7] t3701: avoid depending on the TTY prerequisite
[PATCH v3] grep: support the --pathspec-from-file option
2019-12-17 0:33 UTC (4+ messages)
[Question] Certified alternates to GPG for git
2019-12-16 21:41 UTC
[PATCH 0/1] gpg-interface: add minTrustLevel as a configuration option
2019-12-16 20:58 UTC (3+ messages)
` [PATCH 1/1] "
[PATCH v2 0/4] git-p4: Usability enhancements
2019-12-16 20:39 UTC (18+ 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 v5 0/4] git-p4: Usability enhancements
` [PATCH v5 1/4] git-p4: yes/no prompts should sanitize user text
` [PATCH v5 2/4] git-p4: show detailed help when parsing options fail
` [PATCH v5 3/4] git-p4: wrap patchRCSKeywords test to revert changes on failure
` [PATCH v5 4/4] git-p4: failure because of RCS keywords should show help
Stash does not save rename information
2019-12-16 19:25 UTC (6+ messages)
[Outreachy] [PATCH] bisect--helper: change `retval` to `res`
2019-12-16 19:08 UTC (2+ messages)
[PATCH] t5150: skip request-pull test if Perl is disabled
2019-12-16 18:32 UTC (6+ messages)
[ANNOUNCE] Git v2.24.0
2019-12-16 16:48 UTC (6+ messages)
[PATCH] entry.c: use dir-iterator to avoid explicit dir traversal
2019-12-16 16:12 UTC (5+ messages)
Regression in git-subtree.sh, introduced in 2.20.1, after 315a84f9aa0e2e629b0680068646b0032518ebed
2019-12-16 11:30 UTC (11+ messages)
[BUG] Git bisect extends bisecting range on repeated good/bad data
2019-12-16 13:22 UTC (3+ messages)
git restore --staged --worktree does not restore the index (Git 2.24.1)
2019-12-16 11:57 UTC (2+ messages)
[bug] Adding -z to git status seems to disable relative path
2019-12-16 6:34 UTC (2+ messages)
What's cooking in git.git (Dec 2019, #01; Mon, 2)
2019-12-16 2:26 UTC (2+ messages)
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] "
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 (6+ 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 (4+ 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)
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).