git@vger.kernel.org mailing list mirror (one of many)
 help / color / mirror / code / Atom feed
 messages from 2018-05-15 08:06:10 to 2018-05-16 23:00:41 UTC [more...]

[PATCH 00/35] refactoring refspecs
 2018-05-16 22:58 UTC  (58+ messages)
` [PATCH 01/35] refspec: move refspec parsing logic into its own file
` [PATCH 03/35] refspec: rename struct refspec to struct refspec_item
` [PATCH 04/35] refspec: introduce struct refspec
` [PATCH 05/35] refspec: convert valid_fetch_refspec to use parse_refspec
` [PATCH 14/35] remote: convert fetch refspecs to struct refspec
` [PATCH 35/35] submodule: convert push_unpushed_submodules to take a "
` [PATCH v2 00/36] refactoring refspecs
  ` [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 09/36] remote: convert check_push_refs to use struct refspec
  ` [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 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] grep: handle corrupt index files early
 2018-05-16 22:27 UTC  (20+ 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 "

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

[PATCH 2/2] unpack_trees_options: free messages when done
 2018-05-16 21:54 UTC  (12+ 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] refspec.h: reinstate 'extern' to fix sparse warning
 2018-05-16 21:52 UTC  (4+ messages)

worktrees vs. alternates
 2018-05-16 21:18 UTC  (30+ 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 "

[PATCH v3 00/28] Hash-independent tests
 2018-05-16 17:18 UTC  (31+ messages)
` [PATCH v3 01/28] t/test-lib: add an SHA1 prerequisite
` [PATCH v3 02/28] t/test-lib: introduce ZERO_OID
` [PATCH v3 03/28] t: switch $_z40 to $ZERO_OID
` [PATCH v3 04/28] t/test-lib: introduce OID_REGEX
` [PATCH v3 05/28] t: switch $_x40 to $OID_REGEX
` [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 09/28] t4044: "
` [PATCH v3 10/28] t: skip pack tests "
` [PATCH v3 11/28] t2203: abstract away SHA-1-specific constants
` [PATCH v3 12/28] t3103: "
` [PATCH v3 13/28] t3702: "
` [PATCH v3 14/28] t3905: "
` [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: "

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)

[PATCHv2 0/3] Reroll of sb/submodule-merge-in-merge-recursive
 2018-05-16  1:42 UTC  (13+ messages)
` [PATCH] git-submodule.sh: try harder to fetch a submodule
` [PATCH] grep: handle corrupt index files early
` [PATCH 1/3] submodule.c: move submodule merging to merge-recursive.c
` [PATCH 2/3] merge-recursive: i18n submodule merge output and respect verbosity
` [PATCH 3/3] Inform about fast-forwarding of submodules during merge

[RFC PATCH 00/19] object store: grafts and shallow
 2018-05-15 23:42 UTC  (20+ messages)
` [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 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 "

[PATCH 00/12] Integrate commit-graph into fsck, gc, and fetch
 2018-05-15 21:12 UTC  (4+ messages)
` [PATCH v2 00/12] Integrate commit-graph into fsck and gc
  ` [PATCH v2 08/12] commit-graph: verify commit contents against odb

[PATCH] git-submodule.sh: try harder to fetch a submodule
 2018-05-15 20:04 UTC  (6+ messages)

[PATCH] fast-export: avoid NULL pointer arithmetic
 2018-05-15 19:36 UTC  (14+ messages)

git diff: meaning of ^M at line ends ?
 2018-05-15 18:04 UTC  (3+ messages)

[PATCHv3 0/1] git-p4 unshelve
 2018-05-15 10:01 UTC  (2+ messages)
` [PATCHv3 1/1] git-p4: add unshelve command

[RFC] Other chunks for commit-graph, part 1 - Bloom filters, topo order, etc
 2018-05-15 10:01 UTC  (6+ messages)

[PATCH v1 0/8] Introducing odb remote
 2018-05-15  8:41 UTC  (3+ messages)
` [PATCH v1 2/8] Add initial odb remote support

could `git merge --no-ff origin/master` be made more useful?
 2018-05-15  8: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).