git@vger.kernel.org mailing list mirror (one of many)
 help / color / mirror / code / Atom feed
 messages from 2011-11-15 08:08:53 to 2011-11-18 09:58:36 UTC [more...]

A flaw in dep generation with gcc -MMD?
 2011-11-18  9:58 UTC  (9+ messages)
    ` [PATCH] Makefile: add option to disable automatic dependency generation
        ` [PATCH v2] "

[PATCH 0/8] nd/resolve-ref v2
 2011-11-18  7:35 UTC  (25+ messages)
` [PATCH 1/8] Convert many resolve_ref() calls to read_ref*() and ref_exists()
` [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()

[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

t/t1304: avoid -d option to setfacl (db82657)
 2011-11-18  5:37 UTC 

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

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

[PATCH 0/5] Sequencer: working around historical mistakes
 2011-11-18  3:33 UTC  (34+ messages)
` [PATCH 1/5] sequencer: factor code out of revert builtin
` [PATCH 3/5] sequencer: sequencer state is useless without todo
                ` [PATCH 0/3] avoiding unintended consequences of git_path() usage
                  ` [PATCH 1/3] do not let git_path clobber errno when reporting errors
                  ` [PATCH 2/3] Bigfile: dynamically allocate buffer for marks file name
                  ` [PATCH 3/3] rename git_path() to git_path_unsafe()
                      ` [PATCH/RFC] introduce strbuf_addpath()

[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 

[RFC/PATCH] i18n back from the dead
 2011-11-17 23:17 UTC  (3+ messages)
` [RFC/PATCH] i18n: add infrastructure for translating Git with gettext

[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] receive-pack, fetch-pack: reject bogus pack that records objects twice
 2011-11-17 20:51 UTC  (2+ messages)

[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] honour GIT_ASKPASS for querying username in git-svn
 2011-11-17 15:15 UTC 

[patch] color of branches in git status -sb
 2011-11-17 14:16 UTC  (5+ messages)

BUG. git rebase -i successfully continues (and also skips rewording) when pre-commit hook fails (exits with non-zero code)
 2011-11-17  8:58 UTC 

What's cooking in git.git (Nov 2011, #04; Wed, 16)
 2011-11-17  6:46 UTC 

Git 1.7.5 problem with HTTPS
 2011-11-17  6:36 UTC  (13+ messages)

Suggestions for gitk
 2011-11-17  5:53 UTC 

[PATCH] mailmap: xcalloc mailmap_info
 2011-11-17  1:25 UTC  (3+ messages)

delete deprecated refs to release disk space
 2011-11-16 23:44 UTC  (4+ messages)

gitweb ignores git-daemon-export-ok and displays all repositories
 2011-11-16 22:47 UTC 

old git reference manuals & release notes
 2011-11-16 22:25 UTC  (3+ messages)

git-receive-pack missing credentials ?
 2011-11-16 17:19 UTC  (3+ messages)

Git, Parrot, Perl6, Rakudo for G4 MAC
 2011-11-16 15:35 UTC  (7+ messages)

What to do if the path of my git submodules change upstream
 2011-11-16 14:37 UTC 

[RFC 0/2] Debugging tools for get_pathname()
 2011-11-16 14:18 UTC  (4+ messages)
` [RFC 2/2] Make misuse of get_pathname() buffers detectable by valgrind

Merging back from master but keeping a subtree
 2011-11-16 13:39 UTC  (3+ messages)

feature request: git format-patch - allow --suffix to work with --numbered-files
 2011-11-16 13:02 UTC 

[PATCH] git-show-ref: fix escaping in asciidoc source
 2011-11-16 13:08 UTC  (6+ messages)

[PATCH 00/28] Store references hierarchically in cache
 2011-11-16 12:51 UTC  (2+ messages)
` [PATCH 00/28] Store references hierarchically in cache -- benchmark results

Finding info about git svn
 2011-11-16 12:39 UTC 

Monotone to git mirroring ... how to do updates
 2011-11-16 10:49 UTC 

are X-like merges bad?
 2011-11-16  8:20 UTC 

[PATCH 0/4] Fix minor warnings reported by icc
 2011-11-16  7:49 UTC  (9+ messages)
` [PATCH 1/4] http: remove unused function hex()
` [PATCH 2/4] convert: don't mix enum with int
` [PATCH 3/4] ll-merge: initialize default_opts const
` [PATCH 4/4] sha1_file: don't mix enum with int
` [PATCH 5/4] git-compat-util: don't assume value for undefined variable

[PATCH] revert: prettify fatal messages
 2011-11-16  6:42 UTC  (5+ messages)

[PATCH 0/7] New sequencer workflow!
 2011-11-16  6:30 UTC  (11+ messages)
` [PATCH 3/7] sequencer: handle single-commit pick as special case

odd name-rev behavior?
 2011-11-16  5:41 UTC  (5+ messages)

input director not compatible with git right-click
 2011-11-16  4:52 UTC  (5+ messages)

[PATCH 0/2] upload-archive security issues
 2011-11-16  0:03 UTC  (7+ messages)
` [PATCH 1/2] archive: don't allow negation of --remote-request
` [PATCH 2/2] archive: limit ourselves during remote requests

hook for rebase --continue
 2011-11-15 23:28 UTC  (2+ messages)

[PATCH v4 0/3] port upload-archive to Windows
 2011-11-15 21:30 UTC  (14+ messages)
` [PATCH v4 3/3] upload-archive: use start_command instead of fork
              ` [PATCH 1/2] upload-archive: drop extra argument to prepare_argv
              ` [PATCH] upload-archive: use argv_array for sent parameters

[PATCH] Add built-in diff patterns for MATLAB code
 2011-11-15 20:15 UTC  (5+ messages)
      ` [PATCH v2] "

[PATCH 26/28] is_refname_available(): query only possibly-conflicting references
 2011-11-15 19:19 UTC  (5+ messages)
` [PATCH] Fix "is_refname_available(): query only possibly-conflicting references"

Git 1.7.7.1 (Win7) work slower
 2011-11-15  8:08 UTC  (2+ 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).