git@vger.kernel.org mailing list mirror (one of many)
 help / color / mirror / code / Atom feed
 messages from 2013-01-05 06:53:44 to 2013-01-07 05:13:27 UTC [more...]

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

recovering a corrupted git repo
 2013-01-07  3:44 UTC 

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

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

[BUG] git submodule update is not fail safe
 2013-01-07  2:04 UTC  (17+ messages)
      ` [PATCH] clone: support atomic operation with --separate-git-dir
              ` [PATCH] clone: forbid --bare --separate-git-dir <dir>

Suggested improvements to the git-p4 documentation (branch-related)
 2013-01-07  2:00 UTC  (3+ messages)

Moving (renaming) submodules, recipe/script
 2013-01-07  1:39 UTC  (2+ messages)

[PATCH 00/21] "struct pathspec" conversion
 2013-01-07  1:10 UTC  (24+ messages)
` [PATCH 01/21] pathspec: save the non-wildcard length part
` [PATCH 02/21] Add parse_pathspec() that converts cmdline args to struct pathspec
` [PATCH 03/21] pathspec: make sure the prefix part is wildcard-clean
` [PATCH 04/21] Export parse_pathspec() and convert some get_pathspec() calls
` [PATCH 05/21] clean: convert to use parse_pathspec
` [PATCH 06/21] commit: "
` [PATCH 07/21] status: "
` [PATCH 08/21] rerere: "
` [PATCH 09/21] checkout: "
` [PATCH 10/21] rm: "
` [PATCH 11/21] ls-files: "
` [PATCH 12/21] archive: "
` [PATCH 13/21] add: "
` [PATCH 14/21] Convert read_cache_preload() to take struct pathspec
` [PATCH 15/21] Convert unmerge_cache "
` [PATCH 16/21] checkout: convert read_tree_some "
` [PATCH 17/21] Convert report_path_error "
` [PATCH 18/21] Convert refresh_index "
` [PATCH 19/21] Convert {read,fill}_directory "
` [PATCH 20/21] Convert add_files_to_cache "
` [PATCH 21/21] Convert more init_pathspec() to parse_pathspec()

[PATCH v4] git-clean: Display more accurate delete messages
 2013-01-06 23:40 UTC  (2+ messages)

[PATCH] Documentation: fix man page dependency on asciidoc.conf
 2013-01-06 23:19 UTC  (6+ messages)
    ` [PATCH] docs: manpage XML depends "

[PATCH v3 00/19] new git check-ignore sub-command
 2013-01-06 23:19 UTC  (18+ messages)
` [PATCH v3 02/19] Improve documentation and comments regarding directory traversal API
` [PATCH v3 11/19] dir.c: use a single struct exclude_list per source of excludes
        ` [PATCH] api-allocation-growing.txt: encourage better variable naming

[PATCH] Alphabetize the fast-import options, following a suggestion on the list
 2013-01-06 23:10 UTC  (9+ messages)
    ` [PATCH] git-fast-import(1): reorganise options
  ` [PATCH/RFC] fast-import doc: split OPTIONS into subsections

[PATCH 00/10] Log mailmap optimization
 2013-01-06 22:56 UTC  (13+ messages)
` [PATCH 01/10] list_lookup: create case and length search
` [PATCH 02/10] Use split_ident_line to parse author and committer
` [PATCH 03/10] mailmap: remove email copy and length limitation
` [PATCH 04/10] mailmap: simplify map_user() interface
` [PATCH 05/10] mailmap: add mailmap structure to rev_info and pp
` [PATCH 06/10] pretty: use mailmap to display username and email
` [PATCH 07/10] log: add --use-mailmap option
` [PATCH 08/10] test: add test for "
` [PATCH 09/10] log: grep author/committer using mailmap
` [PATCH 10/10] log: add log.mailmap configuration option

Version 1.8.1 does not compile on Cygwin 1.7.14
 2013-01-06 22:16 UTC  (21+ messages)

t7061: comments and one failure
 2013-01-06 22:09 UTC  (8+ messages)
  ` [PATCH] status: report ignored yet tracked directories
      ` [PATCH v2] status: always report ignored "

[LHF] making t5000 "tar xf" tests more lenient
 2013-01-06 21:59 UTC  (16+ messages)
` [PATCH] archive-tar: split long paths more carefully
` [PATCH] archive-zip: write uncompressed size into header even with streaming
` [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 3/4] t5000, t5002: move ZIP tests into their own script
  ` [PATCH 4/4] t5002: check if unzip supports symlinks

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

[PATCH jk/pathspec-literal] t6130-pathspec-noglob: Windows does not allow a file named "f*"
 2013-01-06 20:00 UTC  (3+ messages)

[PATCH v4] git-completion.bash: add support for path completion
 2013-01-06 18:39 UTC  (8+ messages)

What's cooking in git.git (Jan 2013, #02; Thu, 3)
 2013-01-06 16:58 UTC  (16+ messages)
  ` as/check-ignore (was Re: What's cooking in git.git (Jan 2013, #02; Thu, 3))
      ` [PATCH v4 00/11] new git check-ignore sub-command
        ` [PATCH v4 01/11] dir.c: use a single struct exclude_list per source of excludes
        ` [PATCH v4 02/11] dir.c: keep track of where patterns came from
        ` [PATCH v4 03/11] dir.c: provide clear_directory() for reclaiming dir_struct memory
        ` [PATCH v4 04/11] dir.c: improve docs for match_pathspec() and match_pathspec_depth()
        ` [PATCH v4 05/11] add.c: remove unused argument from validate_pathspec()
        ` [PATCH v4 06/11] add.c: move pathspec matchers into new pathspec.c for reuse
        ` [PATCH v4 07/11] pathspec.c: rename newly public functions for clarity
        ` [PATCH v4 08/11] add.c: extract check_path_for_gitlink() from treat_gitlinks() for reuse
        ` [PATCH v4 09/11] add.c: extract new die_if_path_beyond_symlink() "
        ` [PATCH v4 10/11] setup.c: document get_pathspec()
        ` [PATCH v4 11/11] add git-check-ignore sub-command

cvsps, parsecvs, svn2git and the CVS exporter mess
 2013-01-06 11:15 UTC  (8+ messages)

[PATCH 2/3] SubmittingPatches: mention subsystems with dedicated repositories
 2013-01-06  9:01 UTC  (4+ messages)
` [PATCH] SubmittingPatches: Document how to request a patch review tag

[RFC/PATCH] avoid SIGPIPE warnings for aliases
 2013-01-06  7:05 UTC  (9+ messages)
    ` [PATCH] run-command: encode signal death as a positive integer

Trying to understand the web dav details
 2013-01-06  6:20 UTC  (5+ messages)

[Feature request] make git buildable from a separate directory
 2013-01-06  0:49 UTC  (2+ messages)

[PATCH] fix compilation with NO_PTHREADS
 2013-01-05 23:40 UTC  (2+ messages)

[PATCH] git-fast-import(1): remove duplicate "--done" option
 2013-01-05 23:12 UTC  (3+ messages)

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

[PATCH 00/10] push: switch default from "matching" to "simple"
 2013-01-05 19:39 UTC  (8+ messages)
` [PATCH 05/10] t5519: do not assume the "matching" push is the default
` [PATCH 06/10] t5531: "
` [PATCH 07/10] t7406: "
` [PATCH 08/10] t9400: "
` [PATCH 09/10] t9401: "
` [PATCH 10/10] push: switch default from "matching" to "simple"

[PATCH] gitk: Display the date of a tag in a human friendly way
 2013-01-05 19:38 UTC  (4+ messages)

[PATCH] refs: do not use cached refs in repack_without_ref
 2013-01-05 16:12 UTC  (5+ messages)
  ` Lockless Refs? (Was [PATCH] refs: do not use cached refs in repack_without_ref)


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