git@vger.kernel.org mailing list mirror (one of many)
 help / color / mirror / code / Atom feed
 messages from 2018-03-01 10:52:12 to 2018-03-03 11:39:14 UTC [more...]

[PATCH 00/11] Moving global state into the repository object (part 2)
 2018-03-03 11:36 UTC  (31+ messages)
` [PATCH 00/44] reroll nd/remove-ignore-env.. sb/object-store and sb/packfiles
  ` [PATCH 01/44] repository: initialize the_repository in main()
  ` [PATCH 02/44] repository.c: move env-related setup code back to environment.c
  ` [PATCH 03/44] repository.c: delete dead functions
  ` [PATCH 04/44] sha1_file.c: move delayed getenv(altdb) back to setup_git_env()
  ` [PATCH 05/44] repository: delete ignore_env member
  ` [PATCH 06/44] repository: introduce raw object store field
  ` [PATCH 07/44] object-store: migrate alternates struct and functions from cache.h
  ` [PATCH 08/44] object-store: move alt_odb_list and alt_odb_tail to object store
  ` [PATCH 09/44] object-store: free alt_odb_list
  ` [PATCH 10/44] object-store: move packed_git and packed_git_mru to object store
  ` [PATCH 11/44] object-store: close all packs upon clearing the "
  ` [PATCH 12/44] pack: move prepare_packed_git_run_once to "
  ` [PATCH 13/44] pack: move approximate object count "
  ` [PATCH 14/44] sha1_file: add raw_object_store argument to alt_odb_usable
  ` [PATCH 15/44] sha1_file: add repository argument to link_alt_odb_entry
  ` [PATCH 16/44] sha1_file: add repository argument to read_info_alternates
  ` [PATCH 17/44] sha1_file: add repository argument to link_alt_odb_entries
  ` [PATCH 18/44] sha1_file: add repository argument to prepare_alt_odb
  ` [PATCH 19/44] sha1_file: allow link_alt_odb_entries to handle arbitrary repositories
  ` [PATCH 20/44] sha1_file: allow prepare_alt_odb "
  ` [PATCH 21/44] sha1_file: add repository argument to sha1_file_name
  ` [PATCH 22/44] sha1_file: add repository argument to stat_sha1_file
  ` [PATCH 23/44] sha1_file: add repository argument to open_sha1_file
  ` [PATCH 24/44] sha1_file: add repository argument to map_sha1_file_1
  ` [PATCH 25/44] sha1_file: add repository argument to map_sha1_file
  ` [PATCH 26/44] sha1_file: add repository argument to sha1_loose_object_info
  ` [PATCH 27/44] sha1_file: allow sha1_file_name to handle arbitrary repositories
  ` [PATCH 28/44] sha1_file: allow stat_sha1_file "
  ` [PATCH 29/44] sha1_file: allow open_sha1_file "

Contributor Summit planning
 2018-03-03 10:39 UTC  (2+ messages)

Worktree silently deleted on git fetch/gc/log
 2018-03-03 10:05 UTC  (9+ messages)

bug in HTTP protocol spec
 2018-03-03 10:02 UTC  (11+ messages)
              ` [PATCH] smart-http: document flush after "# service" line

git stash push -u always warns "pathspec '...' did not match any files"
 2018-03-03  9:44 UTC 

[PATCH 0/2] nd/parseopt-completion fixups
 2018-03-03  9:34 UTC  (4+ messages)
` [PATCH 1/2] completion: don't set PARSE_OPT_NOCOMPLETE on --rerere-autoupdate
` [PATCH 2/2] completion: simplify _git_notes

[PATCH 0/3] git worktree prune improvements
 2018-03-03  9:30 UTC  (6+ messages)
` [PATCH 1/3] gc.txt: more details about what gc does
` [PATCH 2/3] worktree: delete dead code
` [PATCH 3/3] worktree prune: improve prune logic when worktree is moved

[PATCH] git.el: handle default excludesfile properly
 2018-03-03  8:42 UTC  (2+ messages)

[PATCH v2] run-command: add hint when a hook is ignored
 2018-03-03  7:16 UTC  (7+ messages)
` [PATCH v3] "

[PATCH 00/11] Make the test suite pass with '-x' and /bin/sh
 2018-03-03  7:12 UTC  (3+ messages)

[PATCH] t: send verbose test-helper output to fd 4
 2018-03-03  6:56 UTC  (3+ messages)

Bug report: "Use of uninitialized value $_ in print"
 2018-03-03  6:18 UTC  (17+ messages)
            ` [PATCH 1/2] t3701: add a test for interactive.diffFilter
            ` [PATCH 2/2] add--interactive: detect bogus diffFilter output

[PATCH 0/4] Speed up git tag --contains
 2018-03-03  5:15 UTC  (4+ messages)

[PATCH v2 00/27] protocol version 2
 2018-03-03  4:43 UTC  (50+ messages)
` [PATCH v3 00/35] "
  ` [PATCH v3 04/35] upload-pack: convert to a builtin
  ` [PATCH v3 11/35] test-pkt-line: introduce a packet-line test helper
  ` [PATCH v3 12/35] serve: introduce git-serve
  ` [PATCH v4 00/35] protocol version 2
    ` [PATCH v4 02/35] pkt-line: allow peeking a packet line without consuming it
    ` [PATCH v4 03/35] pkt-line: add delim packet support
    ` [PATCH v4 05/35] upload-pack: factor out processing lines
    ` [PATCH v4 06/35] transport: use get_refs_via_connect to get refs
    ` [PATCH v4 12/35] serve: introduce git-serve
    ` [PATCH v4 13/35] ls-refs: introduce ls-refs server command
    ` [PATCH v4 17/35] ls-remote: pass ref patterns when requesting a remote's refs
    ` [PATCH v4 18/35] fetch: pass ref patterns when fetching
    ` [PATCH v4 19/35] push: pass ref patterns when pushing
    ` [PATCH v4 34/35] remote-curl: implement stateless-connect command

Reduce pack-objects memory footprint?
 2018-03-03  2:47 UTC  (33+ messages)
` [PATCH 00/11] Reduce pack-objects memory footprint
  ` [PATCH 04/11] pack-objects: use bitfield for object_entry::depth
  ` [PATCH 07/11] pack-objects: move in_pack out of struct object_entry
  ` [PATCH 09/11] pack-objects: refer to delta objects by index instead of pointer
  ` [PATCH/RFC v2 0/9] Reduce pack-objects memory footprint
    ` [PATCH/RFC v2 1/9] pack-objects: document holes in struct object_entry.h
    ` [PATCH/RFC v2 2/9] pack-objects: turn type and in_pack_type to bitfields
    ` [PATCH/RFC v2 3/9] pack-objects: use bitfield for object_entry::dfs_state
    ` [PATCH/RFC v2 4/9] pack-objects: use bitfield for object_entry::depth
    ` [PATCH/RFC v2 5/9] pack-objects: note about in_pack_header_size
    ` [PATCH/RFC v2 6/9] pack-objects: move in_pack_pos out of struct object_entry
    ` [PATCH/RFC v2 7/9] pack-objects: move in_pack "
    ` [PATCH/RFC v2 8/9] pack-objects: refer to delta objects by index instead of pointer
    ` [PATCH/RFC v2 9/9] pack-objects: reorder 'hash' to pack struct object_entry
` [PATCH/RFC 0/1] Avoid expensive 'repack -ad' in gc --auto
  ` [PATCH/RFC 1/1] gc --auto: exclude the largest giant pack in low-memory config

[PATCH 14/26] sha1_file: allow prepare_alt_odb to handle arbitrary repositories
 2018-03-03  1:51 UTC  (7+ messages)
` [PATCH 0/2] Fix initializing the_hash_algo
  ` [PATCH 2/2] Revert "repository: pre-initialize hash algo pointer"

[PATCH] travis-ci: enable more warnings on travis linux-gcc job
 2018-03-03  1:46 UTC 

[RFC] Rebasing merges: a jorney to the ultimate solution (Road Clear)
 2018-03-03  0:29 UTC  (22+ messages)
                      ` [RFC] Rebasing merges: a jorney to the ultimate solution(RoadClear)

[PATCH v3 00/12] rebase -i: offer to recreate merge commits
 2018-03-02 20:33 UTC  (5+ messages)
` [PATCH v5 "
  ` [PATCH v5 01/12] sequencer: avoid using errno clobbered by rollback_lock_file()

[PATCH] git-p4: Fix depot path stripping
 2018-03-02 20:12 UTC  (5+ messages)

What's cooking in git.git (Mar 2018, #01; Thu, 1)
 2018-03-02 18:55 UTC  (8+ messages)

[PATCH 1/2] ref-filter: mark a file-local symbol as static
 2018-03-02 17:56 UTC  (5+ messages)

[RFC] Contributing to Git (on Windows)
 2018-03-02 16:45 UTC  (4+ messages)

[PATCH 0/4] Correct offsets of hunks when one is skipped
 2018-03-02 16:09 UTC  (21+ messages)
` [PATCH v3 0/9] "
  ` [PATCH v3 2/9] t3701: indent here documents
` [PATCH v4 0/9] Correct offsets of hunks when one is skipped
  ` [PATCH v4 4/9] t3701: don't hard code sha1 hash values
  ` [PATCH v4 7/9] add -p: calculate offset delta for edited patches
  ` [PATCH v4 8/9] add -p: fix counting when splitting and coalescing
  ` [PATCH v4 9/9] add -p: don't rely on apply's '--recount' option

[PATCH v2 0/5] roll back locks in various code paths
 2018-03-02 10:49 UTC  (6+ messages)

git-gui: CTRL/CMD + numpad ENTER does not invoke same command as "regular" ENTER
 2018-03-02 10:01 UTC  (5+ messages)
` [PATCH] git-gui: bind CTRL/CMD+numpad ENTER to do_commit
      ` [PATCH v2] "

[PATCH 2/2] parse-options: remove the unused parse_opt_commits() function
 2018-03-02  4:00 UTC  (2+ messages)

[PATCH 0/2] sparse warning on next branch
 2018-03-02  2:52 UTC 

Obsolete instruction in SubmittingPatches?
 2018-03-01 21:43 UTC  (4+ messages)

Bug: git log: boundary commits do not respect order (e.g. date-order, topo-order) 2
 2018-03-01 19:25 UTC  (3+ messages)

[RFC PATCH] color: respect the $NO_COLOR convention
 2018-03-01 19:06 UTC  (4+ messages)

The case for two trees in a commit ("How to make rebase less modal")
 2018-03-01 19:05 UTC  (5+ messages)

[GSoC][PATCH] userdiff: add built-in pattern for golang
 2018-03-01 18:24 UTC  (3+ messages)
` [GSoC][PATCH v2] "

[Problem] test_must_fail makes possibly questionable assumptions about exit_code
 2018-03-01 15:30 UTC  (12+ messages)

ref-filter: how to improve the code
 2018-03-01 15:04 UTC  (4+ messages)

[PATCH v1] dir.c: don't flag the index as dirty for changes to the untracked cache
 2018-03-01 12:35 UTC  (5+ 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).