git@vger.kernel.org mailing list mirror (one of many)
 help / color / mirror / code / Atom feed
 messages from 2019-05-08 10:56:12 to 2019-05-10 17:00:20 UTC [more...]

I made a flame graph renderer for git's trace2 output
 2019-05-10 17:00 UTC  (3+ messages)

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)

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

Re* [PATCH 1/1] send-email: fix transferencoding config option
 2019-05-10 13:50 UTC  (14+ messages)
` [PATCH v2 0/2] send-email: set xfer encoding correctly
  ` [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 v2 1/2] send-email: update the mechanism to set default configuration values
` [PATCH v2 2/2] send-email: honor transferencoding config option again

[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  (31+ messages)
` [PATCH 01/17] commit-graph: fix the_repository reference
` [PATCH 02/17] commit-graph: return with errors during write
` [PATCH 04/17] commit-graph: remove Future Work section
` [PATCH 03/17] commit-graph: collapse parameters into flags
` [PATCH 05/17] commit-graph: create write_commit_graph_context
` [PATCH 06/17] commit-graph: extract fill_oids_from_packs()
` [PATCH 07/17] commit-graph: extract fill_oids_from_commit_hex()
` [PATCH 08/17] commit-graph: extract fill_oids_from_all_packs()
` [PATCH 09/17] commit-graph: extract count_distinct_commits()
` [PATCH 10/17] commit-graph: extract copy_oids_to_commits()
` [PATCH 11/17] commit-graph: extract write_commit_graph_file()
` [PATCH 12/17] Documentation: describe split commit-graphs
` [PATCH 13/17] commit-graph: lay groundwork for incremental files
` [PATCH 14/17] commit-graph: load split commit-graph files
` [PATCH 15/17] commit-graph: write "
` [PATCH 16/17] commit-graph: add --split option
` [PATCH 17/17] fetch: add fetch.writeCommitGraph config setting

[PATCH 0/14] "final" batch of unused parameter cleanups
 2019-05-10 12:20 UTC  (19+ 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] init: make --template path relative to $CWD
 2019-05-10 10:46 UTC 

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 

[PATCH] http-push: workaround for format overflow warning in gcc >= 9
 2019-05-10  7:50 UTC  (2+ messages)

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

[PATCH v2] status: add an empty line when there is no hint
 2019-05-10  0:56 UTC  (7+ messages)

[PATCH] doc/gitattributes: add Octave
 2019-05-10  0:47 UTC 

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

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

[PATCH 0/2] Avoid spawning gzip in git archive
 2019-05-09 18:38 UTC  (6+ messages)
    ` [PATCH v2 2/4] archive-tar: mark RECORDSIZE/BLOCKSIZE as unsigned

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

[PATCH v3 0/6] Create commit-graph file format v2
 2019-05-09 17:58 UTC  (14+ 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 07/11] commit-graph: extract fill_oids_from_commit_hex()
  ` [PATCH v4 06/11] commit-graph: extract fill_oids_from_packs()
  ` [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()

[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

Git build on antique PowerMac
 2019-05-09 12:33 UTC  (6+ messages)
` [PATCH] check-non-portable-shell: support Perl versions older than 5.10

[PATCH 00/19] Convert revision.c to parseopt part 1/4
 2019-05-09 12:11 UTC  (25+ messages)
` [PATCH 01/19] revision.h: avoid bit fields in struct rev_info
` [PATCH 02/19] revision.h: move repo field down
` [PATCH 03/19] revision.c: prepare to convert handle_revision_pseudo_opt()
` [PATCH 04/19] rev-parseopt: convert --all
` [PATCH 05/19] rev-parseopt: convert --branches
` [PATCH 06/19] rev-parseopt: convert --bisect
` [PATCH 07/19] rev-parseopt: convert --tags
` [PATCH 08/19] rev-parseopt: convert --remotes
` [PATCH 09/19] rev-parseopt: convert --glob
` [PATCH 10/19] rev-parseopt: convert --exclude
` [PATCH 11/19] rev-parseopt: convert --reflog
` [PATCH 12/19] rev-parseopt: convert --indexed-objects
` [PATCH 13/19] rev-parseopt: convert --not
` [PATCH 14/19] rev-parseopt: convert --no-walk and --do-walk
` [PATCH 15/19] rev-parseopt: convert --single-worktree
` [PATCH 16/19] rev-parseopt: prepare to convert handle_revision_opt()
` [PATCH 17/19] rev-parseopt: convert --max-count
` [PATCH 18/19] rev-parseopt: convert --skip
` [PATCH 19/19] rev-parseopt: convert --min-age and --max-age

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

[PATCH] Improving HP-UX support
 2019-05-09  8:09 UTC  (3+ messages)

[PATCH 0/1] difftool: --no-index is incompatible with --dir-diff
 2019-05-09  7:29 UTC  (3+ messages)
` [PATCH 1/1] difftool --no-index: error out on --dir-diff (and don't crash)

[PATCH] tag: fix typo in nested tagging hint
 2019-05-09  6:09 UTC  (2+ messages)

[PATCH] repack: enable bitmaps by default on bare repos
 2019-05-09  4:24 UTC  (19+ messages)
      ` [PATCH v3] "

Cannot access git-scm.com with Tor
 2019-05-08 23:22 UTC  (4+ messages)

[PATCH v3 0/4] remove extern from function declarations
 2019-05-08 22:39 UTC  (12+ messages)
    ` [PATCH] coccicheck: optionally process every source file at once
        ` [PATCH] coccicheck: optionally batch spatch invocations

[ANNOUNCE] git-cinnabar 0.5.1
 2019-05-08 22:13 UTC 

[PATCH v4] documentation: add tutorial for first contribution
 2019-05-08 19:53 UTC  (6+ messages)
` [PATCH v5 0/2] documentation: add lab "
  ` [PATCH v5 1/2] documentation: add tutorial "

GSoC students and mentors 2019
 2019-05-08 19:45 UTC  (2+ messages)

[PATCH] Doc: add missing backticks to pull.rebase value
 2019-05-08 19:23 UTC  (2+ messages)

[PATCH 0/2] format-patch: teach format.notes config option
 2019-05-08 17:52 UTC  (7+ messages)
` [PATCH v2 "
  ` [PATCH v2 1/2] git-format-patch.txt: document --no-notes option
  ` [PATCH v2 2/2] format-patch: teach format.notes config option

[PATCH v2] t4253-am-keep-cr-dos: avoid using pipes
 2019-05-08 16:49 UTC  (5+ messages)

[PATCH 0/2] Multi-pack-index: Fix "too many file descriptors" bug
 2019-05-08 14:22 UTC  (4+ messages)
` [PATCH 1/2] midx: pass a repository pointer

[PATCH 0/2] Enable Data Execution Protection and Address Space Layout Randomization on Windows
 2019-05-08 11:33 UTC  (14+ messages)
` [PATCH 2/2] mingw: enable DEP and ASLR
` [PATCH v2 0/2] Enable Data Execution Protection and Address Space Layout Randomization on Windows
  ` [PATCH v2 1/2] mingw: do not let ld strip relocations
  ` [PATCH v2 2/2] mingw: enable DEP and ASLR

[PATCH 0/1] Fix cvsexportcommit with CR/LF line endings
 2019-05-08 10:59 UTC  (5+ messages)
` [PATCH 1/1] cvsexportcommit: force crlf translation


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