git@vger.kernel.org mailing list mirror (one of many)
 help / color / mirror / code / Atom feed
 messages from 2018-05-16 22:58:59 to 2018-05-19 05:28:52 UTC [more...]

[PATCH 00/12] Die commit->util, die!
 2018-05-19  5:28 UTC  (13+ messages)
` [PATCH v2 00/14] "
  ` [PATCH v2 11/14] show-branch: use commit-slab for commit-name instead of commit->util
  ` [PATCH v2 13/14] merge: use commit-slab in merge remote desc "
  ` [PATCH v3 00/15] Die commit->util, die!
    ` [PATCH v3 01/15] commit-slab.h: code split
    ` [PATCH v3 02/15] commit-slab: support shared commit-slab
    ` [PATCH v3 04/15] describe: use commit-slab for commit names instead of commit->util
    ` [PATCH v3 08/15] revision.c: use commit-slab for show_source

[PATCH v5 0/7] Teach '--column' to 'git-grep(1)'
 2018-05-19  4:44 UTC  (14+ messages)
` [PATCH v5 5/7] builtin/grep.c: add '--column' option "

[PATCH] travis-ci: run gcc-7 on linux-gcc jobs
 2018-05-19  4:32 UTC  (2+ messages)
` [PATCH v2] travis-ci: run gcc-8 "

[PATCH 00/14] nd/command-list updates
 2018-05-19  4:27 UTC  (15+ messages)
` [PATCH 01/14] generate-cmds.sh: factor out synopsis extract code
` [PATCH 02/14] generate-cmds.sh: export all commands to command-list.h
` [PATCH 03/14] help: use command-list.h for common command list
` [PATCH 04/14] Remove common-cmds.h
` [PATCH 05/14] git.c: convert --list-* to --list-cmds=*
` [PATCH 06/14] git --list-cmds: collect command list in a string_list
` [PATCH 07/14] completion: implement and use --list-cmds=main,others
` [PATCH 08/14] git: support --list-cmds=list-<category>
` [PATCH 09/14] help: add "-a --verbose" to list all commands with synopsis
` [PATCH 10/14] help: use command-list.txt for the source of guides
` [PATCH 11/14] command-list.txt: documentation and guide line
` [PATCH 12/14] completion: let git provide the completable command list
` [PATCH 13/14] completion: reduce "
` [PATCH 14/14] completion: allow to customize the "

Fun puzzle: successful merge's contents depends on...commit timestamps?
 2018-05-19  3:07 UTC 

[PATCH 0/5] merge-recursive code cleanups
 2018-05-19  2:07 UTC  (6+ messages)
` [PATCH 1/5] merge-recursive: fix miscellaneous grammar error in comment
` [PATCH 2/5] merge-recursive: fix numerous argument alignment issues
` [PATCH 3/5] merge-recursive: clarify the rename_dir/RENAME_DIR meaning
` [PATCH 4/5] merge-recursive: rename conflict_rename_*() family of functions
` [PATCH 5/5] merge-recursive: simplify handle_change_delete

[PATCH 0/5] snprintf truncation fixes
 2018-05-19  1:58 UTC  (6+ messages)
` [PATCH 1/5] http: use strbufs instead of fixed buffers
` [PATCH 2/5] log_write_email_headers: use strbufs
` [PATCH 3/5] query_fsmonitor: use xsnprintf for formatting integers
` [PATCH 4/5] shorten_unambiguous_ref: use xsnprintf
` [PATCH 5/5] fmt_with_err: add a comment that truncation is OK

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

[PATCH 0/2] fix a segfault in get_main_ref_store()
 2018-05-18 23:32 UTC  (6+ messages)
` [PATCH 1/2] get_main_ref_store: BUG() when outside a repository
` [PATCH 2/2] config: die when --blob is used "

[PATCH] t7005-editor: get rid of the SPACES_IN_FILENAMES prereq
 2018-05-18 21:39 UTC  (2+ messages)

What's cooking in git.git (May 2018, #02; Thu, 17)
 2018-05-18 21:25 UTC  (32+ 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 v2 0/1] rebased: inform about auto submodule ff
    ` [PATCH v3 "
      ` [PATCH 1/1] Inform about fast-forwarding of submodules during merge
  ` [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

error(?) in "man git-stash" regarding "--keep-index"
 2018-05-18 20:24 UTC  (8+ messages)

[PATCH 01/11] t9902-completion: add tests demonstrating issues with quoted pathnames
 2018-05-18 19:25 UTC  (5+ messages)
` [PATCH 0/2] Test improvements for 'sg/complete-paths'
  ` [PATCH 1/2] completion: don't return with error from __gitcomp_file_direct()
  ` [PATCH 2/2] t9902-completion: exercise __git_complete_index_file() directly

--diff-filter could use option for pre-rename files
 2018-05-18 18:13 UTC 

Add option to git to ignore binary files unless force added
 2018-05-18 18:11 UTC  (8+ messages)

Troubles with picking an editor during Git update
 2018-05-18 15:58 UTC  (4+ messages)

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

[PATCH] git-p4: add options --commit and --disable-rebase
 2018-05-18 11:54 UTC 

[PATCH RFC] ref-filter: start using oid_object_info
 2018-05-18  8:19 UTC  (5+ messages)
` [PATCH RFC v2 1/4] "
  ` [PATCH RFC v2 4/4] ref-filter: add deltabase formatting option
  ` [PATCH RFC v2 2/4] ref-filter: add objectsize:disk "
  ` [PATCH RFC v2 3/4] ref-filter: add tests for objectsize:disk

[PATCH RFC v2 0/4] ref-filter: start using oid_object_info
 2018-05-18  8:19 UTC 

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

[PATCH] grep: handle corrupt index files early
 2018-05-17 22:57 UTC  (7+ messages)

[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 "

[PATCH 00/35] refactoring refspecs
 2018-05-17 21:32 UTC  (37+ messages)
` [PATCH v2 00/36] "
  ` [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 11/12] gc: automatically write commit-graph files
  ` [PATCH v2 10/12] commit-graph: add '--reachable' option

Generate more revenue from Git
 2018-05-17 13:50 UTC  (2+ 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  (19+ 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  (7+ messages)
` [PATCH v3 07/28] t1007: annotate with SHA1 prerequisite
` [PATCH v3 13/28] t3702: abstract away SHA-1-specific constants


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