messages from 2019-12-18 22:45:06 to 2019-12-20 22:05:32 UTC [more...]
[PATCH 0/9] [RFC] Changed Paths Bloom Filters
2019-12-20 22:05 UTC (5+ messages)
` [PATCH 1/9] commit-graph: add --changed-paths option to write
` [PATCH 3/9] commit-graph: use MAX_NUM_CHUNKS
` [PATCH 4/9] commit-graph: document bloom filter format
` [PATCH 8/9] revision.c: use bloom filters to speed up path based revision walks
[PATCH 0/1] [Outreachy] commit: display advice hints when commit fails
2019-12-20 21:39 UTC (19+ messages)
` [PATCH 1/1] "
` [PATCH v2 0/1] [Outreachy] "
` [PATCH v2 1/1] "
[PATCH 00/15] rebase: make the default backend configurable
2019-12-20 21:37 UTC (21+ messages)
` [PATCH 01/15] rebase: extend the options for handling of empty commits
` [PATCH 02/15] t3406: simplify an already simple test
` [PATCH 03/15] rebase, sequencer: remove the broken GIT_QUIET handling
` [PATCH 04/15] rebase: make sure to pass along the quiet flag to the sequencer
` [PATCH 05/15] rebase: fix handling of restrict_revision
` [PATCH 06/15] t3432: make these tests work with either am or merge backends
` [PATCH 07/15] rebase: allow more types of rebases to fast-forward
` [PATCH 08/15] git-rebase.txt: add more details about behavioral differences of backends
` [PATCH 09/15] rebase: move incompatibility checks between backend options a bit earlier
` [PATCH 10/15] rebase: add an --am option
` [PATCH 11/15] contrib: change the prompt for am-based rebases
` [PATCH 12/15] rebase tests: mark tests specific to the am-backend with --am
` [PATCH 13/15] rebase tests: repeat some tests using the merge backend instead of am
` [PATCH 14/15] rebase: make the backend configurable via config setting
` [PATCH 15/15] rebase: change the default backend from "am" to "merge"
[PATCH v3 0/3] Directory traversal bugs
2019-12-20 21:15 UTC (19+ messages)
` [PATCH v4 0/8] "
` [PATCH v4 6/8] dir: fix checks on common prefix directory
` [PATCH v5 0/8] Directory traversal bugs
` [PATCH v5 1/8] t3011: demonstrate directory traversal failures
` [PATCH v5 2/8] Revert "dir.c: make 'git-status --ignored' work within leading directories"
` [PATCH v5 3/8] dir: remove stray quote character in comment
` [PATCH v5 4/8] dir: exit before wildcard fall-through if there is no wildcard
` [PATCH v5 5/8] dir: break part of read_directory_recursive() out for reuse
` [PATCH v5 6/8] dir: fix checks on common prefix directory
` [PATCH v5 7/8] dir: synchronize treat_leading_path() and read_directory_recursive()
` [PATCH v5 8/8] dir: consolidate similar code in treat_directory()
[PATCH 0/2] contrib/credential/netrc: Makefile + script cleanup
2019-12-20 20:59 UTC (5+ messages)
` [RESEND PATCH "
` [RESEND PATCH 1/2] contrib/credential/netrc: make PERL_PATH configurable
` [RESEND PATCH 2/2] contrib/credential/netrc: work outside a repo
[GIT BUG] show-ref doesn't work with Symbolic Refs other than HEAD
2019-12-20 20:21 UTC (2+ messages)
[PATCH] sparse-checkout: improve OS ls compatibility
2019-12-20 19:41 UTC (24+ messages)
` [PATCH v2] "
` [PATCH v3] "
` [PATCH v4] "
[PATCH 0/2] Rebase am fixes
2019-12-20 19:38 UTC (6+ messages)
` [PATCH 1/2] am: pay attention to user-defined context size
` [PATCH 2/2] rebase: fix saving of --signoff state for am-based rebases
[PATCH 00/15] t: replace incorrect test_must_fail usage (part 1)
2019-12-20 18:16 UTC (37+ messages)
` [PATCH v2 00/16] "
` [PATCH v2 01/16] test-lib-functions: introduce test_non_git_might_fail()
` [PATCH v2 02/16] t/lib-git-p4: use test_path_is_missing()
` [PATCH v2 03/16] t0000: replace test_must_fail with run_sub_test_lib_test_err()
` [PATCH v2 04/16] t0003: use named parameters in attr_check()
` [PATCH v2 05/16] t0003: use test_must_be_empty()
` [PATCH v2 06/16] t0003: don't use `test_must_fail attr_check`
` [PATCH v2 07/16] t0020: don't use `test_must_fail has_cr`
` [PATCH v2 08/16] t0020: use ! check_packed_refs_marked
` [PATCH v2 09/16] t1306: convert `test_might_fail rm` to `rm -f`
` [PATCH v2 10/16] t1307: reorder `nongit test_must_fail`
` [PATCH v2 11/16] t1409: let sed open its own input file
` [PATCH v2 12/16] t1409: use test_path_is_missing()
` [PATCH v2 13/16] t1501: remove use of `test_might_fail cp`
` [PATCH v2 14/16] t1507: stop losing return codes of git commands
` [PATCH v2 15/16] t1507: run commands within test_expect_success
` [PATCH v2 16/16] t1507: inline full_name()
` [PATCH v3 00/15] t: replace incorrect test_must_fail usage (part 1)
` [PATCH v3 01/15] t/lib-git-p4: use test_path_is_missing()
` [PATCH v3 02/15] t0000: replace test_must_fail with run_sub_test_lib_test_err()
` [PATCH v3 03/15] t0003: use named parameters in attr_check()
` [PATCH v3 04/15] t0003: use test_must_be_empty()
` [PATCH v3 05/15] t0003: don't use `test_must_fail attr_check`
` [PATCH v3 06/15] t0020: don't use `test_must_fail has_cr`
` [PATCH v3 07/15] t0020: use ! check_packed_refs_marked
` [PATCH v3 08/15] t1306: convert `test_might_fail rm` to `rm -f`
` [PATCH v3 09/15] t1307: reorder `nongit test_must_fail`
` [PATCH v3 10/15] t1409: let sed open its own input file
` [PATCH v3 11/15] t1409: use test_path_is_missing()
` [PATCH v3 12/15] t1501: remove use of `test_might_fail cp`
` [PATCH v3 13/15] t1507: stop losing return codes of git commands
` [PATCH v3 14/15] t1507: run commands within test_expect_success
` [PATCH v3 15/15] t1507: inline full_name()
git-subtree split misbehaviour with a commit having empty ls-tree for the specified subdir
2019-12-20 15:56 UTC (3+ messages)
[PATCH] mailinfo: don't discard names under 3 characters
2019-12-20 13:37 UTC (2+ messages)
Ability to ignore EOL changes for certain projects
2019-12-20 10:58 UTC (9+ messages)
Low prio: feature requests for git-gui
2019-12-20 9:42 UTC
IaC monitoring with Git
2019-12-20 9:29 UTC (2+ messages)
[PATCH] ci: add Cirrus-CI config for FreeBSD CI
2019-12-20 2:11 UTC (2+ messages)
` [PATCH v2] CI: add FreeBSD CI support via Cirrus-CI
Cygwin git with schannel ("native Windows Secure Channel library")
2019-12-20 1:52 UTC
[PATCH v4 00/15] add git-bugreport tool
2019-12-20 1:46 UTC (7+ messages)
` [PATCH v4 03/15] bugreport: gather git version and build info
[PATCH v2 05/11] object-store: allow threaded access to object reading
2019-12-19 22:27 UTC (4+ messages)
New Git Visualiser Tool - GitVine
2019-12-19 20:16 UTC (3+ messages)
[PATCH 00/16] Extend --pathspec-from-file to git add, checkout
2019-12-19 18:03 UTC (34+ messages)
` [PATCH v2 00/18] "
` [PATCH v2 01/18] t7107, t7526: directly test parse_pathspec_file()
` [PATCH v2 02/18] t7526: add tests for error conditions
` [PATCH v2 04/18] commit: forbid --pathspec-from-file --all
` [PATCH v3 00/18] Extend --pathspec-from-file to git add, checkout
` [PATCH v3 01/18] t7107, t7526: directly test parse_pathspec_file()
` [PATCH v3 02/18] t7526: add tests for error conditions
` [PATCH v3 03/18] t7107: "
` [PATCH v3 04/18] commit: forbid --pathspec-from-file --all
` [PATCH v3 05/18] cmd_add: prepare for next patch
` [PATCH v3 06/18] add: support the --pathspec-from-file option
` [PATCH v3 07/18] doc: checkout: remove duplicate synopsis
` [PATCH v3 08/18] doc: checkout: fix broken text reference
` [PATCH v3 09/18] doc: checkout: synchronize <pathspec> description
` [PATCH v3 10/18] doc: restore: "
` [PATCH v3 11/18] parse_branchname_arg(): extract part as new function
` [PATCH v3 12/18] checkout: die() on ambiguous tracking branches
` [PATCH v3 13/18] parse_branchname_arg(): easier to understand variables
` [PATCH v3 14/18] parse_branchname_arg(): simplify argument eating
` [PATCH v3 15/18] parse_branchname_arg(): update code comments
` [PATCH v3 16/18] parse_branchname_arg(): refactor the decision making
` [PATCH v3 17/18] t2024: cover more cases
` [PATCH v3 18/18] checkout, restore: support the --pathspec-from-file option
[PATCH 0/5] parse_branchname_arg(): make code easier to understand
2019-12-19 18:03 UTC (7+ messages)
` [PATCH 1/5] parse_branchname_arg(): fix dash_dash_pos, drop argcount
` [PATCH 2/5] parse_branchname_arg(): introduce expect_commit_only
[PATCH 0/1] config: allow user to know scope of config options
2019-12-19 17:56 UTC (8+ messages)
` [PATCH 1/1] "
[PATCH RESEND] t4015: improve coverage of function context test
2019-12-19 17:51 UTC (5+ messages)
` [PATCH v2] "
[PATCH 0/6] completion: improve completion for 'git worktree'
2019-12-19 15:09 UTC (14+ messages)
` [PATCH 3/6] completion: return the index of found word from __git_find_on_cmdline()
` [PATCH v2 0/6] completion: improve completion for 'git worktree'
` [PATCH v2 1/6] t9902-completion: add tests for the __git_find_on_cmdline() helper
` [PATCH v2 2/6] completion: clean up the __git_find_on_cmdline() helper function
` [PATCH v2 3/6] completion: return the index of found word from __git_find_on_cmdline()
` [PATCH v2 4/6] completion: simplify completing 'git worktree' subcommands and options
` [PATCH v2 5/6] completion: list existing working trees for 'git worktree' subcommands
` [PATCH v2 6/6] completion: list paths and refs for 'git worktree add'
What's cooking in git.git (Dec 2019, #04; Tue, 17)
2019-12-19 14:56 UTC (2+ messages)
[PATCH] Makefile: drop GEN_HDRS
2019-12-19 4:51 UTC (9+ messages)
` vcxproj target, was "
How to determine a branch whether has a specified commit
2019-12-19 4:50 UTC (3+ messages)
Bug: Merge commit lost during interactive rebase
2019-12-19 1:25 UTC (2+ messages)
[PATCH v3 0/9] Rewrite packfile reuse code
2019-12-19 0:42 UTC (5+ messages)
` [PATCH v3 9/9] pack-objects: improve partial packfile reuse
[PATCH 0/1] gpg-interface: add minTrustLevel as a configuration option
2019-12-19 0:01 UTC (5+ messages)
` [PATCH v1 "
` [PATCH v1 1/1] "
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).