git@vger.kernel.org mailing list mirror (one of many)
 help / color / mirror / code / Atom feed
 messages from 2020-01-16 18:24:09 to 2020-01-20 14:39:07 UTC [more...]

[Outreachy][PATCH 00/29] Finish converting git bisect to C part 1
 2020-01-20 14:37 UTC  (29+ messages)
` [PATCH 01/29] bisect--helper: convert `vocab_*` char pointers to char arrays
` [PATCH 02/29] bisect--helper: change `retval` to `res`
` [PATCH 03/29] bisect: use the standard 'if (!var)' way to check for 0
` [PATCH 04/29] run-command: make `exists_in_PATH()` non-static
` [PATCH 05/29] bisect--helper: introduce new `decide_next()` function
` [PATCH 06/29] bisect: libify `exit_if_skipped_commits` to `error_if_skipped*` and its dependents
` [PATCH 07/29] bisect: libify `bisect_checkout`
` [PATCH 08/29] bisect: libify `check_merge_bases` and its dependents
` [PATCH 09/29] bisect: libify `check_good_are_ancestors_of_bad` "
` [PATCH 10/29] bisect: libify `handle_bad_merge_base` "
` [PATCH 11/29] bisect: libify `bisect_next_all`
` [PATCH 12/29] bisect--helper: reimplement `bisect_next` and `bisect_auto_next` shell functions in C
` [PATCH 13/29] bisect--helper: finish porting `bisect_start()` to C
` [PATCH 14/29] bisect--helper: retire `--bisect-clean-state` subcommand
` [PATCH 15/29] bisect--helper: retire `--next-all` subcommand
` [PATCH 16/29] bisect--helper: reimplement `bisect_autostart` shell function in C
` [PATCH 17/29] bisect--helper: reimplement `bisect_state` & `bisect_head` shell functions "
` [PATCH 18/29] bisect--helper: retire `--check-expected-revs` subcommand
` [PATCH 19/29] bisect--helper: retire `--write-terms` subcommand
` [PATCH 20/29] bisect--helper: reimplement `bisect_log` shell function in C
` [PATCH 21/29] bisect--helper: reimplement `bisect_replay` "
` [PATCH 22/29] bisect--helper: retire `--bisect-write` subcommand
` [PATCH 23/29] bisect--helper: use `res` instead of return in BISECT_RESET case option
` [PATCH 24/29] bisect--helper: retire `--bisect-autostart` subcommand
` [PATCH 25/29] bisect--helper: retire `--bisect-auto-next` subcommand
` [PATCH 26/29] bisect--helper: reimplement `bisect_skip` shell function in C
` [PATCH 27/29] bisect--helper: retire `--check-and-set-terms` subcommand
` [PATCH 28/29] bisect--helper: reimplement `bisect_visualize()`shell function in C

[PATCH] remote: rename also remotes in the branch.<name>.pushRemote config
 2020-01-20 13:51 UTC  (15+ messages)
  ` [PATCH v2] remote rename: rename branch.<name>.pushRemote config values too

[PATCH 0/9] [RFC] Changed Paths Bloom Filters
 2020-01-20 13:48 UTC  (4+ messages)

Patchwork instance "Submitter" attribution and GitGitGadget
 2020-01-20 12:16 UTC  (2+ messages)

Stat cache in .git/index hinders syncing of repositories
 2020-01-20 12:01 UTC  (6+ messages)

Problems with ra/rebase-i-more-options - should we revert it?
 2020-01-20 11:15 UTC  (5+ messages)

Draft of Git Rev News edition 59
 2020-01-20 10:34 UTC 

[PATCH] templates: fix deprecated type option `--bool`
 2020-01-19 22:53 UTC 

[PATCH v3 0/2] rebase -i: extend rebase.missingCommitsCheck
 2020-01-19 16:28 UTC  (4+ messages)
` [PATCH v4 "
  ` [PATCH v4 2/2] rebase-interactive: warn if commit is dropped with `rebase --edit-todo'

[PATCH 0/4] checkout/reset/read-tree: fix --recurse-submodules in linked worktree
 2020-01-19  1:41 UTC  (14+ messages)
` [PATCH 1/4] t7410: rename to t2405-worktree-submodule.sh
` [PATCH 2/4] t2405: use git -C and test_commit -C instead of subshells
` [PATCH 3/4] t2405: clarify test descriptions and simplify test
` [PATCH 4/4] submodule.c: use get_git_dir() instead of get_git_common_dir()

Fwd: Add support for axiterm colors in parse_color
 2020-01-18 18:47 UTC  (11+ messages)
` [PATCH 1/3] color.c: Refactor color_output to use enums
          ` [PATCH 2/3] color.c: Support bright aixterm colors
          ` [PATCH 3/3] color.c: Alias RGB colors 8-15 to "

[PATCH v2 0/4] config: allow user to know scope of config options
 2020-01-18 18:09 UTC  (14+ messages)
` [PATCH v3 "
  ` [PATCH v3 1/4] config: fix typo in variable name
  ` [PATCH v3 2/4] config: refine config scope enum
  ` [PATCH v3 3/4] config: clarify meaning of command line scoping
  ` [PATCH v3 4/4] config: add '--show-scope' to print the scope of a config value

unpacking error
 2020-01-18 18:07 UTC  (5+ messages)
      ` FW: "

[PATCH] po/fr.po: various typofixes
 2020-01-18 17:11 UTC  (2+ messages)

[PATCH] commit: replace rebase/sequence booleans with single pick_state enum
 2020-01-18 16:34 UTC  (5+ messages)

[PATCH 0/3] t6025: updating tests
 2020-01-18  8:33 UTC  (22+ messages)
` [PATCH 1/3] t6025: modernize style
` [PATCH 2/3] t6025: replace pipe with redirection operator
` [PATCH 3/3] t6025: use helpers to replace test -f <path>
    ` [PATCH 0/3] t6025: amended changes after suggestions from the community
            ` [PATCH v3 0/2] t025: "
            ` [PATCH v3 1/2] t6025: modernize style
            ` [PATCH v3 2/2] t6025: use helpers to replace test -f <path>

[PATCH] Makefile: use compat regex with SANITIZE=address
 2020-01-18  3:34 UTC  (7+ messages)
` [PATCH] t4018: drop "debugging" cat from hunk-header tests

[ANNOUNCE] git-cinnabar 0.5.3
 2020-01-18  2:47 UTC 

[PATCH 0/3] Re-fix rebase -i with SHA-1 collisions
 2020-01-17 23:38 UTC  (14+ messages)
` [PATCH 1/3] parse_insn_line(): improve error message when parsing failed
` [PATCH 2/3] rebase -i: re-fix short SHA-1 collision
` [PATCH 3/3] rebase -i: also avoid SHA-1 collisions with missingCommitsCheck
` [PATCH v2 0/3] Re-fix rebase -i with SHA-1 collisions
  ` [PATCH v2 1/3] parse_insn_line(): improve error message when parsing failed
  ` [PATCH v2 2/3] rebase -i: re-fix short SHA-1 collision
  ` [PATCH v2 3/3] rebase -i: also avoid SHA-1 collisions with missingCommitsCheck

[PATCH v2 00/14] git-p4: python3 compatibility
 2020-01-17 22:00 UTC  (2+ messages)

[PATCH] clone: teach --single-branch and --branch during --recurse
 2020-01-17 21:03 UTC  (4+ messages)

[PATCH] fetch: add --no-update-remote-refs
 2020-01-17 19:26 UTC  (5+ messages)

[PATCH v2 0/9] built-in add -p: add support for the same config settings as the Perl version
 2020-01-17 18:58 UTC  (6+ messages)
` [PATCH v3 00/10] "
  ` [PATCH v3 01/10] built-in add -i/-p: treat SIGPIPE as EOF

[PATCH 0/2] Two fixes for the built-in git add -i
 2020-01-17 17:35 UTC  (8+ messages)
` [PATCH 1/2] built-in add -i: do not try to `patch`/`diff` an empty list of files
` [PATCH 2/2] built-in add -i: accept open-ended ranges again

[PATCH v2 00/15] rebase: make the default backend configurable
 2020-01-17 16:58 UTC  (20+ messages)
` [PATCH v3 "
  ` [PATCH v3 15/15] rebase: change the default backend from "am" to "merge"
  ` [PATCH v4 00/19] rebase: make the default backend configurable

[PATCH v2] dir: restructure in a way to avoid passing around a struct dirent
 2020-01-17 16:53 UTC  (9+ messages)
` [PATCH v3 0/4] dir: more fill_directory() fixes
  ` [PATCH v3 1/4] clean: demonstrate a bug with pathspecs
  ` [PATCH v3 2/4] dir: treat_leading_path() and read_directory_recursive(), round 2
  ` [PATCH v3 3/4] dir: restructure in a way to avoid passing around a struct dirent
  ` [PATCH v3 4/4] dir: point treat_leading_path() warning to the right place

Bash-completion missing option merge-base
 2020-01-17 13:42 UTC  (2+ messages)

Facing error in git-imap-send while compiling Git
 2020-01-17 13:35 UTC  (4+ messages)

[PATCH v2] fetch: emphasize failure during submodule fetch
 2020-01-17 10:54 UTC  (6+ messages)
` [PATCH v3] "

[PATCH v3 0/4] Documentation for common user misconceptions
 2020-01-16 23:35 UTC  (3+ messages)

[PATCH] t7800: don't rely on reuse_worktree_file()
 2020-01-16 22:48 UTC  (3+ messages)

[PATCH 0/8] Harden the sparse-checkout builtin
 2020-01-16 21:46 UTC  (5+ messages)
` [PATCH 1/8] t1091: use check_files to reduce boilerplate
` [PATCH 2/8] sparse-checkout: create leading directories

[PATCH] msvc: accommodate for vcpkg's upgrade to OpenSSL v1.1.x
 2020-01-16 21:35 UTC  (5+ messages)

[PATCH] submodule add: show 'add --dry-run' stderr when aborting
 2020-01-16 20:23 UTC  (3+ messages)

[PATCH] clean: demonstrate a bug with pathspecs
 2020-01-16 20:20 UTC  (5+ messages)

Can Git repos be hacked or otherwise manipulated?
 2020-01-16 20:15 UTC  (5+ messages)

[RFE]: git submodule commit push
 2020-01-16 19:54 UTC  (3+ messages)


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).