git@vger.kernel.org mailing list mirror (one of many)
 help / color / mirror / code / Atom feed
 messages from 2017-04-30 07:54:09 to 2017-05-02 03:07:18 UTC [more...]

[PATCH 0/5] Some submodule bugfixes and "reattaching detached HEADs"
 2017-05-02  3:07 UTC  (13+ messages)
` [PATCH 1/5] submodule_move_head: fix leak of struct child_process
` [PATCH 2/5] submodule_move_head: prepare env for child correctly
` [PATCH 3/5] submodule: avoid auto-discovery in new working tree manipulator code
` [RFC PATCH 4/5] submodule--helper: reattach-HEAD
` [RFC PATCH 5/5] submodule_move_head: reattach submodule HEAD to branch if possible

[PATCH] clone: handle empty config values in -c
 2017-05-02  2:56 UTC  (6+ messages)
  ` [PATCH] credential doc: make multiple-helper behavior more prominent (Re: [PATCH] clone: handle empty config values in -c)

[PATCH v2] send-email: new options to walkaround email server limits
 2017-05-02  2:24 UTC  (3+ messages)

Proposal for missing blob support in Git repos
 2017-05-02  1:41 UTC  (7+ messages)

[PATCH 0/5] Start of a journey: drop NO_THE_INDEX_COMPATIBILITY_MACROS
 2017-05-02  1:36 UTC  (7+ messages)
` [PATCH 1/5] cache.h: drop read_cache()
` [PATCH 2/5] cache.h: drop active_* macros
` [PATCH 3/5] cache.h: drop read_cache_from
` [PATCH 4/5] cache.h: drop read_cache_preload(pathspec)
` [PATCH 5/5] cache.h: drop read_cache_unmerged()

[PATCH 0/6] changed submodules
 2017-05-02  1:34 UTC  (27+ messages)
` [PATCH 1/6] submodule: rename add_sha1_to_array
` [PATCH 4/6] submodule: change string_list changed_submodule_paths
` [PATCH 5/6] submodule: improve submodule_has_commits
` [PATCH 6/6] submodule: refactor logic to determine changed submodules
` [PATCH v2 0/6] "
  ` [PATCH v2 1/6] submodule: rename add_sha1_to_array
  ` [PATCH v2 2/6] submodule: rename free_submodules_sha1s
  ` [PATCH v2 3/6] submodule: remove add_oid_to_argv
  ` [PATCH v2 4/6] submodule: change string_list changed_submodule_paths
  ` [PATCH v2 5/6] submodule: improve submodule_has_commits
  ` [PATCH v2 6/6] submodule: refactor logic to determine changed submodules

Terrible bad performance for it blame --date=iso -C -C master -- <file>
 2017-05-02  0:59 UTC  (4+ messages)

[RFC] [GSoC] Port git-add--interactive.perl:status_cmd to C
 2017-05-02  0:32 UTC  (2+ messages)

Bug Report: .gitignore behavior is not matching in git clean and git status
 2017-05-02  0:26 UTC  (7+ messages)

[PATCH v2 00/53] object_id part 8
 2017-05-01 23:44 UTC  (61+ messages)
` [PATCH v2 01/53] fetch-pack: convert to struct object_id
` [PATCH v2 02/53] Clean up outstanding object_id transforms
` [PATCH v2 03/53] Convert struct cache_tree to use struct object_id
` [PATCH v2 04/53] builtin/name-rev: convert to "
` [PATCH v2 05/53] builtin/prune: "
` [PATCH v2 06/53] bundle: "
` [PATCH v2 07/53] branch: "
` [PATCH v2 08/53] builtin/blame: convert static function "
` [PATCH v2 09/53] builtin/rev-parse: convert "
` [PATCH v2 10/53] fast-import: convert internal structs "
` [PATCH v2 11/53] fast-import: convert "
` [PATCH v2 12/53] submodule: convert merge_submodule to use "
` [PATCH v2 13/53] notes-cache: convert to "
` [PATCH v2 14/53] parse-options-cb: "
` [PATCH v2 15/53] reflog_expire: "
` [PATCH v2 16/53] builtin/verify-commit: "
` [PATCH v2 17/53] tag: convert parse_tag_buffer "
` [PATCH v2 18/53] http-push: convert some static functions "
` [PATCH v2 19/53] notes-utils: convert internals "
` [PATCH v2 20/53] revision: convert prepare_show_merge "
` [PATCH v2 21/53] shallow: convert shallow registration functions to object_id
` [PATCH v2 22/53] sequencer: convert some functions to struct object_id
` [PATCH v2 23/53] builtin/tag: convert "
` [PATCH v2 24/53] Convert remaining callers of lookup_commit_reference* to object_id
` [PATCH v2 25/53] Convert lookup_commit* to struct object_id
` [PATCH v2 26/53] pack: convert struct pack_idx_entry "
` [PATCH v2 27/53] builtin/unpack-objects: convert "
` [PATCH v2 28/53] Convert remaining callers of lookup_blob to object_id
` [PATCH v2 29/53] Convert lookup_blob to struct object_id
` [PATCH v2 30/53] tree: convert read_tree_1 to use struct object_id internally
` [PATCH v2 31/53] builtin/reflog: convert tree_is_complete to take struct object_id
` [PATCH v2 32/53] Convert lookup_tree to "
` [PATCH v2 33/53] log-tree: convert "
` [PATCH v2 34/53] Convert lookup_tag "
` [PATCH v2 35/53] Convert the verify_pack callback "
` [PATCH v2 36/53] Convert struct ref_array_item "
` [PATCH v2 37/53] ref-filter: convert some static functions "
` [PATCH v2 38/53] refs: convert struct ref_update to use "
` [PATCH v2 39/53] refs/files-backend: convert many internals to "
` [PATCH v2 40/53] http-push: convert process_ls_object and descendants to object_id
` [PATCH v2 41/53] revision: rename add_pending_sha1 to add_pending_oid
` [PATCH v2 42/53] revision: convert remaining parse_object callers to object_id
` [PATCH v2 43/53] upload-pack: "
` [PATCH v2 44/53] sha1_name: convert internals of peel_onion "
` [PATCH v2 45/53] builtin/read-tree: convert to struct object_id
` [PATCH v2 46/53] builtin/ls-files: convert overlay_tree_on_cache to object_id
` [PATCH v2 47/53] sequencer: convert fast_forward_to to struct object_id
` [PATCH v2 48/53] merge: convert checkout_fast_forward "
` [PATCH v2 49/53] builtin/ls-tree: convert "
` [PATCH v2 50/53] diff-lib: convert do_diff_cache "
` [PATCH v2 51/53] sequencer: convert do_recursive_merge "
` [PATCH v2 52/53] tree: convert parse_tree_indirect "
` [PATCH v2 53/53] object: convert parse_object* to take "

git loses a commit after reordering
 2017-05-01 23:33 UTC  (4+ messages)
  ` Re[2]: "

BUG: diff-{index,files,tree} (and git-gui) do not respect the diff.indentHeuristic config setting
 2017-05-01 23:25 UTC  (23+ messages)
` [PATCH 0/2] Make diff plumbing commands respect the indentHeuristic
  ` [PATCH 2/2] Have the diff-* builtins configure diff before initializing revisions
  ` [PATCHv2 0/3] Make diff plumbing commands respect the indentHeuristic
        ` [PATCHv3 0/4] "
          ` [PATCHv3 1/4] diff: make the indent heuristic part of diff's basic configuration
          ` [PATCHv3 2/4] diff: have the diff-* builtins configure diff before initializing revisions
          ` [PATCHv3 3/4] diff: enable indent heuristic by default
          ` [PATCHv3 4/4] add--interactive: drop diff.indentHeuristic handling

What's cooking in git.git (May 2017, #01; Mon, 1)
 2017-05-01 23:21 UTC  (6+ messages)

[PATCH] small memory leak fix
 2017-05-01 21:38 UTC  (3+ messages)

[PATCH] cache-tree: reject entries with null sha1
 2017-05-01 21:26 UTC  (7+ messages)

[PATCH 00/26] Address a couple of issues identified by Coverity
 2017-05-01 19:05 UTC  (11+ messages)
` [PATCH 07/26] http-backend: avoid memory leaks
      ` Automating Coverity, was Re: [PATCH 00/26] Address a couple of issues identified by Coverity

Bug: Git rename does not work if folder naming was changed from lower to upper case on OSX
 2017-05-01 17:07 UTC  (4+ messages)

Bug: wrong documentation for git-fast-import's option command
 2017-05-01 13:26 UTC  (3+ messages)

[PATCH] l10n: de.po: update German translation
 2017-05-01 12:19 UTC  (3+ messages)
` [PATCH v2] "

[PATCH v2 0/9] The final building block for a faster rebase -i
 2017-05-01 11:58 UTC  (15+ messages)
` [PATCH v3 "
  ` [PATCH v3 1/9] rebase -i: generate the script via rebase--helper

[PATCH v1] travis-ci: retry if Git for Windows CI returns HTTP error 502 or 503
 2017-05-01 11:32 UTC  (2+ messages)

[PATCH] t7400: add BSLASHPSPEC prerequisite to 'add with \\ in path'
 2017-05-01 10:59 UTC  (9+ messages)

[PATCH] i18n: remove i18n from tag reflog message
 2017-05-01  9:15 UTC  (6+ messages)
` [PATCH v2] i18n patches to apply for rc2
  ` [PATCH v2 1/2] i18n: remove i18n from tag reflog message
  ` [PATCH v2 2/2] i18n: read-cache: Fix typo

[PATCH] archive-zip: Add zip64 headers when file size is too large for 32 bits
 2017-05-01  8:30 UTC  (17+ messages)
` [PATCH v2] "
            ` [PATCH v3 0/5] archive-zip: support files and archives bigger than 4GB

[PATCH] send-email: new option to walkaround email server limits
 2017-05-01  6:03 UTC  (3+ messages)

t0025 flaky on OSX
 2017-05-01  4:52 UTC  (4+ messages)
` [PATCH/RFC 1/1] t0027: Some tests are not expensive

[PATCH v2] t7400: add !CYGWIN prerequisite to 'add with \\ in path'
 2017-05-01  2:03 UTC  (2+ messages)

[PATCH v3 0/5] clone: --no-tags option
 2017-05-01  1:31 UTC  (3+ messages)

Submodule/contents conflict
 2017-05-01  0:15 UTC  (8+ messages)

[PATCH] doc: update SubmittingPatches
 2017-05-01  0:09 UTC  (2+ messages)

[PATCH v2] fix minor typing mistakes
 2017-04-30 15:48 UTC 

[PATCH v2] doc: git-pull.txt use US spelling, fix minor typo
 2017-04-30 14:54 UTC 

[PATCH/RFC V2] stash: implement builtin stash
 2017-04-30 11:29 UTC  (3+ 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).