git@vger.kernel.org mailing list mirror (one of many)
 help / color / mirror / code / Atom feed
 messages from 2013-01-07 01:40:24 to 2013-01-09 17:46:54 UTC [more...]

[PATCH v2 00/10] reroll of ap/log-mailmap
 2013-01-09 17:46 UTC  (16+ messages)
` [PATCH v2 01/10] string-list: allow case-insensitive string list
` [PATCH v2 02/10] Use split_ident_line to parse author and committer
` [PATCH v2 03/10] mailmap: remove email copy and length limitation
` [PATCH v2 04/10] mailmap: simplify map_user() interface
` [PATCH v2 05/10] mailmap: add mailmap structure to rev_info and pp
` [PATCH v2 06/10] pretty: use mailmap to display username and email
` [PATCH v2 07/10] log: add --use-mailmap option
` [PATCH v2 08/10] test: add test for "
` [PATCH v2 09/10] log: grep author/committer using mailmap
` [PATCH v2 10/10] log: add log.mailmap configuration option

Enabling scissors by default?
 2013-01-09 17:40 UTC  (6+ messages)

git branch case insensitivity (Possible bug)
 2013-01-09 17:03 UTC  (3+ messages)

[PATCH 00/19] reset improvements
 2013-01-09 17:01 UTC  (23+ messages)
` [PATCH 01/19] reset $pathspec: no need to discard index
` [PATCH 02/19] reset $pathspec: exit with code 0 if successful
` [PATCH 03/19] reset.c: pass pathspec around instead of (prefix, argv) pair
` [PATCH 04/19] reset: don't allow "git reset -- $pathspec" in bare repo
` [PATCH 05/19] reset.c: extract function for parsing arguments
` [PATCH 06/19] reset.c: remove unnecessary variable 'i'
` [PATCH 07/19] reset.c: extract function for updating {ORIG,}HEAD
` [PATCH 08/19] reset.c: share call to die_if_unmerged_cache()
` [PATCH 09/19] reset.c: replace switch by if-else
` [PATCH 10/19] reset --keep: only write index file once
` [PATCH 11/19] reset: avoid redundant error message
` [PATCH 12/19] reset.c: move update_index_refresh() call out of read_from_tree()
` [PATCH 13/19] reset.c: move lock, write and commit out of update_index_refresh()
` [PATCH 14/19] reset [--mixed]: don't write index file twice
` [PATCH 15/19] reset.c: finish entire cmd_reset() whether or not pathspec is given
` [PATCH 16/19] reset [--mixed] --quiet: don't refresh index
` [PATCH 17/19] reset $sha1 $pathspec: require $sha1 only to be treeish
` [PATCH 18/19] reset: allow reset on unborn branch
` [PATCH 19/19] reset [--mixed]: use diff-based reset whether or not pathspec was given

[PATCH] Makefile: track TCLTK_PATH as it used to be tracked
 2013-01-09 16:55 UTC 

Please pull l10n updates
 2013-01-09 16:31 UTC 

git interaction between push and auto-gc
 2013-01-09 15:56 UTC 

[PATCH] commit: make default of "cleanup" option configurable
 2013-01-09 15:56 UTC  (7+ messages)

git-gui / Warning: "No newline at end of file”
 2013-01-09 14:49 UTC  (3+ messages)
` Fwd: "

[PATCH] add warning for depth=0 in git clone
 2013-01-09 14:59 UTC  (10+ messages)
  ` On --depth=funny value

Failure and unhelpful error message from 'rebase --preserve-merges'
 2013-01-09 13:19 UTC 

Proposal for git stash rename
 2013-01-09  8:38 UTC  (6+ messages)

[PATCH] t1402: work around shell quoting issue on NetBSD
 2013-01-09  2:07 UTC  (6+ messages)

What's cooking (interim report)
 2013-01-09  0:53 UTC 

Revised git-subtree Patches
 2013-01-09  0:41 UTC  (13+ messages)
` [PATCH 1/7] Remove Test Number Comments
` [PATCH 2/7] contrib/subtree: Use %B for Split Subject/Body
` [PATCH 3/7] contrib/subtree: Add --unannotate
` [PATCH 4/7] contrib/subtree: Better Error Handling for add
` [PATCH 5/7] contrib/subtree: Fix Synopsis
` [PATCH 6/7] contrib/subtree: Honor DESTDIR
` [PATCH 7/7] contrib/subtree: Make the Manual Directory if Needed

[PATCH] clone: support atomic operation with --separate-git-dir
 2013-01-08 23:42 UTC  (11+ messages)
` [PATCH] clone: forbid --bare --separate-git-dir <dir>

Git and Large Binaries: A Proposed Solution - current situation?
 2013-01-08 22:51 UTC 

trouble using cherry pick
 2013-01-08 22:43 UTC 

[PATCH 00/10] push: switch default from "matching" to "simple"
 2013-01-08 22:28 UTC  (2+ messages)
` [PATCH 11/10] doc: push.default is no longer "matching"

[PATCH] wincred: improve compatibility with windows versions
 2013-01-08 20:13 UTC  (4+ messages)

[PATCH] git-fast-import(1): remove duplicate "--done" option
 2013-01-08 19:39 UTC  (3+ messages)
` [PATCH v2] git-fast-import(1): remove duplicate '--done' option
` [PATCH v3] "

[RFH] NetBSD 6?
 2013-01-08 19:08 UTC  (8+ messages)

troublesome branch name in remote repo causes .git/config inconsistency in cloned repo
 2013-01-08 18:59 UTC  (2+ messages)

submodule name and path
 2013-01-08 18:29 UTC  (2+ messages)

[PATCH v4] git-completion.bash: add support for path completion
 2013-01-08 18:28 UTC  (10+ messages)

[PATCH v6 00/16] New remote-hg helper:w
 2013-01-08 18:10 UTC  (7+ messages)
` [PATCH v6 07/16] remote-hg: add support for hg-git compat mode
    ` [PATCH] remote-hg: Fix biridectionality -> bidirectionality typos

Moving (renaming) submodules, recipe/script
 2013-01-08 17:48 UTC  (12+ messages)
      ` Git submodule for a local branch?

git push --recurse-submodules=on-demand with submodule push tag
 2013-01-08 17:33 UTC  (2+ messages)

[PATCH] upload-pack: only accept commits from "shallow" line
 2013-01-08 17:27 UTC  (2+ messages)

[PATCH] git clone depth of 0 not possible
 2013-01-08 17:24 UTC  (14+ messages)
` [PATCH] Documentation on depth option in git clone

Understanding When to Use Branches
 2013-01-08 17:08 UTC  (2+ messages)

GIT get corrupted on lustre
 2013-01-08 16:11 UTC  (3+ messages)

[PATCH] fetch,upload-pack: make --depth=0 or --depth=inf for infinite depth
 2013-01-08 12:19 UTC 

git-subtree Patches to Apply
 2013-01-08 10:42 UTC  (15+ messages)
` [PATCH 1/8] Use %B for Split Subject/Body
` [PATCH 2/8] Add --unannotate

[PATCH 1/4] test: Add target test-lint-shell-syntax
 2013-01-08  4:11 UTC  (7+ messages)

git.wiki.kernel.org spam 
 2013-01-08  3:39 UTC  (5+ messages)

Version 1.8.1 does not compile on Cygwin 1.7.14
 2013-01-08  3:12 UTC  (15+ messages)

[PATCH 00/10] Log mailmap optimization
 2013-01-07 22:37 UTC  (4+ messages)
` [PATCH 01/10] list_lookup: create case and length search

[PATCH] Remove the suggestion to use parsecvs, which is currently broken
 2013-01-07 20:41 UTC  (6+ messages)
    `  "

t7061: comments and one failure
 2013-01-07 20:24 UTC  (10+ messages)
` [PATCH] status: report ignored yet tracked directories
    ` [PATCH v2] status: always report ignored "

The tip of 'next' has been rewound
 2013-01-07 20:04 UTC 

[PATCH] Prevent space after directories in tcsh completion
 2013-01-07 19:07 UTC 

[PATCH] refs: do not use cached refs in repack_without_ref
 2013-01-07 18:14 UTC  (3+ messages)

[PATCH] Documentation on depth option in git clone
 2013-01-07 18:10 UTC 

[LHF] making t5000 "tar xf" tests more lenient
 2013-01-07 16:50 UTC  (11+ messages)
` [PATCH 0/4] ZIP test fixes
  ` [PATCH 1/4] t0024, t5000: clear variable UNZIP, use GIT_UNZIP instead
  ` [PATCH 2/4] t0024, t5000: use test_lazy_prereq for UNZIP
  ` [PATCH 4/4] t5002: check if unzip supports symlinks

[BUG/PATCH] setup: Copy an environment variable to avoid overwrites
 2013-01-07 15:45 UTC  (4+ messages)
` [PATCH] Add getenv.so for catching invalid getenv() use via LD_PRELOAD

[PATCH 2/3] do not write null sha1s to on-disk index
 2013-01-07 13:46 UTC  (11+ messages)
  ` [BUG] two-way read-tree can write null sha1s into index

What's cooking in git.git (Jan 2013, #03; Sun, 6)
 2013-01-07  9:30 UTC  (4+ messages)

recovering a corrupted git repo
 2013-01-07  9:33 UTC  (2+ messages)

[PATCH] git-send-email: treat field names as case-independent
 2013-01-07  7:47 UTC  (4+ messages)

Nike Air Max Shop
 2013-01-07  5:27 UTC 

git push --force to update tag
 2013-01-07  3:42 UTC  (2+ messages)

Suggested improvements to the git-p4 documentation (branch-related)
 2013-01-07  2:00 UTC  (3+ 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).