git@vger.kernel.org mailing list mirror (one of many)
 help / color / mirror / code / Atom feed
 messages from 2017-06-19 17:57:32 to 2017-06-20 21:56:17 UTC [more...]

[PATCH v2 00/32] repository object
 2017-06-20 21:56 UTC  (27+ messages)
` [PATCH v3 00/20] "
  ` [PATCH v3 01/20] setup: don't perform lazy initialization of repository state
  ` [PATCH v3 02/20] setup: add comment indicating a hack
  ` [PATCH v3 03/20] environment: remove namespace_len variable
  ` [PATCH v3 04/20] repository: introduce the repository object
  ` [PATCH v3 05/20] environment: place key repository state in the_repository
  ` [PATCH v3 06/20] environment: store worktree "
  ` [PATCH v3 07/20] path: create path.h
  ` [PATCH v3 08/20] path: always pass in commondir to update_common_dir
  ` [PATCH v3 09/20] path: convert strbuf_git_common_path to take a 'struct repository'
  ` [PATCH v3 10/20] path: convert do_git_path "
  ` [PATCH v3 11/20] path: construct correct path to a worktree's index
  ` [PATCH v3 12/20] path: add repo_git_path and strbuf_repo_git_path
  ` [PATCH v3 13/20] path: add repo_worktree_path and strbuf_repo_worktree_path
  ` [PATCH v3 14/20] config: read config from a repository object
  ` [PATCH v3 15/20] repository: add index_state to struct repo
  ` [PATCH v3 16/20] submodule-config: store the_submodule_cache in the_repository
  ` [PATCH v3 17/20] submodule: add repo_read_gitmodules
  ` [PATCH v3 18/20] submodule: convert is_submodule_initialized to work on a repository
  ` [PATCH v3 19/20] repository: enable initialization of submodules
  ` [PATCH v3 20/20] ls-files: use repository object

[RFC/PATCH] submodules: overhaul documentation
 2017-06-20 21:42 UTC  (7+ messages)

[PATCH] diff.c: color moved lines differently
 2017-06-20 20:57 UTC  (33+ messages)
` [PATCH 00/26] reroll of sb/diff-color-moved
  ` [PATCH 01/26] diff.c: readability fix
  ` [PATCH 02/26] diff.c: move line ending check into emit_hunk_header
  ` [PATCH 03/26] diff.c: factor out diff_flush_patch_all_file_pairs
  ` [PATCH 04/26] diff.c: introduce emit_diff_symbol
  ` [PATCH 05/26] diff.c: emit_diff_symbol learns DIFF_SYMBOL_CONTEXT_MARKER
  ` [PATCH 06/26] diff.c: emit_diff_symbol learns DIFF_SYMBOL_CONTEXT_FRAGINFO
  ` [PATCH 07/26] diff.c: emit_diff_symbol learns DIFF_SYMBOL_NO_LF_EOF
  ` [PATCH 08/26] diff.c: migrate emit_line_checked to use emit_diff_symbol
  ` [PATCH 09/26] diff.c: emit_diff_symbol learns DIFF_SYMBOL_WORDS{_PORCELAIN}
  ` [PATCH 10/26] diff.c: emit_diff_symbol learns DIFF_SYMBOL_CONTEXT_INCOMPLETE
  ` [PATCH 11/26] diff.c: emit_diff_symbol learns DIFF_SYMBOL_FILEPAIR
  ` [PATCH 12/26] diff.c: emit_diff_symbol learns DIFF_SYMBOL_HEADER
  ` [PATCH 13/26] diff.c: emit_diff_symbol learns about DIFF_SYMBOL_BINARY_FILES
  ` [PATCH 14/26] diff.c: emit_diff_symbol learns DIFF_SYMBOL_REWRITE_DIFF
  ` [PATCH 15/26] submodule.c: migrate diff output to use emit_diff_symbol
  ` [PATCH 16/26] diff.c: convert emit_binary_diff_body "
  ` [PATCH 17/26] diff.c: convert show_stats "
  ` [PATCH 18/26] diff.c: convert word diffing "
  ` [PATCH 19/26] diff.c: emit_diff_symbol learns about DIFF_SYMBOL_STAT_SEP
  ` [PATCH 20/26] diff.c: emit_diff_symbol learns about DIFF_SYMBOL_SUMMARY
  ` [PATCH 21/26] diff.c: buffer all output if asked to
  ` [PATCH 22/26] diff.c: color moved lines differently
  ` [PATCH 23/26] diff.c: color moved lines differently, plain mode
  ` [PATCH 24/26] diff.c: add dimming to moved line detection
  ` [PATCH 25/26] diff: document the new --color-moved setting
  ` [showing-off RFC/PATCH 26/26] diff.c: have a "machine parseable" move coloring

[PATCH] die routine: change recursion limit from 1 to 1024
 2017-06-20 19:05 UTC  (8+ messages)

Transform log message during migration svn -> git (using git-svn)
 2017-06-20 18:50 UTC  (6+ messages)
  ` AW: "

[GSoC] Update: Week 5
 2017-06-20 18:44 UTC  (13+ messages)
` [GSoC][PATCH 1/6] dir: create function count_slashes
  ` [GSoC][PATCH 2/6] submodule--helper: introduce get_submodule_displaypath and for_each_submodule_list
  ` [GSoC][PATCH 3/6] submodule: port set_name_rev from shell to C
  ` [GSoC][PATCH 4/6] submodule: port submodule subcommand status
  ` [GSoC][PATCH 5/6] submodule: port submodule subcommand sync from shell to C
  ` [GSoC][PATCH 6/6] submodule: port submodule subcommand 'deinit' "

[PATCH] Tweak help auto-correct phrasing
 2017-06-20 18:21 UTC  (5+ messages)
` [PATCHv2] "

[PATCH/RFC] Cleanup Documentation
 2017-06-20 18:27 UTC  (5+ messages)

Git Strange behaviour with remote deleted branch
 2017-06-20 16:20 UTC  (3+ messages)

[PATCH/ALMOST FINAL] Contextually notify user about an initial commit
 2017-06-20 14:41 UTC  (7+ messages)
` [PATCH 1/3] "
  ` [PATCH 2/3] Update test(s) that used old status message
  ` [PATCH 3/3] Add tests for the contextual initial "

"There are too many unreachable loose objects" - why don't we run 'git prune' automatically?
 2017-06-20 14:08 UTC  (6+ messages)

[RFC/PATCH v4 00/49] Add initial experimental external ODB support
 2017-06-20 13:48 UTC  (51+ messages)
` [RFC/PATCH v4 01/49] builtin/clone: get rid of 'value' strbuf
` [RFC/PATCH v4 02/49] t0021/rot13-filter: refactor packet reading functions
` [RFC/PATCH v4 03/49] t0021/rot13-filter: improve 'if .. elsif .. else' style
` [RFC/PATCH v4 04/49] Add Git/Packet.pm from parts of t0021/rot13-filter.pl
` [RFC/PATCH v4 05/49] t0021/rot13-filter: use Git/Packet.pm
` [RFC/PATCH v4 06/49] Git/Packet.pm: improve error message
` [RFC/PATCH v4 07/49] Git/Packet.pm: add packet_initialize()
` [RFC/PATCH v4 08/49] Git/Packet: add capability functions
` [RFC/PATCH v4 09/49] Add initial external odb support
` [RFC/PATCH v4 10/49] external odb foreach
` [RFC/PATCH v4 11/49] t0400: add 'put' command to odb-helper script
` [RFC/PATCH v4 12/49] external odb: add write support
` [RFC/PATCH v4 13/49] external-odb: accept only blobs for now
` [RFC/PATCH v4 14/49] t0400: add test for external odb write support
` [RFC/PATCH v4 15/49] Add GIT_NO_EXTERNAL_ODB env variable
` [RFC/PATCH v4 16/49] Add t0410 to test external ODB transfer
` [RFC/PATCH v4 17/49] lib-httpd: pass config file to start_httpd()
` [RFC/PATCH v4 18/49] lib-httpd: add upload.sh
` [RFC/PATCH v4 19/49] lib-httpd: add list.sh
` [RFC/PATCH v4 20/49] lib-httpd: add apache-e-odb.conf
` [RFC/PATCH v4 21/49] odb-helper: add 'store_plain_objects' to 'struct odb_helper'
` [RFC/PATCH v4 22/49] pack-objects: don't pack objects in external odbs
` [RFC/PATCH v4 23/49] t0420: add test with HTTP external odb
` [RFC/PATCH v4 24/49] odb-helper: start fault in implementation
` [RFC/PATCH v4 25/49] external-odb: add external_odb_fault_in_object()
` [RFC/PATCH v4 26/49] odb-helper: add script_mode
` [RFC/PATCH v4 27/49] Documentation: add read-object-protocol.txt
` [RFC/PATCH v4 28/49] contrib: add long-running-read-object/example.pl
` [RFC/PATCH v4 29/49] Add t0410 to test read object mechanism
` [RFC/PATCH v4 30/49] odb-helper: add read_object_process()
` [RFC/PATCH v4 31/49] external-odb: add external_odb_get_capabilities()
` [RFC/PATCH v4 32/49] t04*: add 'get_cap' support to helpers
` [RFC/PATCH v4 33/49] odb-helper: call odb_helper_lookup() with 'have' capability
` [RFC/PATCH v4 34/49] odb-helper: fix odb_helper_fetch_object() for read_object
` [RFC/PATCH v4 35/49] Add t0460 to test passing git objects
` [RFC/PATCH v4 36/49] odb-helper: add read_packetized_git_object_to_fd()
` [RFC/PATCH v4 37/49] odb-helper: add read_packetized_plain_object_to_fd()
` [RFC/PATCH v4 38/49] Add t0470 to test passing plain objects
` [RFC/PATCH v4 39/49] odb-helper: add write_object_process()
` [RFC/PATCH v4 40/49] Add t0480 to test "have" capability and plain objects
` [RFC/PATCH v4 41/49] external-odb: add external_odb_do_fetch_object()
` [RFC/PATCH v4 42/49] odb-helper: advertise 'have' capability
` [RFC/PATCH v4 43/49] odb-helper: advertise 'put' capability
` [RFC/PATCH v4 44/49] odb-helper: add have_object_process()
` [RFC/PATCH v4 45/49] clone: add initial param to write_remote_refs()
` [RFC/PATCH v4 46/49] clone: add --initial-refspec option
` [RFC/PATCH v4 47/49] clone: disable external odb before initial clone
` [RFC/PATCH v4 48/49] Add test for 'clone --initial-refspec'
` [RFC/PATCH v4 49/49] t: add t0430 to test cloning using bundles

Better usability of stash refs
 2017-06-20 13:46 UTC  (4+ messages)

[PATCH] git-p4: changelist template with p4 -G change -o
 2017-06-20 12:19 UTC 

Behavior of 'git fetch' for commit hashes
 2017-06-20 11:32 UTC  (4+ messages)

in case you want a use-case with lots of submodules
 2017-06-20  5:43 UTC  (4+ messages)

[PATCH v4 0/5] Implement git stash as a builtin command
 2017-06-20  2:37 UTC  (6+ messages)
` [PATCH v4 5/5] stash: implement builtin stash

[PATCH v5 00/10] The final building block for a faster rebase -i
 2017-06-20  2:35 UTC  (7+ messages)
` [PATCH v5 08/10] rebase -i: skip unnecessary picks using the rebase--helper

[RFC PATCH 0/4] Improvements to sha1_file
 2017-06-20  1:03 UTC  (10+ messages)
` [PATCH v4 0/8] "
` [PATCH v4 1/8] sha1_file: teach packed_object_info about typename
` [PATCH v4 2/8] sha1_file: rename LOOKUP_UNKNOWN_OBJECT
` [PATCH v4 3/8] sha1_file: rename LOOKUP_REPLACE_OBJECT
` [PATCH v4 4/8] sha1_file: move delta base cache code up
` [PATCH v4 5/8] sha1_file: refactor read_object
` [PATCH v4 6/8] sha1_file: improve sha1_object_info_extended
` [PATCH v4 7/8] sha1_file: do not access pack if unneeded
` [PATCH v4 8/8] sha1_file: refactor has_sha1_file_with_flags

[PATCH] grep: fix erroneously copy/pasted variable in check/assert pattern
 2017-06-19 22:01 UTC 

What's cooking in git.git (Jun 2017, #05; Mon, 19)
 2017-06-19 20:57 UTC  (2+ messages)

Restoring detached HEADs after Git operations
 2017-06-19 20:13 UTC  (11+ messages)
  ` AW: "

[RFC/PATCH 0/5] remote: eliminate remote->{fetch,push}_refspec and lazy parsing of refspecs
 2017-06-19 20:07 UTC  (3+ messages)

[PATCH 0/3] Add regression tests for recent rebase -i fixes
 2017-06-19 20:02 UTC  (13+ messages)
` [PATCH v2 0/3] Add regression tests for rectent "
` [PATCH v3 0/4] Add regression tests for recent "
  ` [PATCH v3 2/4] rebase -i: Add test for reflog message
  ` [PATCH v3 3/4] rebase: Add regression tests for console output
  ` [PATCH v3 4/4] rebase: Add more "

[PATCH 00/28] Create a reference backend for packed refs
 2017-06-19 19:53 UTC  (5+ messages)

[PATCH 1/2] Contextually notify user about an initial commit
 2017-06-19 18:33 UTC  (6+ messages)
` [PATCH 2/2] Add test for the new status message

How to git push mirror local refs only?
 2017-06-19 17:58 UTC  (4+ 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).