git@vger.kernel.org mailing list mirror (one of many)
 help / color / mirror / code / Atom feed
 messages from 2009-07-01 08:10:08 to 2009-07-06 06:58:13 UTC [more...]

[WIP PATCH 0/2] format-patch / send-mail thrading documentation
 2009-07-06  6:58 UTC  (4+ messages)
` [PATCH 1/2] List send-email config options in config.txt
  ` [PATCH 2/2] Improve doc for format-patch threading options

Suggestion: "man git clone"
 2009-07-06  4:11 UTC  (3+ messages)

Git gui error RenderBadPicture
 2009-07-06  0:47 UTC  (3+ messages)

Wrong file diff for merge conflict
 2009-07-06  0:33 UTC  (6+ messages)

[PATCHv2 0/2] git apply: cope with whitespace differences
 2009-07-05 23:21 UTC  (4+ messages)
` [PATCHv2 1/2] git apply: option to ignore "
` [PATCHv2 2/2] git apply: preserve original whitespace with --ignore-whitespace

[PATCH 0/4] First set of improvements to git-svn user doc
 2009-07-05 22:03 UTC  (5+ messages)
` [PATCH 1/4] git-svn.txt: stop using dash-form of commands
  ` [PATCH 2/4] git-svn.txt: make formatting more consistent
    ` [PATCH 3/4] git-svn.txt: fix fetch flags incorrectly documented as init flags
      ` [PATCH 4/4] git-svn.txt: fix description of fetch flags accepted by clone

git diff infinite loop at attempt to diff two specific commits
 2009-07-05 21:21 UTC  (5+ messages)

[RFC] Git User's Survey 2009 - second trial run, and question about announcing it
 2009-07-05 20:12 UTC  (16+ messages)

git-svn producing "invalid author/committer line"
 2009-07-05 19:27 UTC  (4+ messages)
  ` [PATCH] Allow the Unix epoch to be a valid commit date

[PATCH 0/7] rework run_command error reporting
 2009-07-05 19:14 UTC  (11+ messages)
` [PATCH 1/7] Truncate result of run_command that is used in exit() to lowest 8 bits
  ` [PATCH 2/7] MinGW: simplify waitpid() emulation macros
    ` [PATCH 3/7] run_command: return exit code as positive value
      ` [PATCH 4/7] run_command: report system call errors instead of returning error codes
        ` [PATCH 5/7] run_command: encode deadly signal number in the return value
          ` [PATCH 6/7] run_command: report failure to execute the program, but optionally don't
            ` [PATCH/RFC 7/7] receive-pack: remove unnecessary run_status report
  ` [Replacement PATCH 1/7] MinGW: truncate exit()'s argument to lowest 8 bits

Verbose output of git commands
 2009-07-05 14:06 UTC  (2+ messages)

[PATCH/RFC] git-svn: Fix branch detection when repository root is inaccessible
 2009-07-05 11:51 UTC 

wrong expectation from "git log -p"
 2009-07-05  8:35 UTC  (6+ messages)
  ` [PATCH] completion: Add --full-diff to log/gitk options
      ` [PATCH v2] completion: Add --full-diff to log options

cvs import and internal plumbing commands
 2009-07-05  6:28 UTC  (2+ messages)

Proper tracking of copies in git log and others
 2009-07-04 18:31 UTC  (2+ messages)

newbie question
 2009-07-04  0:29 UTC  (4+ messages)

[RFC/PATCH 1/4] rev-cache: basic implementation + full docs + tests
 2009-07-03 21:43 UTC  (2+ messages)

git+http:// proof-of-concept (not using CONNECT)
 2009-07-03 20:28 UTC  (3+ messages)

git-svn seems confused about current HEAD
 2009-07-03 17:43 UTC  (3+ messages)

what's the current wisdom on git over NFS/CIFS?
 2009-07-03 16:08 UTC  (10+ messages)

[RFC/PATCH 4/4] rev-cache: tentative integration into rev-list + tests
 2009-07-03 15:13 UTC 

[RFC/PATCH 3/4] rev-cache: misc features + slight refactor
 2009-07-03 15:13 UTC 

[RFC/PATCH 2/4] rev-cache: non-commit object caching + tests
 2009-07-03 15:13 UTC 

[RFC/PATCH INTRO] rev-cache
 2009-07-03 15:13 UTC 

Rails code to serve git repositories?
 2009-07-03 11:48 UTC  (2+ messages)

unexpected empty commit after checkout with uncommitted index
 2009-07-03 11:28 UTC 

requirements to compile git-svn support
 2009-07-03  9:51 UTC  (3+ messages)

use repo as git log parameter
 2009-07-03  9:29 UTC  (2+ messages)

[PATCH] add --summary option to git-push and git-fetch
 2009-07-03  9:20 UTC  (2+ messages)

[PATCHv1bis 0/2] git apply: cope with whitespace differences
 2009-07-03  6:40 UTC  (12+ messages)
` [PATCHv1bis 1/2] git apply: option to ignore "
  ` [PATCHv1bis 2/2] git apply: preserve original whitespace with --ignore-whitespace

Does CVS has a easy way to compare file with its previous version?
 2009-07-03  6:39 UTC  (6+ messages)

minor git-svn bug
 2009-07-03  6:24 UTC  (2+ messages)

git bisect; is there a way to pick only from the children of a given commit
 2009-07-03  4:42 UTC  (6+ messages)

[JGIT] missing feature: writing of a detached HEAD
 2009-07-02 21:05 UTC 

[JGIT PATCH] Support for delegating tree iterators
 2009-07-02 20:00 UTC  (4+ messages)

[PATCH 0/2] git apply: cope with whitespace differences
 2009-07-02 18:29 UTC  (6+ messages)
` [PATCH 1/2] git apply: option to ignore "
  ` [PATCH 2/2] git apply: preserve original whitespace with --ignore-whitespace

Bug report: .gitattributes: -diff Unset causes files to be reported as binaries
 2009-07-02 17:05 UTC  (10+ messages)

[PATCH 0/6] grep: add option -p/--show-function, similar to diff's
 2009-07-02 15:42 UTC  (15+ messages)
` [PATCH 1/6] userdiff: add xdiff_clear_find_func()
` [PATCH 2/6] grep: move context hunk mark handling into show_line()
` [PATCH 3/6] grep: print context hunk marks between files
` [PATCH 4/6] grep: handle pre context lines on demand
` [PATCH 5/6] grep: add option -p/--show-function
` [PATCH 6/6] grep -p: support user defined regular expressions

Git Submodule hooks someone else may find of use
 2009-07-02 15:20 UTC 

git-daemon not responding
 2009-07-02 14:29 UTC 

requirements to compile git-svn support
 2009-07-02 14:02 UTC 

[PATCH] git-cvsexportcommit can't commit files which have been removed from CVS
 2009-07-02 13:50 UTC  (4+ messages)

CVS <--> GIT workflow
 2009-07-02 12:01 UTC  (6+ messages)

Parallell Development / Switching to GIT
 2009-07-02 11:55 UTC  (10+ messages)
  ` AW: "
          ` AW: "
              ` AW: "

git svn's performance on cloning mono's branches/tags
 2009-07-02  8:16 UTC  (8+ messages)

[PATCH] Documentation: update description of shell aliases
 2009-07-02  7:21 UTC  (4+ messages)

[PATCH 0/2] format-patch and send-email
 2009-07-02  6:45 UTC  (7+ messages)
` [PATCH 2/2] format-patch: Add --cover-letter-wrap
` [PATCH 1/2] git-send-email.perl: Don't add header "In-Reply-To:" when --no-chain-reply-to set

[PATCH] completion: __git_config_get_set_variables() handle values with spaces
 2009-07-02  6:04 UTC  (2+ messages)

[PATCH/RFC] git apply: option to ignore whitespace differences
 2009-07-01 23:25 UTC 

[JGIT PATCH] Avoid growing WorkingTreeIterator's path multiple times
 2009-07-01 22:45 UTC 

[PATCH] Remove filename from conflict markers
 2009-07-01 20:57 UTC  (8+ messages)
          ` [PATCH/v2] "

[PATCH] request-pull: do not paginate output of git commands
 2009-07-01 20:16 UTC  (4+ messages)

gitk: cache line for unreachable rev causing error
 2009-07-01 18:24 UTC  (2+ messages)

[JGIT PATCH] BlobBasedConfig now does not print stacktrace to stderr if blob is not found by path
 2009-07-01 17:25 UTC 

git monthly links: 2009-05
 2009-07-01 12:23 UTC  (3+ messages)

run_hook: why special check for uncaught signal?
 2009-07-01  9:57 UTC  (2+ messages)

[PATCH] git status -q (similar to subversion)
 2009-07-01  8:37 UTC  (7+ messages)

RFH - git-log variant that _does_ search through diffs
 2009-07-01  8:27 UTC  (3+ messages)
` [RFC/PATCH 2/2] fix missing NUL termination with pretty=tformat

Official git repository history?
 2009-07-01  8:08 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).