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

[PATCH 0/8] nd/resolve-ref v2
 2011-11-17  9:32 UTC  (3+ 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()

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 

[PATCH 0/5] Sequencer: working around historical mistakes
 2011-11-17  7:03 UTC  (32+ 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()

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)

[PATCH] receive-pack, fetch-pack: reject bogus pack that records objects twice
 2011-11-17  6:04 UTC 

[PATCH] pack-object: tolerate broken packs that have duplicated objects
 2011-11-17  6:04 UTC 

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

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

[patch] color of branches in git status -sb
 2011-11-17  2:25 UTC  (3+ messages)

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

Git Gems
 2011-11-16 23:18 UTC 

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)

[PATCH] apply: squash consecutive slashes with p_value > 0
 2011-11-16 17:36 UTC  (2+ 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 

[PATCH] i18n: add infrastructure for translating Git with gettext
 2011-11-16 10:33 UTC  (4+ messages)

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)

What's cooking in git.git (Nov 2011, #03; Sun, 13)
 2011-11-15  7:27 UTC  (3+ messages)

[PATCH, v2] tag: implement --[no-]strip option
 2011-11-15  7:17 UTC  (6+ messages)

[PATCH] Copy resolve_ref() return value for longer use
 2011-11-15  7:09 UTC  (18+ messages)
` [PATCH 1/2] Convert many resolve_ref() calls to read_ref*() and ref_exists()
  ` [PATCH 2/2] Copy resolve_ref() return value for longer use
            ` [PATCH 01/10] Allow resolve_ref() caller to decide whether to receive static buffer
              ` [PATCH 02/10] cmd_merge: convert to single exit point
              ` [PATCH 03/10] merge: do not point "branch" to a resolve_ref()'s static buffer
              ` [PATCH 04/10] commit: move resolve_ref() closer to where the return value is used
              ` [PATCH 05/10] checkout: do not try xstrdup() on NULL
              ` [PATCH 06/10] reflog-walk.c: request allocated buffer from resolve_ref()
              ` [PATCH 07/10] receive-pack: request resolve_ref() to allocate new buffer
              ` [PATCH 08/10] notes: "
              ` [PATCH 09/10] fmt-merge-msg: "
              ` [PATCH 10/10] branch: "

[RFC] deprecating and eventually removing "git relink"?
 2011-11-15  4:48 UTC  (10+ messages)

reset reports file as modified when it's in fact deleted
 2011-11-15  2:05 UTC  (13+ messages)
            ` [PATCH 1/4] refresh_index: rename format variables
            ` [PATCH 2/4] refresh_index: mark deletions in porcelain output
            ` [PATCH 3/4] read-cache: let refresh_cache_ent pass up changed flags
            ` [PATCH 4/4] refresh_index: notice typechanges in output

[PATCH] documentation fix: git difftool uses diff tools, not merge tools
 2011-11-15  0:20 UTC  (2+ messages)

Compile warnings
 2011-11-14 21:55 UTC  (4+ messages)

[PATCH] svn: Create config options for common args
 2011-11-14 21:46 UTC  (2+ messages)

Git: Unexpected behaviour?
 2011-11-14 21:33 UTC  (7+ messages)

feature request: git annotate -w like git blame -w
 2011-11-14 20:49 UTC  (4+ messages)

Git shouldn't allow to push a new branch called HEAD
 2011-11-14 20:26 UTC  (7+ messages)

[PATCH] tag: implement --no-strip option
 2011-11-14 20:26 UTC  (2+ messages)

mergetool's test for rerere seems to be incorrect
 2011-11-14 20:26 UTC 

Repository data loss in fast-export with a merge of a deleted submodule
 2011-11-14 19:51 UTC  (4+ messages)

[RFC/PATCH] remote: add new sync command
 2011-11-14 13:57 UTC  (12+ messages)

git behaviour question regarding SHA-1 and commits
 2011-11-14 13:04 UTC  (8+ 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).