git@vger.kernel.org mailing list mirror (one of many)
 help / color / mirror / code / Atom feed
 messages from 2019-11-03 21:46:20 to 2019-11-06 09:59:57 UTC [more...]

[PATCH 00/10] [Outreachy] Move doc to header files
 2019-11-06  9:59 UTC  (4+ messages)
` [PATCH v2 00/20] "
  ` [PATCH v2 04/20] merge: move doc to ll-merge.h
  ` [PATCH v2 05/20] sha1-array: move doc to sha1-array.h

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

[PATCH 0/1] remote-curl: unbreak http.extraHeader with custom allocators
 2019-11-06  9:49 UTC  (5+ messages)
` [PATCH 1/1] "

[PATCH 0/3] Linux with musl libc improvement
 2019-11-06  9:20 UTC  (17+ 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 0/1] t: fix typo in test descriptions
 2019-11-06  7:37 UTC  (5+ messages)
` [PATCH 1/1] "

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

[PATCH 0/8] learn the "summary" pretty format
 2019-11-06  5:12 UTC  (14+ messages)
` [PATCH 1/8] pretty-formats.txt: use generic terms for hash
` [PATCH 2/8] revision: make get_revision_mark() return const pointer
` [PATCH 3/8] revision: change abbrev_commit_given to abbrev_commit_explicit
` [PATCH 4/8] pretty.c: inline initalize format_context
` [PATCH 5/8] pretty.c: extract functionality to repo_format_commit_generic()
` [PATCH 6/8] reflog-walk.c: don't print last newline with oneline
` [PATCH 7/8] pretty: implement 'summary' format
` [PATCH 8/8] SubmittingPatches: use `--pretty=summary`

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

[PATCH 0/5] Add --pathspec-from-file option for reset, commit
 2019-11-06  4:51 UTC  (19+ 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 0/1] commit-graph: use start_delayed_progress()
 2019-11-06  4:09 UTC  (6+ messages)
` [PATCH 1/1] "
` [PATCH v2 0/1] "
  ` [PATCH v2 1/1] "

[PATCH 0/3] Other doc fixes
 2019-11-06  4:06 UTC  (5+ 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] fsmonitor: fix watchman integration
 2019-11-06  3:29 UTC  (3+ messages)
` [PATCH 1/1] "

[PATCH v3 0/4] Documentation for common user misconceptions
 2019-11-06  3:15 UTC  (16+ messages)
` [PATCH v3 1/4] doc: move author and committer information to git-commit(1)
` [PATCH v3 3/4] doc: dissuade users from trying to ignore tracked files

[Outreachy] [PATCH v7 0/1] Revenge of --bisect --first-parent
 2019-11-06  2:42 UTC  (4+ messages)
` [PATCH v7 1/1] Implement rev-list --bisect* --first-parent

[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 30/32] ident.c: fix LGTM warning on the possible abuse of the '=' operator
 2019-11-06  2:23 UTC  (9+ messages)
` [PATCH 31/32] commit-graph.c: fix code that could convert the result of an integer multiplication to a larger type
` [PATCH 32/32] date.c: fix code that may overflow 'int' before it is converted to 'time_t'

What's cooking in git.git (Nov 2019, #01; Mon, 4)
 2019-11-06  2:01 UTC  (3+ messages)

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

[PATCH 0/2] Fix locking issues with git fetch --multiple --jobs=<n> and fetch.writeCommitGraph
 2019-11-06  1:59 UTC  (3+ 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  (6+ 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 0/1] fetch: add trace2 instrumentation
 2019-11-05 19:26 UTC  (2+ messages)
` [PATCH 1/1] "

[PATCH] fetch: remove fetch_if_missing=0
 2019-11-05 18:58 UTC  (3+ messages)

Some misspelling errors in the git release 2.24.0
 2019-11-05 18:24 UTC  (4+ messages)

[PATCH 0/1] Thyme two ficks sum Documentaton tyops and speling erors!
 2019-11-05 17:07 UTC  (13+ 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

commit-graph: avoid message Computing commit graph generation numbers
 2019-11-05 15:59 UTC  (2+ messages)

[PATCH 0/1] unpack-trees: skip stat on fsmonitor-valid files
 2019-11-05 15:29 UTC  (3+ messages)
` [PATCH 1/1] "

[PATCH] trace2: add dots directly to strbuf in perf_fmt_prepare()
 2019-11-05 15:00 UTC  (3+ messages)

[RFC PATCH 0/9] rebase -i: extend rebase.missingCommitsCheck to `--edit-todo' and co
 2019-11-05 14:20 UTC  (5+ messages)
` [RFC PATCH v2 0/2] rebase -i: extend rebase.missingCommitsCheck to `--edit-todo'
  ` [RFC PATCH v2 1/2] t3404: demonstrate that --edit-todo does not check for dropped commits
  ` [RFC PATCH v2 2/2] rebase-interactive: warn if commit is dropped with --edit-todo

[ANNOUNCE] Git for Windows 2.24.0
 2019-11-04 22:36 UTC 

[GIT PULL] git-gui pull request
 2019-11-04 22:11 UTC  (2+ messages)

git branch --edit-description a custom file
 2019-11-04 19:50 UTC  (12+ messages)

[PATCH 0/2] git-gui: revert untracked files by deleting them
 2019-11-04 17:36 UTC  (5+ messages)
` [PATCH 2/2] "

WebDav WorkDir Windows not working
 2019-11-04 17:35 UTC  (9+ messages)
  ` Windows Git Status doesn't see files on WebDav, everything else do
          ` Solved: Windows Git WebDav WorkDir

[ANNOUNCE] Git v2.24.0
 2019-11-04 17:34 UTC  (7+ messages)

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

[PATCH 0/5] Teach git annotate to use parse option instead of its own argv
 2019-11-04  4:13 UTC  (6+ messages)
` [PATCH 1/5] remove-annotate: change cmd_annotate to cmd_blame
` [PATCH 5/5] fix unproper comment in Makefile


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