git@vger.kernel.org mailing list mirror (one of many)
 help / color / mirror / code / Atom feed
 messages from 2018-03-16 19:03:54 to 2018-03-18 14:49:13 UTC [more...]

[PATCH/RFC v3 00/12] Reduce pack-objects memory footprint
 2018-03-18 14:49 UTC  (50+ messages)
` [PATCH v4 00/11] nd/pack-objects-pack-struct updates
  ` [PATCH v4 01/11] pack-objects: a bit of document about struct object_entry
  ` [PATCH v4 02/11] pack-objects: turn type and in_pack_type to bitfields
  ` [PATCH v4 07/11] pack-objects: refer to delta objects by index instead of pointer
  ` [PATCH v4 08/11] pack-objects: shrink z_delta_size field in struct object_entry
  ` [PATCH v4 09/11] pack-objects: shrink size "
  ` [PATCH v4 11/11] pack-objects.h: reorder members to shrink "
  ` [PATCH v5 00/11] nd/pack-objects-pack-struct updates
    ` [PATCH v5 01/11] pack-objects: a bit of document about struct object_entry
    ` [PATCH v5 02/11] pack-objects: turn type and in_pack_type to bitfields
    ` [PATCH v5 03/11] pack-objects: use bitfield for object_entry::dfs_state
    ` [PATCH v5 04/11] pack-objects: use bitfield for object_entry::depth
    ` [PATCH v5 05/11] pack-objects: move in_pack_pos out of struct object_entry
    ` [PATCH v5 06/11] pack-objects: move in_pack "
    ` [PATCH v5 07/11] pack-objects: refer to delta objects by index instead of pointer
    ` [PATCH v5 08/11] pack-objects: shrink z_delta_size field in struct object_entry
    ` [PATCH v5 09/11] pack-objects: shrink size "
    ` [PATCH v5 10/11] pack-objects: shrink delta_size "
    ` [PATCH v5 11/11] pack-objects.h: reorder members to shrink "
    ` [PATCH v6 00/11] nd/pack-objects-pack-struct updates
      ` [PATCH v6 01/11] pack-objects: a bit of document about struct object_entry
      ` [PATCH v6 02/11] pack-objects: turn type and in_pack_type to bitfields
      ` [PATCH v6 03/11] pack-objects: use bitfield for object_entry::dfs_state
      ` [PATCH v6 04/11] pack-objects: use bitfield for object_entry::depth
      ` [PATCH v6 05/11] pack-objects: move in_pack_pos out of struct object_entry
      ` [PATCH v6 06/11] pack-objects: move in_pack "
      ` [PATCH v6 07/11] pack-objects: refer to delta objects by index instead of pointer
      ` [PATCH v6 08/11] pack-objects: shrink z_delta_size field in struct object_entry
      ` [PATCH v6 09/11] pack-objects: shrink size "
      ` [PATCH v6 10/11] pack-objects: shrink delta_size "
      ` [PATCH v6 11/11] pack-objects: reorder members to shrink "

[PATCH v5 00/13] Serialized Git Commit Graph
 2018-03-18 13:25 UTC  (11+ messages)
` [PATCH v6 00/14] "
  ` [PATCH v6 07/14] commit-graph: implement 'git-commit-graph write'

[PATCH] travis-ci: enable more warnings on travis linux-gcc job
 2018-03-18  9:45 UTC  (19+ messages)
` [PATCH v2] "
            ` [PATCH] Makefile: detect compiler and enable more warnings in DEVELOPER=1

[PATCH 00/36] Combine t/helper binaries into a single one
 2018-03-18  8:47 UTC  (42+ messages)
` [PATCH 01/36] t/helper: add an empty test-tool program
` [PATCH 02/36] t/helper: merge test-chmtime into test-tool
` [PATCH 03/36] t/helper: merge test-sha1 "
` [PATCH 04/36] t/helper: merge test-lazy-init-name-hash "
` [PATCH 05/36] t/helper: merge test-config "
` [PATCH 06/36] t/helper: merge test-ctype "
` [PATCH 07/36] t/helper: merge test-date "
` [PATCH 08/36] t/helper: merge (unused) test-delta "
` [PATCH 09/36] t/helper: merge test-drop-caches "
` [PATCH 10/36] t/helper: merge test-dump-cache-tree "
` [PATCH 11/36] t/helper: merge test-dump-split-index "
` [PATCH 12/36] t/helper: merge test-example-decorate "
` [PATCH 13/36] t/helper: merge test-genrandom "
` [PATCH 14/36] t/helper: merge test-hashmap "
` [PATCH 15/36] t/helper: merge test-index-version "
` [PATCH 16/36] t/helper: merge (unused) test-match-trees "
` [PATCH 17/36] t/helper: merge (unused) test-mergesort "
` [PATCH 18/36] t/helper: merge test-mktemp "
` [PATCH 19/36] t/helper: merge test-online-cpus "
` [PATCH 20/36] t/helper: merge test-path-utils "
` [PATCH 21/36] t/helper: merge test-prio-queue "
` [PATCH 22/36] t/helepr: merge test-read-cache "
` [PATCH 23/36] t/helper: merge test-ref-store "
` [PATCH 24/36] t/helper: merge test-regex "
` [PATCH 25/36] t/helper: merge test-revision-walking "
` [PATCH 26/36] t/helper: merge test-run-command "
` [PATCH 27/36] t/helper: merge test-scrap-cache-tree "
` [PATCH 28/36] t/helper: merge test-sha1-array "
` [PATCH 29/36] t/helper: merge test-sigchain "
` [PATCH 30/36] t/helper: merge test-strcmp-offset "
` [PATCH 31/36] t/helper: merge test-string-list "
` [PATCH 32/36] t/helper: merge test-submodule-config "
` [PATCH 33/36] t/helper: merge test-subprocess "
` [PATCH 34/36] t/helper: merge test-urlmatch-.. "
` [PATCH 35/36] t/helper: merge test-wildmatch "
` [PATCH 36/36] t/helper: merge test-write-cache "

Reduce pack-objects memory footprint?
 2018-03-18  8:37 UTC  (3+ messages)
` Why does pack-objects use so much memory on incremental packing?

[PATCH v11 00/10] convert: add support for different encodings
 2018-03-18  7:24 UTC  (3+ messages)
` [PATCH v11 06/10] convert: add 'working-tree-encoding' attribute

[PATCH 1/2] completion: improve ls-files filter performance
 2018-03-18  5:28 UTC  (6+ messages)
` [PATCH 2/2] completion: simplify ls-files filter

[PATCH] completion: complete tags with git tag --delete/--verify
 2018-03-18  4:01 UTC 

[RFC PATCH] git-submodule.sh:cmd_update: if submodule branch exists, fetch that instead of default
 2018-03-18  1:43 UTC  (6+ messages)

[PATCH v2 0/3] worktree: teach "add" to check out existing branches
 2018-03-18  0:24 UTC  (12+ messages)
` [PATCH v3 0/4] "
  ` [PATCH v3 1/4] worktree: improve message when creating a new worktree
  ` [PATCH v3 2/4] worktree: be clearer when "add" dwim-ery kicks in
  ` [PATCH v3 3/4] worktree: factor out dwim_branch function
  ` [PATCH v3 4/4] worktree: teach "add" to check out existing branches
  ` [PATCH v4 0/4] "
    ` [PATCH v4 1/4] worktree: improve message when creating a new worktree
    ` [PATCH v4 2/4] worktree: be clearer when "add" dwim-ery kicks in
    ` [PATCH v4 3/4] worktree: factor out dwim_branch function
    ` [PATCH v4 4/4] worktree: teach "add" to check out existing branches

[GSoC] Some #leftoverbits for anyone looking for little projects
 2018-03-17 21:20 UTC 

[GSoC] Scripts to be conversted into builtins
 2018-03-17 20:51 UTC  (3+ messages)

[RFC][GSoC] Project proposal: convert interactive rebase to C
 2018-03-17 20:29 UTC  (2+ messages)

get commit ID from a tree object ID
 2018-03-17 17:57 UTC  (4+ messages)

git stash push -u always warns "pathspec '...' did not match any files"
 2018-03-17 11:36 UTC  (16+ messages)
` [PATCH v2 1/2] stash push: avoid printing errors
  ` [PATCH v2 2/2] stash push -u: don't create empty stash
  ` [PATCH v3 0/2] stash push -u -- <pathspec> fixes
    ` [PATCH v3 1/2] stash push: avoid printing errors
    ` [PATCH v3 2/2] stash push -u: don't create empty stash
    ` [PATCH v4 0/3] stash push -u -- <pathspec> fixes
      ` [PATCH v4 1/3] stash: fix nonsense pipeline
      ` [PATCH v4 2/3] stash push: avoid printing errors
      ` [PATCH v4 3/3] stash push -u: don't create empty stash

[PATCH] format-patch: use --compact-summary instead of --summary
 2018-03-17  8:08 UTC  (3+ messages)

[PATCH 0/2] routines to generate JSON data
 2018-03-17  7:38 UTC  (6+ messages)
` [PATCH 1/2] json_writer: new routines to create data in JSON format
` [PATCH 2/2] json-writer: unit test

Confusing behavior with ignored submodules and `git commit -a`
 2018-03-17  3:57 UTC 

[PATCH 0/1] Fix typo in merge-strategies documentation
 2018-03-17  3:31 UTC  (2+ messages)
` [PATCH 1/1] "

[RFC] Rebasing merges: a jorney to the ultimate solution (Road Clear)
 2018-03-17  3:04 UTC  (33+ messages)
              ` [RFC] Rebasing merges: a jorney to the ultimate solution(RoadClear)

What's cooking in git.git (Mar 2018, #03; Wed, 14)
 2018-03-17  0:53 UTC  (5+ messages)

[GSoC] parse: not show usage help when invalid id
 2018-03-16 23:05 UTC  (2+ messages)

[ANNOUNCE] Git v2.17.0-rc0
 2018-03-16 22:19 UTC  (4+ messages)
` [PATCH] RelNotes: add details on Perl module changes

[ANNOUNCE] git-sizer: compute various size-related metrics for your Git repository
 2018-03-16 21:29 UTC  (3+ messages)

[PATCH/RFC 0/1] Avoid expensive 'repack -ad' in gc --auto
 2018-03-16 21:25 UTC  (19+ messages)
` [PATCH v2 0/5] "
  ` [PATCH v2 4/5] pack-objects: show some progress when counting kept objects
  ` [PATCH v3 0/7] nd/repack-keep-pack updates
    ` [PATCH v3 1/7] repack: add --keep-pack option
    ` [PATCH v3 2/7] gc: add --keep-base-pack
    ` [PATCH v3 3/7] gc: detect base packs based on gc.bigPackThreshold config
    ` [PATCH v3 4/7] gc --auto: exclude base pack if not enough mem to "repack -ad"
    ` [PATCH v3 5/7] gc: handle a corner case in gc.bigPackThreshold
    ` [PATCH v3 6/7] pack-objects: show some progress when counting kept objects
    ` [PATCH v3 7/7] pack-objects: display progress in get_object_details()

getting fatal error trying to open git gui
 2018-03-16 21:21 UTC  (6+ messages)

Git "branch properties"-- thoughts?
 2018-03-16 20:09 UTC  (2+ 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).