git@vger.kernel.org mailing list mirror (one of many)
 help / color / mirror / code / Atom feed
 messages from 2018-02-01 02:19:37 to 2018-02-05 11:28:30 UTC [more...]

[PATCH RFC 01/24] ref-filter: get rid of goto
 2018-02-05 11:27 UTC  (19+ messages)
` [PATCH RFC v2 01/25] "
  ` [PATCH RFC v2 11/25] ref-filter: rename field in ref_array_item stuct
  ` [PATCH RFC v2 16/25] cat-file: move skip_object_info into ref-filter
  ` [PATCH RFC v2 08/25] ref-filter: reuse parse_ref_filter_atom()
  ` [PATCH RFC v2 25/25] cat-file: update of docs
  ` [PATCH RFC v2 05/25] cat-file: move struct expand_data into ref-filter
  ` [PATCH RFC v2 15/25] ref_filter: add is_atom_used function
  ` [PATCH RFC v2 20/25] ref-filter: make populate_value() internal again
  ` [PATCH RFC v2 03/25] cat-file: reuse struct ref_format
  ` [PATCH RFC v2 06/25] cat-file: split expand_atom() into 2 functions
  ` [PATCH RFC v2 04/25] ref-filter: make valid_atom as function parameter
  ` [PATCH RFC v2 10/25] ref-filter: make populate_value() global
  ` [PATCH RFC v2 18/25] ref-filter: make valid_atom general again
  ` [PATCH RFC v2 02/25] ref-filter: add return value to some functions
  ` [PATCH RFC v2 19/25] cat-file: reuse printing logic from ref-filter
  ` [PATCH RFC v2 22/25] ref-filter: work with objectsize:disk
  ` [PATCH RFC v2 24/25] cat-file: tests for new atoms added
  ` [PATCH RFC v2 13/25] ref-filter: get rid of mark_atom_in_object_info()

[PATCH v2 00/41] Automate updating git-completion.bash a bit
 2018-02-05 11:22 UTC  (10+ messages)
` [PATCH v2 01/41] parse-options: support --git-completion-helper

[GSoC][PATCH v2] commit: add a commit.signOff config variable
 2018-02-05 10:40 UTC 

Missing git options
 2018-02-05  9:12 UTC 

[PATCH] worktree: teach "add" to check out existing branches
 2018-02-05  2:18 UTC  (7+ messages)
` [PATCH v2 0/3] "
  ` [PATCH v2 1/3] worktree: improve message when creating a new worktree
  ` [PATCH v2 2/3] worktree: be clearer when "add" dwim-ery kicks in
  ` [PATCH v2 3/3] worktree: teach "add" to check out existing branches

[PATCH] rebase: add --allow-empty-message option
 2018-02-04 20:08 UTC  (4+ messages)
` [PATCH v2] "

[PATCH v2] daemon: add --send-log-to=(stderr|syslog|none)
 2018-02-04 19:44 UTC  (9+ messages)
` [PATCH v3] daemon: add --log-destination=(stderr|syslog|none)
      ` [PATCH v4] "

[GSoC][PATCH] commit: add a commit.signOff config variable
 2018-02-04 18:59 UTC  (3+ messages)

[PATCHv2] tag: add --edit option
 2018-02-04 15:57 UTC  (7+ messages)

[PATCH] gitk: Add option to not save window geometry
 2018-02-04 12:27 UTC 

contrib/completion/git-completion.bash: declare -g is not portable
 2018-02-04 11:48 UTC  (6+ messages)

Some rough edges of core.fsmonitor
 2018-02-04  9:38 UTC  (2+ messages)
` [PATCH] dir.c: ignore paths containing .git when invalidating untracked cache

[PATCH v7 00/31] Add directory rename detection to git
 2018-02-04  8:54 UTC  (24+ messages)
` [PATCH v7 12/31] merge-recursive: move the get_renames() function
` [PATCH v7 13/31] merge-recursive: introduce new functions to handle rename logic
` [PATCH v7 14/31] merge-recursive: fix leaks of allocated renames and diff_filepairs
` [PATCH v7 15/31] merge-recursive: make !o->detect_rename codepath more obvious
` [PATCH v7 16/31] merge-recursive: split out code for determining diff_filepairs
` [PATCH v7 17/31] merge-recursive: add a new hashmap for storing directory renames
` [PATCH v7 18/31] merge-recursive: make a helper function for cleanup for handle_renames
` [PATCH v7 19/31] merge-recursive: add get_directory_renames()

Segmentation fault in git cherry-pick
 2018-02-03 18:56 UTC  (3+ messages)

[PATCH v2 00/14] Serialized Git Commit Graph
 2018-02-03  9:28 UTC  (33+ messages)
` [PATCH v2 01/14] commit-graph: add format document
` [PATCH v2 03/14] commit-graph: create git-commit-graph builtin
` [PATCH v2 04/14] commit-graph: implement construct_commit_graph()
` [PATCH v2 05/14] commit-graph: implement git-commit-graph --write
` [PATCH v2 06/14] commit-graph: implement git-commit-graph --read
` [PATCH v2 07/14] commit-graph: implement git-commit-graph --update-head
` [PATCH v2 08/14] commit-graph: implement git-commit-graph --clear
` [PATCH v2 09/14] commit-graph: teach git-commit-graph --delete-expired
` [PATCH v2 10/14] commit-graph: add core.commitgraph setting
` [PATCH v2 11/14] commit: integrate commit graph with commit parsing

error: unable to create file: Illegal byte sequence
 2018-02-03  9:01 UTC  (2+ messages)

[PATCH 0/2] Refactor hash search with fanout table
 2018-02-03  2:09 UTC  (5+ messages)
` [PATCH 1/2] packfile: remove GIT_DEBUG_LOOKUP log statements
` [PATCH 2/2] packfile: refactor hash search with fanout table

Bug Report: Subtrees and GPG Signed Commits
 2018-02-02 23:39 UTC  (8+ messages)

Git on Windows maps creation time onto changed time
 2018-02-02 23:01 UTC  (7+ messages)

[PATCH 00/26] protocol version 2
 2018-02-02 22:44 UTC  (23+ messages)
` [PATCH 11/26] serve: introduce git-serve
` [PATCH 12/26] ls-refs: introduce ls-refs server command
` [PATCH v2 00/27] protocol version 2
  ` [PATCH v2 08/27] connect: discover protocol version outside of get_remote_heads
  ` [PATCH v2 10/27] protocol: introduce enum protocol_version value protocol_v2
  ` [PATCH v2 13/27] ls-refs: introduce ls-refs server command

[ANNOUNCE] Git for Windows 2.16.1(2)
 2018-02-02 21:53 UTC  (2+ messages)

[RFC/PATCH] reset --hard: make use of the pretty machinery
 2018-02-02 20:16 UTC  (3+ messages)

[PATCH v3 0/2] diff: add --stat-with-summary (was --compact-summary)
 2018-02-02 19:59 UTC  (4+ messages)
` [PATCH v3 1/2] diff.c: refactor pprint_rename() to use strbuf
` [PATCH v3 2/2] diff: add --stat-with-summary

[PATCH v2 00/12] object_id part 11 (the_hash_algo)
 2018-02-02 19:46 UTC  (6+ messages)
` [PATCH v2 01/12] hash: move SHA-1 macros to hash.h
` [PATCH v2 05/12] sha1_file: switch uses of SHA-1 to the_hash_algo

What's cooking in git.git (Jan 2018, #04; Wed, 31)
 2018-02-02 19:29 UTC  (6+ messages)

[PATCH v4 0/6] convert: add support for different encodings
 2018-02-02 19:17 UTC  (7+ messages)
` [PATCH/RFC v5 7/7] Careful with CRLF when using e.g. UTF-16 for working-tree-encoding

[PATCH 0/2] Add "git rebase --show-patch"
 2018-02-02 19:00 UTC  (22+ messages)
` [PATCH v2 0/3] "
  ` [PATCH v2 1/3] am: add --show-current-patch
  ` [PATCH] gitignore.txt: elaborate shell glob syntax
  ` [PATCH v2 3/3] rebase: introduce and use pseudo-ref ORIG_COMMIT

[PATCH] cocci: simplify check for trivial format strings
 2018-02-02 18:49 UTC  (3+ messages)

[PATCH v2 0/2] wrap format-patch diffstats around 72 columns
 2018-02-02 18:42 UTC  (5+ messages)
` [PATCH v3 "
  ` [PATCH v3 1/2] format-patch: keep cover-letter diffstat wrapped in "
  ` [PATCH v3 2/2] format-patch: reduce patch diffstat width to 72

how to ignore whitespace changes with --color-moved (git diff move detection)?
 2018-02-02 18:23 UTC  (3+ messages)

[PATCH 0/7] nd/worktree-move reboot
 2018-02-02 12:59 UTC  (15+ messages)
` [PATCH 2/7] worktree.c: add update_worktree_location()
` [PATCH 3/7] worktree move: new command
` [PATCH 4/7] worktree move: accept destination as directory
` [PATCH 5/7] worktree move: refuse to move worktrees with submodules
` [PATCH 6/7] worktree remove: new command
` [PATCH 7/7] worktree remove: allow it when $GIT_WORK_TREE is already gone

Git remote helper's fast export options
 2018-02-02  9:49 UTC  (2+ messages)

[PATCH v1 0/5] Incremental rewrite of git-submodules: git-foreach
 2018-02-02  5:00 UTC  (2+ messages)

[PATCH v1 0/5] Incremental rewrite of git-submodules
 2018-02-02  4:57 UTC  (6+ messages)
` [PATCH v1 1/5] submodule foreach: correct '$path' in nested submodules from a subdirectory
` [PATCH v1 2/5] submodule foreach: document '$sm_path' instead of '$path'
` [PATCH v1 3/5] submodule foreach: clarify the '$toplevel' variable documentation
` [PATCH v1 4/5] submodule foreach: document variable '$displaypath'
` [PATCH v1 5/5] submodule: port submodule subcommand 'foreach' from shell to C

2 conflicts referencing the same path?
 2018-02-02  0:45 UTC  (2+ messages)

[PATCH] dir.c: print correct errno when opendir() fails
 2018-02-01 23:00 UTC  (4+ messages)
` [PATCH 0/5] nd/fix-untracked-cache-invalidation updates
  ` [PATCH 5/5] dir.c: stop ignoring opendir() error in open_cached_dir()

[RFC PATCH 0/4] blame: (dim rep. metadata lines or fields, decay date coloring)
 2018-02-01 20:24 UTC  (4+ messages)
` [PATCHv3 "

[PATCH] tag: add --edit option
 2018-02-01 15:25 UTC  (7+ messages)

t3404.6 breaks on master under GIT_FSMONITOR_TEST
 2018-02-01 13:02 UTC 

Some rough edges of core.fsmonitor
 2018-02-01 10:40 UTC  (6+ messages)

[PATCH v2 1/3] perf/aggregate: add --subsection option
 2018-02-01 10:14 UTC  (3+ messages)
` [PATCH v2 2/3] perf/aggregate: add --reponame option
` [PATCH v2 3/3] perf/aggregate: sort JSON fields in output

[PATCH 0/8] rebase -i: offer to recreate merge commits
 2018-02-01  6:40 UTC  (11+ messages)
` [PATCH 2/8] sequencer: introduce the `merge` command
` [PATCH v2 00/10] rebase -i: offer to recreate merge commits


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