git@vger.kernel.org mailing list mirror (one of many)
 help / color / mirror / code / Atom feed
 messages from 2017-06-21 03:02:37 to 2017-06-22 21:38:25 UTC [more...]

[PATCH 0/3] wildmatch refactoring
 2017-06-22 21:38 UTC 

(no subject)
 2017-06-22 21:35 UTC  (7+ messages)
` your mail
  ` AW: "

[RFC/PATCH] submodules: overhaul documentation
 2017-06-22 21:09 UTC  (11+ messages)
` [PATCHv2] "
  ` [PATCHv3] "

[PATCH 1/3] read-cache: use shared perms when writing shared index
 2017-06-22 21:07 UTC  (9+ messages)
` [PATCH 2/3] t1301: move movebits() to test-lib-functions.sh
` [PATCH 3/3] t1700: make sure split-index respects core.sharedrepository

[PATCH] name-rev: Fix tag lookup on repository with mixed types of tags
 2017-06-22 20:38 UTC  (2+ messages)

[PATCH 0/3] WIP list-objects and pack-objects for partial clone
 2017-06-22 20:36 UTC  (4+ messages)
` [PATCH 1/3] list-objects: add filter_blob to traverse_commit_list
` [PATCH 2/3] pack-objects: WIP add max-blob-size filtering
` [PATCH 3/3] pack-objects: add t5317 to test max-blob-size

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

Truncating HEAD reflog on branch move
 2017-06-22 20:32 UTC  (10+ messages)

[PATCH] name-rev: Fix tag lookup on repository with mixed types of tags
 2017-06-22 19:42 UTC 

[PATCH 0/5] Move unquote_path() from git-add--interactive.perl to Git.pm
 2017-06-22 19:38 UTC  (9+ messages)
` [PATCH 1/5] Git.pm Add unquote_path()
` [PATCH 2/5] Git::unquote_path() Handle '\a'
` [PATCH 3/5] Git::unquote_path() throw an exception on bad path
` [PATCH 4/5] Add tests for Git::unquote_path()
` [PATCH 5/5] git-add--interactive.perl: Use unquote_path() from Git.pm

[PATCH/RFC] Cleanup Documentation
 2017-06-22 19:13 UTC  (10+ messages)
      ` [PATCH/FINALRFC] Documentation/git-submodule: cleanup
            ` [PATCH/FINAL] "

[BUG] add_again() off-by-one error in custom format
 2017-06-22 18:19 UTC  (18+ messages)
                      ` [PATCH] sha1_name: cache readdir(3) results in find_short_object_filename()

[PATCH] git-p4: changelist template with p4 -G change -o
 2017-06-22 17:32 UTC  (2+ messages)

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

[PATCH 00/28] Create a reference backend for packed refs
 2017-06-22 15:33 UTC  (7+ messages)

Ambiguity warning printed twice ?
 2017-06-22 14:23 UTC  (2+ messages)

No "invalid option" message with git diff --cached --invalid-option
 2017-06-22 14:13 UTC  (2+ messages)

[GSoC] Update: Week 5
 2017-06-22  7:01 UTC  (6+ 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 5/6] submodule: port submodule subcommand sync from shell to C

Using '--help' for aliases
 2017-06-22  5:39 UTC  (4+ messages)

Small issue with "add untracked" option of 'git add -i'
 2017-06-22  3:13 UTC  (7+ messages)

[PATCH 1/3] Contextually notify user about an initial commit
 2017-06-22  3:01 UTC  (9+ messages)
` [PATCH/FINAL] status: contextually "

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

[PATCH] diff.c: color moved lines differently
 2017-06-21 22:40 UTC  (32+ messages)
` [PATCH 00/26] reroll of sb/diff-color-moved
  ` [PATCH 04/26] diff.c: introduce emit_diff_symbol
  ` [PATCH 08/26] diff.c: migrate emit_line_checked to use emit_diff_symbol
  ` [PATCH 11/26] diff.c: emit_diff_symbol learns DIFF_SYMBOL_FILEPAIR
  ` [PATCH 13/26] diff.c: emit_diff_symbol learns about DIFF_SYMBOL_BINARY_FILES
  ` [PATCH 16/26] diff.c: convert emit_binary_diff_body to use emit_diff_symbol
  ` [PATCH 17/26] diff.c: convert show_stats "
  ` [PATCH 24/26] diff.c: add dimming to moved line detection
  ` [showing-off RFC/PATCH 26/26] diff.c: have a "machine parseable" move coloring

Monitoring a repository for changes
 2017-06-21 22:36 UTC  (9+ messages)

[PATCHv2] Tweak help auto-correct phrasing
 2017-06-21 22:34 UTC  (3+ messages)
` [PATCHv2 (resend)] "

[PATCH] die routine: change recursion limit from 1 to 1024
 2017-06-21 21:40 UTC  (6+ messages)
` [PATCH v2] die(): stop hiding errors due to overzealous recursion guard

git add -p does not work with custom comment char currently
 2017-06-21 21:12 UTC  (6+ messages)
  ` [PATCH 0/2] "
    ` [PATCH 1/2] add--interactive: handle EOF in prompt_yesno
    ` [PATCH 2/2] add--interactive: quote commentChar regex

[PATCH] Increase core.packedGitLimit
 2017-06-21 19:31 UTC  (10+ messages)
  ` [PATCH] docs: update 64-bit core.packedGitLimit default

[PATCHv3] submodules: overhaul documentation
 2017-06-21 19:19 UTC  (2+ messages)

Does 'git config' accept the '--remove' option?
 2017-06-21 18:43 UTC  (3+ messages)

[PATCH] status tests: fix a minor indenting issue
 2017-06-21 18:18 UTC  (3+ messages)

Why 10k remotes? Was: Re: [RFC/PATCH 0/5] remote: eliminate remote->{fetch,push}_refspec and lazy parsing of refspecs
 2017-06-21 16:00 UTC  (2+ messages)

git revert --continue refuses to, help!
 2017-06-21 12:57 UTC 

[PATCH] die routine: change recursion limit from 1 to 1024
 2017-06-21 10:10 UTC  (5+ 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).