git@vger.kernel.org mailing list mirror (one of many)
 help / color / mirror / code / Atom feed
 messages from 2010-08-28 22:02:01 to 2010-08-30 21:30:11 UTC [more...]

[PATCH/RFC 00/17] Begin gettextizing Git
 2010-08-30 21:28 UTC  (16+ messages)
` [PATCH/RFC 01/17] Makefile: A variable for options used by xgettext(1) calls
` [PATCH/RFC 02/17] Makefile: provide a --msgid-bugs-address to xgettext(1)
` [PATCH/RFC 03/17] Makefile: tell xgettext(1) that our source is in UTF-8
` [PATCH/RFC 04/17] builtin.h: Include gettext.h
` [PATCH/RFC 05/17] gettext: make the simple parts of git-init localizable
` [PATCH/RFC 06/17] gettext: localize the main git-init message
` [PATCH/RFC 07/17] gettext.c: work around us not using setlocale(LC_CTYPE, "")
` [PATCH/RFC 08/17] gettext tests: test if $VERSION exists before using it
` [PATCH/RFC 09/17] gettext tests: update test/is.po to match t/t0200/test.c
` [PATCH/RFC 10/17] gettext tests: add detection for is_IS.ISO-8859-1 locale
` [PATCH/RFC 12/17] gettext tests: test re-encoding with a UTF-8 msgid under Shell
` [PATCH/RFC 13/17] gettext tests: mark a test message as not needing translation
` [PATCH/RFC 14/17] po/is.po: msgmerge and add Language: header
` [PATCH/RFC 15/17] po/is.po: add Icelandic translation
` [PATCH/RFC 17/17] gettext tests: test message re-encoding under C

git peer-to-peer project: info needed
 2010-08-30 21:22 UTC  (8+ messages)

[PATCH] push: disallow fast-forwarding tags without --force
 2010-08-30 21:20 UTC  (5+ messages)
` [PATCH] push: warn users about updating existing tags on push

[RFC PATCH] Introduce git-hive
 2010-08-30 21:17 UTC  (2+ messages)

[PATCH v2] Add global and system-wide gitattributes
 2010-08-30 21:11 UTC  (11+ messages)
` [PATCH] core.attributesfile: a fix, a simplification, and a test
  ` [PATCH v3?] Add global and system-wide gitattributes
      ` [PATCH] tests: factor HOME=$(pwd) in test-lib.sh

[PATCH 0/6] Extensions of core.ignorecase=true support
 2010-08-30 20:13 UTC  (12+ messages)
` [PATCH 1/6] Add string comparison functions that respect the ignore_case variable

Odd results writing a Git pre-receive hook to syntax check PHP files
 2010-08-30 19:10 UTC  (13+ messages)
        ` Example git hooks (Re: Odd results writing a Git pre-receive hook to syntax check PHP files.)

[RFC PATCH 0/2] Teach fetch and pull to recursively fetch submodules too
 2010-08-30 17:41 UTC  (9+ messages)
` [PATCH 1/2] fetch/pull: Recursively fetch populated submodules
` [PATCH 2/2] Submodules: Add the new "fetch" config option
    ` [PATCH 2/2 v2] Submodules: Add the new "fetch" config option for fetch and pull

Detection of relocations within a file
 2010-08-30 17:13 UTC 

[PATCH V5 00/17] Reroll a version 5 of this series
 2010-08-30 17:10 UTC  (3+ messages)
` [PATCH V5 13/17] Add parent rewriting to line history browser
  ` log -L crash (Re: [PATCH V5 13/17] Add parent rewriting to line history browser)

Detection of relocations within a file
 2010-08-30 16:24 UTC  (3+ messages)

[PATCH] test-lib: use subshell instead of cd $new && .. && cd $old
 2010-08-30 16:04 UTC  (4+ messages)

[PATCH 0/3] gettext: minor fixes
 2010-08-30 14:35 UTC  (2+ messages)

Odd encoding issue with UTF-8 + gettext yields ? on non-ASCII
 2010-08-30 14:33 UTC  (20+ messages)

[PATCHv2] completion: make compatible with zsh
 2010-08-30 14:19 UTC  (2+ messages)

[PATCH 1/2] Add a new option 'core.askpass'
 2010-08-30 14:17 UTC  (6+ messages)

git-import-tarball
 2010-08-30 13:49 UTC  (2+ messages)

[PATCHv2 0/3] GIT_ASKPASS and core.askpass
 2010-08-30 13:40 UTC  (4+ messages)
` [PATCHv2 1/3] Add a new option 'core.askpass'
` [PATCHv2 2/3] Allow core.askpass to override SSH_ASKPASS
` [PATCHv2 3/3] Extend documentation of core.askpass and GIT_ASKPASS

"fatal: index-pack failed" error is seen during git clone
 2010-08-30 13:07 UTC 

[PATCH] added possibility to supply more than one --listen argument to git-daemon
 2010-08-30 12:58 UTC  (16+ messages)
` daemon: allow more than one host addresses given via --listen
  ` [PATCHv3 1/2] daemon: add helper function named_sock_setup
  ` [PATCHv3 2/2] daemon: allow more than one host address given via --listen
      `  "
      ` [PATCHv4 1/2] daemon: add helper function named_sock_setup
      ` [PATCHv4 2/2] daemon: allow more than one host address given via --listen
` [PATCHv2 1/2] daemon: add helper function named_sock_setup
` [PATCHv2 2/2] daemon: allow more than one host address given via --listen

[PATCH for next] insert missing newline in a diagnostic
 2010-08-30  9:40 UTC 

git-add creates broken submodules
 2010-08-30  9:09 UTC 

[PATCH/RFC] Add global and system-wide gitattributes
 2010-08-30  9:09 UTC  (6+ messages)
` [PATCH v2] "

git send-email doesn't take To: addresses from the patch
 2010-08-30  7:05 UTC 

[PATCH] builtin/merge_recursive.c: Add a usage string and make use of it
 2010-08-30  6:04 UTC  (8+ messages)
  ` [PATCH v2] builtin/merge_recursive.c: Add an "
      ` [PATCH v3] "

[PATCH 00/13] remote helper improvements
 2010-08-30  5:54 UTC  (51+ messages)
` [PATCH 01/13] fast-import: add the 'done' command
` [PATCH 02/13] fast-export: support done feature
` [PATCH 03/13] transport-helper: factor out push_update_refs_status
` [PATCH 04/13] transport-helper: check status code of finish_command
` [PATCH 05/13] transport-helper: use the new done feature to properly do imports
` [RFC PATCH 06/13] transport-helper: update ref status after push with export
` [PATCH 07/13] transport-helper: change import semantics
` [PATCH 08/13] transport-helper: export should disconnect too
` [PATCH 09/13] transport-helper: Use capname for gitdir capability too
` [PATCH 10/13] transport-helper: implement marks location as capability
` [PATCH 11/13] remote-curl: accept empty line as terminator
` [PATCH 12/13] git-remote-testgit: only push for non-local repositories
` [PATCH 13/13] git-remote-testgit: fix error handling

[PATCH] object.h: Add OBJECT_ARRAY_INIT macro and make use of it
 2010-08-30  5:42 UTC  (3+ messages)

RFC: Adding an option to log-like commands to call an external command for each revision
 2010-08-30  3:08 UTC  (3+ messages)

[PATCH] help.c: Pull cmd_version out of this file
 2010-08-30  2:40 UTC  (3+ messages)

[PATCH] Reduce zlib deflate code duplication
 2010-08-30  1:46 UTC  (2+ messages)

How to deal with removal/addition of submodules?
 2010-08-29 19:38 UTC 

[PATCH] git-notes: Run partial expensive test everywhere
 2010-08-29 19:20 UTC  (6+ messages)
` [PATCH v2] "

[RFC/PATCH] git-add: Don't exclude explicitly-specified tracked files
 2010-08-29 18:27 UTC  (8+ messages)
` [RFC/PATCH] Add test case for dealing with a tracked file in an ignored directory

remote-helpers: http-push protocol
 2010-08-29  4:57 UTC 

Problems with extra files on git filter-branch when core.ignorecase is true
 2010-08-28 22:21 UTC 


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