git@vger.kernel.org mailing list mirror (one of many)
 help / color / mirror / code / Atom feed
 messages from 2012-12-12 22:14:45 to 2012-12-16 19:40:03 UTC [more...]

[PATCH v2 1/2] Makefile: remove tracking of TCLTK_PATH
 2012-12-16 19:38 UTC 

[PATCH v2 00/14] new git check-ignore sub-command
 2012-12-16 19:36 UTC  (5+ messages)
` [PATCH 0/3] Help newbie git developers avoid obvious pitfalls
  ` [PATCH 1/3] SubmittingPatches: add convention of prefixing commit messages
  ` [PATCH 2/3] Documentation: move support for old compilers to CodingGuidelines
  ` [PATCH 3/3] Makefile: use -Wdeclaration-after-statement if supported

[PATCH v6 0/7] make test output coloring more intuitive
 2012-12-16 19:01 UTC  (10+ messages)
` [PATCH v6 1/7] tests: test number comes first in 'not ok $count - $message'
` [PATCH v6 2/7] tests: paint known breakages in bold yellow
` [PATCH v6 3/7] tests: paint skipped tests in bold blue
` [PATCH v6 4/7] tests: change info messages from yellow/brown to bold cyan
` [PATCH v6 5/7] tests: refactor mechanics of testing in a sub test-lib
` [PATCH v6 6/7] tests: test the test framework more thoroughly
` [PATCH v6 7/7] tests: paint unexpectedly fixed known breakages in bold red

[PATCH] Documentation: don't link to example mail addresses
 2012-12-16 18:48 UTC  (7+ messages)
      ` [PATCH v2] "

Prebuilt man pages on Google code
 2012-12-16 16:28 UTC 

[Patch v3 0/8] Create single PDF for all HTML files
 2012-12-16 12:23 UTC  (5+ messages)
    ` [Patch] Renumber list in api-command.txt
    ` [PATCH] Remove misleading date form api-index-skel.txt
    ` [PATCH] Move api-command.txt to the end of API list in api-index.txt

[PATCH v4 0/4] nd/invalidate-i-t-a-cache-tree
 2012-12-16 10:38 UTC  (8+ messages)
` [PATCH v4 1/4] cache-tree: remove dead i-t-a code in verify_cache()
` [PATCH v4 2/4] cache-tree: replace "for" loops in update_one with "while" loops
` [PATCH v4 3/4] cache-tree: fix writing cache-tree when CE_REMOVE is present
` [PATCH v4 4/4] cache-tree: invalidate i-t-a paths after generating trees

[PATCH 0/2] Port to QNX
 2012-12-16  8:27 UTC  (8+ messages)
` [PATCH 1/2] Make lock local to fetch_pack
` [PATCH 2/2] Port to QNX

[PATCH] git.c: add --index-file command-line option
 2012-12-16  8:20 UTC  (7+ messages)

[PATCH 1/1] tests: Allow customization of how say_color() prints
 2012-12-16  6:34 UTC  (2+ messages)

[PATCH] t3070: Disable some failing fnmatch tests
 2012-12-16  4:31 UTC  (2+ messages)

[ANNOUNCE] Git v1.8.1-rc2
 2012-12-15 20:54 UTC 

[PATCH v2 0/7] Allow git log to use mailmap file
 2012-12-15 20:18 UTC  (9+ messages)
` [PATCH v2 1/7] Use split_ident_line to parse author and committer
` [PATCH v2 2/7] mailmap: Remove buffer length limit in map_user
` [PATCH v2 3/7] mailmap: Simplify map_user() interface
` [PATCH v2 4/7] mailmap: Add mailmap structure to rev_info and pp
` [PATCH v2 5/7] pretty: Use mailmap to display username and email
` [PATCH v2 6/7] log: Add --use-mailmap option
` [PATCH v2 7/7] test: Add test for "

[PATCH] Makefile: detect when PYTHON_PATH changes
 2012-12-15 20:09 UTC  (3+ messages)

[PATCH] README: Git is released under the GPLv2, not just "the GPL"
 2012-12-15 19:58 UTC  (6+ messages)

[PATCH] mailmap.c: Fix a sparse warning
 2012-12-15 19:25 UTC 

[PATCH 0/1] cygwin test failures due to printf
 2012-12-15 19:08 UTC 

Proposal: create meaningful aliases for git reset's hard/soft/mixed
 2012-12-15 18:57 UTC  (11+ messages)

FW: Git log --graph doesn't output color when redirected
 2012-12-15 18:30 UTC  (6+ messages)

[PATCH] For git-subtree, when installing docs (make install-doc), create man1 folder first
 2012-12-15 18:07 UTC  (2+ messages)

[PATCH 1/4] Support builds when sys/param.h is missing
 2012-12-15 17:53 UTC  (4+ messages)

[PATCH] completion: complete refs for "git commit -c"
 2012-12-15 17:46 UTC 

[PATCH/RFC 0/3] compiling git with gcc -O3 -Wuninitialized
 2012-12-15 17:42 UTC  (12+ messages)
` [PATCH 1/3] remote-testsvn: fix unitialized variable
` [PATCH/RFC 2/3] inline error functions with constant returns
` [PATCH/RFC 3/3] silence some -Wuninitialized warnings around errors
    ` [PATCH/RFCv2 0/2] compiling git with gcc -O3 -Wuninitialized
      ` [PATCH 1/2] make error()'s constant return value more visible
      ` [PATCH 2/2] silence some -Wuninitialized false positives

Fwd: possible Improving diff algoritm
 2012-12-15 12:16 UTC  (15+ messages)
          `  "

What's cooking in git.git (Dec 2012, #03; Wed, 12)
 2012-12-15  9:24 UTC  (16+ messages)

[PATCH 4/4] Declare that HP NonStop systems require strings.h
 2012-12-15  8:25 UTC  (2+ messages)

Unexpected behaviour when trying to merge two new repositories
 2012-12-15  5:18 UTC 

[PATCH v2] cache-tree: invalidate i-t-a paths after generating trees
 2012-12-15  2:52 UTC  (6+ messages)
` [PATCH v3 1/2] "
  ` [PATCH v3 2/2] cache-tree: remove dead i-t-a code in verify_cache()

[PATCH 4/4] Declare that HP NonStop systems require strings.h
 2012-12-14 23:17 UTC  (4+ messages)

[PATCH 3/4] Generalize the inclusion of strings.h
 2012-12-14 19:57 UTC 

[PATCH 2/4] Detect when the passwd struct is missing pw_gecos
 2012-12-14 19:56 UTC 

Build fixes for another obscure Unix
 2012-12-14 19:48 UTC  (6+ messages)

[PATCH] Documentation/git: add missing info about --git-dir command-line option
 2012-12-14 17:26 UTC  (4+ messages)

How to avoid the ^M induced by Meld and Git
 2012-12-14 13:45 UTC  (6+ messages)

[PATCH] Documentation/git-clean: Document --force --force
 2012-12-14  1:46 UTC 

[PATCH v3 0/7] New remote-bzr remote helper
 2012-12-14  0:52 UTC  (7+ messages)
` [PATCH v3 4/7] remote-bzr: update working tree

unclear documentation of git fetch --tags option and tagopt config
 2012-12-14  0:13 UTC  (4+ messages)

[PATCH] Fix sizeof usage in get_permutations
 2012-12-13 22:09 UTC  (4+ messages)

asd
 2012-12-13 21:25 UTC 

[PATCHv2] Add directory pattern matching to attributes
 2012-12-13 20:08 UTC  (2+ messages)

[PATCH v2] git.txt: add missing info about --git-dir command-line option
 2012-12-13 18:54 UTC  (2+ messages)

[PATCH 0/2] mailmap from blobs
 2012-12-13 18:23 UTC  (7+ messages)
` [PATCH 2/2] mailmap: support reading "

[PATCH] index-format.txt: be more liberal on what can represent invalid cache tree
 2012-12-13 18:11 UTC  (4+ messages)
` [PATCH v2] "

[PATCH v5 0/2] submodule update: add --remote for submodule's upstream changes
 2012-12-13 15:47 UTC  (19+ messages)
` [PATCH v4 2/4] git-submodule init: Record submodule.<name>.branch in repository config
  ` [RFC] remove/deprecate 'submodule init' and 'sync'
        ` [PATCH] submodule: add 'deinit' command
                ` [PATCH v2] "

[PATCH] git(1): remove a defunct link to "list of authors"
 2012-12-13 12:25 UTC  (8+ messages)

Submodule not updated automatically on merge conflict
 2012-12-13  5:46 UTC 

directory permissions on AFS
 2012-12-13  0:17 UTC  (2+ messages)

[PATCH v2 0/6] Improve remote helper documentation
 2012-12-12 23:15 UTC  (9+ messages)
` [PATCH v2 1/6] git-remote-helpers.txt: document invocation before input format

Weird problem with git-submodule.sh
 2012-12-12 23:12 UTC  (12+ messages)

[BUG] Hardcoded python and install on solaris
 2012-12-12 23:08 UTC  (2+ messages)

[PATCH v6 1/4] submodule: add get_submodule_config helper funtion
 2012-12-12 23:02 UTC  (9+ messages)
` [PATCH v7 0/3] submodule update: add --remote for submodule's upstream changes
  ` [PATCH v7 2/3] "

Python extension commands in git - request for policy change
 2012-12-12 22:43 UTC  (11+ messages)

[PATCH v2] If `egrep` is aliased, temporary disable it in bash.completion
 2012-12-12 22:34 UTC  (6+ messages)

[PATCH] completion: add option --recurse-submodules to "git push"
 2012-12-12 22:30 UTC  (3+ messages)

[PATCH 0/6] Improve remote helper documentation
 2012-12-12 22:22 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).