git@vger.kernel.org mailing list mirror (one of many)
 help / color / mirror / code / Atom feed
 messages from 2015-12-21 10:23:48 to 2015-12-25 18:25:17 UTC [more...]

[PATCH v2 00/11] ref-filter: use parsing functions
 2015-12-25 18:24 UTC  (12+ messages)
` [PATCH v2 09/11] ref-filter: introduce remote_ref_atom_parser()
` [PATCH v2 10/11] ref-filter: introduce contents_atom_parser()
` [PATCH v2 11/11] ref-filter: introduce objectname_atom_parser()

git objects
 2015-12-24 23:34 UTC  (2+ messages)

Building Git with HTTPS support: avoiding libcurl?
 2015-12-24 22:36 UTC  (6+ messages)

[PATCH v3 00/11] Untracked cache improvements
 2015-12-24 21:11 UTC  (18+ messages)
` [PATCH v3 01/11] dir: free untracked cache when removing it
` [PATCH v3 02/11] update-index: use enum for untracked cache options
` [PATCH v3 03/11] update-index: add --test-untracked-cache
` [PATCH v3 04/11] update-index: add untracked cache notifications
` [PATCH v3 05/11] update-index: move 'uc' var declaration
` [PATCH v3 06/11] dir: add add_untracked_cache()
` [PATCH v3 07/11] dir: add new_untracked_cache()
` [PATCH v3 08/11] dir: add remove_untracked_cache()
` [PATCH v3 09/11] dir: simplify untracked cache "ident" field
` [PATCH v3 10/11] config: add core.untrackedCache
` [PATCH v3 11/11] t7063: add tests for core.untrackedCache

Pls Support Conservancy: https://sfconservancy.org/supporter/
 2015-12-24 20:56 UTC  (2+ messages)

[PATCH 7/8] config: add core.untrackedCache
 2015-12-24 20:54 UTC  (18+ messages)

[PATCH v1 0/2] git-p4: kill watchdog and suppress irrelevant output
 2015-12-24 11:09 UTC  (7+ messages)
` [PATCH v1 2/2] git-p4: suppress non test relevant output

[PATCH 1/2] git.c: make it clear save_env() is for alias handling only
 2015-12-24  9:35 UTC  (12+ messages)
` [PATCH v2 0/3] nd/clear-gitenv-upon-use-of-alias

"git stash pop" is doing an unwanted "git add" when there are conflicts
 2015-12-24  9:20 UTC  (5+ messages)

RefTree: Alternate ref backend
 2015-12-24  1:33 UTC  (13+ messages)

[PATCH] user-manual: remove temporary branch entry from todo list
 2015-12-24  0:47 UTC 

[PATCH 1/2] Define the term shallow clone
 2015-12-23 20:36 UTC  (12+ messages)
` [PATCH 2/2] Add a section to the users manual documenting shallow clones
    ` [PATCH V2 2/2] user-manual: add section "
    ` [PATCH V2 x/2] "
    ` [PATCH V3 2/2] "
        ` [PATCH V4 "
  ` [PATCH V2 1/2] glossary: define the term shallow clone
  ` [PATCH V3 "

[PATCH 00/16] LMDB refs backend atop pre-vtable
 2015-12-23 20:23 UTC  (21+ messages)
` [PATCH 08/16] refs: add methods to init refs backend and db
` [PATCH 11/16] refs: move duplicate check to common code
` [PATCH 12/16] refs: always handle non-normal refs in files backend
` [PATCH 13/16] init: allow alternate backends to be set for new repos
  ` [PATCH] clone: use child_process for recursive checkouts
` [PATCH 14/16] refs: allow ref backend to be set for clone
` [PATCH 15/16] refs: add LMDB refs backend

Announcing release for Git 1.9 on CentOS Linux 6 and 7 x86_64 SCL
 2015-12-23 14:17 UTC 

[PATCH 00/10] use the $( ... ) construct for command substitution
 2015-12-23 13:45 UTC  (11+ messages)
` [PATCH 01/10] t/t5303-pack-corruption-resilience.sh: "
` [PATCH 02/10] t/t5304-prune.sh: "
` [PATCH 03/10] t/t5305-include-tag.sh: "
` [PATCH 04/10] t/t5500-fetch-pack.sh: "
` [PATCH 05/10] t/t5505-remote.sh: "
` [PATCH 06/10] t/t5506-remote-groups.sh: "
` [PATCH 07/10] t/t5510-fetch.sh: "
` [PATCH 08/10] t/t5515-fetch-merge-logic.sh: "
` [PATCH 09/10] t/t5516-fetch-push.sh: "
` [PATCH 10/10] t/t5517-push-mirror.sh: "

Combining APPLE_COMMON_CRYPTO=1 and NO_OPENSSL=1 produces unexpected result
 2015-12-23  8:51 UTC  (2+ messages)

[ANNOUNCE] Git v2.7.0-rc2
 2015-12-22 23:49 UTC 

[PATCH v7] ls-files: Add eol diagnostics
 2015-12-22 23:35 UTC  (2+ messages)

[PATCH v1] git-p4: ignore P4 changelists that only touch files
 2015-12-22 23:30 UTC  (3+ messages)

[PATCH 1/3] pretty: Pass graph width to pretty formatting for use in '%>|(N)'
 2015-12-22 22:54 UTC  (4+ messages)

[PATCH] push: don't mark options of recurse-submodules for translation
 2015-12-22 22:14 UTC  (2+ messages)

[PATCH] rebase: add --verify-signatures
 2015-12-22 23:12 UTC  (8+ messages)

Git clone fails during pre-commit hook due to GIT_WORK_TREE=. (regression 2.5 -> 2.6)
 2015-12-22 21:50 UTC  (6+ messages)
` [PATCH] Revert "setup: set env $GIT_WORK_TREE when work tree is set, like $GIT_DIR"

[PATCH 00/10] use the $( ... ) construct for command substitution
 2015-12-22 21:33 UTC  (12+ messages)
` [PATCH 01/10] t/t1100-commit-tree-options.sh: "
` [PATCH 02/10] t/t1401-symbolic-ref.sh: "
` [PATCH 03/10] t/t1410-reflog.sh: "
` [PATCH 04/10] t/t1511-rev-parse-caret.sh: "
` [PATCH 05/10] t/t1512-rev-parse-disambiguation.sh: "
` [PATCH 06/10] t/t1700-split-index.sh: "
` [PATCH 07/10] t/t2025-worktree-add.sh: "
` [PATCH 08/10] t/t2102-update-index-symlinks.sh: "
` [PATCH 09/10] t/t3030-merge-recursive.sh: "
` [PATCH 10/10] t/t3100-ls-tree-restrict.sh: "

Git Rebase Issue
 2015-12-22 21:02 UTC  (3+ messages)

[PATCH 00/10] use the $( ... ) construct for command substitution
 2015-12-22 20:45 UTC  (12+ messages)
` [PATCH 01/10] contrib/examples/git-commit.sh: "
` [PATCH 02/10] contrib/examples/git-fetch.sh: "
` [PATCH 03/10] contrib/examples/git-merge.sh: "
` [PATCH 04/10] contrib/examples/git-repack.sh: "
` [PATCH 05/10] contrib/examples/git-revert.sh: "
` [PATCH 06/10] contrib/thunderbird-patch-inline/appp.sh: "
` [PATCH 07/10] git-gui/po/glossary/txt-to-pot.sh: "
` [PATCH 08/10] t/lib-httpd.sh: "
` [PATCH 09/10] test-sha1.sh: "
` [PATCH 10/10] unimplemented.sh: "

[PATCH 00/10] use the $( ... ) construct for command substitution
 2015-12-22 20:34 UTC  (13+ messages)
` [PATCH 01/10] t3101-ls-tree-dirname.sh: "
` [PATCH 02/10] t3210-pack-refs.sh: "
` [PATCH 03/10] t3403-rebase-skip.sh: "
` [PATCH 04/10] t3511-cherry-pick-x.sh: "
` [PATCH 05/10] t3600-rm.sh: "
` [PATCH 06/10] t3700-add.sh: "
` [PATCH 07/10] t5100-mailinfo.sh: "
` [PATCH 08/10] t5300-pack-object.sh: "
` [PATCH 09/10] t5301-sliding-window.sh: "
` [PATCH 10/10] t5302-pack-index.sh: "

[PATCH] l10n: de.po: translate 68 new messages
 2015-12-22 20:15 UTC  (2+ messages)

[PATCH v2 0/2] do_compare_entry: use already-computed path
 2015-12-22 18:51 UTC  (8+ messages)
` [PATCH v2 1/2] traverse_info: make mostly const
` [PATCH v2 2/2] do_compare_entry: use already-computed path

`format:%>` padding and `git log --graph`
 2015-12-22 16:08 UTC  (3+ messages)

[L10N] Kickoff of translation for Git 2.7.0 round 2
 2015-12-22 15:15 UTC 

git describe unexpected results
 2015-12-22  7:03 UTC 

[PATCH 0/4] improve symbolic-ref robustness
 2015-12-22  0:58 UTC  (4+ messages)
` [PATCH 4/4] create_symref: use existing ref-lock code

Case insensitive branch names
 2015-12-21 20:08 UTC  (5+ messages)
` [git-for-windows] "

Someplace to contribute: documentation
 2015-12-21 19:58 UTC  (3+ messages)

[PATCH] hooks/update: Add a hooks.denyunsignedtags option
 2015-12-21 19:29 UTC  (4+ messages)

[PATCHv2 0/3] git-p4: fixing p4ChangesForPaths
 2015-12-21 19:27 UTC  (2+ messages)

[PATCH] commit: ensure correct permissions of the commit message
 2015-12-21 17:22 UTC  (5+ messages)

Applying attached patches with git-am fails due to leading > in patch
 2015-12-21 17:21 UTC 

[PATCH] do_compare_entry: use already-computed path
 2015-12-21 17:17 UTC  (2+ messages)

[PATCH] mingw: emulate write(2) that fails with a EPIPE
 2015-12-21 16:59 UTC  (4+ messages)
` [PATCH v2] "

[RFPR] updates for 2.7?
 2015-12-21 16:57 UTC  (3+ messages)

What's cooking in git.git (Dec 2015, #05; Tue, 15)
 2015-12-21 16:54 UTC  (6+ messages)

[PATCH] git-p4.py: add support for filetype change
 2015-12-21 13:09 UTC 


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