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

[PATCH v4 00/11] git add -i: add a rudimentary version in C (supporting only status and help so far)
 2019-11-13 12:40 UTC  (13+ 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 2/9] diff: export diffstat interface

Should we auto-close PRs on git/git?
 2019-11-13 12:04 UTC  (6+ messages)

[BUG] git stash pop --quiet deletes files in git 2.24.0
 2019-11-13 11:17 UTC  (10+ messages)
          ` [PATCH v2 1/2] t3903: avoid git commands inside command substitution
            ` [PATCH v2 2/2] stash: make sure we have a valid index before writing it

[PATCH 0/1] contrib: Add --recursive flag for bash completion
 2019-11-13 10:17 UTC  (4+ messages)
` [PATCH 1/1] "

[PATCH 0/2] git-gui: revert untracked files by deleting them
 2019-11-13  9:56 UTC  (14+ messages)
` [PATCH v2 "
  ` [PATCH v2 2/2] "
  ` [PATCH v3 0/2] "
    ` [PATCH v3 1/2] git-gui: consolidate naming conventions
    ` [PATCH v3 2/2] git-gui: revert untracked files by deleting them

mingw: use COPY_ARRAY for copying array
 2019-11-13  8:55 UTC  (2+ messages)

coccinelle: adjustments for array.cocci?
 2019-11-13  8:49 UTC  (4+ messages)

Merge commit says refs/heads/<branchname> instead of <branchname>
 2019-11-13  7:12 UTC  (3+ messages)

[DISCUSSION] Growing the Git community
 2019-11-13  6:45 UTC  (5+ messages)

[PATCH 0/1] Move 'git commit-graph read' subcommand to test helper
 2019-11-13  5:31 UTC  (3+ messages)
` [PATCH 1/1] test-tool: use 'read-graph' helper

[PATCH v2 05/11] object-store: allow threaded access to object reading
 2019-11-13  5:20 UTC  (3+ messages)

do people find t5504.8 flaky?
 2019-11-13  3:47 UTC  (6+ messages)

Protocol v2: The wrong --shallow-since time format causes git to wait indefinitely
 2019-11-13  3:42 UTC  (2+ messages)

[PATCH 0/2] More fetch_if_missing=0 removal
 2019-11-13  2:50 UTC  (5+ messages)
` [PATCH 1/2] clone: remove fetch_if_missing=0
` [PATCH 2/2] promisor-remote: "

parse-options: avoid arithmetic on pointer that's potentially NULL
 2019-11-13  2:43 UTC  (2+ messages)

[PATCH v4 00/14] t5520: various test cleanup
 2019-11-13  1:59 UTC  (37+ messages)
` [PATCH v5 "
  ` [PATCH v5 01/14] t: teach test_cmp_rev to accept ! for not-equals
      ` [PATCH] fixup! "
  ` [PATCH v5 02/14] t5520: improve test style
  ` [PATCH v5 03/14] t5520: use sq for test case names
  ` [PATCH v5 04/14] t5520: let sed open its own input
  ` [PATCH v5 05/14] t5520: replace test -f with test-lib functions
  ` [PATCH v5 06/14] t5520: remove spaces after redirect operator
  ` [PATCH v5 07/14] t5520: use test_line_count where possible
  ` [PATCH v5 08/14] t5520: replace test -{n,z} with test-lib functions
  ` [PATCH v5 09/14] t5520: use test_cmp_rev where possible
  ` [PATCH v5 10/14] t5520: test single-line files by git with test_cmp
  ` [PATCH v5 11/14] t5520: don't put git in upstream of pipe
  ` [PATCH v5 12/14] t5520: replace subshell cat comparison with test_cmp
  ` [PATCH v5 13/14] t5520: remove redundant lines in test cases
  ` [PATCH v5 14/14] t5520: replace `! git` with `test_must_fail git`
  ` [PATCH v6 00/14] t5520: various test cleanup
    ` [PATCH v6 01/14] t: teach test_cmp_rev to accept ! for not-equals
    ` [PATCH v6 02/14] t5520: improve test style
    ` [PATCH v6 03/14] t5520: use sq for test case names
    ` [PATCH v6 04/14] t5520: let sed open its own input
    ` [PATCH v6 05/14] t5520: replace test -f with test-lib functions
    ` [PATCH v6 06/14] t5520: remove spaces after redirect operator
    ` [PATCH v6 07/14] t5520: use test_line_count where possible
    ` [PATCH v6 08/14] t5520: replace test -{n,z} with test-lib functions
    ` [PATCH v6 09/14] t5520: use test_cmp_rev where possible
    ` [PATCH v6 10/14] t5520: test single-line files by git with test_cmp
    ` [PATCH v6 11/14] t5520: don't put git in upstream of pipe
    ` [PATCH v6 12/14] t5520: replace $(cat ...) comparison with test_cmp
    ` [PATCH v6 13/14] t5520: remove redundant lines in test cases
    ` [PATCH v6 14/14] t5520: replace `! git` with `test_must_fail git`

[PATCH v3 07/13] graph: example of graph output that can be simplified
 2019-11-13  2:05 UTC  (6+ messages)
` [PATCH] t4215: don't put git commands upstream of pipe
  ` [PATCH v3] t4215: use helper function to check output

Change behavior of git add --patch on newly added file?
 2019-11-13  1:47 UTC  (5+ messages)

[PATCH 0/1] fsmonitor: skip sanity check if the index is split
 2019-11-13  1:30 UTC  (11+ messages)
` [PATCH 1/1] "

[PATCH 0/2] getting rid of sha1_to_hex()
 2019-11-13  1:15 UTC  (17+ messages)
` [PATCH 1/2] hex: drop sha1_to_hex_r()
` [PATCH 2/2] hex: drop sha1_to_hex()

Bug in bash completion for git rebase --onto
 2019-11-13  1:11 UTC  (5+ messages)
` [PATCH] completion: learn to complete `git rebase --onto=`

[PATCH] coccinelle: simplify variable declaractions in rules from the_repository.pending.cocci
 2019-11-12 21:00 UTC 

[PATCH] coccinelle: delete an unused variable in two rules from the_repository.pending.cocci
 2019-11-12 20:40 UTC 

[PATCH] coccinelle: delete an unused variable in two rules from the_repository.pending.cocci
 2019-11-12 20:40 UTC 

[PATCH] test-lib: don't check prereqs of test cases that won't be run anyway
 2019-11-12 19:28 UTC  (3+ messages)

[PATCH] coccinelle: combine two rules from qsort.cocci
 2019-11-12 19:23 UTC 

[PATCH 00/15] name-rev: eliminate recursion
 2019-11-12 19:17 UTC  (17+ messages)
` [PATCH v2 00/13] "
  ` [PATCH v2 01/13] t6120-describe: correct test repo history graph in comment
  ` [PATCH v2 02/13] t6120-describe: modernize the 'check_describe' helper
  ` [PATCH v2 03/13] name-rev: use strbuf_strip_suffix() in get_rev_name()
  ` [PATCH v2 04/13] name-rev: avoid unnecessary cast in name_ref()
  ` [PATCH v2 05/13] name-rev: use sizeof(*ptr) instead of sizeof(type) in allocation
  ` [PATCH v2 06/13] t6120: add a test to cover inner conditions in 'git name-rev's name_rev()
  ` [PATCH v2 07/13] name-rev: extract creating/updating a 'struct name_rev' into a helper
  ` [PATCH v2 08/13] name-rev: pull out deref handling from the recursion
  ` [PATCH v2 09/13] name-rev: restructure parsing commits and applying date cutoff
  ` [PATCH v2 10/13] name-rev: restructure creating/updating 'struct rev_name' instances
  ` [PATCH v2 11/13] name-rev: drop name_rev()'s 'generation' and 'distance' parameters
  ` [PATCH v2 12/13] name-rev: eliminate recursion in name_rev()
  ` [PATCH v2 13/13] name-rev: cleanup name_ref()

[PATCH] coccinelle: merge three rules from qsort.cocci
 2019-11-12 18:36 UTC 

[PATCH] coccinelle: merge three rules from qsort.cocci
 2019-11-12 18:36 UTC 

git name-rev looks at refs/notes, refs/svn/map: stack overflow
 2019-11-12 18:33 UTC  (4+ messages)

[PATCH] coccinelle: merge two rules from flex_alloc.cocci
 2019-11-12 17:59 UTC  (2+ messages)

coccinelle: fine-tuning for commit.cocci?
 2019-11-12 17:50 UTC 

[PATCH] coccinelle: merge eight rules from strbuf.cocci
 2019-11-12 16:55 UTC 

[PATCH v3 1/3] bundle: framework for options before bundle file
 2019-11-12 15:09 UTC  (4+ messages)

coccinelle: adjustments for array.cocci?
 2019-11-12 15:08 UTC 

coccinelle: simplify hashmap.cocci?
 2019-11-12 14:40 UTC 

[PATCH] coccinelle: merge two rules from free.cocci
 2019-11-12 14:15 UTC 

[BUG/FEATURE] Git pushing and fetching many more objects than strictly required
 2019-11-12 13:39 UTC  (5+ messages)

[PATCH 0/1] fsmonitor: fix watchman integration
 2019-11-12 11:32 UTC  (3+ messages)
` [PATCH 1/1] "

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

[PATCH] userdiff: support Python async functions
 2019-11-12  4:43 UTC  (3+ messages)

[PATCH] doc: improve readability of --rebase-merges in git-rebase
 2019-11-12  4:18 UTC  (5+ messages)
  ` [PATCH v2] "

[PATCH 0/3] Linux with musl libc improvement
 2019-11-12  4:17 UTC  (7+ messages)
` [PATCH v6 0/9] sequencer: handle other encoding better
  ` [PATCH v6 9/9] sequencer: fallback to sane label in making rebase todo list

Split commit graphs and commit-graph read
 2019-11-12  0:28 UTC  (3+ messages)

[PATCH 0/8] learn the "summary" pretty format
 2019-11-11 23:47 UTC  (6+ messages)
` [PATCH v2 00/10] "
  ` [PATCH v2 09/10] pretty: implement 'summary' format

Sometimes unable to lock the index during pre-commit hook
 2019-11-11 18:37 UTC  (4+ messages)

[PATCH 0/3] commit: fix advice for empty commits during rebases
 2019-11-11 16:13 UTC  (8+ messages)
` [PATCH 3/3] commit: give correct advice for empty commit during a rebase

tying files to git repository
 2019-11-11 15:28 UTC 


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