git.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
 messages from 2007-03-01 18:39:06 to 2007-03-03 18:40:40 UTC [more...]

Cygwin and git 1.5.0
 2007-03-03 18:40 UTC  (2+ messages)

[PATCH 5/6] Fix some "comparison is always true/false" warnings
 2007-03-03 18:28 UTC 

[PATCH 6/6] Fix a "pointer type missmatch" warning
 2007-03-03 18:29 UTC 

[PATCH 3/6] Fix a "label defined but unreferenced" warning
 2007-03-03 18:28 UTC 

[PATCH 4/6] Fix an "implicit function definition" warning
 2007-03-03 18:28 UTC 

[PATCH 2/6] Unset (comment out) NO_C99_FORMAT on Cygwin
 2007-03-03 18:28 UTC 

git pull fails to exit with non-zero status after fatal error
 2007-03-03 18:13 UTC  (2+ messages)

[PATCH] Fix git-gc usage note
 2007-03-03 17:28 UTC 

Problems with git cvsimport
 2007-03-03 16:21 UTC  (4+ messages)

[PATCH] builtin-archive: use RUN_SETUP
 2007-03-03 16:14 UTC 

bug in git-archive?
 2007-03-03 16:09 UTC  (2+ messages)

[PATCH] Add --pretty=changelog
 2007-03-03 14:13 UTC  (19+ messages)
` [PATCH 4/3] Rename --pretty=changelog to --pretty=gnucl, and fix a bug
    ` [PATCH] --amend Rename --pretty=changelog to --pretty=gnucl
        ` [PATCH] print_wrapped_text: fix output for negative indent
        ` [PATCH] --pretty=gnucl: avoid line wrapping before the comma

gitweb not friendly to firefox?
 2007-03-03 14:19 UTC  (20+ messages)
            ` (Re: gitweb not friendly to firefox?) and unusable in the lynx

[PATCH] Quick description of possible gitattributes system
 2007-03-03 13:11 UTC  (18+ messages)

[PATCH] Add core.symlinks to mark filesystems that do not support symbolic links
 2007-03-03 12:44 UTC  (8+ messages)
  ` Narrow checkouts, was "

2.6.21-rc1: known regressions (part 2)
 2007-03-03 11:57 UTC  (8+ messages)
                      ` [patch] KVM: T60 resume fix

[PATCH] Fix typo on variable name $newref should be $newrev in sample update hook
 2007-03-03 11:52 UTC  (8+ messages)
  ` [PATCH] Remove use of git-rev-parse and replace git-rev-list --pretty with git-log

[PATCH 5/7] Try to do things in the right order
 2007-03-03 10:32 UTC  (2+ messages)

[PATCH 7/7] Remove byte-compiler warnings
 2007-03-03 10:20 UTC 

[PATCH 6/7] Small changes
 2007-03-03 10:20 UTC 

[PATCH 3/7] Updated TODO list (vc-git.el)
 2007-03-03 10:19 UTC 

[PATCH 4/7] Fixed dosctrings (typos) and preferably load cl before vc
 2007-03-03 10:19 UTC 

[PATCH 2/7] Add basic support for customization (vc-git.el)
 2007-03-03 10:18 UTC 

[PATCH 1/7] .git directory should be ignored
 2007-03-03 10:18 UTC 

[PATCH] Automatically add GIT as a VC backend
 2007-03-03  9:31 UTC  (3+ messages)

[PATCH] Add git-config --remove-section, document --rename-section
 2007-03-03  6:33 UTC  (12+ messages)
  ` [PATCH] add test for git-config --remove-section
            ` [PATCH] git-config: document --rename-section, provide --remove-section

Worrisome bug trend
 2007-03-03  2:28 UTC  (4+ messages)

[PATCH 0/2] git-branch: improve command line handling of --abbrev=
 2007-03-03  0:31 UTC  (3+ messages)
  ` [PATCH 1/2] git-branch: improve abbreviation of sha1s in verbose mode
    ` [PATCH 2/2] git-branch: document new --no-abbrev option

Memory overrun in http-push.c
 2007-03-02 23:10 UTC  (26+ messages)
        ` identifying blobs (was Re: Memory overrun in http-push.c)

Many different remote branch sources
 2007-03-02 22:18 UTC  (3+ messages)

Bug in diff header generation
 2007-03-02 22:05 UTC  (2+ messages)

Google Summer of Code 2007
 2007-03-02 20:36 UTC  (6+ messages)

Git checkout preserve timestamp?
 2007-03-02 19:21 UTC  (11+ messages)

[PATCH/RFC] statplot: a tool for mining repository statistics
 2007-03-02 19:10 UTC  (6+ messages)

defaults for where to merge from
 2007-03-02 19:06 UTC  (33+ messages)
                ` [PATCH] defaults for where to merge from (take 3)
                      ` [PATCH] defaults for where to merge from (take 3, inline)
                            ` [PATCH, 4th version] git-branch: register where to merge from, when branching off a remote branch

[PATCH 1/4] Documentation/build-docdep.perl: Fix dependencies for included asciidoc files
 2007-03-02 18:23 UTC  (6+ messages)
` [PATCH 2/4] Documentation/git-quiltimport.txt: Fix labeled list formatting
  ` [PATCH 3/4] Documentation/git-send-email.txt: "
    ` [PATCH 4/4] Documentation/git-svn.txt: Fix formatting errors

[PATCH] add commit --interactive
 2007-03-02 12:47 UTC  (3+ messages)

[PATCH] Fix quoting in update hook template
 2007-03-02 12:20 UTC 

ANNOUNCE: git2cl
 2007-03-02 11:05 UTC  (3+ messages)

Another memory overrun in http-push.c
 2007-03-02 10:03 UTC  (3+ messages)

RFC: Patch editing
 2007-03-01 23:59 UTC  (3+ messages)
` Updated version, was "

[PATCH 0/8] My set of stgit helper scripts (update)
 2007-03-01 23:04 UTC  (9+ messages)
` [PATCH 1/8] Add contrib/stg-whatchanged: look at what would be changed by refreshing
` [PATCH 2/8] Add contrib/stg-show-old: show old version of a patch
` [PATCH 3/8] Add contrib/stg-fold-files-from: pick selected changes from a patch above current one
` [PATCH 4/8] Add contrib/stg-swallow: completely merge an unapplied patch into "
` [PATCH 5/8] Add contrib/stg-cvs: helper script to manage a mixed cvs/stgit working copy
` [PATCH 6/8] Add contrib/stg-gitk: helper script to run gitk
` [PATCH 7/8] Add contrib/stg-mdiff: display diffs of diffs
` [PATCH 8/8] Add contrib/stg-sink: sink a patch to given location (mirrors float)

[PATCH] Make git-revert & git-cherry-pick a builtin
 2007-03-01 22:24 UTC  (5+ messages)

[PATCH] Add a testcase for the safety of pull-policy='pull'
 2007-03-01 20:10 UTC  (6+ messages)

Implement core.symlinks to support filesystems without symlinks
 2007-03-01 19:24 UTC  (4+ messages)

bug report, error : Unable to find 000000000
 2007-03-01 12:53 UTC  (4+ messages)

defaults for where to merge from
 2007-03-01  0:07 UTC  (5+ messages)


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 NNTP newsgroup(s).