git@vger.kernel.org mailing list mirror (one of many)
 help / color / mirror / code / Atom feed
 messages from 2018-05-16 23:48:36 to 2018-05-20 10:18:42 UTC [more...]

[PATCH 2/2] unpack_trees_options: free messages when done
 2018-05-20 10:17 UTC  (23+ 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 v4 0/4] "
                      ` [PATCH v4 1/4] merge: setup `opts` later in `checkout_fast_forward()`
                      ` [PATCH v4 2/4] merge-recursive: provide pair of `unpack_trees_{start,finish}()`
                      ` [PATCH v4 3/4] string-list: provide `string_list_appendf()`
                      ` [PATCH v4 4/4] unpack_trees_options: free messages when done

[RFC 00/14] Allow fetch-pack to send ref names (globs allowed)
 2018-05-20  8:24 UTC 

[PATCH] Use OPT_SET_INT_F() for cmdline option specification
 2018-05-20  9:15 UTC  (2+ messages)

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

git apply does not honor diff.noprefix config setting
 2018-05-19 23:18 UTC 

git rebase -i --exec and changing directory
 2018-05-19 16:38 UTC 

[PATCH 0/5] merge-recursive code cleanups
 2018-05-19 15:39 UTC  (8+ 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

Re :[PATCHv4 1/1] git-p4: add unshelve command
 2018-05-19 12:46 UTC 

error(?) in "man git-stash" regarding "--keep-index"
 2018-05-19 10:05 UTC  (9+ messages)

[PATCHv4 0/1] git-p4: unshelving: fix for python2.6
 2018-05-19 10:00 UTC  (2+ messages)
` [PATCHv4 1/1] git-p4: add unshelve command

[PATCH 0/5] snprintf truncation fixes
 2018-05-19  8:27 UTC  (7+ 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] grep: handle corrupt index files early
 2018-05-19  6:57 UTC  (15+ messages)
      ` [PATCH 00/11]
        ` [PATCH 02/11] repository: introduce repo_read_index_or_die
        ` [PATCH 11/11] read_cache: convert most calls to repo_read_index_or_die

worktrees vs. alternates
 2018-05-19  5:45 UTC  (12+ messages)

[PATCH 00/12] Die commit->util, die!
 2018-05-19  5:41 UTC  (30+ 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 v2 14/14] commit.h: delete 'util' field in struct commit
  ` [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 03/15] blame: use commit-slab for blame suspects instead of commit->util
    ` [PATCH v3 04/15] describe: use commit-slab for commit names "
    ` [PATCH v3 05/15] shallow.c: use commit-slab for commit depth "
    ` [PATCH v3 06/15] sequencer.c: use commit-slab to mark seen commits
    ` [PATCH v3 07/15] sequencer.c: use commit-slab to associate todo items to commits
    ` [PATCH v3 08/15] revision.c: use commit-slab for show_source
    ` [PATCH v3 09/15] bisect.c: use commit-slab for commit weight instead of commit->util
    ` [PATCH v3 10/15] name-rev: use commit-slab for rev-name "
    ` [PATCH v3 11/15] show-branch: use commit-slab for commit-name "
    ` [PATCH v3 12/15] show-branch: note about its object flags usage
    ` [PATCH v3 13/15] log: use commit-slab in prepare_bases() instead of commit->util
    ` [PATCH v3 14/15] merge: use commit-slab in merge remote desc "
    ` [PATCH v3 15/15] commit.h: delete 'util' field in struct commit

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

[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 3/4] ref-filter: add tests for objectsize:disk
  ` [PATCH RFC v2 2/4] ref-filter: add objectsize:disk formatting option

[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

[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 v2 00/36] refactoring refspecs
 2018-05-17 21:32 UTC  (4+ messages)
` [PATCH 0/2] generating ref-prefixes for configured refspecs
  ` [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

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)

[PATCH v4 0/3] Add --progress and --dissociate to git submodule
 2018-05-17  2:48 UTC  (2+ 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).