git@vger.kernel.org mailing list mirror (one of many)
 help / color / mirror / code / Atom feed
 messages from 2019-05-09 10:10:48 to 2019-05-13 17:28:15 UTC [more...]

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

[PATCH] doc: explain why file: URLs and bundles don't mix
 2019-05-13 16:54 UTC  (3+ messages)

[PATCH v2 0/5] Fix and extend encoding handling in fast export/import
 2019-05-13 16:47 UTC  (22+ messages)
` [PATCH v3 "
  ` [PATCH v3 1/5] t9350: fix encoding test to actually test reencoding
  ` [PATCH v3 2/5] fast-import: support 'encoding' commit header
  ` [PATCH v3 3/5] fast-export: avoid stripping encoding header if we cannot reencode
  ` [PATCH v3 4/5] fast-export: differentiate between explicitly utf-8 and implicitly utf-8
  ` [PATCH v3 5/5] fast-export: do automatic reencoding of commit messages only if requested
  ` [PATCH v4 0/5] Fix and extend encoding handling in fast export/import
    ` [PATCH v4 1/5] t9350: fix encoding test to actually test reencoding
    ` [PATCH v4 2/5] fast-import: support 'encoding' commit header
    ` [PATCH v4 3/5] fast-export: avoid stripping encoding header if we cannot reencode
    ` [PATCH v4 4/5] fast-export: differentiate between explicitly utf-8 and implicitly utf-8
    ` [PATCH v4 5/5] fast-export: do automatic reencoding of commit messages only if requested

What's cooking in git.git (May 2019, #02; Tue, 14)
 2019-05-13 16:11 UTC 

[ANNOUNCE] Git v2.22.0-rc0
 2019-05-13 16:10 UTC 

What's cooking in git.git (May 2019, #01; Thu, 9)
 2019-05-13 14:53 UTC  (15+ messages)
` en/fast-export-encoding, was "
` nd/merge-quit, "

"add worktree" fails with "fatal: Invalid path" error
 2019-05-13 12:55 UTC  (5+ messages)
` [PATCH] worktree add: be tolerant of corrupt worktrees

[PATCH v3 0/6] Create commit-graph file format v2
 2019-05-13 11:22 UTC  (22+ messages)
` [PATCH v4 00/11] Commit-graph write refactor (was: Create commit-graph file format v2)
  ` [PATCH v4 01/11] commit-graph: fix the_repository reference
  ` [PATCH v4 02/11] commit-graph: return with errors during write
  ` [PATCH v4 03/11] commit-graph: collapse parameters into flags
  ` [PATCH v4 04/11] commit-graph: remove Future Work section
  ` [PATCH v4 05/11] commit-graph: create write_commit_graph_context
  ` [PATCH v4 06/11] commit-graph: extract fill_oids_from_packs()
  ` [PATCH v4 07/11] commit-graph: extract fill_oids_from_commit_hex()
  ` [PATCH v4 08/11] commit-graph: extract fill_oids_from_all_packs()
  ` [PATCH v4 09/11] commit-graph: extract count_distinct_commits()
  ` [PATCH v4 10/11] commit-graph: extract copy_oids_to_commits()
  ` [PATCH v4 11/11] commit-graph: extract write_commit_graph_file()

push docs: inaccurate description of omitted destination?
 2019-05-13  9:18 UTC  (2+ messages)

[PATCH v2 0/2] send-email: set xfer encoding correctly
 2019-05-13  8:50 UTC  (10+ messages)
` [PATCH v3 0/3] send-email: fix cli->config parsing crazyness
` [PATCH v3 1/3] send-email: move the read_config() function above getopts
` [PATCH v3 2/3] send-email: rename the @bcclist variable for consistency
` [PATCH v3 3/3] send-email: do defaults -> config -> getopt in that order

[PATCH] init: make --template path relative to $CWD
 2019-05-13  6:12 UTC  (2+ messages)

[PATCH] http-push: workaround for format overflow warning in gcc >= 9
 2019-05-13  5:57 UTC  (3+ messages)

[PATCH v2] status: add an empty line when there is no hint
 2019-05-13  5:51 UTC  (8+ messages)

[PATCH 0/14] "final" batch of unused parameter cleanups
 2019-05-13  5:14 UTC  (20+ messages)
` [PATCH 01/14] cmd_{read,write}_tree: rename "unused" variable that is used
` [PATCH 02/14] submodule: drop unused prefix parameter from some functions
` [PATCH 03/14] builtin: consistently pass cmd_* prefix to parse_options
` [PATCH 04/14] clone: drop dest parameter from copy_alternates()
` [PATCH 05/14] read-cache: drop unused parameter from threaded load
` [PATCH 06/14] wt-status: drop unused status parameter
` [PATCH 07/14] mktree: drop unused length parameter
` [PATCH 08/14] name-rev: drop unused parameters from is_better_name()
` [PATCH 09/14] pack-objects: drop unused rev_info parameters
` [PATCH 10/14] receive-pack: drop unused "commands" from prepare_shallow_update()
` [PATCH 11/14] remove_all_fetch_refspecs(): drop unused "remote" parameter
` [PATCH 12/14] rev-list: drop unused void pointer from finish_commit()
` [PATCH 13/14] show-branch: drop unused parameter from show_independent()
` [PATCH 14/14] verify-commit: simplify parameters to run_gpg_verify()

[PATCH v2 0/2] format-patch: teach format.notes config option
 2019-05-13  2:44 UTC  (5+ messages)
` [PATCH v3 "
  ` [PATCH v3 1/2] git-format-patch.txt: document --no-notes option
  ` [PATCH v3 2/2] format-patch: teach format.notes config option

[PATCH 0/1] DiffHighlight.pm: Use correct /dev/null for UNIX and Windows
 2019-05-12 20:24 UTC  (8+ messages)
` [PATCH v2 "
    ` [PATCH v2 1/1] diff-highlight: "
    ` Fwd: "

allow a differn't diff.context config for git format-patch
 2019-05-12 13:21 UTC  (5+ messages)

[PATCH] make slash-rules more readable
 2019-05-12  9:56 UTC  (3+ messages)

[PATCH] update-server-info: avoid needless overwrites
 2019-05-12  7:16 UTC  (8+ messages)
  ` [PATCH v2] "

new segfault in master (6a6c0f10a70a6eb1)
 2019-05-12  4:26 UTC  (4+ messages)

Merge commit diff results are confusing and inconsistent
 2019-05-11 14:08 UTC  (6+ messages)

GSoC students and mentors 2019
 2019-05-11 13:08 UTC  (2+ messages)

[PATCH] doc/gitattributes: add Octave
 2019-05-11  4:13 UTC  (6+ messages)
    ` [PATCH v2] userdiff.c & doc/gitattributes.txt: "
    ` [PATCH v3] "

Git build on antique PowerMac
 2019-05-11  0:18 UTC  (5+ messages)
` [PATCH] check-non-portable-shell: support Perl versions older than 5.10
  ` [PATCH v2] "

[GSoC] Blogging with Rohit
 2019-05-11  0:14 UTC 

I made a flame graph renderer for git's trace2 output
 2019-05-10 21:57 UTC  (5+ messages)

[PATCH 0/2] Avoid spawning gzip in git archive
 2019-05-10 21:20 UTC  (8+ messages)
    ` [PATCH v2 2/4] archive-tar: mark RECORDSIZE/BLOCKSIZE as unsigned

[PATCH 0/1] trace2: Add variable description to git.txt
 2019-05-10 21:15 UTC  (3+ messages)
` [PATCH 1/1] "

[PATCH 0/1] Fix git status' display of git rebase -ir's label commands
 2019-05-10 20:23 UTC  (2+ messages)
` [PATCH 1/1] status: fix display of rebase -ir's `label` command

[PATCH v6 00/15] Trace2 tracing facility
 2019-05-10 19:54 UTC  (5+ messages)
` [PATCH v7 "
  ` [PATCH v7 02/15] trace2: create new combined trace facility

Request to add option to interactive rebase to preserve latest commit date
 2019-05-10 16:57 UTC  (5+ messages)

[PATCH 0/1] p4: fix "Not a valid object name HEAD0" when unshelving
 2019-05-10 15:33 UTC  (2+ messages)
` [PATCH 1/1] p4 unshelve: fix "Not a valid object name HEAD0"

How to exchange rerere/redo resolutions?
 2019-05-10 15:10 UTC  (5+ messages)

[PATCH v7 09/15] trace2:data: add trace2 instrumentation to index read/write
 2019-05-10 13:45 UTC  (3+ messages)
` [PATCH] trace2: fix up a missing "leave" entry point

[PATCH 00/17] [RFC] Commit-graph: Write incremental files
 2019-05-10 12:44 UTC  (15+ messages)
` [PATCH 12/17] Documentation: describe split commit-graphs
` [PATCH 17/17] fetch: add fetch.writeCommitGraph config setting

config file not being copied from templates folder
 2019-05-10 10:29 UTC  (2+ messages)

[PATCH v3] fast-import: checkpoint: only write out refs and tags if we changed them
 2019-05-10  8:41 UTC 

Proposal: Remembering message IDs sent with git send-email
 2019-05-10  2:25 UTC  (6+ messages)

[PATCH 0/4] gc docs: modernize and fix the documentation
 2019-05-09 23:20 UTC  (7+ messages)

Proposal: object negotiation for partial clones
 2019-05-09 18:00 UTC  (2+ messages)

[PATCH 0/2] tag verification: do not mute gpg output
 2019-05-09 17:40 UTC  (7+ messages)
` [PATCH 1/2] builtin/tag: do not omit -v gpg out for --format
` [PATCH 2/2] builtin/verify-tag: do not omit gpg on --format

[PATCH 0/1] Deprecate git rebase --preserve-merges
 2019-05-09 14:36 UTC  (5+ messages)
` [PATCH v2 "
  ` [PATCH v2 1/1] rebase: deprecate --preserve-merges

[PATCH 00/19] Convert revision.c to parseopt part 1/4
 2019-05-09 12:11 UTC  (7+ messages)
` [PATCH 01/19] revision.h: avoid bit fields in struct rev_info

Git Test Coverage Report (May 9)
 2019-05-09 12:08 UTC 

[PATCH 0/2] Add "git merge --quit"
 2019-05-09 10:10 UTC  (4+ messages)
` [PATCH v2 0/2] nd/merge-quit update
  ` [PATCH v2 1/2] merge: remove drop_save() in favor of remove_merge_branch_state()
  ` [PATCH v2 2/2] merge: add --quit


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