git@vger.kernel.org mailing list mirror (one of many)
 help / color / mirror / code / Atom feed
 messages from 2010-02-05 20:20:36 to 2010-02-08 06:29:24 UTC [more...]

Implement --password option for git svn perl script
 2010-02-08  6:29 UTC  (9+ messages)
  ` Fwd: Delivery Status Notification (Failure)
    `  "

[PATCH] filter-branch: Fix error message for --prune-empty --commit-filter
 2010-02-08  2:38 UTC  (2+ messages)

What's cooking in git.git (Feb 2010, #02; Sun, 07)
 2010-02-08  2:19 UTC 

[ANNOUNCE] Git 1.7.0.rc2
 2010-02-08  2:18 UTC 

Unix root dir as a work tree
 2010-02-08  2:18 UTC  (3+ messages)

git gc / git repack not removing unused objects?
 2010-02-08  2:11 UTC  (9+ messages)

git-grep: option parsing conflicts with prefix-dash searches
 2010-02-08  1:06 UTC  (12+ messages)

[PATCH] archive: fix segfault from too long --format parameter
 2010-02-08  0:45 UTC  (4+ messages)
  ` [PATCH] archive: simplify archive format guessing

[PATCH] git-gui: check whether systems nice command works or disable it
 2010-02-08  0:21 UTC  (2+ messages)

[PATCH] Add a test for a problem in "rebase --whitespace=fix"
 2010-02-08  0:15 UTC  (4+ messages)

notes metadata?
 2010-02-07 22:57 UTC  (3+ messages)

A generalization of git notes from blobs to trees - git metadata?
 2010-02-07 22:46 UTC  (15+ messages)

[PATCH] Documentation/SubmittingPatches: fix Gmail workaround advice
 2010-02-07 22:16 UTC  (6+ messages)

[PATCH 9/9] gitweb: File based caching layer (from git.kernel.org)
 2010-02-07 21:32 UTC  (6+ messages)
` [RFC PATCH 00/10] gitweb: Simple file based output caching
  ` [RFC PATCH 01/10] gitweb: Print to explicit filehandle (preparing for caching)

[PATCH 0/4] gitweb: preliminary notes support
 2010-02-07 21:08 UTC  (38+ messages)
` [PATCH 1/4] gitweb: notes feature
` [PATCH 2/4] gitweb: show notes in shortlog view
` [PATCH 3/4] gitweb: show notes in log
` [PATCH 4/4] gitweb: show notes in commit(diff) view

[PATCH 0/2] gitweb: Improve escaping
 2010-02-07 20:52 UTC  (3+ messages)
` [PATCH 1/2] gitweb: esc_html (short) error message in die_error
` [PATCH 2/2] gitweb: Protect escaping functions against calling on undef

notes TODOs (was: Re: [PATCH 1/4] gitweb: notes feature)
 2010-02-07 19:05 UTC  (4+ messages)
  ` notes TODOs

Fwd: how to apply patch?
 2010-02-07 13:00 UTC  (4+ messages)
  `  "

[PATCH] gitweb: Die if there are parsing errors in config file
 2010-02-07 10:53 UTC  (2+ messages)

Using ‘git replace’ to replace blobs
 2010-02-07  6:45 UTC  (2+ messages)

[PATCH v2] cvsimport: new -R option: generate .git/cvs-revisions mapping
 2010-02-07  5:10 UTC  (2+ messages)

1.7.0-rc2 tomorrow
 2010-02-07  2:29 UTC 

Current stgit asks SMTP password for every patch
 2010-02-07  2:18 UTC 

Gmail and unwanted line-wrapping
 2010-02-07  0:51 UTC  (7+ messages)

upload-pack timing issue on windows?
 2010-02-06 22:18 UTC  (4+ messages)
  ` [msysGit] "

[PATCH] t9501: Skip testing load if we can't detect it
 2010-02-06 20:09 UTC  (8+ messages)
      ` [PATCH] t9501: Correctly force over max load everywhere

[PATCH v2] cvsimport: new -R option: generate .git/cvs-revisions mapping
 2010-02-06 17:15 UTC 

imap.preformattedHTML and imap.sslverify
 2010-02-06 19:26 UTC 

[PATCH] add new options to git format-patch: --cover-subject and --cover-blurb
 2010-02-06 19:13 UTC  (8+ messages)

[PATCH] grep: simple test for operation in a bare repository
 2010-02-06 18:47 UTC  (6+ messages)

[gitolite] repo config for delegated projects
 2010-02-06 18:21 UTC  (7+ messages)

[RFC/PATCH] rebase: add -x option to record original commit name
 2010-02-06 17:47 UTC  (10+ messages)

using gitconfig to get shell access
 2010-02-06 17:33 UTC 

[PATCH 0/9] add --ff option to cherry-pick
 2010-02-06 15:41 UTC  (19+ messages)
` [PATCH 1/9] revert: libify cherry-pick and revert functionnality
` [PATCH 2/9] reset: refactor updating heads into a static function
` [PATCH 3/9] reset: refactor reseting in its own function
` [PATCH 4/9] reset: make reset function non static and declare it in "reset.h"
` [PATCH 5/9] revert: add --ff option to allow fast forward when cherry-picking
` [PATCH 6/9] cherry-pick: add tests for new --ff option
` [PATCH 7/9] Documentation: describe new cherry-pick "
` [PATCH 8/9] rebase -i: use new --ff cherry-pick option
` [PATCH 9/9] merge: use new "reset" function instead of running "git read-tree"

Linux Kernel based project in git
 2010-02-06 11:43 UTC  (4+ messages)

[PATCH] bash: support the --autosquash option for rebase
 2010-02-06  8:37 UTC 

[PATCH] fix an error message in git-push so it goes to stderr
 2010-02-05 23:50 UTC  (10+ messages)
` [PATCH 2/3] silence human readable info messages going to stderr from git push --porcelain
    ` [PATCH v2 0/3]
    ` [PATCH v2 1/3] fix an error message in git-push so it goes to stderr
    ` [PATCH v2 2/3] clean up some of the output from git push --porcelain
    ` [PATCH v2 3/3] make git push --dry-run --porcelain exit with status 0 even if updates will be rejected

[PATCH v2 0/6] receive-pack hooks over sideband
 2010-02-05 22:19 UTC  (10+ messages)
` [PATCH v2 1/6] run-command: Allow stderr to be a caller supplied pipe
` [PATCH v2 2/6] run-command: support custom fd-set in async
` [PATCH v2 3/6] send-pack: demultiplex a sideband stream with status data
` [PATCH v2 4/6] receive-pack: Refactor how capabilities are shown to the client
` [PATCH v2 5/6] receive-pack: Wrap status reports inside side-band-64k
` [PATCH v2 6/6] receive-pack: Send hook output over side band #2

[PATCH] Remove .git auto detection from setup_git_env()
 2010-02-05 20:29 UTC  (5+ 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).