git@vger.kernel.org mailing list mirror (one of many)
 help / color / mirror / code / Atom feed
 messages from 2011-12-08 13:41:13 to 2011-12-10 12:47:46 UTC [more...]

cherry-pick/revert error messages
 2011-12-10 12:47 UTC  (12+ messages)
  ` [RFC/PATCH 0/3] "
    ` [PATCH v2 "
      ` [PATCH 5/3] revert: introduce --abort to cancel a failed cherry-pick
            ` [PATCH] Fix revert --abort on Windows
                  ` [RFC/PATCH 0/7] some sequencer loose ends (Re: Fix revert --abort on Windows)
                    ` [PATCH 1/7] revert: give --continue handling its own function

best way to fastforward all tracking branches after a fetch
 2011-12-10 12:26 UTC 

process committed files in post-receive hook
 2011-12-10 12:06 UTC  (3+ messages)

[PATCHv3 0/13] credential helpers
 2011-12-10 11:57 UTC  (28+ messages)
` [PATCHv3 01/13] test-lib: add test_config_global variant
` [PATCHv3 02/13] t5550: fix typo
` [PATCHv3 03/13] introduce credentials API
` [PATCHv3 04/13] credential: add function for parsing url components
` [PATCHv3 05/13] http: use credential API to get passwords
` [PATCHv3 06/13] credential: apply helper config
` [PATCHv3 07/13] credential: add credential.*.username
` [PATCHv3 08/13] credential: make relevance of http path configurable
` [PATCHv3 09/13] docs: end-user documentation for the credential subsystem
` [PATCHv3 10/13] credentials: add "cache" helper
` [PATCHv3 11/13] strbuf: add strbuf_add*_urlencode
` [PATCHv3 12/13] credentials: add "store" helper
` [PATCHv3 13/13] t: add test harness for external credential helpers
` [PATCHv2 0/9] echo characters in username prompt
  ` [PATCHv2 1/9] imap-send: avoid buffer overflow
  ` [PATCHv2 2/9] imap-send: don't check return value of git_getpass
  ` [PATCHv2 3/9] move git_getpass to its own source file
  ` [PATCHv2 4/9] refactor git_getpass into generic prompt function
  ` [PATCHv2 5/9] add generic terminal "
  ` [PATCHv2 6/9] prompt: use git_terminal_prompt
  ` [PATCHv2 7/9] credential: use git_prompt instead of git_getpass
  ` [PATCHv2 8/9] Makefile: linux has /dev/tty
  ` [PATCHv2 9/9] Makefile: OS X "
` [PATCH 1/1] contrib: add credential helper for OS X Keychain

[RFC/PATCH] show tracking branches with their associated branch names
 2011-12-10 11:23 UTC  (3+ messages)

Question about commit message wrapping
 2011-12-10  9:10 UTC  (9+ messages)

Access to git repository through squid proxy: The remote end hung up unexpectedly
 2011-12-10  8:56 UTC 

[PATCH 1/2] t3401: modernize style
 2011-12-10  8:14 UTC  (7+ messages)
` [PATCH 2/2] t3401: use test_commit in setup

[RFC/PATCH] add update to branch support for "floating submodules"
 2011-12-10  6:30 UTC  (6+ messages)
  `  "

What's cooking in git.git (Dec 2011, #03; Fri, 9)
 2011-12-10  6:13 UTC  (3+ messages)

git bug(?) for commit baf18fc261ca475343fe3cb9cd2c0dded4bc1bb7
 2011-12-10  4:48 UTC  (7+ messages)
` [PATCH] Copy resolve_ref() return value for longer use

git for change control of software deployment updates
 2011-12-10  2:37 UTC 

Auto update submodules after merge and reset
 2011-12-10  1:41 UTC  (7+ messages)

Bug in filter-branch example for moving into a subdirectory
 2011-12-10  0:07 UTC 

[PATCH] Set hard limit on delta chain depth
 2011-12-10  0:02 UTC  (4+ messages)

[PATCHv2 0/7] getpass refactoring
 2011-12-09 23:58 UTC  (6+ messages)
` [PATCH 4/7] refactor git_getpass into generic prompt function
` [PATCH 5/7] add generic terminal "

[PATCHv2 0/13] credential helpers
 2011-12-09 23:56 UTC  (12+ messages)
` [PATCHv2 12/13] credentials: add "store" helper

[PATCH 0/4] git-p4: paths for p4
 2011-12-09 23:48 UTC  (5+ messages)
` [PATCH 1/4] git-p4: ensure submit clientPath exists before chdir
` [PATCH 2/4] git-p4: submit test for auto-creating clientPath
` [PATCH 3/4] git-p4: use absolute directory for PWD env var
` [PATCH 4/4] git-p4: test for absolute PWD problem

[PATCH 0/9] Re-roll rr/revert-cherry-pick v2
 2011-12-09 23:03 UTC  (32+ messages)
` [PATCH 1/9] revert: free msg in format_todo()
` [PATCH 2/9] revert: make commit subjects in insn sheet optional
` [PATCH 3/9] revert: tolerate extra spaces, tabs in insn sheet
` [PATCH 4/9] revert: simplify getting commit subject in format_todo()
` [PATCH 5/9] t3510 (cherry-pick-sequencer): use exit status
` [PATCH 6/9] t3510 (cherry-pick-sequencer): remove malformed sheet 2
` [PATCH 7/9] revert: allow mixed pick and revert instructions
` [PATCH 8/9] revert: report fine-grained error messages from insn parser
` [PATCH 9/9] revert: simplify communicating command-line arguments

[PATCH 0/5] Re-roll rr/revert-cherry-pick
 2011-12-09 22:30 UTC  (14+ messages)
` [PATCH 2/5] revert: make commit subjects in insn sheet optional
` [PATCH 4/5] revert: allow mixed pick and revert instructions

[PATCH] run-command.c: Accept EACCES as command not found
 2011-12-09 21:35 UTC  (7+ messages)
` [PATCH 0/2] run-command: Add EACCES diagnostics
  ` [PATCH 1/2] run-command: Add checks after execvp fails with EACCES

[PATCH] index-pack: eliminate unlimited recursion in get_delta_base()
 2011-12-09 21:27 UTC  (5+ messages)
` [PATCH 1/2] index_pack: indent find_unresolved_detals one level
  ` [PATCH 2/2] index-pack: a naive attempt to flatten find_unresolved_deltas

[PATCH] am: don't persist keepcr flag
 2011-12-09 18:50 UTC  (2+ messages)

[PATCH] git symbolic-ref: documentation fix
 2011-12-09 18:07 UTC  (2+ messages)

[PATCH v2 0/6] Fix '&&' chaining in tests
 2011-12-09 18:47 UTC  (42+ messages)
` [PATCH 1/2] parse-options: introduce OPT_SUBCOMMAND
` [PATCH 1/6] t3040 (subprojects-basic): modernize style
` [PATCH 2/2] bundle: rewrite builtin to use parse-options
` [PATCH 3/6] t1006 (cat-file): use test_cmp
` [PATCH 4/6] t3200 (branch): fix '&&' chaining
` [PATCH 5/6] t1510 (worktree): "
` [PATCH 6/6] test: "
` [PATCH v3 0/6] Fix '&&' chaining in tests
  ` [PATCH 1/6] t3040 (subprojects-basic): fix '&&' chaining, modernize style
  ` [PATCH 2/6] t3030 (merge-recursive): use test_expect_code
  ` [PATCH 6/6] tests: fix '&&' chaining

[PATCH, v5] git-tag: introduce --cleanup option
 2011-12-09 18:04 UTC  (2+ messages)

BUG: Confusing submodule error message
 2011-12-08 19:15 UTC  (3+ messages)
` [PATCH] diff/status: print submodule path when looking for changes fails

[PATCH] tag deletions not rejected with receive.denyDeletes= true
 2011-12-09 19:15 UTC  (2+ messages)

git auto-repack is broken
 2011-12-09 18:34 UTC  (10+ messages)

git submodules and custom work tree / git dir
 2011-12-09 16:48 UTC 

git-svn clone repositotory without files from codeplex
 2011-12-09 15:46 UTC  (2+ messages)

configure git to not push all remote tracking branches
 2011-12-09 15:07 UTC  (3+ messages)

gittornado: A tornado-based implementation of the git-http-backend in Python
 2011-12-09 13:34 UTC 

[POC PATCH 0/5] Threaded loose object and pack access
 2011-12-09  8:45 UTC  (7+ messages)
` [POC PATCH 1/5] Turn grep's use_threads into a global flag
` [POC PATCH 2/5] grep: push locking into read_sha1_*
` [POC PATCH 3/5] sha1_file_name_buf(): sha1_file_name in caller's buffer
` [POC PATCH 4/5] sha1_file: stuff various pack reading variables into a struct
` [POC PATCH 5/5] sha1_file: make the pack machinery thread-safe

Query on git commit amend
 2011-12-09  4:49 UTC  (9+ messages)

Debugging git-commit slowness on a large repo
 2011-12-09  0:17 UTC  (3+ messages)

What's cooking in git.git (Dec 2011, #02; Mon, 5)
 2011-12-08 21:25 UTC  (10+ messages)

[PATCH] git-send-email: Add auto-cc to all body signatures
 2011-12-08 20:51 UTC  (5+ messages)

Disabling Delta Compression on a fetch
 2011-12-08 20:14 UTC  (3+ messages)

[PATCH 0/2] Parsing a subcommand using parse-options
 2011-12-08 19:51 UTC  (2+ messages)

[PATCH] mingw: give waitpid the correct signature
 2011-12-08 19:39 UTC 

[bug?] checkout -m doesn't work without a base version
 2011-12-08 18:27 UTC  (4+ messages)

[PATCH 0/5] cache-tree revisited
 2011-12-08 14:15 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).