git@vger.kernel.org mailing list mirror (one of many)
 help / color / mirror / code / Atom feed
 messages from 2015-12-23 20:37:15 to 2015-12-29 23:40:09 UTC [more...]

[PATCH V3 2/2] user-manual: add section documenting shallow clones
 2015-12-29 23:39 UTC  (11+ messages)
` [PATCH V4 "
    ` [PATCH V4 1/2] glossary: define the term shallow clone
    ` [PATCH V5 2/2] user-manual: add section documenting shallow clones
          ` [PATCH V6 "

[PATCH v2] notes: allow merging from arbitrary references
 2015-12-29 22:40 UTC 

[PATCH v4 00/10] Untracked cache improvements
 2015-12-29 22:35 UTC  (15+ 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 1/2] git.c: make it clear save_env() is for alias handling only
 2015-12-29 21:34 UTC  (12+ messages)
` [PATCH v2 0/3] nd/clear-gitenv-upon-use-of-alias

[PATCH 0/4] improve symbolic-ref robustness
 2015-12-29 21:24 UTC  (18+ 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

"git stash pop" is doing an unwanted "git add" when there are conflicts
 2015-12-29 21:20 UTC  (7+ messages)

[PATCH] git-p4.py: add support for filetype change
 2015-12-29 17:33 UTC  (3+ messages)

[PATCH 00/20] More flexibility in making shallow clones
 2015-12-29 19:09 UTC  (23+ messages)
` [PATCH 01/20] upload-pack: move shallow deepen code out of receive_needs()
` [PATCH 02/20] upload-pack: move "shallow" sending code out of deepen()
` [PATCH 03/20] upload-pack: remove unused variable "backup"
` [PATCH 04/20] upload-pack: move "unshallow" sending code out of deepen()
` [PATCH 05/20] shallow.c: implement a generic shallow boundary finder based on rev-list
` [PATCH 06/20] upload-pack: glue code to use get_shallow_commits_by_rev_list
` [PATCH 07/20] upload-pack: use skip_prefix() instead of starts_with() when possible
` [PATCH 08/20] upload-pack: tighten number parsing at "deepen" lines
` [PATCH 09/20] upload-pack: add deepen-since to cut shallow repos based on time
` [PATCH 10/20] fetch-pack: use a common function for verbose printing
` [PATCH 11/20] fetch-pack: use a separate flag for fetch in deepening mode
` [PATCH 12/20] fetch: define shallow boundary with --since
` [PATCH 13/20] clone: define shallow clone boundary based on time "
` [PATCH 14/20] Add test_repo_expect_success for running tests in a new repository
` [PATCH 15/20] t5500: test for shallow depth since a specific date
` [PATCH 16/20] upload-pack: support define shallow boundary by excluding revisions
` [PATCH 17/20] fetch: define shallow boundary with --not
` [PATCH 18/20] clone: define shallow clone "
` [PATCH 19/20] t5500: test for shallow depth excluding a ref
` [PATCH 20/20] fetch: add --deepen=<N> to extend shallow boundary by <N> commits

[PATCH] notes: allow merging from arbitrary references
 2015-12-29 18:28 UTC  (4+ messages)

[PATCH/RFC v2 0/2] add regex match flags to git describe
 2015-12-29 18:27 UTC  (6+ 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

[PATCH] l10n: de.po: translate 68 new messages
 2015-12-29 18:18 UTC  (7+ messages)
  ` [PATCH v2] "
` [PATCH v3] "

[PATCH 0/6] nd/ita-cleanup updates
 2015-12-29 17:40 UTC  (15+ 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] Fix "inside work tree" detection on case-insensitive filesystems
 2015-12-29 14:47 UTC  (2+ messages)

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

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

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

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

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)

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

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 

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  (2+ 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  (10+ 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).