git@vger.kernel.org mailing list mirror (one of many)
 help / color / mirror / code / Atom feed
 messages from 2017-03-14 17:41:03 to 2017-03-16 18:33:49 UTC [more...]

[PATCH 0/6] minor pack-name cleanups
 2017-03-16 18:33 UTC  (23+ messages)
` [PATCH 1/6] index-pack: factor out pack/idx finalization
` [PATCH 2/6] move odb_* declarations out of git-compat-util.h
` [PATCH 3/6] sha1_file.c: make pack-name helper globally accessible
` [PATCH 4/6] index-pack: drop fixed-size buffer for pack filenames
` [PATCH 5/6] fast-import: replace fixed buffer with odb_pack_name
` [PATCH 6/6] odb_pack_keep(): stop generating keepfile name
` [PATCH v2 0/5] minor pack-name cleanups
  ` [PATCH v2 1/5] move odb_* declarations out of git-compat-util.h
  ` [PATCH v2 2/5] sha1_file.c: make pack-name helper globally accessible
  ` [PATCH v2 3/5] odb_pack_keep(): stop generating keepfile name
  ` [PATCH v2 4/5] replace snprintf with odb_pack_name()
  ` [PATCH v2 5/5] index-pack: make pointer-alias fallbacks safer

[PATCH] Put sha1dc on a diet
 2017-03-16 18:22 UTC  (8+ messages)

[GSoC][PATCH/RFC v3 3/3] credential-cache: only use user_socket if a socket
 2017-03-16 18:26 UTC  (12+ messages)
` [GSoC][PATCH v4 0/4] Moving credential-cache socket to xdg path
  ` [GSoC][PATCH v4 1/4] path.c: add xdg_cache_home
  ` [GSoC][PATCH v4 2/4] dir: add directory_exists
  ` [GSoC][PATCH v4 3/4] credential-cache: use XDG_CACHE_HOME for socket
  ` [GSoC][PATCH v4 4/4] credential-cache: add tests for XDG functionality

Proposal for "fetch-any-blob Git protocol" and server design
 2017-03-16 17:31 UTC  (3+ messages)

[PATCH v2 00/11] decoupling a submodule's existence and its url
 2017-03-16 16:47 UTC  (44+ messages)
` [PATCH v3 00/10] "
  ` [PATCH v3 01/10] submodule--helper: add is_active command
  ` [PATCH v3 02/10] submodule status: use submodule--helper is-active
  ` [PATCH v3 03/10] submodule sync: "
  ` [PATCH v3 04/10] submodule--helper clone: check for configured submodules using helper
  ` [PATCH v3 05/10] submodule: decouple url and submodule existence
  ` [PATCH v3 06/10] submodule update: add `--init-active` switch
  ` [PATCH v3 07/10] clone: add --submodule-spec=<pathspec> switch
  ` [PATCH v3 09/10] submodule--helper init: set submodule.<name>.active
  ` [PATCH v3 10/10] submodule add: respect submodule.active and submodule.<name>.active

Viewing untracked+stashed files in git stash show
 2017-03-16 16:34 UTC 

sequencer "edit" command always issues a warning
 2017-03-16 13:15 UTC 

[PATCH] Makefile: escape ' in bin-wrappers rule
 2017-03-16 11:24 UTC  (2+ messages)

[PATCH 0/3] describe --contains sanity
 2017-03-16 10:28 UTC  (14+ messages)
` [PATCH 1/3] describe: debug is incompatible with contains
` [PATCH 2/3] git-prompt: add a describe style for any tags
` [RFD PATCH 3/3] name-rev: Allow lightweight tags and branch refs
      ` [PATCH 0/2] Teach name-rev to pay more attention to lightweight tags
        ` [PATCH 1/2] name-rev: refactor logic to see if a new candidate is a better name
        ` [PATCH 2/2] name-rev: favor describing with tags and use committer date to tiebreak

Finding a tag that introduced a submodule change
 2017-03-16 10:17 UTC  (5+ messages)

[RFC PATCH] short status: improve reporting for submodule changes
 2017-03-16  5:16 UTC  (3+ messages)

[PATCH] submodule.c: fix an 'using integer as NULL pointer' warning
 2017-03-16  4:49 UTC  (2+ messages)

GSoC Project | Submodules related work
 2017-03-15 22:13 UTC  (4+ messages)

[PATCH 0/3] minor rev-parse option-parsing cleanups
 2017-03-15 21:38 UTC  (6+ messages)
` [PATCH 1/3] rev-parse: use skip_prefix when parsing options
` [PATCH 2/3] rev-parse: add helper for parsing "--foo/--foo="
` [PATCH 3/3] rev-parse: simplify parsing of ref options

Commiting files larger than 4 GB on Windows
 2017-03-15 21:29 UTC  (7+ messages)

fatal: Could not get current working directory: Permission denied | affected 2.10,2.11,2.12, but not 1.9.5 |
 2017-03-15 21:30 UTC  (10+ messages)

[PATCH v2 3/3] difftool: handle modified symlinks in dir-diff mode
 2017-03-15 20:58 UTC  (3+ messages)

[GSoC] Discussion of "Submodule related work" project
 2017-03-15 20:48 UTC  (3+ messages)

[PATCH] submodule-config: correct error reporting for invalid ignore value
 2017-03-15 20:21 UTC  (5+ messages)

[RFC PATCH] Move SHA-1 implementation selection into a header file
 2017-03-15 19:48 UTC  (12+ messages)

BUG: "git revert -m 0 <commit>" considered to be "git revert <commit>"
 2017-03-15 19:15 UTC  (3+ messages)
` [PATCH] cherry-pick: detect bogus arguments to --mainline

[PATCH] l10n: add framework for localizing the manpages
 2017-03-15 18:28 UTC  (10+ messages)

git-clone --config order & fetching extra refs during initial clone
 2017-03-15 17:08 UTC  (6+ messages)

[ANNOUNCE] Git Rev News edition 25
 2017-03-15 17:06 UTC 

[PATCH 0/5] recursing submodules with relative pathspec (grep and ls-files)
 2017-03-15 17:02 UTC  (13+ messages)
` [PATCH v2 0/4] "
  ` [PATCH v2 1/4] grep: fix help text typo
  ` [PATCH v2 2/4] setup: allow for prefix to be passed to git commands
  ` [PATCH v2 3/4] grep: fix bug when recursing with relative pathspec
  ` [PATCH v2 4/4] ls-files: "

[PATCH 1/3] t7800: remove whitespace before redirect
 2017-03-15 16:41 UTC  (4+ messages)
` [PATCH 2/3] t7800: cleanup cruft left behind by tests
` [PATCH 3/3] difftool: handle modified symlinks in dir-diff mode

git pretty format: "%+b" not working with "%w" in front of it?
 2017-03-15 15:18 UTC  (2+ messages)

(no subject)
 2017-03-15 14:35 UTC 

[PATCH] git-status: make porcelain more robust
 2017-03-15  7:13 UTC  (3+ messages)

[Bug] Unicode display
 2017-03-15  7:00 UTC  (3+ messages)

[RFCv8 PATCH 00/17] Checkout aware of Submodules!
 2017-03-15  0:41 UTC  (22+ messages)
` [PATCHv9 00/19] "
  ` [PATCH 01/19] connect_work_tree_and_git_dir: safely create leading directories
  ` [PATCH 02/19] submodule--helper.c: remove duplicate code
  ` [PATCH 03/19] lib-submodule-update.sh: reorder create_lib_submodule_repo
  ` [PATCH 04/19] lib-submodule-update.sh: do not use ./. as submodule remote
  ` [PATCH 05/19] lib-submodule-update: teach test_submodule_content the -C <dir> flag
  ` [PATCH 06/19] lib-submodule-update.sh: replace sha1 by hash
  ` [PATCH 07/19] lib-submodule-update.sh: define tests for recursing into submodules
  ` [PATCH 08/19] make is_submodule_populated gently
  ` [PATCH 09/19] update submodules: add submodule config parsing
  ` [PATCH 10/19] update submodules: add a config option to determine if submodules are updated
  ` [PATCH 11/19] submodules: introduce check to see whether to touch a submodule
  ` [PATCH 12/19] update submodules: move up prepare_submodule_repo_env
  ` [PATCH 13/19] submodule.c: get_super_prefix_or_empty
  ` [PATCH 14/19] update submodules: add submodule_move_head
  ` [PATCH 15/19] unpack-trees: pass old oid to verify_clean_submodule
  ` [PATCH 16/19] unpack-trees: check if we can perform the operation for submodules
  ` [PATCH 17/19] entry.c: create submodules when interesting
  ` [PATCH 18/19] builtin/checkout: add --recurse-submodules switch
  ` [PATCH 19/19] builtin/read-tree: "

What's cooking in git.git (Mar 2017, #06; Tue, 14)
 2017-03-14 23:39 UTC  (2+ messages)

[PATCH] add--interactive: do not expand pathspecs with ls-files
 2017-03-14 22:09 UTC  (3+ messages)

What's cooking in git.git (Mar 2017, #05; Mon, 13)
 2017-03-14 18:17 UTC  (2+ messages)

[PATCH v5 00/11] Fix the early config
 2017-03-14 18:01 UTC  (4+ messages)
` [PATCH v6 00/12] "


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