git@vger.kernel.org mailing list mirror (one of many)
 help / color / mirror / code / Atom feed
 messages from 2019-11-13 12:05:03 to 2019-11-15 12:36:30 UTC [more...]

[PATCH 0/8] build-in add -i: implement all commands in the main loop
 2019-11-15 12:36 UTC  (3+ messages)
` [PATCH 1/8] built-in add -i: allow filtering the modified files list
` [PATCH 3/8] built-in add -i: implement the `update` command

[PATCH 00/10] [Outreachy] Move doc to header files
 2019-11-15 11:37 UTC  (40+ messages)
` [PATCH v2 00/20] "
  ` [PATCH v2 15/20] parse-options: move doc to parse-options.h
  ` [PATCH v3 00/21] [Outreachy] Move doc to header files
    ` [PATCH v3 01/21] diff: move doc to diff.h and diffcore.h
    ` [PATCH v3 12/21] cache: move doc to cache.h
    ` [PATCH v3 20/21] trace2: move doc to trace2.h
    ` [PATCH v4 00/21] [Outreachy] Move doc to header files
      ` [PATCH v4 01/21] diff: move doc to diff.h and diffcore.h
      ` [PATCH v4 02/21] dir: move doc to dir.h
      ` [PATCH v4 03/21] graph: move doc to graph.h and graph.c
      ` [PATCH v4 04/21] merge: move doc to ll-merge.h
      ` [PATCH v4 05/21] sha1-array: move doc to sha1-array.h
      ` [PATCH v4 06/21] remote: move doc to remote.h and refspec.h
      ` [PATCH v4 07/21] refs: move doc to refs.h
      ` [PATCH v4 08/21] attr: move doc to attr.h
      ` [PATCH v4 09/21] revision: move doc to revision.h
      ` [PATCH v4 10/21] pathspec: move doc to pathspec.h
      ` [PATCH v4 11/21] sigchain: move doc to sigchain.h
      ` [PATCH v4 12/21] cache: move doc to cache.h
      ` [PATCH v4 13/21] argv-array: move doc to argv-array.h
      ` [PATCH v4 14/21] credential: move doc to credential.h
      ` [PATCH v4 15/21] parse-options: move doc to parse-options.h
      ` [PATCH v4 16/21] run-command: move doc to run-command.h
      ` [PATCH v4 17/21] trace: move doc to trace.h
      ` [PATCH v4 18/21] tree-walk: move doc to tree-walk.h
      ` [PATCH v4 19/21] submodule-config: move doc to submodule-config.h
      ` [PATCH v4 20/21] trace2: move doc to trace2.h
      ` [PATCH v4 21/21] api-index: remove api doc index files

rev-list and "ambiguous" IDs
 2019-11-15 11:23 UTC  (9+ messages)

[PATCH v4 00/11] git add -i: add a rudimentary version in C (supporting only status and help so far)
 2019-11-15 11:11 UTC  (36+ messages)
` [PATCH v5 0/9] "
  ` [PATCH v5 1/9] Start to implement a built-in version of `git add --interactive`
  ` [PATCH v6 0/9] git add -i: add a rudimentary version in C (supporting only status and help so far)
    ` [PATCH v6 1/9] Start to implement a built-in version of `git add --interactive`
    ` [PATCH v6 2/9] diff: export diffstat interface
    ` [PATCH v6 3/9] built-in add -i: implement the `status` command
    ` [PATCH v6 4/9] built-in add -i: color the header in "
    ` [PATCH v6 5/9] built-in add -i: implement the main loop
    ` [PATCH v6 6/9] built-in add -i: show unique prefixes of the commands
    ` [PATCH v6 7/9] built-in add -i: support `?` (prompt help)
    ` [PATCH v6 8/9] built-in add -i: use color in the main loop
    ` [PATCH v6 9/9] built-in add -i: implement the `help` command
    ` [PATCH v7 0/9] git add -i: add a rudimentary version in C (supporting only status and help so far)
      ` [PATCH v7 1/9] Start to implement a built-in version of `git add --interactive`
      ` [PATCH v7 2/9] diff: export diffstat interface
      ` [PATCH v7 3/9] built-in add -i: implement the `status` command
      ` [PATCH v7 4/9] built-in add -i: color the header in "
      ` [PATCH v7 5/9] built-in add -i: implement the main loop
      ` [PATCH v7 6/9] built-in add -i: show unique prefixes of the commands
      ` [PATCH v7 7/9] built-in add -i: support `?` (prompt help)
      ` [PATCH v7 8/9] built-in add -i: use color in the main loop
      ` [PATCH v7 9/9] built-in add -i: implement the `help` command

coccinelle: adjustments for array.cocci?
 2019-11-15 11:11 UTC  (10+ messages)
                ` git-coccinelle: "

[PATCH 0/2] Feature: New Variable git-p4.binary
 2019-11-15  9:28 UTC  (7+ messages)
` [PATCH 1/2] Cast byte strings to unicode strings in python3
` [PATCH 2/2] Added general variable git-p4.binary and added a default for windows of 'P4.EXE'

[PATCH 0/4] gitweb: quote base url more consistently
 2019-11-15  9:06 UTC  (5+ messages)
` [PATCH 1/4] t9502: pass along all arguments in xss helper
` [PATCH 2/4] t/gitweb-lib.sh: drop confusing quotes
` [PATCH 3/4] t/gitweb-lib.sh: set $REQUEST_URI
` [PATCH 4/4] gitweb: escape URLs generated by href()

[PATCH 0/8] learn the "summary" pretty format
 2019-11-15  8:07 UTC  (23+ messages)
` [PATCH v2 00/10] "
  ` [PATCH v2 09/10] pretty: implement 'summary' format
  ` [PATCH v3 00/10] learn the "reference" pretty format
    ` [PATCH v3 01/10] SubmittingPatches: use generic terms for hash
    ` [PATCH v3 02/10] pretty-formats.txt: "
    ` [PATCH v3 03/10] SubmittingPatches: remove dq from commit reference
    ` [PATCH v3 04/10] completion: complete `tformat:` pretty format
    ` [PATCH v3 05/10] revision: make get_revision_mark() return const pointer
    ` [PATCH v3 06/10] pretty.c: inline initalize format_context
    ` [PATCH v3 07/10] t4205: cover `git log --reflog -z` blindspot
    ` [PATCH v3 08/10] pretty: provide short date format
    ` [PATCH v3 09/10] pretty: implement 'reference' format
    ` [PATCH v3 10/10] SubmittingPatches: use `--pretty=reference`

[PATCH] INSTALL: use existing shell scripts as example
 2019-11-15  5:56 UTC  (2+ messages)

[PATCH 0/3] rebase --edit-todo --exec
 2019-11-15  5:49 UTC  (5+ messages)
` [PATCH 1/3] rebase: prepare cmd before choosing action
` [PATCH 2/3] rebase: extract add_exec()
` [PATCH 3/3] rebase -i: allow --edit-todo with --exec

[PATCH 00/27] t: general test cleanup + `set -o pipefail`
 2019-11-15  5:36 UTC  (32+ messages)
` [PATCH 01/27] lib-bash.sh: move `then` onto its own line
` [PATCH 02/27] t0014: remove git command upstream of pipe
` [PATCH 03/27] t0090: stop losing return codes of git commands
` [PATCH 04/27] t3301: "
` [PATCH 05/27] t3600: use test_line_count() where possible
` [PATCH 06/27] t3600: stop losing return codes of git commands
` [PATCH 07/27] t3600: comment on inducing SIGPIPE in `git rm`
` [PATCH 08/27] t4015: stop losing return codes of git commands
` [PATCH 09/27] t4015: use test_write_lines()
` [PATCH 10/27] t4138: stop losing return codes of git commands
` [PATCH 11/27] t5317: "
` [PATCH 12/27] t5317: use ! grep to check for no matching lines
` [PATCH 13/27] t5703: stop losing return codes of git commands
` [PATCH 14/27] t7501: remove spaces after redirect operators
` [PATCH 15/27] t7501: stop losing return codes of git commands
` [PATCH 16/27] t7700: drop redirections to /dev/null
` [PATCH 17/27] t7700: remove spaces after redirect operators
` [PATCH 18/27] t7700: move keywords onto their own line
` [PATCH 19/27] t7700: s/test -f/test_path_is_file/
` [PATCH 20/27] t7700: stop losing return codes of git commands
` [PATCH 21/27] t: define test_grep_return_success()
` [PATCH 22/27] t0090: mask failing grep status
` [PATCH 23/27] t3600: mark git command as failing
` [PATCH 24/27] t5004: ignore SIGPIPE in zipinfo
` [PATCH 25/27] t5703: mask failing grep status
` [PATCH 26/27] t9902: disable pipefail
` [PATCH 27/27] t: run tests with `set -o pipefail` on Bash

[PATCH] coccinelle: merge two rules from flex_alloc.cocci
 2019-11-15  5:13 UTC  (9+ messages)
    `  "

[PATCH 0/1] fsmonitor: skip sanity check if the index is split
 2019-11-15  5:04 UTC  (8+ messages)

[DISCUSSION] Growing the Git community
 2019-11-15  4:48 UTC  (11+ messages)

[PATCH v2 05/11] object-store: allow threaded access to object reading
 2019-11-15  4:12 UTC  (7+ messages)

Should we auto-close PRs on git/git?
 2019-11-14 23:03 UTC  (7+ messages)

[PATCH v3 0/9] add git-bugreport tool
 2019-11-14 21:55 UTC  (10+ messages)
` [PATCH v3 3/9] bugreport: add version and system information
` [PATCH v3 4/9] bugreport: add config values from whitelist

Feature Request: Check if commit is existent via http-protocol
 2019-11-14 20:05 UTC  (4+ messages)

Announcing git-mentoring@googlegroups.com
 2019-11-14 19:47 UTC 

parse-options: avoid arithmetic on pointer that's potentially NULL
 2019-11-14 16:01 UTC  (5+ messages)
    ` [PATCH] parse-options: use COPY_ARRAY in parse_options_concat()

[PATCH] coccinelle: merge twelve rules from object_id.cocci
 2019-11-14 12:10 UTC 

[PATCH 0/1] git-p4.py: Cast byte strings to unicode strings in python3
 2019-11-14  9:46 UTC  (4+ messages)
` [PATCH 1/1] "

[PATCH 0/8] builtin/config: canonicalize "value_regex" with `--type=bool[-or-int]`
 2019-11-14  7:37 UTC  (14+ messages)
` [PATCH 1/8] config: make `git_parse_maybe_bool_text()` public
` [PATCH 2/8] t1300: modernize part of script
` [PATCH 3/8] builtin/config: extract `handle_value_regex()` from `get_value()`
` [PATCH 4/8] builtin/config: collect "value_regexp" data in a struct
` [PATCH 5/8] builtin/config: canonicalize "value_regex" with `--type=bool`
` [PATCH 6/8] builtin/config: canonicalize "value_regex" with `--type=bool-or-int`
` [PATCH 7/8] builtin/config: warn if "value_regex" doesn't canonicalize as boolean
` [PATCH 8/8] builtin/config: die "

What's cooking in git.git (Nov 2019, #02; Fri, 8)
 2019-11-14  6:35 UTC  (3+ messages)

[PATCH] t7004: check existence of correct tag
 2019-11-14  6:35 UTC  (2+ messages)

[BUG] git stash pop --quiet deletes files in git 2.24.0
 2019-11-14  2:07 UTC  (11+ messages)
                ` [PATCH v3] stash: make sure we have a valid index before writing it

[PATCH v5 00/14] t5520: various test cleanup
 2019-11-14  0:52 UTC  (5+ messages)
` [PATCH v6 "
  ` [PATCH v6 01/14] t: teach test_cmp_rev to accept ! for not-equals

[PATCH 00/15] name-rev: eliminate recursion
 2019-11-13 19:25 UTC  (4+ messages)
` [PATCH v2 00/13] "


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