git@vger.kernel.org mailing list mirror (one of many)
 help / color / mirror / code / Atom feed
 messages from 2018-05-13 02:26:11 to 2018-05-15 18:37:08 UTC [more...]

[PATCH 00/35] refactoring refspecs
 2018-05-15 18:37 UTC  (52+ messages)
` [PATCH 01/35] refspec: move refspec parsing logic into its own file
` [PATCH 02/35] refspec: factor out parsing a single refspec
` [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 06/35] submodule--helper: convert push_check to use struct refspec
` [PATCH 07/35] pull: convert get_tracking_branch to use refspec_item_init
` [PATCH 08/35] transport: convert transport_push to use struct refspec
` [PATCH 09/35] remote: convert check_push_refs "
` [PATCH 10/35] remote: convert match_push_refs "
` [PATCH 11/35] clone: convert cmd_clone to use refspec_item_init
` [PATCH 12/35] fast-export: convert to use struct refspec
` [PATCH 13/35] remote: convert push refspecs to "
` [PATCH 14/35] remote: convert fetch "
` [PATCH 15/35] transport-helper: convert to use "
` [PATCH 16/35] fetch: convert fetch_one "
` [PATCH 17/35] fetch: convert refmap "
` [PATCH 18/35] refspec: remove the deprecated functions
` [PATCH 19/35] fetch: convert do_fetch to take a struct refspec
` [PATCH 20/35] fetch: convert get_ref_map "
` [PATCH 21/35] fetch: convert prune_refs "
` [PATCH 22/35] remote: convert get_stale_heads "
` [PATCH 23/35] remote: convert apply_refspecs "
` [PATCH 24/35] remote: convert query_refspecs "
` [PATCH 25/35] remote: convert get_ref_match "
` [PATCH 26/35] remote: convert match_explicit_refs "
` [PATCH 27/35] push: check for errors earlier
` [PATCH 28/35] push: convert to use struct refspec
` [PATCH 29/35] transport: convert transport_push to take a "
` [PATCH 30/35] send-pack: store refspecs in "
` [PATCH 31/35] transport: remove transport_verify_remote_names
` [PATCH 32/35] http-push: store refspecs in a struct refspec
` [PATCH 33/35] remote: convert match_push_refs to take "
` [PATCH 34/35] remote: convert check_push_refs "
` [PATCH 35/35] submodule: convert push_unpushed_submodules "

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

[PATCH] grep: handle corrupt index files early
 2018-05-15 17:01 UTC  (5+ 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  (13+ messages)
` [PATCH v1 1/8] fetch-object: make functions return an error code
` [PATCH v1 2/8] Add initial odb remote support
` [PATCH v1 3/8] odb-remote: implement odb_remote_get_direct()
` [PATCH v1 4/8] odb-remote: implement odb_remote_get_many_direct()
` [PATCH v1 5/8] odb-remote: add odb_remote_reinit()
` [PATCH v1 6/8] Use odb_remote_get_direct() and has_external_odb()
` [PATCH v1 7/8] Use odb.origin.partialclonefilter instead of core.partialclonefilter
` [PATCH v1 8/8] t0410: test fetching from many promisor remotes

could `git merge --no-ff origin/master` be made more useful?
 2018-05-15  8:27 UTC  (3+ messages)

[PATCH 0/2] Submodule merging: i18n, verbosity
 2018-05-15  7:34 UTC  (6+ messages)
` [PATCH 0/1] rebased: inform about auto submodule ff during merge
  ` [PATCH 1/1] Inform about fast-forwarding of submodules "

[RFC PATCH 00/10] Make submodules work if .gitmodules is not checked out
 2018-05-15  4:09 UTC  (19+ messages)
` [RFC PATCH 01/10] config: make config_from_gitmodules generally useful
` [RFC PATCH 02/10] submodule: factor out a config_gitmodules_set function
` [RFC PATCH 03/10] t7411: be nicer to other tests and really clean things up
` [RFC PATCH 04/10] submodule--helper: add a new 'config' subcommand
` [RFC PATCH 05/10] submodule: use the 'submodule--helper config' command
` [RFC PATCH 06/10] submodule--helper: add a '--stage' option to the 'config' sub command
` [RFC PATCH 07/10] submodule: use 'submodule--helper config --stage' to stage .gitmodules
` [RFC PATCH 08/10] t7506: cleanup .gitmodules properly before setting up new scenario
` [RFC PATCH 09/10] submodule: support reading .gitmodules even when it's not checked out
` [RFC PATCH 10/10] t7415: add new test about using HEAD:.gitmodules from the index

[PATCH RFC] ref-filter: start using oid_object_info
 2018-05-15  3:53 UTC  (3+ messages)

[PATCH 1/1] Warn about fast-forwarding of submodules during merge
 2018-05-15  1:25 UTC  (4+ messages)
` [PATCH 0/2] Submodule merging: i18n, verbosity
  ` [PATCH 2/2] merge-recursive: i18n submodule merge output and respect verbosity

[PATCH/RFC] completion: complete all possible -no-<options>
 2018-05-14 19:58 UTC  (10+ messages)

Git push error due to hooks error
 2018-05-14 19:57 UTC  (2+ messages)

[PATCH] commit: fix sparse 'not declared' warning
 2018-05-14 19:20 UTC 

[GSoC] Week 2 - 'git stash' blog
 2018-05-14 19:19 UTC 

[PATCH] doc: fix config API documentation about config_with_options
 2018-05-14 18:22 UTC  (4+ messages)

[PATCH 00/12] Die commit->util, die!
 2018-05-14 18:14 UTC  (31+ messages)
` [PATCH v2 00/14] "
  ` [PATCH v2 01/14] commit-slab.h: code split
  ` [PATCH v2 02/14] commit-slab: support shared commit-slab
  ` [PATCH v2 03/14] blame: use commit-slab for blame suspects instead of commit->util
  ` [PATCH v2 04/14] describe: use commit-slab for commit names "
  ` [PATCH v2 05/14] shallow.c: use commit-slab for commit depth "
  ` [PATCH v2 06/14] sequencer.c: use commit-slab to mark seen commits
  ` [PATCH v2 07/14] sequencer.c: use commit-slab to associate todo items to commits
  ` [PATCH v2 08/14] revision.c: use commit-slab for show_source
  ` [PATCH v2 09/14] bisect.c: use commit-slab for commit weight instead of commit->util
  ` [PATCH v2 10/14] name-rev: use commit-slab for rev-name "
  ` [PATCH v2 11/14] show-branch: use commit-slab for commit-name "
  ` [PATCH v2 12/14] log: use commit-slab in prepare_bases() "
  ` [PATCH v2 13/14] merge: use commit-slab in merge remote desc "
  ` [PATCH v2 14/14] commit.h: delete 'util' field in struct commit

[PATCH] t7005-editor: get rid of the SPACES_IN_FILENAMES prereq
 2018-05-14 17:41 UTC  (2+ messages)

Git push error due to hooks error
 2018-05-14 17:36 UTC  (2+ messages)

[PATCH 1/3] checkout.c: add strict usage of -- before file_path
 2018-05-14 15:43 UTC  (9+ messages)
  `  "

[PATCH 0/4] a few mark_parents_uninteresting cleanups
 2018-05-14 14:09 UTC  (7+ messages)
` [PATCH 4/4] mark_parents_uninteresting(): avoid most allocation

[PATCH 00/12] Integrate commit-graph into fsck, gc, and fetch
 2018-05-14 13:44 UTC  (11+ messages)
` [PATCH v2 00/12] Integrate commit-graph into fsck and gc
  ` [PATCH v2 01/12] commit-graph: add 'verify' subcommand
  ` [PATCH v2 02/12] commit-graph: verify file header information
  ` [PATCH v2 08/12] commit-graph: verify commit contents against odb

[PATCH v1] add status config and command line options for rename detection
 2018-05-14 12:57 UTC  (4+ messages)
` [PATCH v3] "

[PATCH 0/2] Configurable GnuPG command for git-credential-netrc
 2018-05-14 10:20 UTC  (7+ messages)
` [PATCH 1/2] git-credential-netrc: adapt to test framework for git
` [PATCH 2/2] git-credential-netrc: accept gpg option

[PATCH RFC 0/1] ref-filter: start using oid_object_info
 2018-05-14 10:00 UTC 

[PATCH] config: free resources of `struct config_store_data`
 2018-05-14  3:05 UTC  (8+ messages)
    ` [PATCH 2/1] config: let `config_store_data_clear()` handle `value_regex`
    ` [PATCH 3/1] config: let `config_store_data_clear()` handle `key`

[PATCH 1/2] diff: turn --ita-invisible-in-index on by default
 2018-05-14  2:33 UTC  (3+ messages)
` [PATCH 2/2] apply: add --intent-to-add

[PATCH] fast-export: avoid NULL pointer arithmetic
 2018-05-14  1:37 UTC  (13+ messages)

Draft of Git Rev News edition 39
 2018-05-13 21:54 UTC 

[PATCH 00/18] Add `branch-diff`, a `tbdiff` lookalike
 2018-05-13 18:19 UTC  (3+ messages)
` [PATCH 01/18] Add a function to solve least-cost assignment problems

[PATCH v2 00/28] Hash-independent tests (part 2)
 2018-05-13 17:46 UTC  (11+ messages)
` [PATCH v2 13/28] t3702: abstract away SHA-1-specific constants
` [PATCH v2 14/28] t3905: "
` [PATCH v2 16/28] t4008: "
` [PATCH v2 17/28] t4014: "
` [PATCH v2 20/28] t4029: fix test indentation
` [PATCH v2 22/28] t4030: abstract away SHA-1-specific constants
` [PATCH v2 23/28] t/lib-diff-alternative: "
` [PATCH v2 27/28] t4208: "

[PATCH 1/3] checkout.c: add strict usage of -- before file_path
 2018-05-13 16:52 UTC 

[PATCH] travis-ci: run gcc-7 on linux-gcc jobs
 2018-05-13 12:45 UTC  (2+ messages)

[PATCH v6 00/13] Keep all info in command-list.txt in git binary
 2018-05-13  6:50 UTC  (5+ messages)
` [PATCH v7 "
  ` [PATCH v7 12/13] completion: let git provide the completable command list


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