git@vger.kernel.org mailing list mirror (one of many)
 help / color / mirror / code / Atom feed
 messages from 2019-07-11 00:00:03 to 2019-07-16 18:39:01 UTC [more...]

[PATCH v2 00/11] git add -i: add a rudimentary version in C (supporting only status and help so far)
 2019-07-16 18:38 UTC  (14+ messages)
` [PATCH v3 "
  ` [PATCH v3 01/11] Start to implement a built-in version of `git add --interactive`
  ` [PATCH v3 03/11] built-in add -i: implement the `status` command
  ` [PATCH v3 02/11] diff: export diffstat interface
  ` [PATCH v3 04/11] built-in add -i: refresh the index before running `status`
  ` [PATCH v3 05/11] built-in add -i: color the header in the `status` command
  ` [PATCH v3 06/11] built-in add -i: implement the main loop
  ` [PATCH v3 07/11] Add a function to determine unique prefixes for a list of strings
  ` [PATCH v3 08/11] built-in add -i: show unique prefixes of the commands
  ` [PATCH v3 09/11] built-in add -i: support `?` (prompt help)
  ` [PATCH v3 10/11] built-in add -i: use color in the main loop
  ` [PATCH v3 11/11] built-in add -i: implement the `help` command

git segfault in tag verify (patch included)
 2019-07-16 18:20 UTC  (2+ messages)

Weird behavior with git grep --recurse-submodules
 2019-07-16 18:10 UTC  (4+ messages)

[PATCH] transport-helper: enforce atomic in push_refs_with_push
 2019-07-16 18:00 UTC  (13+ messages)
` [PATCH v2] "
  ` [PATCH v3] "
      ` [RFC/PATCH] CodingGuidelines: spell out post-C89 rules

[PATCH] documentation: add tutorial for revision walking
 2019-07-16 17:24 UTC  (8+ messages)

[PATCH 0/1] Show an error if too-long paths are seen by git clean -dfx
 2019-07-16 16:13 UTC  (4+ messages)
` [PATCH 1/1] clean: show an error message when the path is too long

Bug with deleted files and stash-push --keep-idex
 2019-07-16 14:23 UTC  (5+ messages)
` [PATCH] stash: fix handling removed files with --keep-index
  ` [PATCH v2] "

[PATCH 0/1] mingw: support spawning programs with paths containing spacesnames
 2019-07-16 14:03 UTC  (2+ messages)
` [PATCH 1/1] mingw: support spawning programs containing spaces in their names

[GSoC][PATCH 0/1] rebase -i: support --ignore-whitespace
 2019-07-15 22:42 UTC  (11+ messages)
` [GSoC][PATCH 1/1] rebase -i: add --ignore-whitespace flag
` [GSoC][PATCH 0/2] rebase -i: support --committer-date-is-author-date
` [GSoC][PATCH 1/2] sequencer: add NULL checks under read_author_script
` [GSoC][PATCH 2/2] rebase -i: support --committer-date-is-author-date

[BUG] Branches before "git subtree add --squash" are pushed via "git subtree push"
 2019-07-15 18:30 UTC 

[PATCH] range-diff: fix some 'hdr-check' and sparse warnings
 2019-07-15 18:15 UTC  (15+ messages)

What's cooking in git.git (Jul 2019, #03; Fri, 12)
 2019-07-15 17:25 UTC  (3+ messages)

Unexpected or wrong ff, no-ff and ff-only behaviour
 2019-07-15 16:57 UTC  (17+ messages)

[PATCH v3 0/3] document deprecation of log.mailmap=false default
 2019-07-15 12:41 UTC  (4+ messages)
` [PATCH v3 1/3] log: add warning for unspecified log.mailmap setting
` [PATCH v3 2/3] documentation: mention --no-use-mailmap and log.mailmap false setting
` [PATCH v3 3/3] tests: defang pager tests by explicitly disabling the log.mailmap warning

[PATCH v2 0/3] document deprecation of log.mailmap=false default
 2019-07-14 21:56 UTC  (6+ messages)
` [PATCH v2 1/3] log: add warning for unspecified log.mailmap setting
` [PATCH v2 2/3] documentation: mention --no-use-mailmap and log.mailmap false setting
` [PATCH v2 3/3] tests: defang pager tests by explicitly disabling the log.mailmap warning

[PATCH] read-cache.c: do not die if mmap fails
 2019-07-14 18:59 UTC  (2+ messages)

[PATCH v2] builtin/merge: allow --squash to commit if there are no conflicts
 2019-07-14 18:59 UTC  (4+ messages)

[GSoC] My project blog
 2019-07-14 16:38 UTC  (4+ messages)

[GSoC] Blogging with Rohit
 2019-07-14 12:02 UTC  (2+ messages)

[RFC PATCH 0/5] oidmap: handle entries with the same key
 2019-07-12 21:58 UTC  (4+ messages)

List of Known Issues for a particular release
 2019-07-12 20:44 UTC 

[PATCH v1 0/2] document deprecation of log.mailmap=false default
 2019-07-12 19:30 UTC  (6+ messages)
` [PATCH v1 1/2] log: add warning for unspecified log.mailmap setting
` [PATCH v1 2/2] documentation: mention --no-use-mailmap and log.mailmap false setting

[PATCH 0/1] Update gpg.txt to correct gpg --verify syntax
 2019-07-12 19:11 UTC  (4+ messages)
` [PATCH 1/1] gpg(docs): use correct "

[PATCH v4 0/3] use mailmap by default in git log
 2019-07-12 16:17 UTC  (11+ messages)
` [PATCH v4 1/3] log: use mailmap by default
` [PATCH v4 2/3] log: document --no-use-mailmap option
` [PATCH v4 3/3] tests: rework mailmap tests for git log

[PATCH] reset: unstage empty deleted ita files
 2019-07-12 15:02 UTC 

[PATCH v3 00/14] output improvements for git range-diff
 2019-07-12 10:44 UTC  (18+ messages)
` [PATCH v4 "
  ` [PATCH v4 01/14] apply: replace marc.info link with public-inbox
  ` [PATCH v4 02/14] apply: only pass required data to skip_tree_prefix
  ` [PATCH v4 03/14] apply: only pass required data to git_header_name
  ` [PATCH v4 04/14] apply: only pass required data to check_header_line
  ` [PATCH v4 05/14] apply: only pass required data to find_name_*
  ` [PATCH v4 06/14] apply: only pass required data to gitdiff_* functions
  ` [PATCH v4 07/14] apply: make parse_git_diff_header public
  ` [PATCH v4 08/14] range-diff: fix function parameter indentation
  ` [PATCH v4 09/14] range-diff: split lines manually
  ` [PATCH v4 10/14] range-diff: don't remove funcname from inner diff
  ` [PATCH v4 11/14] range-diff: suppress line count in outer diff
  ` [PATCH v4 12/14] range-diff: add section header instead of diff header
  ` [PATCH v4 13/14] range-diff: add filename to inner diff
  ` [PATCH v4 14/14] range-diff: add headers to the outer hunk header

`@` alias for `HEAD` not working in `git push -u origin @`
 2019-07-12 10:29 UTC  (5+ messages)

git p4 sync: "str expected, not %s"
 2019-07-12 10:01 UTC  (2+ messages)

Pull vs push messages
 2019-07-12  6:39 UTC  (3+ messages)

What's cooking in git.git (Jun 2019, #05; Wed, 19)
 2019-07-12  6:11 UTC  (7+ messages)

[PATCH v2 0/3] [RFC] Create 'core.featureAdoptionRate' setting to update config defaults
 2019-07-11 21:54 UTC  (4+ messages)
` [PATCH v3 "

Git Test Coverage Report (Wed. July 10)
 2019-07-11 21:07 UTC  (3+ messages)

(no subject)
 2019-07-11 20:25 UTC  (3+ messages)
` your mail

List of Known Issues for a particular release
 2019-07-11 20:04 UTC  (5+ messages)
  ` EXTERNAL: "

[PATCH 0/1] diff: release all handles before running external diff
 2019-07-11 19:03 UTC  (4+ messages)
` [PATCH v2 "
  ` [PATCH v2 1/1] diff: munmap() file contents "

[PATCH] gitk: fix --all behavior combined with --not
 2019-07-11 18:55 UTC  (9+ messages)

[PATCH v2 0/3] use mailmap by default in git log
 2019-07-11 18:27 UTC  (9+ messages)
` [PATCH v2 1/3] log: use mailmap by default
` [PATCH v2 2/3] log: add --no-use-mailmap option to complement --use-mailmap option
` [PATCH v2 3/3] tests: add test for git log --no-use-mailmap

[PATCH v3 0/3] use mailmap by default in git log
 2019-07-11 18:06 UTC  (4+ messages)
` [PATCH v3 1/3] log: use mailmap by default
` [PATCH v3 2/3] log: add --no-use-mailmap option to complement --use-mailmap option
` [PATCH v3 3/3] tests: rework mailmap tests for git log

[PATCH] log: use mailmap by default
 2019-07-11 17:42 UTC  (5+ messages)

[Question] Diff text filters and git add
 2019-07-11 17:28 UTC  (4+ messages)

What's cooking in git.git (Jul 2019, #02; Tue, 9)
 2019-07-11 17:28 UTC  (5+ messages)

[PATCH] env--helper: mark a file-local symbol as static
 2019-07-11 17:06 UTC 

[GSoC][PATCH v7 00/10] clone: dir-iterator refactoring with tests
 2019-07-11 15:24 UTC  (11+ messages)
` [GSoC][PATCH v8 "
  ` [GSoC][PATCH v8 04/10] dir-iterator: use warning_errno when possible
  ` [GSoC][PATCH v8 05/10] dir-iterator: refactor state machine model
  ` [GSoC][PATCH v8 06/10] dir-iterator: add flags parameter to dir_iterator_begin
  ` [GSoC][PATCH v8 07/10] clone: copy hidden paths at local clone
  ` [GSoC][PATCH v8 08/10] clone: extract function from copy_or_link_directory
  ` [GSoC][PATCH v8 09/10] clone: use dir-iterator to avoid explicit dir traversal
  ` [GSoC][PATCH v8 10/10] clone: replace strcmp by fspathcmp

[RFC PATCH 0/3] Add a JSON Schema for trace2 events
 2019-07-11 13:35 UTC  (4+ messages)
` [RFC PATCH v2 "
  ` [RFC PATCH v2 2/3] trace2: add a schema validator "

What's cooking in git.git (Jul 2019, #01; Wed, 3)
 2019-07-11  9:51 UTC  (4+ 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).