git@vger.kernel.org mailing list mirror (one of many)
 help / color / mirror / code / Atom feed
 messages from 2014-04-15 22:33:20 to 2014-04-19 08:32:18 UTC [more...]

[RFC/PATCHv2 1/3] Documentation/git-svn: Promote the use of --prefix in docs + examples
 2014-04-19  8:32 UTC  (4+ messages)
` [RFC/PATCHv3 0/3] Change git-svn's default --prefix in Git v2.0
  ` [RFC/PATCHv3 3/3] Git 2.0: git svn: Set default --prefix='origin/' if --prefix is not given

[L10N] Startup of Git 2.0.0 l10n round 1
 2014-04-19  8:13 UTC 

[ANNOUNCE] Git v2.0.0-rc0
 2014-04-19  7:20 UTC  (3+ messages)

[PATCH 0/5] transport-helper: serious crash fix
 2014-04-19  7:00 UTC  (7+ messages)
` [PATCH 0/5] fc/transport-helper-sync-error-fix rebased
  ` [PATCH 1/5] transport-helper: remove barely used xchgline()
  ` [PATCH 2/5] remote-helpers: make recvline return an error
  ` [PATCH 3/5] transport-helper: propagate recvline() error pushing
  ` [PATCH 4/5] transport-helper: trivial cleanup
  ` [PATCH 5/5] transport-helper: fix sync issue on crashes

[ANNOUNCE] WinGit - native x86/x64 Git for Windows
 2014-04-19  6:31 UTC  (2+ messages)

[PATCH 5/5] completion: fix completion of certain aliases
 2014-04-19  1:26 UTC  (3+ messages)

Refactoring hardcoded SHA-1 constants
 2014-04-19  1:12 UTC  (6+ messages)

[PATCH v9 0/6] transport-helper: fixes
 2014-04-19  1:09 UTC  (4+ messages)

Students project on Git (Ensimag)
 2014-04-19  0:55 UTC  (5+ messages)
` Project idea: strbuf allocation modes

[PATCH] blame: add correct paddings in time_buf for align
 2014-04-19  0:20 UTC  (4+ messages)

[PATCH v2 0/9] Introduce publish tracking branch
 2014-04-18 23:29 UTC  (10+ messages)
` [PATCH v2 6/9] branch: display publish branch

[PATCH] tag: add -i and --introduced modifier for --contains
 2014-04-18 23:36 UTC  (12+ messages)

user.signingkey without gpg? (using s/mime or ssh?)
 2014-04-18 21:44 UTC  (2+ messages)

What's cooking in git.git (Apr 2014, #06; Fri, 18)
 2014-04-18 19:38 UTC 

[l10n] date: Note for translators not included in .po files
 2014-04-18 17:48 UTC  (13+ messages)
` [PATCH 0/3] extract proper comments for l10n translators
` [PATCH 1/3] i18n: Fixes uncatchable comments for translators
` [PATCH 2/3] i18n: Only extract comments marked by special tag
` [PATCH 3/3] i18n: Remove obsolete comments for translators

Store refreshed stat info in a separate file?
 2014-04-18 17:43 UTC  (2+ messages)

[RFC/PATCH 0/4] Add submodule test harness
 2014-04-18 12:39 UTC  (9+ messages)
` [RFC/PATCH 2/4] Submodules: Add the lib-submodule-update.sh test library
        `  "

git commit vs. ignore-submodules
 2014-04-18 12:28 UTC  (27+ messages)
    ` [PATCH 1/2] commit: add --ignore-submodules[=<when>] parameter
        ` [PATCH v2] "
          ` [PATCH v2.1] "
                                ` [PATCH v3 2/2] "
                                      ` [PATCH v4 1/2] add: "
                                      ` [PATCH v4 2/2] commit: "

[PATCH] Update SVN.pm
 2014-04-18  6:48 UTC  (6+ messages)

gitignore vs. exclude vs assume-unchanged?
 2014-04-18  0:36 UTC  (5+ messages)

[PATCH 0/3] Fix support for FreeBSD's /bin/sh
 2014-04-18  0:26 UTC  (10+ messages)
` [PATCH 1/3] rebase: avoid non-function use of "return" on FreeBSD

[RFC] Speed up "git status" by caching untracked file info
 2014-04-17 23:27 UTC  (3+ messages)

[PATCH] git tag --contains : avoid stack overflow
 2014-04-17 21:58 UTC  (6+ messages)

[PATCH v2 0/2] Check for lock failures early
 2014-04-17 21:09 UTC  (6+ messages)
` [PATCH v2 1/2] sequencer.c: check for lock failure and bail early in fast_forward_to
` [PATCH v2 2/2] commit.c: check for lock error and return early

What's cooking in git.git (Apr 2014, #05; Thu, 17)
 2014-04-17 21:01 UTC 

automatic submodule deinit (platform specific blacklist)
 2014-04-17 20:11 UTC  (3+ messages)

[PATCH 00/11] Use ref transactions from most callers
 2014-04-17 19:46 UTC  (12+ messages)
` [PATCH 01/11] refs.c: constify the sha arguments for ref_transaction_create|delete|update
` [PATCH 02/11] refs.c: change ref_transaction_update() to do error checking and return status
` [PATCH 03/11] refs.c: change ref_transaction_create "
` [PATCH 04/11] refs.c: ref_transaction_delete to check for error "
` [PATCH 05/11] tag.c: use ref transactions when doing updates
` [PATCH 06/11] replace.c: use the ref transaction functions for updates
` [PATCH 07/11] commit.c: use ref transactions "
` [PATCH 08/11] sequencer.c: use ref transactions for all ref updates
` [PATCH 09/11] fast-import.c: change update_branch to use ref transactions
` [PATCH 10/11] branch.c: use ref transaction for all ref updates
` [PATCH 11/11] walker.c: use ref transaction for "

[PATCH 001/14] howto-index.sh: use the $( ... ) construct for command substitution
 2014-04-17 18:25 UTC  (16+ messages)
` [PATCH 002/14] install-webdoc.sh: "
` [PATCH 003/14] git-checkout.sh: "
` [PATCH 004/14] git-clone.sh: "
` [PATCH 005/14] git-commit.sh: "
` [PATCH 006/14] git-fetch.sh: "
` [PATCH 007/14] git-ls-remote.sh: "
` [PATCH 008/14] git-merge.sh: "
` [PATCH 009/14] git-repack.sh: "
` [PATCH 010/14] git-resolve.sh: "
` [PATCH 011/14] git-revert.sh: "
` [PATCH 012/14] git-tag.sh: "
` [PATCH 013/14] t9360-mw-to-git-clone.sh: "
` [PATCH 014/14] t9362-mw-to-git-utf8.sh: "

What's cooking in git.git (Apr 2014, #03; Fri, 11)
 2014-04-17 17:52 UTC  (7+ messages)

[RFC] t7410: 210 tests for various 'git submodule update' scenarios
 2014-04-17 16:04 UTC  (5+ messages)

[PATCH v2] utf8.c: partially update to version 6.3
 2014-04-17 12:14 UTC  (2+ messages)

[PATCH 1/2] git-svn: only look at the new parts of svn:mergeinfo
 2014-04-17  6:54 UTC  (2+ messages)
` [PATCH 2/2] git-svn: only look at the root path for svn:mergeinfo

[PATCH] Unicode: update of combining code points
 2014-04-17  6:32 UTC  (6+ messages)

[PATCH v3] send-email: recognize absolute path on Windows
 2014-04-17  1:45 UTC  (4+ messages)

[tig] [PATCH 0/3] log: colour the diffstat
 2014-04-17  1:04 UTC  (6+ messages)
` [tig] [PATCHv2 "
  ` [tig] [PATCHv2 3/3] log: Colour the diff stat

[PATCH] git-rebase: Print name of rev when using shorthand
 2014-04-16 23:22 UTC  (6+ messages)

[PATCH v4 0/3] Make update refs more atomic
 2014-04-16 21:51 UTC  (9+ messages)

[PATCH v3 00/25] Lockfile correctness and refactoring
 2014-04-16 19:50 UTC  (9+ messages)
` [PATCH v3 16/25] commit_lock_file(): die() if called for unlocked lockfile object
` [PATCH v3 18/25] struct lock_file: declare some fields volatile

On "interpret-trailers" standalone tool
 2014-04-16 18:54 UTC  (7+ messages)

[PATCH] config.c: fix a compiler warning
 2014-04-16 17:21 UTC  (5+ messages)
    ` [PATCH] config.c: mark die_bad_number as NORETURN

wrong handling of text git attribute leading to files incorrectly reported as modified
 2014-04-16 17:03 UTC  (8+ messages)

[PATCH 1/6] compat/regex/regcomp.c: reduce scope of variables
 2014-04-16 16:49 UTC  (10+ messages)
` [PATCH 2/6] compat/regex/regex_internal.c: "
` [PATCH 3/6] compat/regex/regexec.c: "
` [PATCH 4/6] contrib/credential/osxkeychain/git-credential-osxkeychain.c: "
` [PATCH 5/6] contrib/credential/wincred/git-credential-wincred.c: "
` [PATCH 6/6] xdiff/xprepare.c: "

[PATCH v2] git-rebase: Print name of rev when using shorthand
 2014-04-16  8:31 UTC 

[PATCH 0/2] Check for lock failures early
 2014-04-16  1:37 UTC  (4+ messages)
` [PATCH 1/2] sequencer.c: check for lock failure and bail early in fast_forward_to
` [PATCH 2/2] commit.c: check for lock error and return early

[PATCH] gitk: show staged submodules regardless of ignore config
 2014-04-15 22:34 UTC  (2+ messages)

[PATCH] git-gui: show staged submodules regardless of ignore config
 2014-04-15 22:32 UTC  (2+ 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).