git@vger.kernel.org mailing list mirror (one of many)
 help / color / mirror / code / Atom feed
 messages from 2018-05-16 01:59:00 to 2018-05-17 22:53:18 UTC [more...]

What's cooking in git.git (May 2018, #02; Thu, 17)
 2018-05-17 22:53 UTC  (24+ messages)
` jk/branch-l-0-deprecation (was Re: What's cooking in git.git (May 2018, #02; Thu, 17))
  ` [PATCH 0/2] Reroll 2 last commits of sb/object-store-replace
    ` [PATCH 1/2] object.c: free replace map in raw_object_store_clear
    ` [PATCH 2/2] replace-object.c: remove the_repository from prepare_replace_object
  ` [PATCH] merge-recursive: give notice when submodule commit gets fast-forwarded
  ` [PATCH 0/8] Reroll of sb/diff-color-move-more
    ` [PATCH 1/8] xdiff/xdiff.h: remove unused flags
    ` [PATCH 2/8] xdiff/xdiffi.c: remove unneeded function declarations
    ` [PATCH 3/8] diff.c: do not pass diff options as keydata to hashmap
    ` [PATCH 4/8] diff.c: adjust hash function signature to match hashmap expectation
    ` [PATCH 5/8] diff.c: add a blocks mode for moved code detection
    ` [PATCH 6/8] diff.c: decouple white space treatment from move detection algorithm
    ` [PATCH 7/8] diff.c: add --color-moved-ignore-space-delta option
    ` [PATCH 8/8] diff: color-moved white space handling options imply color-moved

[RFC PATCH 00/19] object store: grafts and shallow
 2018-05-17 22:51 UTC  (21+ messages)
` [PATCH "
  ` [PATCH 01/19] object-store: move object access functions to object-store.h
  ` [PATCH 02/19] object: move grafts to object parser
  ` [PATCH 03/19] commit: add repository argument to commit_graft_pos
  ` [PATCH 04/19] commit: add repository argument to register_commit_graft
  ` [PATCH 05/19] commit: add repository argument to read_graft_file
  ` [PATCH 06/19] commit: add repository argument to prepare_commit_graft
  ` [PATCH 07/19] commit: add repository argument to lookup_commit_graft
  ` [PATCH 08/19] shallow: add repository argument to set_alternate_shallow_file
  ` [PATCH 09/19] shallow: add repository argument to register_shallow
  ` [PATCH 10/19] shallow: add repository argument to check_shallow_file_for_update
  ` [PATCH 11/19] shallow: add repository argument to is_repository_shallow
  ` [PATCH 12/19] commit: convert commit_graft_pos() to handle arbitrary repositories
  ` [PATCH 13/19] commit: convert register_commit_graft "
  ` [PATCH 14/19] commit: convert read_graft_file "
  ` [PATCH 15/19] cache: convert get_graft_file "
  ` [PATCH 16/19] path.c: migrate global git_path_* to take a repository argument
  ` [PATCH 17/19] shallow: migrate shallow information into the object parser
  ` [PATCH 18/19] commit: allow prepare_commit_graft to handle arbitrary repositories
  ` [PATCH 19/19] commit: allow lookup_commit_graft "

Troubles with picking an editor during Git update
 2018-05-17 22:17 UTC  (3+ messages)

[PATCH 2/2] unpack_trees_options: free messages when done
 2018-05-17 22:10 UTC  (15+ messages)
    ` [PATCH v2 0/3] "
      ` [PATCH v2 1/3] merge: setup `opts` later in `checkout_fast_forward()`
      ` [PATCH v2 2/3] merge-recursive: provide pair of `unpack_trees_{start,finish}()`
      ` [PATCH v2 3/3] unpack_trees_options: free messages when done

[PATCH 0/1] Hot fix for js/empty-config-section-fix
 2018-05-17 21:47 UTC  (2+ messages)
` [PATCH 1/1] config: a user-provided invalid section is not a BUG

[PATCH 00/35] refactoring refspecs
 2018-05-17 21:32 UTC  (42+ messages)
` [PATCH v2 00/36] "
  ` [PATCH v2 01/36] refspec: move refspec parsing logic into its own file
  ` [PATCH v2 02/36] refspec: rename struct refspec to struct refspec_item
  ` [PATCH v2 03/36] refspec: factor out parsing a single refspec
  ` [PATCH v2 04/36] refspec: introduce struct refspec
  ` [PATCH v2 05/36] refspec: convert valid_fetch_refspec to use parse_refspec
  ` [PATCH v2 06/36] submodule--helper: convert push_check to use struct refspec
  ` [PATCH v2 07/36] pull: convert get_tracking_branch to use refspec_item_init
  ` [PATCH v2 08/36] transport: convert transport_push to use struct refspec
  ` [PATCH v2 09/36] remote: convert check_push_refs "
  ` [PATCH v2 10/36] remote: convert match_push_refs "
  ` [PATCH v2 11/36] clone: convert cmd_clone to use refspec_item_init
  ` [PATCH v2 12/36] fast-export: convert to use struct refspec
  ` [PATCH v2 13/36] remote: convert push refspecs to "
  ` [PATCH v2 14/36] remote: convert fetch "
  ` [PATCH v2 15/36] remote: remove add_prune_tags_to_fetch_refspec
  ` [PATCH v2 16/36] transport-helper: convert to use struct refspec
  ` [PATCH v2 17/36] fetch: convert fetch_one "
  ` [PATCH v2 18/36] fetch: convert refmap "
  ` [PATCH v2 19/36] refspec: remove the deprecated functions
  ` [PATCH v2 20/36] fetch: convert do_fetch to take a struct refspec
  ` [PATCH v2 21/36] fetch: convert get_ref_map "
  ` [PATCH v2 22/36] fetch: convert prune_refs "
  ` [PATCH v2 23/36] remote: convert get_stale_heads "
  ` [PATCH v2 24/36] remote: convert apply_refspecs "
  ` [PATCH v2 25/36] remote: convert query_refspecs "
  ` [PATCH v2 26/36] remote: convert get_ref_match "
  ` [PATCH v2 27/36] remote: convert match_explicit_refs "
  ` [PATCH v2 28/36] push: check for errors earlier
  ` [PATCH v2 29/36] push: convert to use struct refspec
  ` [PATCH v2 30/36] transport: convert transport_push to take a "
  ` [PATCH v2 31/36] send-pack: store refspecs in "
  ` [PATCH v2 32/36] transport: remove transport_verify_remote_names
  ` [PATCH v2 33/36] http-push: store refspecs in a struct refspec
  ` [PATCH v2 34/36] remote: convert match_push_refs to take "
  ` [PATCH v2 35/36] remote: convert check_push_refs "
  ` [PATCH v2 36/36] submodule: convert push_unpushed_submodules "
  ` [PATCH 0/2] generating ref-prefixes for configured refspecs
    ` [PATCH 1/2] refspec: consolidate ref-prefix generation logic
    ` [PATCH 2/2] fetch: generate ref-prefixes when using a configured refspec

[PATCH 00/12] Integrate commit-graph into fsck, gc, and fetch
 2018-05-17 18:20 UTC  (8+ messages)
` [PATCH v2 00/12] Integrate commit-graph into fsck and gc
  ` [PATCH v2 09/12] fsck: verify commit-graph
  ` [PATCH v2 10/12] commit-graph: add '--reachable' option
  ` [PATCH v2 11/12] gc: automatically write commit-graph files

[PATCH] grep: handle corrupt index files early
 2018-05-17 17:21 UTC  (19+ messages)
      ` [PATCH 00/11]
        ` [PATCH 01/11] grep: handle corrupt index files early
        ` [PATCH 02/11] repository: introduce repo_read_index_or_die
        ` [PATCH 03/11] builtin/grep: use repo_read_index_or_die
        ` [PATCH 04/11] submodule: "
        ` [PATCH 05/11] builtin/ls-files: "
        ` [PATCH 06/11] read_cache: use repo_read_index_or_die with different error messages
        ` [PATCH 07/11] rerere: use repo_read_index_or_die
        ` [PATCH 08/11] check-attr: switch to repo_read_index_or_die
        ` [PATCH 09/11] checkout-index: switch to repo_read_index
        ` [PATCH 10/11] test helpers: switch to repo_read_index_or_die
        ` [PATCH 11/11] read_cache: convert most calls "

Generate more revenue from Git
 2018-05-17 13:50 UTC  (2+ messages)

Add option to git to ignore binary files unless force added
 2018-05-17 12:37 UTC  (3+ messages)

[GSoC] A blog about 'git stash' project
 2018-05-17 10:29 UTC  (7+ messages)

worktrees vs. alternates
 2018-05-17  3:31 UTC  (33+ messages)

[PATCH v4 0/3] Add --progress and --dissociate to git submodule
 2018-05-17  2:48 UTC  (2+ messages)

[PATCH v3 00/28] Hash-independent tests
 2018-05-16 23:46 UTC  (24+ messages)
` [PATCH v3 06/28] t0000: annotate with SHA1 prerequisite
` [PATCH v3 07/28] t1007: "
` [PATCH v3 08/28] t1512: skip test if not using SHA-1
` [PATCH v3 12/28] t3103: abstract away SHA-1-specific constants
` [PATCH v3 13/28] t3702: "
` [PATCH v3 15/28] t4007: "
` [PATCH v3 16/28] t4008: "
` [PATCH v3 17/28] t4014: "
` [PATCH v3 18/28] t4020: "
` [PATCH v3 19/28] t4022: "
` [PATCH v3 20/28] t4029: fix test indentation
` [PATCH v3 21/28] t4029: abstract away SHA-1-specific constants
` [PATCH v3 22/28] t4030: "
` [PATCH v3 23/28] t/lib-diff-alternative: "
` [PATCH v3 24/28] t4205: sort log output in a hash-independent way
` [PATCH v3 25/28] t4042: abstract away SHA-1-specific constants
` [PATCH v3 26/28] t4045: "
` [PATCH v3 27/28] t4208: "
` [PATCH v3 28/28] t5300: "

[PATCH] shallow: remove unused variable
 2018-05-16 22:19 UTC  (2+ messages)

[PATCH] refspec.h: reinstate 'extern' to fix sparse warning
 2018-05-16 21:52 UTC  (4+ messages)

Git log range reverse bug
 2018-05-16 21:02 UTC  (3+ messages)

[PATCHv2 0/1] add git-p4 unshelve command
 2018-05-16 20:48 UTC  (3+ messages)
` [PATCH 1/1] git-p4: add "

What would travis do?
 2018-05-16 14:28 UTC  (2+ messages)

[ANNOUNCE] Git Rev News edition 39
 2018-05-16 12:32 UTC 

[PATCH] alloc: allow arbitrary repositories for alloc functions
 2018-05-16  2:27 UTC  (3+ 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).