git@vger.kernel.org mailing list mirror (one of many)
 help / color / mirror / code / Atom feed
 messages from 2015-04-21 22:35:16 to 2015-04-24 22:36:16 UTC [more...]

[PATCH v2 00/16] Convert parts of refs.c to struct object_id
 2015-04-24 22:36 UTC  (21+ messages)
` [PATCH v2 01/16] refs: convert struct ref_entry to use "
` [PATCH v2 02/16] refs: convert for_each_tag_ref to "
` [PATCH v2 03/16] refs: convert remaining users of for_each_ref_in to object_id
` [PATCH v2 04/16] refs: convert for_each_ref_in_submodule "
` [PATCH v2 05/16] refs: convert head_ref to struct object_id
` [PATCH v2 06/16] refs: convert for_each_ref_submodule "
` [PATCH v2 07/16] revision: remove unused _oid helper
` [PATCH v2 08/16] refs: convert for_each_ref to struct object_id
` [PATCH v2 09/16] refs: convert for_each_replace_ref "
` [PATCH v2 10/16] refs: convert namespaced ref iteration functions to object_id
` [PATCH v2 11/16] refs: convert for_each_rawref to struct object_id
` [PATCH v2 12/16] refs: rename do_for_each_ref_oid to do_for_each_ref
` [PATCH v2 13/16] refs: convert for_each_reflog to struct object_id
` [PATCH v2 14/16] refs: rename each_ref_fn_oid to each_ref_fn
` [PATCH v2 15/16] Remove unneeded *_oid functions
` [PATCH v2 16/16] refs: convert struct ref_lock to struct object_id

[BUG] having 'plink' anywhere in the GIT_SSH environment variables sets putty = true
 2015-04-24 22:28 UTC  (21+ messages)
                  ` [PATCH 1/2] connect: simplify SSH connection code path
                    ` [PATCH 2/2] connect: improve check for plink to reduce false positives
                            ` [PATCH v2 1/2] connect: simplify SSH connection code path
                              ` [PATCH v2 2/2] connect: improve check for plink to reduce false positives

[PATCH 0/5] Avoid file descriptor exhaustion in ref_transaction_commit()
 2015-04-24 22:22 UTC  (13+ messages)
` [PATCH 1/5] write_ref_to_lockfile(): new function, extracted from write_ref_sha1()
` [PATCH 2/5] commit_ref_update(): "
` [PATCH 3/5] write_ref_sha1(): inline function at callers
` [PATCH 4/5] ref_transaction_commit(): remove the local flags variables
` [PATCH 5/5] ref_transaction_commit(): only keep one lockfile open at a time

[PATCHv3] refs.c: enable large transactions
 2015-04-24 20:17 UTC  (9+ messages)

[PATCH] t0027: Add repoMIX and LF_nul
 2015-04-24 20:07 UTC  (2+ messages)

[PATCH] Clarify documentation on commit message strip
 2015-04-24 20:06 UTC 

Verbose as default for commit (optional)
 2015-04-24 20:03 UTC  (2+ messages)

[PATCH 1/5] status: document the -v/--verbose option
 2015-04-24 16:46 UTC  (3+ messages)

git-completion.tcsh
 2015-04-24 14:37 UTC  (5+ messages)

git-p4 Question
 2015-04-24 14:36 UTC  (7+ messages)

URL not displaying change made with git
 2015-04-24 13:26 UTC  (4+ messages)

About git log
 2015-04-24 10:57 UTC  (2+ messages)

fast-import should not care about core.ignorecase
 2015-04-24  9:42 UTC  (6+ messages)
` [PATCH] fast-import: add options to enable/disable case folding

[PATCH] reduce progress updates in background
 2015-04-24  6:25 UTC  (11+ messages)
      ` [PATCH v2] "
        ` [PATCH] compat/mingw: stubs for getpgid() and tcgetpgrp()
            ` [msysGit] "

[PATCH] blame: add blame.showemail config option
 2015-04-24  5:22 UTC  (2+ messages)

Odd rev-list behaviour
 2015-04-24  1:52 UTC  (2+ messages)

[PATCH] Completion: Cleanup tcsh script and add debug flag
 2015-04-24  1:07 UTC 

Rebasing with submodule change causes red herring with --continue
 2015-04-23 22:43 UTC  (7+ messages)

Installing git binaries on a non-default directory (Ubuntu)
 2015-04-23 20:17 UTC  (4+ messages)

[PATCH] merge: simplify code flow
 2015-04-23 20:15 UTC  (3+ messages)

[PATCH 0/5] Tweak the 2.4.0 release notes and related docs
 2015-04-23 18:29 UTC  (11+ messages)
` [PATCH 1/5] status: document the -v/--verbose option
` [PATCH 2/5] git tag: mention versionsort.prereleaseSuffix in manpage
` [PATCH 3/5] RelNotes: correct name of versionsort.prereleaseSuffix
` [PATCH 4/5] RelNotes: refer to the rebase -i "todo list", not "insn sheet"
` [PATCH 5/5] RelNotes: wordsmithing

git clone --depth: shallow clone problems
 2015-04-23 14:53 UTC 

Wrong gitignore precedence?
 2015-04-23 12:11 UTC  (4+ messages)
` [PATCH] ignore: info/exclude should trump core.excludesfile

[PATCH V3 0/2] git-p4: improve client path detection when branches are used
 2015-04-23 10:03 UTC  (7+ messages)
` [PATCH V3 1/2] t9801: check git-p4's branch detection with client spec enabled
` [PATCH V3 2/2] git-p4: improve client path detection when branches are used

Proposal for git stash : add --staged option
 2015-04-23  6:59 UTC  (3+ messages)

Issue: repack semi-frequently fails on Windows (msysgit) - suspecting file descriptor issues
 2015-04-23  6:52 UTC  (5+ messages)

[PATCH] RFC/Add documentation for version protocol 2
 2015-04-23  6:16 UTC  (5+ messages)

assert failed in submodule edge case
 2015-04-23  3:47 UTC  (11+ messages)
` [PATCH] pathspec: adjust prefixlen after striping trailing slash

[PATCH 1/3] git-multimail: Add an option to filter on branches
 2015-04-23  1:48 UTC  (7+ messages)
` [PATCH 2/3] git-multimail: Add a quiet option to prevent outputting email addresses from hook
` [PATCH 3/3] git-multimail: Add stdout option to config

[ANNOUNCE] Git v2.4.0-rc3
 2015-04-22 22:05 UTC 

[BUG] Performance regression due to #33d4221: write_sha1_file: freshen existing objects
 2015-04-22 22:00 UTC  (12+ messages)

About my git workflow; maybe it's useful for others
 2015-04-22 20:38 UTC  (5+ messages)

utf-8 filename woes
 2015-04-22 20:19 UTC  (2+ messages)

forcing a user@ into the URL if not present
 2015-04-22 20:06 UTC 

[PATCH] refs.c: enable large transactions
 2015-04-22 20:12 UTC  (5+ messages)
` [PATCHv2] "

[PATCH 0/3] Another approach to large transactions
 2015-04-22 20:11 UTC  (12+ messages)

[PATCH] test-lib: turn on GIT_TEST_CHAIN_LINT by default
 2015-04-22 20:09 UTC 

PATH modifications for git-hook processes
 2015-04-22 20:00 UTC  (11+ messages)
        ` [PATCH] stop putting argv[0] dirname at front of PATH

How do I resolve conflict after popping stash without adding the file to index?
 2015-04-22 19:55 UTC  (14+ messages)
                ` [PATCH 1/3] t3903: stop hard-coding commit sha1s
                ` [PATCH 2/3] t3903: avoid applying onto dirty index
                ` [PATCH 3/3] stash: require a clean index to apply

[PATCH/RFC v3 0/4] Improving performance of git clean
 2015-04-22 19:53 UTC  (7+ messages)

[PATCH v2 0/9] address packed-refs speed regressions
 2015-04-22 18:06 UTC  (6+ messages)
` [PATCH 7/9] strbuf_getwholeline: use getdelim if it is available

[PATCH] builtin/merge.c: add the merge.verifysignatures config option
 2015-04-22 17:55 UTC  (2+ messages)

git's directory is _prepended_ to PATH when called with an absolute path
 2015-04-22 17:47 UTC  (9+ messages)

[BUG] Git does not convert CRLF=>LF on files with \r not before \n
 2015-04-22 17:42 UTC  (5+ messages)

[ANNOUNCE] git-multimail organizational changes
 2015-04-22 14:45 UTC 

[PATCH] completion: Support exclude prefix, ^<rev>
 2015-04-22 13:03 UTC 

How can I configure zsh to autocomplete branch names in zsh?
 2015-04-22 10:00 UTC 

Why does "git log -G<regex>" works with "regexp-ignore-case" but not with other regexp-related options?
 2015-04-22  9:08 UTC  (10+ messages)

support git+mosh for unreliable connections
 2015-04-22  6:54 UTC  (8+ 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).