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

[RFC PATCH 0/8] sequencer: dont't fork git commit
 2018-01-10 22:40 UTC  (5+ messages)
` [PATCH v5 0/9] sequencer: don't "
  ` [PATCH v5 8/9] sequencer: try to commit without forking 'git commit'

[PATCH] t3900: add some more quotes
 2018-01-10 22:38 UTC  (9+ messages)
  ` [PATCH v2] "

[PATCH 0/2] the cat-file -e option doesn't work as documented
 2018-01-10 22:09 UTC  (7+ messages)
` [PATCH 1/2] cat-file doc: document that -e will return some output
` [PATCH 2/2] cat-file: -e should not emit output on stderr

What's cooking in git.git (Jan 2018, #02; Tue, 9)
 2018-01-10 22:03 UTC  (6+ messages)

[PATCH v1 0/2] Incremental rewrite of git-submodules
 2018-01-10 21:47 UTC  (9+ messages)
` [PATCH v1 1/2] submodule: port submodule subcommand 'sync' from shell to C
` [PATCH v1 2/2] submodule: port submodule subcommand 'deinit' "

prepare-commit-msg hook no longer run for cherry-pick?
 2018-01-10 21:14 UTC  (5+ messages)

[RFC PATCH 00/18] Multi-pack index (MIDX)
 2018-01-10 21:01 UTC  (16+ messages)

[PATCH 0/8] Doc/submodules: a few updates
 2018-01-10 20:49 UTC  (26+ messages)
` [PATCH 2/8] Doc/gitsubmodules: clearly specify advantage of submodule
` [PATCH 3/8] Doc/gitsubmodules: specify how submodules help in reduced size
` [PATCH 4/8] Doc/gitsubmodules: avoid abbreviations
` [PATCH 6/8] Doc/gitsubmodules: improve readability of certain lines
` [PATCH v2 0/2] Doc/submodules: a few updates
  ` [PATCH v2 1/2] Doc/gitsubmodules: make some changes to improve readability and syntax
  ` [PATCH v2 2/2] Doc/git-submodule: improve readability and grammar of a sentence

[PATCH v4 7/7] wildmatch test: create & test files on disk in addition to in-memory
 2018-01-10 20:24 UTC  (10+ messages)
` [PATCH v4 8/7] wildmatch test: skip file creation tests on Windows proper

[PATCH v4 0/4] Add --no-ahead-behind to status
 2018-01-10 20:22 UTC  (11+ messages)

[ANNOUNCE] Git v2.16.0-rc1
 2018-01-10 20:09 UTC  (9+ messages)
        ` [git-for-windows] "

[PATCH/RFC] add--interactive: ignore all internal submodule changes
 2018-01-10 19:47 UTC  (2+ messages)

[PATCH] run-command.c: print env vars when GIT_TRACE is set
 2018-01-10 19:35 UTC  (5+ messages)

[BUG] Breakage in t5509 # 2 from read(stdin) EINVAL
 2018-01-10 18:36 UTC 

[PATCH] Prototype PATH_MAX length detection in tests, demonstrated in t0001-init.sh
 2018-01-10 18:27 UTC  (6+ messages)

[PATCH 00/26] protocol version 2
 2018-01-10 17:57 UTC  (28+ messages)
` [PATCH 01/26] pkt-line: introduce packet_read_with_status
` [PATCH 02/26] pkt-line: introduce struct packet_reader
` [PATCH 07/26] connect: convert get_remote_heads to use "
` [PATCH 09/26] transport: store protocol version
` [PATCH 11/26] serve: introduce git-serve
` [PATCH 12/26] ls-refs: introduce ls-refs server command
` [PATCH 13/26] connect: request remote refs using v2
` [PATCH 20/26] fetch-pack: perform a fetch "
` [PATCH 26/26] remote-curl: implement connect-half-duplex command

upstreaming https://github.com/cgwalters/git-evtag ?
 2018-01-10 16:38 UTC  (7+ messages)

How to use multiple SSH keys on Git exe (not bash)
 2018-01-10 16:32 UTC  (10+ messages)

[PATCH 0/4] "Fast-"track Git GUI changes
 2018-01-10 14:30 UTC  (8+ messages)
` [PATCH 1/4] git gui: fix staging a second line to a 1-line file
` [PATCH 2/4] git-gui: avoid exception upon Ctrl+T in an empty list
` [PATCH 3/4] git-gui: fix exception when trying to stage with empty file list
` [PATCH 4/4] git-gui: allow Ctrl+T to toggle multiple paths

merge-base --is-ancestor A B is unreasonably slow with unrelated history B
 2018-01-10 14:01 UTC  (4+ messages)

How to view diff when doing `git push --force`
 2018-01-10 13:48 UTC  (3+ messages)

[PATCH 01/20] cat-file: split expand_atom into 2 functions
 2018-01-10  9:36 UTC  (39+ messages)
` [PATCH 17/20] cat-file: add is_cat flag in ref-filter
` [PATCH 07/20] cat-file: reuse parse_ref_filter_atom
` [PATCH 15/20] cat-file: start reusing populate_value
` [PATCH 05/20] cat-file: move struct expand_data into ref-filter
` [PATCH 03/20] cat-file: rename variables in ref-filter
` [PATCH 20/20] cat-file: make cat_file_info variable independent
` [PATCH 02/20] cat-file: reuse struct ref_format
` [PATCH 14/20] cat-file: make populate_value global
` [PATCH 18/20] cat-file: add split_on_whitespace flag
` [PATCH 16/20] cat-file: get rid of expand_atom_into_fields
` [PATCH 06/20] cat-file: start migrating to ref-filter
` [PATCH 19/20] cat-file: move skip_object_info into ref-filter
` [PATCH 08/20] cat-file: remove unused code
` [PATCH 13/20] cat-file: start use ref_array_item struct
` [PATCH 04/20] cat-file: make valid_atoms as a function parameter
` [PATCH 12/20] cat-file: rename variable in ref-filter
` [PATCH v2 01/18] cat-file: split expand_atom into 2 functions
  ` [PATCH v2 06/18] ref-filter: reuse parse_ref_filter_atom
  ` [PATCH v2 16/18] ref_format: add split_on_whitespace flag
  ` [PATCH v2 18/18] ref-filter: make cat_file_info independent
  ` [PATCH v2 15/18] ref-filter: add is_cat flag
  ` [PATCH v2 08/18] ref-filter: get rid of goto
  ` [PATCH v2 09/18] cat-file: simplify expand_atom function
  ` [PATCH v2 17/18] cat-file: move skip_object_info into ref-filter
  ` [PATCH v2 05/18] cat-file: start migrating to ref-filter
  ` [PATCH v2 12/18] ref-filter: make populate_value global
  ` [PATCH v2 13/18] cat-file: start reusing populate_value
  ` [PATCH v2 02/18] cat-file: reuse struct ref_format
  ` [PATCH v2 14/18] ref-filter: get rid of expand_atom_into_fields
  ` [PATCH v2 11/18] cat-file: start use ref_array_item struct
  ` [PATCH v2 10/18] cat-file: get rid of duplicate checking
  ` [PATCH v2 04/18] cat-file: move struct expand_data into ref-filter
  ` [PATCH v2 03/18] ref-filter: make valid_atom as function parameter
  ` [PATCH v2 07/18] cat-file: remove unused code

[BUG] File move with `add -N` shows as rename to same name
 2018-01-10  9:26 UTC  (7+ messages)
` [PATCH] status: handle worktree renames

[PATCH] revision: introduce prepare_revision_walk_extended()
 2018-01-10  8:20 UTC  (11+ messages)
` [PATCH v2 0/9] revision: get rid of the flag leak_pending
  ` [PATCH v2 1/9] commit: avoid allocation in clear_commit_marks_many()
  ` [PATCH v2 4/9] object: add clear_commit_marks_all()
  ` [PATCH v2 5/9] bisect: avoid using the rev_info flag leak_pending
  ` [PATCH v2 6/9] bundle: "

[PATCHv3 0/5] Fix --recurse-submodules for submodule worktree changes
 2018-01-09 22:45 UTC  (3+ messages)
` [PATCHv4 0/4] "

[PATCH] doc/read-tree: remove obsolete remark
 2018-01-09 19:36 UTC  (2+ messages)

What's cooking in git.git (Dec 2017, #03; Wed, 13)
 2018-01-09 18:59 UTC  (3+ messages)

[PATCH] bisect: debug: convert struct object to object_id
 2018-01-09 18:57 UTC  (2+ messages)

[PATCH v5 0/4] Add --no-ahead-behind to status
 2018-01-09 18:50 UTC  (5+ messages)
` [PATCH v5 1/4] stat_tracking_info: return +1 when branches not equal
` [PATCH v5 2/4] status: add --[no-]ahead-behind to status and commit for V2 format
` [PATCH v5 3/4] status: update short status to respect --no-ahead-behind
` [PATCH v5 4/4] status: support --no-ahead-behind in long format

git merge commits staged files (when two trees are identical)
 2018-01-09 18:49 UTC  (9+ messages)
` [PATCH 1/3] t6044: recursive can silently incorporate dirty changes in a merge
  ` [PATCH 3/3] merge-recursive: Avoid incorporating uncommitted "
      ` [PATCH] merge-recursive: do not look at the index during recursive merge

rebase preserve-merges: incorrect merge commits
 2018-01-09 16:29 UTC  (11+ 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).