git@vger.kernel.org mailing list mirror (one of many)
 help / color / mirror / code / Atom feed
 messages from 2015-12-22 19:34:51 to 2015-12-29 08:13:04 UTC [more...]

[PATCH 1/2] git.c: make it clear save_env() is for alias handling only
 2015-12-29  8:12 UTC  (13+ 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-29  7:53 UTC  (5+ messages)

[PATCH 0/14] counting trailers with shortlogs
 2015-12-29  7:50 UTC  (16+ messages)
` [PATCH 01/14] move string functions out of git-compat-util
` [PATCH 02/14] log: refactor add_header to drop some magic numbers
` [PATCH 03/14] strutil: add skip_prefix_icase
` [PATCH 04/14] shortlog: use skip_prefix_icase to parse "Author" lines
` [PATCH 05/14] shortlog: use strbufs to read from stdin
` [PATCH 06/14] shortlog: replace hand-parsing of author with pretty-printer
` [PATCH 07/14] shortlog: optimize "--summary" mode
` [PATCH 08/14] shortlog: optimize out useless "<none>" normalization
` [PATCH 09/14] shortlog: optimize out useless string list
` [PATCH 10/14] shortlog: change "author" variables to "ident"
` [PATCH 11/14] shortlog: allow grouping by committer ident
` [PATCH 12/14] trailer: factor out config reading
` [PATCH 13/14] trailer: add interface for parsing commit trailers
` [PATCH 14/14] shortlog: match commit trailers with --ident

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

[PATCH 0/2] compiling with -fsanitize=undefined
 2015-12-29  6:45 UTC  (6+ messages)
` [PATCH 1/2] avoid shifting signed integers 31 bits
` [PATCH 2/2] bswap: add NO_UNALIGNED_LOADS define

[PATCH 0/4] improve symbolic-ref robustness
 2015-12-29  6:03 UTC  (14+ messages)
` [PATCH 3/4] create_symref: modernize variable names
` [PATCH 4/4] create_symref: use existing ref-lock code
` [PATCH v2 0/3] improve symbolic-ref robustness
  ` [PATCH 1/3] create_symref: modernize variable names
  ` [PATCH 2/3] create_symref: use existing ref-lock code
  ` [PATCH 3/3] create_symref: write reflog while holding lock
  ` [RFC/PATCH 4/3] create_symref: drop support for writing symbolic links

[PATCH] notes: allow merging from arbitrary references
 2015-12-29  2:56 UTC  (3+ messages)

[RFC] git-send-email: do not double-escape quotes from mutt
 2015-12-29  2:49 UTC  (3+ messages)

[PATCH/RFC v2 0/2] add regex match flags to git describe
 2015-12-29  0:13 UTC  (5+ messages)
` [PATCH/RFC v2 1/2] describe: add option to use perl-compatible regexes with --match
` [PATCH/RFC v2 2/2] describe: add basic and extended posix regex matching for completeness

[ANNOUNCE] Git v2.7.0-rc3
 2015-12-29  0:00 UTC 

[PATCH 2/2] Add a section to the users manual documenting shallow clones
 2015-12-29  0:00 UTC  (7+ messages)
` [PATCH V2 x/2] user-manual: add section "
` [PATCH V3 2/2] "
    ` [PATCH V4 "

What's cooking in git.git (Dec 2015, #06; Mon, 28)
 2015-12-28 23:59 UTC 

[PATCH] user-manual: remove temporary branch entry from todo list
 2015-12-28 21:44 UTC  (7+ messages)
    ` [PATCH V2] "

[PATCH] dir.c: clean the entire struct in clear_exclude_list()
 2015-12-28 20:47 UTC  (2+ messages)

[PATCH 0/6] nd/ita-cleanup updates
 2015-12-28 19:59 UTC  (13+ messages)
` [PATCH 1/6] blame: remove obsolete comment
` [PATCH 2/6] Add and use convenient macro ce_intent_to_add()
` [PATCH 3/6] apply: fix adding new files on i-t-a entries
` [PATCH 4/6] apply: make sure check_preimage() does not leave empty file on error
` [PATCH 5/6] checkout(-index): do not checkout i-t-a entries
` [PATCH 6/6] grep: make it clear i-t-a entries are ignored

[PATCH] l10n: de.po: translate 68 new messages
 2015-12-28 19:32 UTC  (6+ messages)
  ` [PATCH v2] "

[GIT PULL] l10n updates for Git 2.7.0
 2015-12-28 15:36 UTC 

Issue when changing staged files in a pre-commit hook
 2015-12-28 12:17 UTC 

[PATCH 00/10] use the $( ... ) construct for command substitution
 2015-12-28  7:44 UTC  (7+ messages)
` [PATCH 07/10] t5100-mailinfo.sh: "

[PATCH] setup: do not create $X/gitdir unnecessarily when accessing git file $X
 2015-12-28  6:22 UTC  (3+ messages)
` [PATCH] worktree: stop supporting moving worktrees manually

Combining APPLE_COMMON_CRYPTO=1 and NO_OPENSSL=1 produces unexpected result
 2015-12-28  2:29 UTC  (3+ messages)

[PATCH/RFC 0/2] add a perl compatible regex match flag to git describe
 2015-12-27 23:39 UTC  (4+ messages)
` [PATCH/RFC 1/2] describe: mention glob in the --matches help text
` [PATCH/RFC 2/2] describe: add --pcre-match option

[PATCH 7/8] config: add core.untrackedCache
 2015-12-27 20:21 UTC  (19+ messages)

[PATCH 0/5] Split .git/config in multiple worktree setup
 2015-12-27  3:14 UTC  (8+ messages)
` [PATCH v2 0/6] "
  ` [PATCH v2 1/6] Define new repo extension to manage multiple worktree behaviors
  ` [PATCH v2 2/6] config.c: move worktree-specific variables to .git/worktrees/
  ` [PATCH v2 3/6] setup.c: remove special case of core.worktree and core.bare
  ` [PATCH v2 4/6] worktree: make core.sparseCheckout and core.ignoreStat per-worktree
  ` [PATCH v2 5/6] config.c: allow to un-share certain config in multi-worktree setup
  ` [PATCH v2 6/6] worktree: bump worktree version to 1 on "worktree add"

Attention Funds Owner
 2015-12-27  1:09 UTC 

bug: incorrect ssl directory set on git-scm
 2015-12-26 18:31 UTC  (2+ messages)
`  "

how to put existing git repo on web server
 2015-12-26 13:27 UTC 

[PATCH] git-p4.py: add support for filetype change
 2015-12-26 10:26 UTC  (2+ messages)

git repository modified after migration
 2015-12-25 20:49 UTC 

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

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

[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: "

[PATCH 1/2] Define the term shallow clone
 2015-12-23  3:53 UTC  (2+ messages)
` [PATCH V3 1/2] glossary: define "

[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  (2+ messages)

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

[PATCH 00/10] use the $( ... ) construct for command substitution
 2015-12-22 20:45 UTC  (2+ 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).