git@vger.kernel.org mailing list mirror (one of many)
 help / color / mirror / code / Atom feed
 messages from 2011-11-17 09:29:09 to 2011-11-22 11:14:37 UTC [more...]

cherry-pick/revert error messages
 2011-11-22 11:14 UTC  (11+ messages)
  ` [RFC/PATCH 0/3] "
    ` [PATCH 1/3] revert: rename --reset option to --quit
    ` [PATCH 2/3] revert: rearrange pick_revisions() for clarity
    ` [PATCH 3/3] revert: improve error message for cherry-pick during cherry-pick
    ` [PATCH v2 0/3] Re: cherry-pick/revert error messages

Feature requset: listing of current stash in git gui
 2011-11-22 10:24 UTC  (4+ messages)

[PATCH] run-command.c: Accept EACCES as command not found
 2011-11-22  9:31 UTC  (5+ messages)

[PATCH 1/3] MSVC: Remove vcbuild/include/sys/poll.h
 2011-11-22  7:30 UTC  (5+ messages)
` [PATCH 2/3] Compile fix for MSVC: fix poll-related macro redefines
` [PATCH 3/3] Compile fix for MSVC: Use NO_INET_PTON and NO_INET_NTOP

[PATCH 1/2] MSVC: Do not close stdout to prevent a crash
 2011-11-22  6:45 UTC  (12+ messages)
` [PATCH 2/2] MSVC: Use _putenv instead of putenv "
        ` [msysGit] Re: [PATCH 1/2] MSVC: Do not close stdout "
` [msysGit] "

[PATCH] Documentation update for 'git branch --list'
 2011-11-22  6:40 UTC  (4+ messages)

Possible bug with branch names and case sensitivity
 2011-11-22  5:21 UTC  (3+ messages)

[PATCH] convert.c: Fix return type of git_path_check_eol()
 2011-11-22  2:03 UTC  (2+ messages)

[RFC] deprecating and eventually removing "git relink"?
 2011-11-22  1:58 UTC  (7+ messages)

[RFC/PATCH] remote: add new sync command
 2011-11-21 23:47 UTC  (12+ messages)

clean bug on ignored subdirectories with no tracked files?
 2011-11-21 20:03 UTC  (6+ messages)

[PATCH] Show error for 'git merge' with unset merge.defaultToUpstream
 2011-11-21 17:30 UTC  (2+ messages)

Bug report - local (and git ignored) file silently removed after checkout
 2011-11-21 17:27 UTC  (13+ messages)
      ` [PATCH] Add test that checkout does not overwrite entries in .git/info/exclude

Fixing a broken GIT repo
 2011-11-21 16:45 UTC  (5+ messages)

[PATCH] spec: add missing build dependency
 2011-11-21 15:43 UTC  (2+ messages)

[PATCH] documentation fix: git difftool uses diff tools, not merge tools
 2011-11-21 12:25 UTC  (3+ messages)

Switch from svn to git and modify repo completely
 2011-11-21  7:02 UTC  (4+ messages)

[PATCH 2/3] config.c: Fix a static buffer overwrite bug by avoiding mkpath()
 2011-11-21  3:32 UTC  (2+ messages)

[PATCH 1/3] t5501-*.sh: Fix url passed to clone in setup test
 2011-11-21  3:24 UTC  (2+ messages)

Stack overflow at write_one()
 2011-11-20  2:00 UTC  (6+ messages)

t/t1304: avoid -d option to setfacl (db82657)
 2011-11-19 20:28 UTC  (2+ messages)

[PATCH/RFC 3/3] git-submodule.sh: Don't use $path variable in eval_gettext string
 2011-11-19 19:59 UTC 

[PATCH 0/3] test failures on v1.7.8-rc2
 2011-11-19 19:37 UTC 

[PATCH 0/5] Sequencer: working around historical mistakes
 2011-11-19 19:25 UTC  (17+ messages)
` [PATCH 3/5] sequencer: sequencer state is useless without todo
                ` [PATCH 0/3] avoiding unintended consequences of git_path() usage
                      ` [PATCH/RFC] introduce strbuf_addpath()

Fwd: I: [1] new comment on LinkedIn - in search of a git guru from paypal
 2011-11-19 16:30 UTC 

[PATCH] upload-archive: use start_command instead of fork
 2011-11-19  7:40 UTC 

A flaw in dep generation with gcc -MMD?
 2011-11-19  5:13 UTC  (19+ messages)
    ` [PATCH] Makefile: add option to disable automatic dependency generation
        ` [PATCH v2] "
          ` [PATCH] Makefile: add missing header file dependencies
` [PATCH] Makefile: explicitly set target name for autogenerated dependencies

[PATCH] receive-pack, fetch-pack: reject bogus pack that records objects twice
 2011-11-18 23:50 UTC  (8+ messages)

.git ignored regardless of --git-dir value
 2011-11-18 23:44 UTC  (4+ messages)

[ANNOUNCE] Git 1.7.7.4
 2011-11-18 22:38 UTC 

reset reports file as modified when it's in fact deleted
 2011-11-18 20:40 UTC  (9+ messages)
` [PATCH 4/4] refresh_index: notice typechanges in output
        ` [PATCHv2 1/3] read-cache: let refresh_cache_ent pass up changed flags
        ` [PATCHv2 2/3] refresh_index: rename format variables
        ` [PATCH 3/3] refresh_index: make porcelain output more specific

[PATCH] git-gui: Set both 16x16 and 32x32 icons on X to pacify Xming
 2011-11-18 18:13 UTC 

[PATCH] Compile fix for MSVC: Move poll.h out of sys-folder
 2011-11-18 16:47 UTC  (5+ messages)

[PATCH] honour GIT_ASKPASS for querying username in git-svn
 2011-11-18 14:19 UTC  (4+ messages)

[PATCH 0/8] nd/resolve-ref v2
 2011-11-18 12:50 UTC  (25+ messages)
` [PATCH 2/8] Rename resolve_ref() to resolve_ref_unsafe()
` [PATCH 3/8] Re-add resolve_ref() that always returns an allocated buffer
` [PATCH 4/8] cmd_merge: convert to single exit point
` [PATCH 5/8] Use resolve_ref() instead of resolve_ref_unsafe()
` [PATCH 6/8] Convert resolve_ref_unsafe+xstrdup to resolve_ref
` [PATCH 7/8] Guard memory overwriting in resolve_ref_unsafe's static buffer
` [PATCH 8/8] Enable GIT_DEBUG_MEMCHECK on git_pathname()

[RFC/PATCH] i18n back from the dead
 2011-11-18 12:29 UTC  (4+ messages)
` [RFC/PATCH] i18n: add infrastructure for translating Git with gettext

[PATCH 0/4] Bulk check-in
 2011-11-18  7:11 UTC  (5+ messages)
` [PATCH 0/3] bulk-checkin continued
  ` [PATCH 1/3] csum-file: introduce sha1file_checkpoint
  ` [PATCH 2/3] bulk-checkin: do not write the same object twice
  ` [PATCH 3/3] bulk-checkin: do not write an object that already exists

test t/t1304-default-acl.sh
 2011-11-18  5:10 UTC 

Git Gems
 2011-11-18  4:38 UTC  (3+ messages)

[PATCH] Remove useless code about diffcore_count_changes()
 2011-11-18  1:43 UTC 

[PATCH] Use macro define to replace magic character
 2011-11-18  1:43 UTC 

[PATCH] csum-file: introduce sha1file_checkpoint
 2011-11-18  0:36 UTC 

[PATCH] i18n: add infrastructure for translating Git with gettext
 2011-11-17 23:14 UTC  (7+ messages)
` [PATCH v2] "

[ANNOUNCE] Git 1.7.8.rc3
 2011-11-17 22:10 UTC 

[PATCH] pack-object: tolerate broken packs that have duplicated objects
 2011-11-17 20:49 UTC  (2+ messages)

squashed commit messages handled different w/ and w/o conflicts
 2011-11-17 20:31 UTC 

Uniform branch coloring
 2011-11-17 19:08 UTC 

[WISH] git-rerere handling delete/modify conflicts [Was: Re: [GIT PULL] ARM irqchip consolidation]
 2011-11-17 19:07 UTC 

[PATCH] apply: squash consecutive slashes with p_value > 0
 2011-11-17 18:57 UTC  (5+ messages)

git clone --reference not working
 2011-11-17 17:40 UTC  (5+ messages)

[patch] color of branches in git status -sb
 2011-11-17 14:16 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).