git@vger.kernel.org mailing list mirror (one of many)
 help / color / mirror / code / Atom feed
 messages from 2014-04-12 22:50:09 to 2014-04-17 05:37:58 UTC [more...]

[l10n] date: Note for translators not included in .po files
 2014-04-17  5:37 UTC  (4+ messages)
` [PATCH 0/3] extract proper comments for l10n translators
` [PATCH 1/3] i18n: Fixes uncatchable comments for translators

[PATCH] Update SVN.pm
 2014-04-17  5:24 UTC  (3+ 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  (8+ messages)
` [tig] [PATCHv2 "
  ` [tig] [PATCHv2 1/3] diff: Move diff stat addition to a common function
  ` [tig] [PATCHv2 2/3] diff: Move diff stat drawing "
  ` [tig] [PATCHv2 3/3] log: Colour the diff stat

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

gitignore vs. exclude vs assume-unchanged?
 2014-04-16 23:45 UTC  (4+ messages)

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

[PATCH] tag: add -i and --introduced modifier for --contains
 2014-04-16 22:35 UTC  (3+ messages)

[PATCH v2 0/2] Check for lock failures early
 2014-04-16 22:06 UTC  (5+ 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

[PATCH v4 0/3] Make update refs more atomic
 2014-04-16 21:51 UTC  (16+ messages)
` [PATCH v4 1/3] refs.c: split writing and commiting a ref into two separate functions
` [PATCH v4 2/3] refs.c: split delete_ref_loose() into a separate flag-for-deletion and commit phase
` [PATCH v4 3/3] refs.c: change ref_transaction_commit to run the commit loops once all work is finished

[PATCH] Unicode: update of combining code points
 2014-04-16 19:58 UTC  (5+ messages)

[PATCH v3 00/25] Lockfile correctness and refactoring
 2014-04-16 19:50 UTC  (32+ messages)
` [PATCH v3 01/25] unable_to_lock_die(): rename function from unable_to_lock_index_die()
` [PATCH v3 02/25] api-lockfile: expand the documentation
` [PATCH v3 03/25] rollback_lock_file(): do not clear filename redundantly
` [PATCH v3 04/25] rollback_lock_file(): set fd to -1
` [PATCH v3 05/25] lockfile: unlock file if lockfile permissions cannot be adjusted
` [PATCH v3 06/25] hold_lock_file_for_append(): release lock on errors
` [PATCH v3 07/25] lock_file(): always add lock_file object to lock_file_list
` [PATCH v3 08/25] lockfile.c: document the various states of lock_file objects
` [PATCH v3 09/25] cache.h: define constants LOCK_SUFFIX and LOCK_SUFFIX_LEN
` [PATCH v3 10/25] delete_ref_loose(): don't muck around in the lock_file's filename
` [PATCH v3 11/25] prepare_index(): declare return value to be (const char *)
` [PATCH v3 12/25] write_packed_entry_fn(): convert cb_data into a (const int *)
` [PATCH v3 13/25] lock_file(): exit early if lockfile cannot be opened
` [PATCH v3 14/25] remove_lock_file(): call rollback_lock_file()
` [PATCH v3 15/25] commit_lock_file(): inline temporary variable
` [PATCH v3 16/25] commit_lock_file(): die() if called for unlocked lockfile object
` [PATCH v3 17/25] lockfile: avoid transitory invalid states
` [PATCH v3 18/25] struct lock_file: declare some fields volatile
` [PATCH v3 19/25] try_merge_strategy(): remove redundant lock_file allocation
` [PATCH v3 20/25] try_merge_strategy(): use a statically-allocated lock_file object
` [PATCH v3 21/25] commit_lock_file(): use a strbuf to manage temporary space
` [PATCH v3 22/25] Change lock_file::filename into a strbuf
` [PATCH v3 23/25] resolve_symlink(): use a strbuf for internal scratch space
` [PATCH v3 24/25] resolve_symlink(): take a strbuf parameter
` [PATCH v3 25/25] trim_last_path_elm(): replace last_path_elm()

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

[PATCH 001/14] howto-index.sh: use the $( ... ) construct for command substitution
 2014-04-16 17:29 UTC  (14+ 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: "

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

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

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] git tag --contains : avoid stack overflow
 2014-04-16 15:46 UTC  (2+ messages)

What's cooking in git.git (Apr 2014, #03; Fri, 11)
 2014-04-16 11:31 UTC  (6+ messages)

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

What's cooking in git.git (Apr 2014, #04; Tue, 15)
 2014-04-15 22:12 UTC 

[PATCH 0/5] transport-helper: serious crash fix
 2014-04-15 21:28 UTC  (6+ messages)
` [PATCH 4/5] transport-helper: trivial cleanup
` [PATCH 5/5] transport-helper: fix sync issue on crashes

[PATCH v9 0/6] transport-helper: fixes
 2014-04-15 21:25 UTC  (3+ messages)

[PATCH] send-email: recognize absolute path on Windows
 2014-04-15 21:06 UTC  (8+ messages)
    ` Re* "

[PATCH 1/2] Makefile: use curl-config to determine curl flags
 2014-04-15 16:50 UTC  (5+ messages)
` [PATCH 2/2] Makefile: allow static linking against libcurl

[PATCH] git-remote-hg : Enable use of, $GIT_DIR/hg/origin/clone/.hg/hgrc
 2014-04-15 15:37 UTC  (3+ messages)

[PATCH] hook for git status
 2014-04-15 15:24 UTC 

[PATCH v2 1/2] Makefile: use curl-config to determine curl flags
 2014-04-15 10:40 UTC  (2+ messages)
` [PATCH v2 2/2] Makefile: allow static linking against libcurl

[PATCH v3 00/27] Clean up update-refs --stdin and implement ref_transaction
 2014-04-15  7:40 UTC  (7+ messages)
` [PATCH v3 19/27] refs: add a concept of a reference transaction

[PATCH v2 0/9] Introduce publish tracking branch
 2014-04-15  5:43 UTC  (9+ messages)
` [PATCH v2 6/9] branch: display publish branch

Clear an invalid password out of the credential-cache?
 2014-04-14 22:15 UTC  (2+ messages)

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

[PATCH] prompt: fix missing file errors in zsh
 2014-04-14 20:30 UTC  (2+ messages)

[PATCH 5/5] completion: fix completion of certain aliases
 2014-04-14 20:20 UTC  (2+ messages)

[PATCH] Verify index file before we opportunistically update it
 2014-04-14 18:50 UTC  (11+ messages)
` [PATCH v7 1/2] Add xpread() and xpwrite()
  ` [PATCH v7 2/2] Verify index file before we opportunistically update it

GitMinutes about Git for Windows
 2014-04-14 18:15 UTC  (2+ messages)

Silly time stamps
 2014-04-14 18:00 UTC  (2+ messages)

Get all tips quickly
 2014-04-14 14:20 UTC  (4+ messages)

Our official home page and logo for the Git project
 2014-04-14 13:39 UTC  (11+ messages)

[PATCH v2 00/25] Lockfile correctness and refactoring
 2014-04-14  8:21 UTC  (4+ messages)
` [PATCH v2 17/25] commit_lock_file(): make committing an unlocked lockfile a NOP


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