git@vger.kernel.org mailing list mirror (one of many)
 help / color / mirror / code / Atom feed
 messages from 2009-05-24 22:32:29 to 2009-05-27 13:51:57 UTC [more...]

(unknown),
 2009-05-27 13:28 UTC 

[PATCH RESEND] Git.pm: Set GIT_WORK_TREE if we set GIT_DIR
 2009-05-27 13:46 UTC  (6+ messages)
` [PATCH RESEND] Git.pm: Always set Repository to absolute path if autodetecting

Problem with large files on different OSes
 2009-05-27 13:32 UTC  (6+ messages)

[PATCH] imap-send: add support for IPv6
 2009-05-27 10:50 UTC  (3+ messages)

[PATCHv3 0/4] git-am foreign patch support
 2009-05-27  9:25 UTC  (5+ messages)
` [PATCHv3 1/4] git-am foreign patch support: introduce patch_format
  ` [PATCHv3 2/4] git-am foreign patch support: autodetect some patch formats
    ` [PATCHv3 3/4] git-am foreign patch support: StGIT support
      ` [PATCHv3 4/4] git-am: refactor 'cleaning up and aborting'

[PATCHv2 0/4] git-am support for foreign patches
 2009-05-27  8:29 UTC  (10+ messages)
` [PATCHv2 1/4] git-am foreign patch support: introduce patch_format
  ` [PATCHv2 2/4] git-am foreign patch support: autodetect some patch formats
    ` [PATCHv2 3/4] git-am foreign patch support: StGIT support
      ` [PATCHv2 4/4] git-am: refactor 'cleaning up and aborting'

RFE: "git bisect reverse"
 2009-05-27  8:22 UTC  (5+ messages)

[PATCH 1/2] compat: add a mkstemps() compatibility function
 2009-05-27  8:20 UTC  (8+ messages)
` [PATCH 2/2] diff: generate prettier filenames when using GIT_EXTERNAL_DIFF

[PATCH TopGit 1/3] tg-push: remove useless warning of missing bases for non-tgish branches
 2009-05-27  8:17 UTC  (3+ messages)
` [TopGit PATCH v2 2/3] tg-push: prevent multiple occurences of branches
  ` [TopGit PATCH v2 3/3] tg-push: handle non-tgish branches

[TopGit PATCH] tg-push: prevent multiple occurences of branches
 2009-05-27  7:40 UTC  (3+ messages)

[TopGit PATCH] tg-push: don't accept non-tgish branches to push
 2009-05-27  7:23 UTC  (2+ messages)

[PATCH] bisect: display first bad commit without forking a new process
 2009-05-27  5:23 UTC 

[PATCH] t6050: check pushing something based on a replaced commit
 2009-05-27  5:14 UTC 

[PATCH v2 0/2] Avoid forking a process when checking merge bases
 2009-05-27  5:09 UTC  (3+ messages)
` [PATCH v2 1/2] bisect: rework some rev related functions to make them more reusable
` [PATCH v2 2/2] bisect: check ancestors without forking a "git rev-list" process

[PATCH 2/3] commit: add function to unparse a commit and its parents
 2009-05-27  5:12 UTC  (4+ messages)

Access Denied when pushing git
 2009-05-27  3:48 UTC  (4+ messages)

"git ls-files -i" does not shows ignored files on Windows
 2009-05-27  3:37 UTC  (2+ messages)

[TopGit PATCH] tg-push: add bash completion
 2009-05-26 23:31 UTC  (2+ messages)
` [TopGit PATCH v2] "

[PATCH] t8005: use more portable character encoding names
 2009-05-26 22:56 UTC  (10+ messages)
` [PATCH 1/2] "
  ` [PATCH 2/2] t8005: convert CP1251 character set to ISO8859-5

git log missing last line of output
 2009-05-26 22:57 UTC 

[PATCH v3] diff: generate prettier filenames when using GIT_EXTERNAL_DIFF
 2009-05-26 21:41 UTC  (7+ messages)

Segfault in "git remote show <remote-name>"
 2009-05-26 18:54 UTC  (4+ messages)

[PATCH] speed: reuse char instead of recreation in loop
 2009-05-26 11:54 UTC  (7+ messages)

[PATCH RFC] Convert ce_path_match() use to match_pathspec()
 2009-05-26 11:04 UTC  (3+ messages)

Suggested workflow for frequent directory renames
 2009-05-26  9:24 UTC  (2+ messages)

[PATCH] t5500: Modernize test style
 2009-05-26  6:17 UTC 

[PATCH] t9120: don't expect failure with SVN_HTTPD_PORT unset
 2009-05-26  6:15 UTC 

[PATCH] completion: fix PS1 display during an AM on detached HEAD
 2009-05-26  5:56 UTC 

tracking committer vs. author
 2009-05-26  5:10 UTC  (4+ messages)

[PATCH v2] diff: generate prettier filenames when using GIT_EXTERNAL_DIFF
 2009-05-26  2:27 UTC 

git-ls-files --added?
 2009-05-26  0:56 UTC  (8+ messages)

What's cooking in git.git (May 2009, #02; Sun, 17)
 2009-05-25 23:15 UTC  (11+ messages)
  ` git submodule update --merge (Was: What's cooking in git.git (May 2009, #02; Sun, 17))
      ` git submodule update --merge

git subtree as a solution to partial cloning?
 2009-05-25 23:26 UTC  (8+ messages)

[PATCH 0/2] git-am foreign patch support
 2009-05-25 22:49 UTC  (7+ messages)
` [PATCH 1/2] git-am foreign patch support: format autodetection
  ` [PATCH 2/2] git-am foreign patch support: StGIT

Bug: 'git am --abort' can silently reset the wrong branch
 2009-05-25 22:23 UTC  (10+ messages)
` [RFC PATCH] am: do not do any reset on --abort

error: Unable to append to .git/logs/refs/remotes/origin/master: Permission denied
 2009-05-25 22:23 UTC  (4+ messages)
` [PATCH 1/2] lock_ref: inform callers of unavailable ref
` [PATCH 2/2] fetch: report ref storage DF errors more accurately

[PATCH] setup_revisions(): do not access outside argv
 2009-05-25 22:23 UTC  (3+ messages)
` [PATCH] convert bare readlink to strbuf_readlink

[PATCH] merge-options.txt: Clarify merge --squash
 2009-05-25 22:23 UTC  (2+ messages)

What's cooking in git.git (May 2009, #03; Mon, 25)
 2009-05-25 22:23 UTC  (6+ messages)
` Araxis in mergetool, was "

[PATCH jc/maint-add-p-coalesce-fix] t3701: ensure correctly set up repository after skipped tests
 2009-05-25 22:23 UTC  (2+ messages)

[PATCH 1/3] Documentation/Makefile: add a commented-out ' to unconfuse Emacs
 2009-05-25 22:07 UTC  (3+ messages)
` [PATCH 2/3] Makefile: Add "make help" telling users to read INSTALL and Makefile
  ` [PATCH 3/3] Makefile: add commented out 's for Emacs here, too

[PATCH 0/2] Update "diff -w --exit-code"
 2009-05-25 18:48 UTC  (4+ messages)
` [PATCH 1/2] diff: change semantics of "ignore whitespace" options

partial checkouts
 2009-05-25 14:51 UTC  (8+ messages)

hg2git error
 2009-05-25 13:22 UTC  (5+ messages)

[PATCH] gitk: update Italian translation
 2009-05-25 13:13 UTC 

can anybody explain the following to a git noob?
 2009-05-25 12:52 UTC  (11+ messages)

[PATCH v3 0/2] user-manual: general improvements
 2009-05-25 12:41 UTC  (9+ messages)
` [PATCH v3 0/2] "

[PATCH 02/18] http-push, http-walker: style fixes
 2009-05-25 12:03 UTC  (3+ messages)

[PATCH 0/5] Speeding up "git status" and "git diff --cached"
 2009-05-25 10:59 UTC  (2+ messages)

[PATCH] diff: generate prettier filenames when using GIT_EXTERNAL_DIFF
 2009-05-25 10:36 UTC 

[PATCH] fix cat-file usage message and documentation
 2009-05-25 10:33 UTC 

Git produces Unidiff - Does it really?
 2009-05-25  9:48 UTC  (3+ messages)

git merge remote branch says "Merge commit ..."?
 2009-05-25  9:44 UTC  (7+ messages)

[PATCH] apply: handle filenames with double slashes better
 2009-05-25  9:11 UTC  (5+ messages)

Slightly obscure merge-file inconsistency
 2009-05-25  7:52 UTC  (5+ messages)
` [PATCH 1/2] merge-file fails to output anything for a degenerate merge
  ` [PATCH 2/2] Change xdl_merge to generate output even for null merges

[PATCH v0 1/3] doc/git-rebase.txt: remove mention of multiple strategies
 2009-05-25  7:39 UTC  (12+ messages)
` [PATCH v0 2/3] t/t3400-rebase.sh: add more tests to help migrating git-rebase.sh to C
  ` [PATCH v0 3/3] Build in git-rebase.sh

git subtree as a solution to partial cloning?
 2009-05-25  7:35 UTC 

[PATCH 0/2] StGit patch series import
 2009-05-25  7:19 UTC  (11+ messages)

[PATCH] gitk: allow diff view without context lines
 2009-05-24 23:50 UTC  (2+ messages)

[PATCH] gitk: add a string to translation
 2009-05-24 23:49 UTC  (2+ messages)

[egit] how to use a ssh private key
 2009-05-24 23:45 UTC  (2+ messages)

[PATCH] Have make fail when $(DOCBOOK2X_TEXI) fails in building gitman.texi
 2009-05-24 22:51 UTC 


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