git@vger.kernel.org mailing list mirror (one of many)
 help / color / mirror / code / Atom feed
 messages from 2011-05-05 20:01:39 to 2011-05-08 12:19:09 UTC [more...]

[RFC PATCH 00/11] Sequencer Foundations
 2011-05-08 12:18 UTC  (12+ messages)
` [PATCH 01/11] revert: Avoid calling die; return error instead
` [PATCH 03/11] revert: Introduce a struct to parse command-line options into
` [PATCH 05/11] revert: Catch incompatible command-line options early

[PATCH 0/4] i18n: Add shell script translation infrastructure
 2011-05-08 12:10 UTC  (5+ messages)
` [PATCH 1/4] git-sh-i18n--envsubst: our own envsubst(1) for eval_gettext()
` [PATCH 2/4] git-sh-i18n.sh: add no-op gettext() and eval_gettext() wrappers
` [PATCH 3/4] git-sh-i18n.sh: add GIT_GETTEXT_POISON support
` [PATCH 4/4] Makefile: add xgettext target for *.sh files

[GSoC 11] submodule improvements
 2011-05-08 12:05 UTC 

[PATCH] Teach checkout the -n|--dry-run option
 2011-05-08 11:22 UTC  (4+ messages)

[PATCH] t3703: add test cases for pathspec magic
 2011-05-08 11:08 UTC  (4+ messages)
` [PATCH] t3703, t4208: add test cases for magic pathspec

[PATCH v3] git-p4: add option to preserve user names
 2011-05-08 10:58 UTC  (6+ messages)

[PATCH] git-completion: fix zsh support
 2011-05-08 10:48 UTC  (12+ messages)
    ` [RFC/PATCH] completion: avoid "words" as variable name for zsh portability
              ` [PATCH] completion: move private shopt shim for zsh to __git_ namespace

[PATCH 1/2] commit: do not cleanup template
 2011-05-08 10:31 UTC  (8+ messages)
` [PATCH 2/2] commit: do not add a newline after a template
    ` [PATCH/RFC v2] Do not strip empty lines / trailing spaces from a commit message template

[PATCH v0 0/3] git add a-Big-file
 2011-05-08 10:19 UTC  (5+ messages)
` [PATCH v0 1/3] index_fd(): turn write_object and format_check arguments into one flag
` [PATCH v0 2/3] index_fd(): split into two helper functions
` [PATCH v0 3/3] Bigfile: teach "git add" to send a large file straight to a pack

git alias fails if non-accessible directory is in PATH
 2011-05-08  9:53 UTC 

[PATCH v2] rerere: Expose an API corresponding to 'clear' functionality
 2011-05-08  9:46 UTC  (8+ messages)
` [PATCH v3] "
    ` [PATCH v4 0/2] Libify rerere: clear and gc
      ` [PATCH v4 1/2] usage: Introduce error_errno corresponding to die_errno
      ` [PATCH v4 2/2] rerere: Libify "rerere clear" and "rerere gc"

RFC: a plugin architecture for git extensions?
 2011-05-08  7:42 UTC  (36+ messages)

Question about PERL_PATH
 2011-05-08  0:13 UTC  (6+ messages)

[PATCH v3] Add default merge options for all branches
 2011-05-07 22:05 UTC  (18+ messages)
` [PATCH v5] "
    ` [PATCH 0/2] tests: make verify_merge check that the number of parents is right
      ` [PATCH 1/2] tests: eliminate unnecessary setup test assertions
      ` [PATCH 2/2] tests: teach verify_parents to check for extra parents

Intermittent Failures in t1450-fsck
 2011-05-07 20:25 UTC  (9+ messages)
` Intermittent Failures in t1450-fsck (Bisected)

What's cooking in git.git (May 2011, #03; Fri, 6)
 2011-05-07 19:11 UTC  (3+ messages)

[PATCH 0/6] gitweb: Improve ctags, introduce categories
 2011-05-07 18:39 UTC  (3+ messages)
` [PATCH 1/6 (v2)] gitweb: Restructure projects list generation

[PATCH v3 0/3] Git commit --patch (again)
 2011-05-07 17:59 UTC  (9+ messages)
` [PATCH v3 1/3] Use a temporary index for git commit --interactive
` [PATCH v3 2/3] Allow git commit --interactive with paths
` [PATCH v3 3/3] Add support for -p/--patch to git-commit
      ` [PATCH v4 "
      ` [PATCH] Add commit to list of config.singlekey commands

[RFC/PATCH] userdiff.c: Avoid old glibc regex bug causing t4034-*.sh test failures
 2011-05-07 17:54 UTC  (3+ messages)

RFC: git send-email and error handling
 2011-05-07 13:21 UTC  (5+ messages)
` [RFC/PATCH] git-send-email: Remember sources of Cc addresses
  ` [RFC/PATCH 2/2] git-send-email: Do not require that addresses added from body be valid
    ` [RFC/PATCH 3/2 (squash!)] git-send-email: Warn about rejected automatically added recipients

[PATCHv4 00/02] Simplify handling of gitweb dependencies and targets in main Makefile
 2011-05-07 12:45 UTC  (3+ messages)
` [PATCH 01/02] git-instaweb: Simplify build dependency on gitweb
` [PATCH 02/02] Remove gitweb/gitweb.cgi and other legacy targets from main Makefile

[PATCH] git-p4: small improvements to user-preservation
 2011-05-07 10:19 UTC  (2+ messages)

Separate default remotes for pulling and pushing
 2011-05-07  9:50 UTC  (2+ messages)

[RFC/largely untested/PATCH] sha1_name: interpret ~n as HEAD~n
 2011-05-07  2:24 UTC  (4+ messages)

[PATCH] checkout: honor advice.detachedHead when reattaching to a branch
 2011-05-07  1:38 UTC  (5+ messages)

git-p4: keeping p4 and git in sync?
 2011-05-06 21:39 UTC 

git failure on HP-UX
 2011-05-06 21:34 UTC  (6+ messages)
  ` git failure on HP-UX - more data

git-p4 issue
 2011-05-06 20:16 UTC  (7+ messages)

[PATCH] archive.c: add support for --submodules[=(all|checkedout)]
 2011-05-06 19:37 UTC  (3+ messages)

git-p4 and keyword substitution
 2011-05-06 19:29 UTC  (2+ messages)

[PATCH 1/1] status: display "doing what" information in git status
 2011-05-06 19:15 UTC  (19+ messages)
      ` [PATCH v2] "

error with $ git push origin HEAD:newbranch
 2011-05-06 17:02 UTC  (8+ messages)

[PATCH] staging: brcm80211: SDIO/MMC cleanups
 2011-05-06 16:44 UTC  (6+ messages)

Improvement of git commit interface
 2011-05-06 16:10 UTC  (2+ messages)

git-cherry and merge
 2011-05-06 15:40 UTC 

[PATCH] t1507: change quoting in test_did_you_mean to a more general one
 2011-05-06 14:23 UTC  (9+ messages)

Improvement of git add interface
 2011-05-06 12:03 UTC 

[PATCH for maint branch] git-completion: fix zsh support
 2011-05-06 10:06 UTC  (10+ messages)
` [PATCH for maint] "

Private/public branches/repos workflow
 2011-05-06  9:27 UTC  (7+ messages)

Unable to push remote branches
 2011-05-06  8:30 UTC  (2+ messages)

[PATCH] Respect definition of prefix from autotools in ETC_GITCONFIG and ETC_GITATTRIBUTES
 2011-05-06  7:03 UTC  (13+ messages)
  ` [PATCH 1/1] Honor $(prefix) set in config.mak* when defining ETC_GIT* and sysconfdir

[PATCH] Remove duplicated "is a"
 2011-05-06  5:14 UTC  (3+ messages)

cannot pread pack
 2011-05-06  3:08 UTC  (3+ messages)

t5541: Bad file descriptor
 2011-05-05 20:42 UTC  (5+ messages)

[PATCH] remove noise and inaccuracies from git-svn docs
 2011-05-05 20:33 UTC  (12+ messages)
              ` git-svn and a new svn remote helper

[Tagging Commits] feedback / discussion request
 2011-05-05 20:30 UTC  (4+ messages)

What's cooking in git.git (Mar 2011, #04; Wed, 23)
 2011-05-05 20:26 UTC  (6+ messages)
  ` [PATCH 2/2] merge: merge with the default upstream with no argument

How to efficiently find where a patch applies?
 2011-05-05 20:17 UTC  (4+ messages)

How to fork a file (git cp ?)
 2011-05-05 20:07 UTC  (9+ 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).