Mail Thread Index
[Prev Page][
Next Page]
- [BUG] make test fails on osx (t7502-commit.sh),Rhodes, Kate
- partial globbing in fetch refspecs broken in v1.5.5,Nikolaus Schulz
- [PATCH] git-filter-branch: Clarify file removal example.,Jon Loeliger
- git-svn goes into infinite loop rebuilding rev_map,Daniel Berlin
- git-svn, merging et al.,Nigel Magnay
- [PATCH] git-send-email: add option for output in mbox format,Robert Richter
- What am I doing wrong?,Paul Gardiner
- [PATCH] submodule update: add convenience option --init,Johannes Schindelin
- git bug: rebase fatal failure,Tommy Thorn
- Re: git bug: rebase fatal failure,Johannes Schindelin
- Re: git bug: rebase fatal failure,Johannes Schindelin
- [PATCH] mailsplit and mailinfo: gracefully handle NUL characters,Johannes Schindelin
- Re: [PATCH] mailsplit and mailinfo: gracefully handle NUL characters,Avery Pennarun
- Re: [PATCH] mailsplit and mailinfo: gracefully handle NUL characters,David Kastrup
- Re: [PATCH] mailsplit and mailinfo: gracefully handle NUL characters,Johannes Schindelin
- Re: [PATCH] mailsplit and mailinfo: gracefully handle NUL characters,Avery Pennarun
- Re: [PATCH] mailsplit and mailinfo: gracefully handle NUL characters,Johannes Schindelin
- Re: [PATCH] mailsplit and mailinfo: gracefully handle NUL characters,Tommy Thorn
- Message not available
- Re: [PATCH] mailsplit and mailinfo: gracefully handle NUL characters,Brian Foster
- Re: [PATCH] mailsplit and mailinfo: gracefully handle NUL characters,David Kastrup
- Re: [PATCH] mailsplit and mailinfo: gracefully handle NUL characters,Johannes Schindelin
- Re: [PATCH] mailsplit and mailinfo: gracefully handle NUL characters,David Kastrup
Why do git submodules require manual checkouts and commits?,skillzero
[PATCH] Documentation/git-repack.txt: document new -A behaviour,Chris Frey
[PATCH] git-read-tree: document -v option.,Miklos Vajna
Migrating a git repository to subversion,Alf Mikula
[PATCH] git-fast-import: rename cmd_*() functions to parse_*(),Miklos Vajna
[PATCH] Documentation: mention how to define multiple strategies,Miklos Vajna
How can I tell if a SHA1 is a submodule reference?,Robin Luckey
[PATCH] Updated status to show 'Not currently on any branch' in red,Chris Parsons
[PATCH v3] Add support for GIT_CEILING_DIRS,David Reiss
[PATCH] Documentation/git-web--browse.txt: fix small typo,Teemu Likonen
[BUG] git add -u ignores --dry-run flag,Gustaf Hendeby
Submodule on Debian breaks,Peter Bengtson
git-svn condenses history when dcommit is interrupted,João Abecasis
[PATCH] Use '-f' option to point to the .gitmodules file,imyousuf
Problems cloning on Mac OS,Peter Karlsson
[PATCH 0/3] git-cvsserver: Add support for some binary files,Matthew Ogilvie
git clone broken in next,Kevin Ballard
[PATCH] Documentation/git-filter-branch: Fix word usage for --commit-filter,Kevin Ballard
[PATCH] Fix sed syntax in t7502-commit for OSX,Marcel Koeppen
[PATCH v2] Add support for GIT_CEILING_DIRS,David Reiss
[PATCH] Export GIT_DIR after setting it,martin f. krafft
[PATCH] Documentation/git-prune.txt: document unpacked logic,Chris Frey
Newbie question: Is it possible to undo a stash?,Iván V.
[PATCH 0/2] Fix two pet peeves of mine,Johannes Schindelin
[PATCH 0/3] sane rebase/stash support with submodules,Johannes Schindelin
Confused about recovering from a merge conflict,D. Stuart Freeman
[PATCH 1/2] cvsexportcommit: chomp only removes trailing whitespace,Johannes Schindelin
[PATCH] graph.c: fix padding,Johannes Schindelin
[PATCH] Rephrased git-describe description,Ian Hilt
mergetool feature request - select remote or local,Caleb Cushing
Bug: git cherry-pick and autocrlf,Kristian Amlie
[PATCH] Updating documentation to match Brandon Casey's proposed git-repack patch.,Chris Frey
git-svn and svn:mime-type,Kevin Ballard
[PATCH 2/2] Add support for GIT_CEILING_DIRS,David Reiss
[PATCH 1/2] chdir after computing new cwd in check_repository_format_gently,David Reiss
[PATCH 2/2] let pack-objects do the writing of unreachable objects as loose objects,Nicolas Pitre
[PATCH 1/2] add a force_object_loose() function,Nicolas Pitre
Re: + wireless-fix-iwlwifi-unify-init-driver-flow.patch added to -mm tree,Andrew Morton
StGit: kha/{safe,experimental} updated,Karl Hasselström
[Fwd: a question on moving git repository],alenoosh
[PATCH] Documentation/git-gc.txt: change --aggressive description,Pieter de Bie
[PATCH 0/4] freebsd portability fixes,Jeff King
abouy git reset command,amishera
[PATCH] Documentation: rev-parse: add a few "--verify" and "--default" examples,Christian Couder
multiple files for the same hook,Thomas Hunger
[JGIT PATCH v2 0/24] Implementation of a file tree iteration using ignore rules.,Florian Koeberle
- [JGIT PATCH v2 01/24] Start of an implementation of a git like command line tool.,Florian Koeberle
- [JGIT PATCH v2 03/24] Formatted Constats class.,Florian Koeberle
- [JGIT PATCH v2 13/24] Added the class ComplexFilePattern.,Florian Koeberle
- [JGIT PATCH v2 14/24] Added the class IgnoreRuleListFactory.,Florian Koeberle
- [JGIT PATCH v2 15/24] Added a Rules interface implementation and a factory for it.,Florian Koeberle
- [JGIT PATCH v2 23/24] Added the test class AddCommandIterationTest.,Florian Koeberle
- [JGIT PATCH v2 24/24] Added a "add" command to the git like command line tool.,Florian Koeberle
- [JGIT PATCH v2 22/24] Added class LightFileTreeIterable.,Florian Koeberle
- [JGIT PATCH v2 21/24] Added the class LightFileTreeIterator and a test for it.,Florian Koeberle
- [JGIT PATCH v2 20/24] Added class AddRulesFactory.,Florian Koeberle
- [JGIT PATCH v2 19/24] Added the class AddRuleListFactory.,Florian Koeberle
- [JGIT PATCH v2 16/24] Added test class OverallIgnoreRulestest.,Florian Koeberle
- [JGIT PATCH v2 18/24] Added InvalidPatternException and PathNotInProjectDirectoryException,Florian Koeberle
- [JGIT PATCH v2 17/24] Added the class TreeFilePattern.,Florian Koeberle
- [JGIT PATCH v2 11/24] Added the class FNMatchPattern.,Florian Koeberle
- [JGIT PATCH v2 12/24] Added the class GlobalFilePattern,Florian Koeberle
- [JGIT PATCH v2 10/24] Added the iterface Rules.,Florian Koeberle
- [JGIT PATCH v2 09/24] Added the class Rule.,Florian Koeberle
- [JGIT PATCH v2 08/24] Added the interface FilePattern.,Florian Koeberle
- [JGIT PATCH v2 07/24] Added findWorkTree method to Repository class.,Florian Koeberle
- [JGIT PATCH v2 06/24] Added a "init" command to the git like command line tool.,Florian Koeberle
- [JGIT PATCH v2 05/24] Added WorkTree class which can be constructed over Repository.,Florian Koeberle
- [JGIT PATCH v2 02/24] Formatted Repository class.,Florian Koeberle
- [JGIT PATCH v2 04/24] Added path related constats to Constats class.,Florian Koeberle
- Re: [JGIT PATCH v2 0/24] Implementation of a file tree iteration using ignore rules.,Miklos Vajna
[PATCH] Documentation: Add missing git svn commands,Gustaf Hendeby
[PATCH] git-merge: exclude unnecessary options from OPTIONS_SPEC,Miklos Vajna
[PATCH] git-merge: include missing options in OPTIONS_SPEC,Miklos Vajna
[user confusion] git-config error messages,Ingo Molnar
Why repository grows after "git gc"? / Purpose of *.keep files?,Teemu Likonen
- Re: Why repository grows after "git gc"? / Purpose of *.keep files?,Teemu Likonen
- Re: Why repository grows after "git gc"? / Purpose of *.keep files?,Johannes Schindelin
- Re: Why repository grows after "git gc"? / Purpose of *.keep files?,Teemu Likonen
- Re: Why repository grows after "git gc"? / Purpose of *.keep files?,Nicolas Pitre
- Re: Why repository grows after "git gc"? / Purpose of *.keep files?,Teemu Likonen
- Re: Why repository grows after "git gc"? / Purpose of *.keep files?,Nicolas Pitre
- Re: Why repository grows after "git gc"? / Purpose of *.keep files?,Govind Salinas
- Re: Why repository grows after "git gc"? / Purpose of *.keep files?,Nicolas Pitre
- Re: Why repository grows after "git gc"? / Purpose of *.keep files?,Govind Salinas
- Re: Why repository grows after "git gc"? / Purpose of *.keep files?,Teemu Likonen
- Re: Why repository grows after "git gc"? / Purpose of *.keep files?,Mike Hommey
- Re: Why repository grows after "git gc"? / Purpose of *.keep files?,Mike Hommey
- Re: Why repository grows after "git gc"? / Purpose of *.keep files?,Shawn O. Pearce
- Re: Why repository grows after "git gc"? / Purpose of *.keep files?,Mike Hommey
- Re: Why repository grows after "git gc"? / Purpose of *.keep files?,Nicolas Pitre
- Re: Why repository grows after "git gc"? / Purpose of *.keep files?,Junio C Hamano
- Re: Why repository grows after "git gc"? / Purpose of *.keep files?,Juergen Ruehle
- Re: Why repository grows after "git gc"? / Purpose of *.keep files?,Nicolas Pitre
- Re: Why repository grows after "git gc"? / Purpose of *.keep files?,Junio C Hamano
- Re: Why repository grows after "git gc"? / Purpose of *.keep files?,Linus Torvalds
- Re: Why repository grows after "git gc"? / Purpose of *.keep files?,Linus Torvalds
- Re: Why repository grows after "git gc"? / Purpose of *.keep files?,Nicolas Pitre
- Re: Why repository grows after "git gc"? / Purpose of *.keep files?,Linus Torvalds
- Re: Why repository grows after "git gc"? / Purpose of *.keep files?,A Large Angry SCM
- Re: Why repository grows after "git gc"? / Purpose of *.keep files?,Nicolas Pitre
- Re: Why repository grows after "git gc"? / Purpose of *.keep files?,David Tweed
[PATCH 0/3] Aggregate testcase results,Sverre Rabbelier
how to backup git,bill lam
- Re: how to backup git,Sverre Hvammen Johansen
- Re: how to backup git,Tobias Sarnowski
- Re: how to backup git,Eric Hanchrow
- Re: how to backup git,Johannes Schindelin
- Re: how to backup git,bill lam
- Re: how to backup git,Miklos Vajna
- Re: how to backup git,Johannes Schindelin
- Re: how to backup git,Heikki Orsila
- Re: how to backup git,Johannes Schindelin
- Re: how to backup git,Heikki Orsila
- Re: how to backup git,Johannes Schindelin
- Re: how to backup git,Heikki Orsila
- Re: how to backup git,Heikki Orsila
- Re: how to backup git,Tim Harper
- Re: how to backup git,Heikki Orsila
- Re: how to backup git,Sverre Rabbelier
- Re: how to backup git,Jakub Narebski
- Re: how to backup git,Daniel Barkalow
- Re: how to backup git,Junio C Hamano
- Re: how to backup git,Daniel Barkalow
[PATCH] Fast forward strategies allow, never, and only,Sverre Hvammen Johansen
git-svn blame change- doc confusion,Dan McGee
[PATCH 1/3 v2] rev-parse: add test script for "--verify",Christian Couder
Problems getting git-send-email to work,Sverre Hvammen Johansen
git-bundle question.,Govind Salinas
[PATCH] Add alloc_ref_from_str() to replace pattern of alloc_ref() from strings.,kkowalczyk
[PATCH v2] instaweb: make it compatible with Mac OS X 10.5's apache installation.,nathan spindel
Re: [GIT] CIFS fixes,Steve French
[PATCH 3/3] rev-parse --verify: do not output anything on error,Christian Couder
[PATCH 2/3] rev-parse: fix using "--default" with "--verify",Christian Couder
[PATCH 1/3] rev-parse: add test script for "--verify",Christian Couder
[PATCH 1/4] git-init: autodetect core.ignorecase,Steffen Prohaska
git-svn feature requests,Dennis Schridde
Git branches - confusing behavior,Dima Kagan
[PATCH] instaweb: if no httpd is specified and lighttpd doesn't exist, fall back on apache2.,nathan spindel
Verilog/ASIC development support is insufficient in git , help!,Justin Leung
- Re: Verilog/ASIC development support is insufficient in git , help!,Kevin Ballard
- Re: Verilog/ASIC development support is insufficient in git , help!,Christian MICHON
- Re: Verilog/ASIC development support is insufficient in git , help!,Jakub Narebski
- Re: Verilog/ASIC development support is insufficient in git , help!,Daniel Barkalow
- <Possible follow-ups>
- Re: Verilog/ASIC development support is insufficient in git , help!,Justin Leung
"git log --first-parent" shows parents that are not first,しらいしななこ
[PATCH] Optimize common pattern of alloc_ref from string,kkowalczyk
[no subject],Krzysztof Kowalczyk
ciabot_git.pl fails to send notification for 1st ever commit to a repo,Christoph Berg
[PATCH] Add svn-compatible "blame" output format to git-svn,Steven Grimm
[PATCH] git-repack: re-enable parsing of -n command line option,A Large Angry SCM
git-instaweb should 'just work' on Mac OS X,nathan spindel
filter-branch --subdirectory-filter fails on a branch,v s
Safe to manually copy git repository?,skillzero
[JGIT PATCH 0/m] Implementation of a file tree iteration using ignore rules.,Florian Koeberle
- [JGIT PATCH 02/22] Replaced Java 6 API useage with Java 5 equivalent.,Florian Koeberle
- [JGIT PATCH 01/22] Start of an implementation of a git like command line tool.,Florian Koeberle
- [JGIT PATCH 06/22] Added the interface FilePattern.,Florian Koeberle
- [JGIT PATCH 05/22] Added ProjectSeeker class.,Florian Koeberle
- [JGIT PATCH 04/22] Added a "init" command to the git like command line tool.,Florian Koeberle
- [JGIT PATCH 03/22] Added a class Project which represents a project directory and it's repository.,Florian Koeberle
- [JGIT PATCH 08/22] Added the iterface Rules.,Florian Koeberle
- [JGIT PATCH 07/22] Added the class Rule.,Florian Koeberle
- [JGIT PATCH 14/22] Added the class IgnoreRuleListFactory.,Florian Koeberle
- [JGIT PATCH 13/22] Added the class ComplexFilePattern.,Florian Koeberle
- [JGIT PATCH 12/22] Added the class GlobalFilePattern,Florian Koeberle
- [JGIT PATCH 11/22] Added the class StarPattern.,Florian Koeberle
- [JGIT PATCH 10/22] Added class FileTreeIterable.,Florian Koeberle
- [JGIT PATCH 09/22] Added the class FileTreeIterator and a test for it.,Florian Koeberle
- [JGIT PATCH 15/22] Added a Rules interface implementation and a factory for it.,Florian Koeberle
- [JGIT PATCH 17/22] Added the class TreeFilePattern.,Florian Koeberle
- [JGIT PATCH 16/22] Added test class OverallIgnoreRulestest.,Florian Koeberle
- [JGIT PATCH 18/22] Added InvalidPatternException and PathNotInProjectDirectoryException,Florian Koeberle
- [JGIT PATCH 19/22] Added the class AddRuleListFactory.,Florian Koeberle
- [JGIT PATCH 20/22] Added class FileIterableFactoryForAddCommand.,Florian Koeberle
- [JGIT PATCH 21/22] Added test class FileIterableFactoryForAddCommandTest.,Florian Koeberle
- [JGIT PATCH 22/22] Added a "add" command to the git like command line tool.,Florian Koeberle
- Re: [JGIT PATCH 0/m] Implementation of a file tree iteration using ignore rules.,Robin Rosenberg
git-remote questions: --reference? Plus a git-clone --remote observation.,Ingo Molnar
2008 Winner,bpgeorgetown
worktree: incorrect handling of directory argument,martin f krafft
[offtopic] mail greylisting [was Re: mismatch between doc and program in git commit -u (--untracked-files),Sitaram Chamarty
[PATCH] builtin-commit.c: add -u as short name for --untracked-files,Sitaram Chamarty
[PATCH 0/2] Soem core git optimizations,Linus Torvalds
[egit / jgit] Implementation of a file tree iteration using ignore rules.,Florian Köberle
git-svn: expand svn:keywords, or how else to deal with them?,martin f krafft
[PATCH] wt-status.h: declare global variables as extern,Johannes Sixt
git pull/merge master on other branch,SungHyun Nam
[PATCH 2/2] builtin-tag.c: use valid_ident for checking tagger field,drafnel
[PATCH 1/2] ident.c: New function valid_ident for checking ident string formatting,drafnel
[PATCH 4/5] mktag.c: consolidate tag functions by merging mktag.c into builtin-tag.c,drafnel
[PATCH 2/5] Make mktag a builtin.,drafnel
[PATCH 1/5] mktag.c: adjust verify_tag parameters,drafnel
[PATCH 3/5] mktag.c: rename verify_tag to verify_tag_buffer,drafnel
[PATCH 5/5] git-tag: call verify_tag_buffer to validate the generated tag object,drafnel
Make mktag a builtin,drafnel
Who made today's Git?,Shawn O. Pearce
[PATCH] Added -A option to man page, to match 'git-repack -h' output.,Chris Frey
Java Git (aka jgit) library switching license to BSD/EPL,Shawn O. Pearce
git filter-branch --subdirectory-filter,James Sadler
[StGit PATCH 0/2] stg undo,Karl Hasselström
[PATCH] cvsexportcommit: Create config option for CVS dir,Trent Piepho
git gc & deleted branches,Guido Ostkamp
- Re: git gc & deleted branches,Jeff King
- Re: git gc & deleted branches,Guido Ostkamp
- Re: git gc & deleted branches,Brandon Casey
- Re: git gc & deleted branches,Guido Ostkamp
- Re: git gc & deleted branches,Jeff King
- Re: git gc & deleted branches,Nicolas Pitre
- Re: git gc & deleted branches,Jeff King
- Re: git gc & deleted branches,Brandon Casey
- Re: git gc & deleted branches,Jeff King
- Re: git gc & deleted branches,Brandon Casey
- Re: git gc & deleted branches,Jeff King
- Re: git gc & deleted branches,Brandon Casey
- Re: git gc & deleted branches,Jeff King
- Re: git gc & deleted branches,Brandon Casey
- Re: git gc & deleted branches,Junio C Hamano
- Message not available
- Message not available
- Re: git gc & deleted branches,Brandon Casey
- Re: git gc & deleted branches,Brandon Casey
- [PATCH 2/3] git-gc: always use -A when manually repacking,drafnel
- [PATCH 3/3] builtin-gc.c: deprecate --prune, it now really has no effect,drafnel
- [PATCH 0/3] leave unreferenced objects unpacked,drafnel
- [PATCH 1/3] repack: modify behavior of -A option to leave unreferenced objects unpacked,drafnel
- Re: [PATCH 1/3] repack: modify behavior of -A option to leave unreferenced objects unpacked,Jeff King
- Re: [PATCH 1/3] repack: modify behavior of -A option to leave unreferenced objects unpacked,Nicolas Pitre
- Re: [PATCH 1/3] repack: modify behavior of -A option to leave unreferenced objects unpacked,Junio C Hamano
- Re: [PATCH 1/3] repack: modify behavior of -A option to leave unreferenced objects unpacked,Brandon Casey
- Re: [PATCH 1/3] repack: modify behavior of -A option to leave unreferenced objects unpacked,Brandon Casey
- Re: git gc & deleted branches,Jeff King
- Re: git gc & deleted branches,Geert Bosch
- Re: git gc & deleted branches,Brandon Casey
- Re: git gc & deleted branches,Jeff King
- Re: git gc & deleted branches,Brandon Casey
- Re: git gc & deleted branches,Nicolas Pitre
- Re: git gc & deleted branches,Brandon Casey
- Re: git gc & deleted branches,Junio C Hamano
- [PATCH] Updating documentation to match Brandon Casey's proposed git-repack patch.,Chris Frey
- Re: git gc & deleted branches,Jeremy Maitin-Shepard
- Re: git gc & deleted branches,Shawn O. Pearce
- Re: git gc & deleted branches,Jeremy Maitin-Shepard
- Re: git gc & deleted branches,Junio C Hamano
- Re: git gc & deleted branches,Jeremy Maitin-Shepard
- Re: git gc & deleted branches,Jeff King
- Re: git gc & deleted branches,Jeremy Maitin-Shepard
- Re: git gc & deleted branches,Johannes Schindelin
- Re: git gc & deleted branches,Jeremy Maitin-Shepard
- Re: git gc & deleted branches,Johannes Schindelin
- Re: git gc & deleted branches,Junio C Hamano
- Re: git gc & deleted branches,Guido Ostkamp
- Re: git gc & deleted branches,Jeff King
- Re: git gc & deleted branches,Jeff King
[PATCH] doc: clarify definition of "update" for git-add -u,Jeff King
GIT max file size.,epankala@xxxxxxxxx
automatically removing missing files beneath a directory,Geoffrey Irving
[RFC] Use cases for 'git statistics',Sverre Rabbelier
- Re: [RFC] Use cases for 'git statistics',Sverre Rabbelier
- Re: [RFC] Use cases for 'git statistics',Jakub Narebski
- Re: [RFC] Use cases for 'git statistics',Sverre Rabbelier
- Re: [RFC] Use cases for 'git statistics',Jakub Narebski
- Re: [RFC] Use cases for 'git statistics',Sverre Rabbelier
- Re: [RFC] Use cases for 'git statistics',Jakub Narebski
- Re: [RFC] Use cases for 'git statistics',Sverre Rabbelier
- Message not available
- Re: [RFC] Use cases for 'git statistics',Jakub Narebski
- Re: [RFC] Use cases for 'git statistics',Sverre Rabbelier
- Re: [RFC] Use cases for 'git statistics',Jakub Narebski
- Re: [RFC] Use cases for 'git statistics',Andreas Ericsson
- Re: [RFC] Use cases for 'git statistics',Junio C Hamano
url.<base>.insteadOf and git-clone,Guillermo O. Freschi
gitk and git-gui with --git-dir and GIT_DIR,Michael J Gruber
[PATCH] builtin-apply: check for empty files when detecting creation patch,Imre Deak
How to capture date/time of push vs. local commit?,Doug Reiland
[PATCH v2] Documentation: convert tutorials to man pages,Christian Couder
mismatch between doc and program in git commit -u (--untracked-files),Sitaram Chamarty