git@vger.kernel.org mailing list mirror (one of many)
 help / color / mirror / code / Atom feed
 messages from 2010-09-08 03:39:04 to 2010-09-10 19:36:38 UTC [more...]

[PATCH 00/20] [CONTINUE] Add gettext support to Git
 2010-09-10 19:35 UTC  (11+ messages)
          ` [PATCH 0/5] gettext docs: programmer docs in po/README
          ` [PATCH 1/5] gettext docs: add a "Testing your changes" section to po/README
          ` [PATCH 2/5] gettext docs: add "Marking strings for translation" section in po/README
          ` [PATCH 3/5] gettext docs: the gettext.h C interface
          ` [PATCH 4/5] gettext docs: the git-sh-i18n.sh Shell interface

How do I .gitignore files starting with "#"?
 2010-09-10 19:33 UTC  (5+ messages)

[RESEND] Pagination for gitweb
 2010-09-10 19:24 UTC  (7+ messages)
` [PATCH 1/2] gitweb: Make it possible to paginate projects
  ` [PATCH 2/2] gitweb: Optimize paging when sorted by path

[PATCH] builtin/describe.c: ignore untracked changes in submodules
 2010-09-10 18:40 UTC  (3+ messages)

possible gitattributes eol bug with new eol=crlf | lf support?
 2010-09-10 18:25 UTC  (2+ messages)

[PATCH 1/4] diff.c: call regfree to free memory allocated by regcomp when necessary
 2010-09-10 17:25 UTC  (16+ messages)
` [PATCH 2/4] xdiff-interface.c: always trim trailing space from xfuncname matches
` [PATCH 3/4] t/t4018: test whether the word_regex patterns compile
        ` [PATCH] t/t4018: avoid two unnecessary sub-shell invocations
` [PATCH 4/4] userdiff.c: add builtin fortran regex patterns
      ` [PATCH 4/4 v2] "

[PATCH] config.txt: fix placement of diff.noprefix
 2010-09-10 16:46 UTC  (3+ messages)

git revert ignore whitespace
 2010-09-10 16:34 UTC  (5+ messages)

[PATCH] Add explicit --src/dst-prefix to git-formt-patch in git-rebase.sh for the case of "diff.noprefix" in git-config
 2010-09-10 16:21 UTC  (11+ messages)
` [PATCH] Add --src/dst-prefix to git-formt-patch in git-rebase.sh
  ` [Alt. PATCH] format-patch: do not use diff UI config

[PATCH] post-receive-email: ensure sent messages are not empty
 2010-09-10 16:09 UTC 

[PATCH] read-tree: abort if no trees are given
 2010-09-10 15:36 UTC  (5+ messages)
  ` [PATCH] read-tree: deprecate syntax without tree-ish args

Questions concerning SCM Life Cycle Management and GIT
 2010-09-10 14:47 UTC  (2+ messages)

Coping with the pull-before-you-push model
 2010-09-10 14:15 UTC  (5+ messages)

[PATCH] git-svn: Use platform-specific svn authentication providers (e.g., gnome-keyring)
 2010-09-10 10:07 UTC 

[PATCH] hash binary sha1 into patch id
 2010-09-10  8:16 UTC  (8+ messages)
        ` [PATCH v2] "

[PATCHv2 0/2] Fix resolvable rename + D/F conflict testcases
 2010-09-10  0:26 UTC  (5+ messages)
` [PATCHv2 1/2] t3509: Add rename + D/F conflict testcase that recursive strategy fails
` [PATCHv2 2/2] merge-recursive: D/F conflicts where was_a_dir/file -> was_a_dir

Fix for normalization of foreign idents
 2010-09-10  0:26 UTC  (9+ messages)
          ` [PATCH v2 1/2] convert: fix "

[PATCH 00/63] [REDO] Add gettext support to Git
 2010-09-10  0:26 UTC  (7+ messages)
` [PATCH 13/15] gettextize: git-revert messages using the "me" variable

NO_REGEX defaults on obscure platforms
 2010-09-10  0:10 UTC  (6+ messages)
  ` [PATCH 1/2] t/t7008: workaround broken handling of \000 by printf on IRIX
  ` [PATCH 2/2] Makefile: use compat regex on IRIX 6.5

[PATCH] Documentation: move RelNotes into a directory of their own
 2010-09-10  0:00 UTC  (4+ messages)
    ` [PATCH] install-webdoc: keep installed RelNotes-*.txt

cherry-picking a commit clobbers a file which is a directory in the target commit
 2010-09-09 20:23 UTC  (5+ messages)
` [PATCH 2/3] merge-recursive: Small code cleanup

Determining commit reachability
 2010-09-09 22:45 UTC  (8+ messages)
          ` [PATCH] Documentation: explain "git branch --with"

No argument is allowed
 2010-09-09 21:43 UTC 

[PATCH 1/2] Do not let lstree output recursively when a directory whose name is a prefix of the others is given in the path list
 2010-09-09 21:44 UTC  (5+ messages)
` [PATCH 2/2] Added test from David Glasser

Do not let lstree output recursively when a directory whose name is a prefix of the others is given in the path list
 2010-09-09 21:22 UTC  (5+ messages)
` [PATCH] "

Tags only shown on log with --decorate?
 2010-09-09 21:14 UTC  (4+ messages)

[RFC PATCH] git-help: find library man pages again
 2010-09-09 19:58 UTC  (4+ messages)

git log over restricts output when using --follow?
 2010-09-09 19:51 UTC  (2+ messages)

git's use of mkdir(2)
 2010-09-09 19:38 UTC  (3+ messages)

[PATCH 2/2] builtin/fetch.c: ignore merge config when not fetching from branch's remote
 2010-09-09 18:56 UTC  (3+ messages)
` [PATCH 1/2] builtin/fetch.c: comment that branch->remote_name is usable when has_merge
` [PATCH 2/2] t/t5510-fetch.sh: improve testing with explicit URL and merge spec

[PATCH] vcs-svn: Fix some printf format compiler warnings
 2010-09-09 17:24 UTC 

[PATCH v2] po/hi.po: Add Hindi Translation
 2010-09-09 16:59 UTC  (8+ messages)

How to diff between a file on a branch and a master
 2010-09-09 17:16 UTC  (2+ messages)

Find the next tag on a given branch
 2010-09-09 16:12 UTC  (4+ messages)

Git with http and no Dav?
 2010-09-09  9:47 UTC 

VERY slow git format-patch (tens on minutes) during rebase and rev-list during rebase -i
 2010-09-09  8:05 UTC  (5+ messages)
` [RFC/PATCH] rebase: Allow to turn of ignore-if-in-upstream

Git with http and no Dav?
 2010-09-09  8:59 UTC 

[BUG] git-send-email format-patch awareness & retry
 2010-09-09  8:08 UTC  (4+ messages)

git rebase --preserve-merges seems to not work
 2010-09-09  6:26 UTC  (3+ messages)

how do I create a branch and push it so several developers can share work?
 2010-09-09  5:36 UTC  (4+ messages)

[PATCH 0/8] en/object-list-with-pathspec v4
 2010-09-08 15:50 UTC  (9+ messages)
` [PATCH 1/8] diff-no-index: use diff_tree_setup_paths()
` [PATCH 2/8] Introduce struct tree_pathspec_list
` [PATCH 3/8] tree_entry_interesting(): remove dependency on struct diff_options
` [PATCH 4/8] tree-walk: move tree_entry_interesting() from tree-diff.c
` [PATCH 5/8] Add testcases showing how pathspecs are ignored with rev-list --objects
` [PATCH 6/8] Make rev-list --objects work together with pathspecs
` [PATCH 7/8] setup_tree_pathspec(): interpret '^' as negative pathspec
` [PATCH 8/8] tree_entry_interesting(): support "

Errors in man git
 2010-09-09  0:48 UTC  (5+ messages)

interactive rebase "reword" runs pre-commit hook but ignores non-zero exit status
 2010-09-09  0:26 UTC 

Why does git-svn redownload revisions?
 2010-09-08 23:50 UTC  (4+ messages)

git log for a merged branch
 2010-09-08 23:17 UTC  (4+ messages)

[PATCH] contrib/ciabot: git-describe commit instead of HEAD
 2010-09-08 23:13 UTC 

[PATCH] git-svn: Use platform-specific svn authentication providers (e.g., gnome-keyring)
 2010-09-08 18:55 UTC 

[PATCH] fast-export: ensure that a renamed file is printed after all references
 2010-09-08 19:26 UTC  (4+ messages)

[PATCH 0/5] Re-roll rr/fmt-merge-msg
 2010-09-08 17:59 UTC  (6+ messages)
` [PATCH 1/5] fmt_merge_msg: Change fmt_merge_msg API to accept shortlog_len
` [PATCH 2/5] merge: Make '--log' an integer option for number of shortlog entries
` [PATCH 3/5] merge: Make 'merge.log' an integer or boolean option
` [PATCH 4/5] t6200-fmt-merge-msg: Exercise 'merge.log' to configure shortlog length
` [PATCH 5/5] t6200-fmt-merge-msg: Exercise '--log' "

building git on Solaris
 2010-09-08 15:16 UTC  (5+ messages)

[PATCH] po/hi.po: Add Hindi Translation
 2010-09-08 15:01 UTC  (8+ messages)

[PATCH] Add ERR support to smart HTTP
 2010-09-08 14:36 UTC  (9+ messages)

git am cannot handle patches created with -B -M?
 2010-09-08 13:00 UTC 

[PATCH/RFC] Teach fast-import to import subtrees named by tree id
 2010-09-08 10:16 UTC  (8+ messages)
` [WIP/PATCH] Teach fast-import to print the id of each imported commit
    ` [RFC/PATCH 0/3] fast-import: give importers access to the object store
      ` [PATCH 6/3] fast-import: Allow cat requests at arbitrary points in stream

[PATCH] sha1_name: allow to add @{...} alias via config
 2010-09-08 10:12 UTC  (5+ messages)

[PATCH 0/5] en/object-list-with-pathspec (v3?)
 2010-09-08  9:58 UTC  (3+ messages)

[PATCH] merge-recursive: Small code cleanup
 2010-09-08  7:21 UTC 

combined diff seems to ignore diff attribute
 2010-09-08  4:32 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).