git@vger.kernel.org mailing list mirror (one of many)
 help / color / mirror / code / Atom feed
 messages from 2015-12-29 07:30:34 to 2016-01-04 12:25:56 UTC [more...]

[PATCH 00/17] Peace with CRLF
 2016-01-04 12:25 UTC  (7+ messages)
` [PATCH v2 "
  ` [PATCH v2 01/17] strbuf: make strbuf_getline_crlf() global
  ` [PATCH v2 02/17] check-attr, check-ignore, checkout-index: read paths with strbuf_getline_crlf()

[PATCH v2] git-p4.py: add support for filetype change
 2016-01-04 10:52 UTC 

[PATCH 0/14] counting trailers with shortlogs
 2016-01-04 10:31 UTC  (27+ messages)
` [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 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 00/20] More flexibility in making shallow clones
 2016-01-04  9:45 UTC  (24+ 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 00/10] use the $( ... ) construct for command substitution
 2016-01-04  9:10 UTC  (11+ messages)
` [PATCH 01/10] t/t5522-pull-symlink.sh: "
` [PATCH 02/10] t/t5530-upload-pack-error.sh: "
` [PATCH 03/10] t/t5532-fetch-proxy.sh: "
` [PATCH 04/10] t/t5537-fetch-shallow.sh: "
` [PATCH 05/10] t/t5538-push-shallow.sh: "
` [PATCH 06/10] t/t5550-http-fetch-dumb.sh: "
` [PATCH 07/10] t/t5570-git-daemon.sh: "
` [PATCH 08/10] t/t5601-clone.sh: "
` [PATCH 09/10] t/t5700-clone-reference.sh: "
` [PATCH 10/10] t/t5710-info-alternate.sh: "

Can not 'git add file'
 2016-01-03 16:20 UTC  (2+ messages)

"git send-email" thru Gmail incurs few minutes delay
 2016-01-03 15:59 UTC  (2+ messages)

Remote subtree split --annotate
 2016-01-03  9:06 UTC  (3+ messages)
` [PATCH] contrib/subtree: Remove --annotate

[PATCH 00/16] LMDB refs backend atop pre-vtable
 2016-01-03  0:06 UTC  (3+ messages)
` [PATCH 03/16] refs: add methods for the ref iterators

Combining APPLE_COMMON_CRYPTO=1 and NO_OPENSSL=1 produces unexpected result
 2016-01-02 23:49 UTC  (4+ messages)

t6023 broken under Mac OS
 2016-01-02 20:06 UTC  (7+ messages)

[GIT PULL] German l10n updates on Git 2.7.0
 2016-01-02 19:31 UTC  (2+ messages)

[PATCH v1] Fix t3400 on a case insensitive file system
 2016-01-02 19:30 UTC  (2+ messages)

[PATCH] Fix "inside work tree" detection on case-insensitive filesystems
 2016-01-01 16:24 UTC  (4+ messages)

How do I get the contents of a directory in fast-import
 2016-01-01 15:54 UTC 

[PATCH] commit: ensure correct permissions of the commit message
 2016-01-01 15:04 UTC  (11+ messages)

GIT GUI - Windows build will open a window on a disconnected display
 2016-01-01 14:51 UTC  (2+ messages)

./t3310-notes-merge-manual-resolve.sh broken on pu under Mac OS ?
 2015-12-31 15:47 UTC  (4+ messages)
    ` ./t3310 fixed, t3400 broken

Segfault in git reflog
 2015-12-31 15:43 UTC  (18+ messages)
          ` [PATCH] reflog-walk: don't segfault on non-commit sha1's in the reflog
                    ` [PATCH v2] "
                        ` [PATCH v3] "

[PATCH v2 00/11] ref-filter: use parsing functions
 2015-12-31 13:19 UTC  (4+ messages)
` [PATCH v2 08/11] ref-filter: introduce prefixes for the align atom

A failed attempt to integrate diff-highlight to the core
 2015-12-31 12:37 UTC  (8+ messages)
` [PATCH 1/7] diff.c: keep all word diff structs together
` [PATCH 2/7] diff.c: refactor diff_words_append()
` [PATCH 3/7] diff --color-words: another special diff case
` [PATCH 4/7] diff.c: refactor fn_out_diff_words_write_helper()
` [PATCH 5/7] diff: unified diff with colored words, step 1, unified diff only
` [PATCH 6/7] diff.c: add new arguments to emit_line_0()
` [PATCH 7/7] diff --highlight-words: actually highlight words

[PATCH v4 00/10] Untracked cache improvements
 2015-12-31 12:33 UTC  (15+ messages)
` [PATCH v4 01/10] dir: free untracked cache when removing it
` [PATCH v4 03/10] update-index: add --test-untracked-cache
` [PATCH v4 08/10] dir: simplify untracked cache "ident" field
` [PATCH v4 09/10] config: add core.untrackedCache

[PATCH/RFC v2 0/2] add regex match flags to git describe
 2015-12-31 10:07 UTC  (9+ messages)

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

[PATCH 0/2] compiling with -fsanitize=undefined
 2015-12-31  5:20 UTC  (6+ messages)
` [PATCH 1/2] avoid shifting signed integers 31 bits

[PATCH] user-manual: add addition gitweb information
 2015-12-31  0:44 UTC  (7+ messages)
  ` [PATCH V2] "

[PATCH v9] ls-files: Add eol diagnostics
 2015-12-30 22:34 UTC 

[PATCH v8] ls-files: Add eol diagnostics
 2015-12-30 21:45 UTC  (5+ messages)

[PATCH v4] git-svn: add support for prefixed globs in config
 2015-12-30 21:37 UTC  (2+ messages)

[bug] Graph log and orphan branches
 2015-12-30 21:24 UTC  (6+ messages)

[PATCH] dir.h: remove orphaned declaration
 2015-12-30 20:40 UTC  (2+ messages)

Feature request: git bisect merge to usable base
 2015-12-30 20:09 UTC  (3+ messages)

[PATCH 1/2] prepare_packed_git(): refactor garbage reporting in pack directory
 2015-12-30  7:37 UTC  (11+ messages)

"git stash pop" is doing an unwanted "git add" when there are conflicts
 2015-12-30  7:13 UTC  (9+ messages)

[PATCH 0/4] improve symbolic-ref robustness
 2015-12-30  6:57 UTC  (10+ messages)
` [PATCH v2 0/3] "
  ` [RFC/PATCH 4/3] create_symref: drop support for writing symbolic links

[PATCH V4 2/2] user-manual: add section documenting shallow clones
 2015-12-30  0:03 UTC  (9+ messages)
` [PATCH V4 1/2] glossary: define the term shallow clone
` [PATCH V5 2/2] user-manual: add section documenting shallow clones
      ` [PATCH V6 "
        ` [PATCH V7 "

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

[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] git-p4.py: add support for filetype change
 2015-12-29 17:33 UTC  (3+ messages)

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

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

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

[PATCH 0/6] nd/ita-cleanup updates
 2015-12-29 17:40 UTC  (5+ messages)
` [PATCH 3/6] apply: fix adding new files on i-t-a entries


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