git@vger.kernel.org mailing list mirror (one of many)
 help / color / mirror / code / Atom feed
 messages from 2019-10-30 22:17:10 to 2019-11-04 12:15:46 UTC [more...]

[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

[ANNOUNCE] Git v2.24.0
 2019-11-04 12:15 UTC  (5+ messages)

[PATCH 30/32] ident.c: fix LGTM warning on the possible abuse of the '=' operator
 2019-11-04 10:26 UTC  (4+ 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'

'git reset -- NonExistingFile' succeeds
 2019-11-04 10:24 UTC  (3+ messages)

[PATCH] status: teach "status --short" to respect "--show-stash"
 2019-11-04 10:03 UTC 

[RFC PATCH 0/9] rebase -i: extend rebase.missingCommitsCheck to `--edit-todo' and co
 2019-11-04  9:54 UTC  (4+ 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

[PATCH 0/1] unpack-trees: skip lstat on files based on fsmonitor
 2019-11-04  6:02 UTC  (11+ messages)
` [PATCH 1/1] unpack-trees: skip lstat "

What's cooking in git.git (Nov 2019, #01; Mon, 4)
 2019-11-04  5:37 UTC 

[PATCH v4] pretty: add "%aL" etc. to show local-part of email addresses
 2019-11-04  4:15 UTC  (3+ messages)

[PATCH 0/5] Teach git annotate to use parse option instead of its own argv
 2019-11-04  4:13 UTC  (9+ messages)
` [PATCH 1/5] remove-annotate: change cmd_annotate to cmd_blame
` [PATCH 2/5] edit the makefile
` [PATCH 3/5] remove-annotate: comment out annotate BUILDIN_OBJS
` [PATCH 4/5] remove-annotate: delete builtin annotate file
` [PATCH 5/5] fix unproper comment in Makefile

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

[PATCH] git-shortlog.txt: mention commit filtering options
 2019-11-04  3:37 UTC  (4+ messages)

git branch --edit-description a custom file
 2019-11-04  3:21 UTC  (20+ messages)

[PATCH v3 0/4] Documentation for common user misconceptions
 2019-11-03 21:46 UTC  (14+ messages)
` [PATCH v3 1/4] doc: move author and committer information to git-commit(1)
` [PATCH v3 2/4] doc: provide guidance on user.name format
` [PATCH v3 3/4] doc: dissuade users from trying to ignore tracked files
` [PATCH v3 4/4] docs: mention when increasing http.postBuffer is valuable

WebDav WorkDir Windows not working
 2019-11-03 20:37 UTC  (3+ messages)
  ` Windows Git Status doesn't see files on WebDav, everything else do

[PATCH 0/1] add: respect --ignore-errors when lstat() reports errors
 2019-11-03 20:26 UTC  (6+ messages)
` [PATCH 1/1] add: respect `--ignore-errors` when `lstat()` "
    `  "
` [PATCH v2 0/1] add: respect --ignore-errors when lstat() "
  ` [PATCH v2 1/1] add: respect `--ignore-errors` when `lstat()` "

[PATCH 0/2] git-gui: revert untracked files by deleting them
 2019-11-03  7:54 UTC  (10+ messages)
` [PATCH 1/2] git-gui: consolidate naming conventions
` [PATCH 2/2] git-gui: revert untracked files by deleting them

[PATCH 0/2] Fix locking issues with git fetch --multiple --jobs=<n> and fetch.writeCommitGraph
 2019-11-03  0:21 UTC  (3+ messages)
` [PATCH 1/2] fetch: add the command-line option `--write-commit-graph`
` [PATCH 2/2] fetch: avoid locking issues between fetch.jobs/fetch.writeCommitGraph

[GIT PULL] git-gui pull request
 2019-11-02 23:50 UTC 

[PATCH 0/2] Fix git stash with skip-worktree entries
 2019-11-02 23:03 UTC  (7+ messages)
` [PATCH v2 "
  ` [PATCH v2 1/2] update-index: optionally leave skip-worktree entries alone

Question - .git subdirectories
 2019-11-02 19:14 UTC  (4+ messages)

[GIT PULL] l10n updates for 2.24.0 round 2
 2019-11-02 13:35 UTC 

[PATCH 0/3] Linux with musl libc improvement
 2019-11-02 12:20 UTC  (23+ messages)
` [PATCH 1/3] t0028: eliminate non-standard usage of printf
` [PATCH 2/3] configure.ac: define ICONV_OMITS_BOM if necessary
` [PATCH 3/3] sequencer: reencode to utf-8 before arrange rebase's todo list
` [PATCH v2 0/3] Linux with musl libc improvement
  ` [PATCH v2 1/3] t0028: eliminate non-standard usage of printf
  ` [PATCH v2 2/3] configure.ac: define ICONV_OMITS_BOM if necessary
  ` [PATCH v2 3/3] sequencer: reencode to utf-8 before arrange rebase's todo list

[GSoC][PATCHl 0/6] rebase -i: support more options
 2019-11-02  7:48 UTC  (11+ messages)
` [PATCH v5 "
  ` [PATCH v5 1/6] rebase -i: add --ignore-whitespace flag
  ` [PATCH v5 2/6] sequencer: allow callers of read_author_script() to ignore fields
  ` [PATCH v5 3/6] rebase -i: support --committer-date-is-author-date
  ` [PATCH v5 4/6] sequencer: rename amend_author to author_to_rename
  ` [PATCH v5 5/6] rebase -i: support --ignore-date
  ` [PATCH v5 6/6] rebase: add --reset-author-date

[PATCH 0/2] 2.24 release note fixups
 2019-11-02  6:18 UTC  (7+ messages)
` [PATCH 1/2] RelNotes/2.24.0: typofix
` [PATCH 2/2] RelNotes/2.24.0: fix self-contradictory note

What's cooking in git.git (Oct 2019, #07; Wed, 30)
 2019-11-02  6:13 UTC  (4+ messages)
` ds/commit-graph-on-fetch (was Re: What's cooking in git.git (Oct 2019, #07; Wed, 30))
` ds/commit-graph-on-fetch, was Re: What's cooking in git.git (Oct 2019, #07; Wed, 30)

[PATCH] fetch: remove fetch_if_missing=0
 2019-11-02  6:11 UTC  (5+ messages)

[PATCH 0/1] fetch.c: fix typo in a warning message
 2019-11-02  5:50 UTC  (5+ messages)
` [PATCH 1/1] "

[PATCH] manpage-bold-literal.xsl: provide namespaced template for "d:literal"
 2019-11-02  5:45 UTC  (7+ messages)
` [PATCH v2] manpage-bold-literal.xsl: match for namespaced "d:literal" in template

[PATCH 00/10] [Outreachy] Move doc to header files
 2019-11-02  4:28 UTC  (5+ messages)
` [PATCH 04/10] merge: move doc to ll-merge.h

[PATCH v2] submodule: teach set-url subcommand
 2019-11-02  4:25 UTC  (5+ messages)
` [PATCH v3] "

[PATCH v2] git-diff.txt: document return code of `--no-index`
 2019-11-02  4:17 UTC  (3+ messages)
` [PATCH v3] "

[PATCH 0/1] [Outreachy] merge-ours: include a parse-option
 2019-11-02  4:14 UTC  (5+ messages)
` [PATCH 1/1] [Outreachy] merge-ours: include parse-options

[PATCH v2 0/1] Fix t5516 flakiness in Visual Studio builds
 2019-11-02  4:05 UTC  (12+ messages)
` [PATCH v3 "
  ` [PATCH v3 1/1] vreportf(): avoid relying on stdio buffering
  ` [PATCH v4 0/1] Fix t5516 flakiness in Visual Studio builds
    ` [PATCH v4 1/1] vreportf(): avoid relying on stdio buffering

[ANNOUNCE] Git v2.24.0-rc1
 2019-11-02  3:25 UTC  (3+ messages)

GIT_SSL_NO_VERIFY=true -> mark username: red?
 2019-11-02  2:27 UTC 

Unusual output on 'git pull' on Fedora 31 server
 2019-11-02  0:19 UTC  (2+ messages)

[PATCH] gitk: don't highlight files after submodules as submodules
 2019-11-01 23:34 UTC 

[PATCH v3] fetch: delay fetch_if_missing=0 until after config
 2019-11-01 20:43 UTC  (2+ messages)

[BUG] git 2.24.0-rc1 t0500 on NonStop in Jenkins
 2019-11-01 19:29 UTC  (7+ messages)

[RFC] xl command for visualizing recent history
 2019-11-01 18:58 UTC  (6+ messages)

[PATCH] Segmentation fault on non-commit objects
 2019-11-01  0:29 UTC  (8+ messages)

[PATCH 0/3] some clarifications to MyFirstContribution
 2019-10-31 21:03 UTC  (9+ messages)
` [PATCH 2/3] myfirstcontrib: add dependency installation step
` [PATCH v2 0/3] some clarifications to MyFirstContribution
  ` [PATCH v2 1/3] myfirstcontrib: add 'psuh' to command-list.txt
  ` [PATCH v2 2/3] myfirstcontrib: add dependency installation step
  ` [PATCH v2 3/3] myfirstcontrib: hint to find gitgitgadget allower

git fsck, badDate: invalid author/committer line - bad date
 2019-10-31 19:30 UTC  (6+ messages)

[FR] Allow `git stash create` to include untracked changes
 2019-10-31 13:40 UTC  (4+ messages)

[ANNOUNCE] Git v2.24.0-rc2
 2019-10-31 11:27 UTC  (4+ messages)
` Git for Windows v2.24.0-rc2, was "

[PATCH 0/2] Dir rename fixes
 2019-10-31  8:28 UTC  (14+ messages)
` [PATCH 2/2] merge-recursive: fix merging a subdirectory into the root directory


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