git@vger.kernel.org mailing list mirror (one of many)
 help / color / mirror / code / Atom feed
 messages from 2019-11-05 16:14:15 to 2019-11-07 05:41:55 UTC [more...]

[PATCH 0/3] Other doc fixes
 2019-11-07  5:41 UTC  (6+ messages)
` [PATCH 1/3] git-filter-branch.txt: correct argument name typo
` [PATCH 2/3] hashmap: fix documentation misuses of -> versus
` [PATCH 3/3] name-hash.c: remove duplicate word in comment

[PATCH 0/1] remote-curl: unbreak http.extraHeader with custom allocators
 2019-11-07  5:39 UTC  (13+ messages)
` [PATCH 1/1] "
` [PATCH v2 0/1] "
  ` [PATCH v2 1/1] "

[PATCH 0/1] fetch: add trace2 instrumentation
 2019-11-07  5:32 UTC  (10+ messages)
` [PATCH 1/1] "
` [PATCH v2 0/2] "
  ` [PATCH v2 1/2] "
  ` [PATCH v2 2/2] add whitespace
  ` [PATCH v3 0/1] fetch: add trace2 instrumentation
    ` [PATCH v3 1/1] "

[PATCH 0/1] Thyme two ficks sum Documentaton tyops and speling erors!
 2019-11-07  5:16 UTC  (15+ messages)
` [PATCH v2 00/11] "
  ` [PATCH v2 01/11] Documentation: fix a bunch of typos, both old and new
  ` [PATCH v2 02/11] Fix spelling errors in documentation outside of Documentation/
  ` [PATCH v2 03/11] Prefer 'up-to-date' spelling
  ` [PATCH v2 04/11] Fix spelling errors in code comments
  ` [PATCH v2 05/11] Fix spelling errors in comments of testcases
  ` [PATCH v2 06/11] Fix spelling errors in names of tests
  ` [PATCH v2 07/11] Fix spelling errors in messages shown to users
  ` [PATCH v2 08/11] Fix spelling errors in test commands
  ` [PATCH v2 09/11] sha1dc: fix trivial comment spelling error
  ` [PATCH v2 10/11] multimail: fix a few simple spelling errors
  ` [PATCH v2 11/11] Fix spelling errors in no-longer-updated-from-upstream modules

[PATCH v7 1/1] Implement rev-list --bisect* --first-parent
 2019-11-07  5:07 UTC  (7+ messages)

Some misspelling errors in the git release 2.24.0
 2019-11-07  4:46 UTC  (4+ messages)

[PATCH 0/1] commit-graph: use start_delayed_progress()
 2019-11-07  4:37 UTC  (8+ messages)
` [PATCH 1/1] "
` [PATCH v2 0/1] "
  ` [PATCH v2 1/1] "

[PATCH 30/32] ident.c: fix LGTM warning on the possible abuse of the '=' operator
 2019-11-07  4:06 UTC  (8+ messages)
` [PATCH 31/32] commit-graph.c: fix code that could convert the result of an integer multiplication to a larger type

[PATCH 0/3] Linux with musl libc improvement
 2019-11-07  2:56 UTC  (28+ messages)
` [PATCH v2 "
  ` [PATCH v2 3/3] sequencer: reencode to utf-8 before arrange rebase's todo list
` [PATCH v3 0/8] Correct internal working and output encoding
  ` [PATCH v3 1/8] t0028: eliminate non-standard usage of printf
  ` [PATCH v3 2/8] configure.ac: define ICONV_OMITS_BOM if necessary
  ` [PATCH v3 3/8] t3900: demonstrate git-rebase problem with multi encoding
  ` [PATCH v3 4/8] sequencer: reencode to utf-8 before arrange rebase's todo list
  ` [PATCH v3 5/8] sequencer: reencode revert/cherry-pick's "
  ` [PATCH v3 6/8] sequencer: reencode squashing commit's message
  ` [PATCH v3 7/8] sequencer: reencode old merge-commit message
  ` [PATCH v3 8/8] sequencer: reencode commit message for am/rebase --show-current-patch
` [PATCH v4 0/8] Correct internal working and output encoding
  ` [PATCH v4 1/8] t0028: eliminate non-standard usage of printf
  ` [PATCH v4 2/8] configure.ac: define ICONV_OMITS_BOM if necessary
  ` [PATCH v4 3/8] t3900: demonstrate git-rebase problem with multi encoding
  ` [PATCH v4 4/8] sequencer: reencode to utf-8 before arrange rebase's todo list
  ` [PATCH v4 5/8] sequencer: reencode revert/cherry-pick's "
  ` [PATCH v4 6/8] sequencer: reencode squashing commit's message
  ` [PATCH v4 7/8] sequencer: reencode old merge-commit message
  ` [PATCH v4 8/8] sequencer: reencode commit message for am/rebase --show-current-patch

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

[PATCH v3] userdiff: add Elixir to supported userdiff languages
 2019-11-06 23:49 UTC 

[PATCH 0/1] unpack-trees: skip lstat on files based on fsmonitor
 2019-11-06 22:33 UTC  (11+ messages)
` [PATCH v2 0/1] unpack-trees: skip stat on fsmonitor-valid files
  ` [PATCH v2 1/1] "
  ` [PATCH v3 0/1] "
    ` [PATCH v3 1/1] "

[ANNOUNCE] Git for Windows 2.24.0(2)
 2019-11-06 22:19 UTC 

[PATCH] branch: Forbid to create local branches with confusing names
 2019-11-06 22:15 UTC  (2+ messages)

[PATCH v2] feat: add Elixir to supported userdiff languages
 2019-11-06 22:07 UTC  (3+ messages)

[BUG] "fatal: bad object .alternate" during fetch with alternates
 2019-11-06 21:42 UTC  (4+ messages)

[PATCH] feat: add Elixir to supported userdiff languages
 2019-11-06 17:45 UTC 

[PATCH 0/5] Add --pathspec-from-file option for reset, commit
 2019-11-06 15:56 UTC  (32+ messages)
` [PATCH 1/5] pathspec: add new function to parse file
` [PATCH 2/5] doc: reset: unify <pathspec> description
` [PATCH 3/5] reset: support the --pathspec-from-file option
` [PATCH 4/5] doc: commit: unify <pathspec> description
` [PATCH 5/5] commit: support the --pathspec-from-file option
` [PATCH v2 0/6] Add --pathspec-from-file option for reset, commit
  ` [PATCH v2 1/6] parse-options.h: add new options `--pathspec-from-file`, `--pathspec-file-nul`
  ` [PATCH v2 2/6] pathspec: add new function to parse file
  ` [PATCH v2 3/6] doc: reset: unify <pathspec> description
  ` [PATCH v2 4/6] reset: support the `--pathspec-from-file` option
  ` [PATCH v2 5/6] doc: commit: unify <pathspec> description
  ` [PATCH v2 6/6] commit: support the --pathspec-from-file option

[PATCH 0/1] fsmonitor: fix watchman integration
 2019-11-06 15:46 UTC  (4+ messages)

[PATCH 0/1] t: fix typo in test descriptions
 2019-11-06 15:14 UTC  (6+ messages)
` [PATCH 1/1] "

[PATCH 0/1] [Outreachy] doc: remove api-index
 2019-11-06 12:48 UTC  (2+ messages)
` [PATCH 1/1] api-index: remove api doc index files

[PATCH 0/2] Fix locking issues with git fetch --multiple --jobs=<n> and fetch.writeCommitGraph
 2019-11-06 12:05 UTC  (4+ messages)

What's cooking in git.git (Nov 2019, #01; Mon, 4)
 2019-11-06 11:19 UTC  (4+ messages)
` js/builtin-add-i, was "

[PATCH 0/1] refactor: rename is_directory() to dir_exists() and use it in clone.c
 2019-11-06 10:59 UTC  (3+ messages)
` [PATCH 1/1] "

[PATCH] Segmentation Fault on non-commit --branch clone
 2019-11-06  9:53 UTC  (6+ messages)
` [PATCH v2] clone: Don't segfault on -b specifing a non-commit

[PATCH 0/8] learn the "summary" pretty format
 2019-11-06  5:12 UTC  (3+ messages)
` [PATCH 6/8] reflog-walk.c: don't print last newline with oneline

[PATCH v3 0/4] Documentation for common user misconceptions
 2019-11-06  3:15 UTC  (8+ messages)
` [PATCH v3 1/4] doc: move author and committer information to git-commit(1)

[PATCH v2 00/15] t5520: various test cleanup
 2019-11-06  2:37 UTC  (6+ messages)
` [PATCH v3 00/14] "

[PATCH] status: teach "status --short" to respect "--show-stash"
 2019-11-06  2:33 UTC  (2+ messages)

[PATCH v4] pretty: add "%aL" etc. to show local-part of email addresses
 2019-11-06  2:01 UTC  (5+ messages)

'git reset -- NonExistingFile' succeeds
 2019-11-06  1:51 UTC  (4+ messages)

[PATCH] fetch: remove fetch_if_missing=0
 2019-11-06  1:45 UTC  (4+ messages)
` [PATCH v2] "

[PATCH 0/1] t6024: modernize style
 2019-11-06  1:34 UTC  (5+ messages)
` [PATCH 1/1] "
` [PATCH v2 0/1] "
  ` [PATCH v2 1/1] "

[PATCH] git-shortlog.txt: mention commit filtering options
 2019-11-06  1:24 UTC  (3+ messages)
` [PATCH v2] git-shortlog.txt: include commit limiting options

[PATCH 0/1] Improve unpack trees error text
 2019-11-05 23:49 UTC  (3+ messages)
` [PATCH 1/1] "

[PATCH] fetch: remove fetch_if_missing=0
 2019-11-05 18:58 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).