messages from 2008-08-17 20:29:23 to 2008-08-19 07:49:35 UTC [more...]
[PATCH] Documentation: setup-git-server-over-http: Mention davfs2
2008-08-19 7:48 UTC (6+ messages)
[PATCH] adapt git-cvsserver manpage to dash-free syntax
2008-08-19 7:43 UTC (4+ messages)
[FYI] How I compile on IRIX 6.5 with the MIPSpro compiler and ksh
2008-08-19 7:39 UTC (19+ messages)
` [PATCH] Makefile: add section for SGI IRIX
` [PATCH] git-compat-util.h: adjust for SGI IRIX 6.5
` [PATCH] unpack-trees.c: work around run-time array initialization flaw on "
` [PATCH] templates/Makefile: work around SGI install which assumes / if ROOT not defined
` [PATCH] test-lib.sh: work around ksh's trap shortcomings
` [PATCH] t1002-read-tree-m-u-2way.sh: use 'git diff -U0' rather than 'diff -U0'
` [PATCH] t9301-fast-export.sh: don't unset config variable while we're skipping test 4
[PATCH 4/6] Don't use struct stat's st_blocks member on Haiku
2008-08-19 7:31 UTC (7+ messages)
` [PATCH] compat: introduce stat_to_kilobytes
` [PATCH 1/2] "
` [PATCH 2/2] Revert "Windows: Use a customized struct stat that also has the st_blocks member."
[PATCH] add definitions for global variables to shell.c
2008-08-19 7:26 UTC (3+ messages)
Call Me Gitless
2008-08-19 7:25 UTC (20+ messages)
git-cvsimport - losing changes in subsequent pulls of a CVS branch that I thought I wasn't modifying in the GIT repo
2008-08-19 7:00 UTC
[FYI] How I compile on SunOS 5.7 with the SUNWspro compiler and ksh
2008-08-19 6:13 UTC (13+ messages)
` [PATCH] Makefile: configuration for SunOS 5.7
` [PATCH] dir.c: avoid c99 array initialization
` [PATCH FYI] reset,cat-file: remove const declaration from array
` [PATCH FYI] test-lib.sh: work around ksh's trap shortcomings
` [PATCH FYI] t1002-read-tree-m-u-2way.sh: use 'git diff -U0' rather than 'diff -U0'
` [PATCH FYI] Work around sed issues
` [PATCH FYI] t9301-fast-export.sh: don't unset config variable while we're skipping test 4
` [PATCH FYI] t9700/test.pl: backwards compatibility improvements
Dumb "continuous" commit dumb question
2008-08-19 4:13 UTC (2+ messages)
[PATCH] Note the use of "rebase -i" to squash consecutive commits into one
2008-08-19 3:32 UTC (2+ messages)
[PATCH 0/3] Git::Repo API and gitweb caching
2008-08-19 1:32 UTC (7+ messages)
` [PATCH 1/3 v10] gitweb: add test suite with Test::WWW::Mechanize::CGI
` [PATCH 2/3 v2] add new Perl API: Git::Repo, Git::Commit, Git::Tag, and Git::RepoRoot
` [PATCH 3/3 v2] gitweb: use new Git::Repo API, and add optional caching
[GSoC] What is status of Git's Google Summer of Code 2008 projects?
2008-08-19 1:25 UTC (5+ messages)
[JGIT PATCH 00/14] TreeWalk D/F conflict detection
2008-08-19 0:11 UTC (16+ messages)
` [JGIT PATCH 01/14] Detect path names which overflow the name length field in the index
` [JGIT PATCH 02/14] Fix NB.decodeUInt16 to correctly handle the high byte
` [JGIT PATCH 03/14] Add test cases for NB.encode and NB.decode family of routines
` [JGIT PATCH 04/14] Fix DirCache's skip over null byte padding when reading a DIRC file
` [JGIT PATCH 05/14] Fix usage of assertEquals in DirCacheIteratorTest
` [JGIT PATCH 06/14] Refactor AbstractTreeIterator.pathCompare to force another mode
` [JGIT PATCH 07/14] Micro-optimize AbstractTreeIterator.pathCompare
` [JGIT PATCH 08/14] Optimize path comparsion within subtrees during TreeWalk
` [JGIT PATCH 09/14] Refactor AbstractTreeIterator semantics to start on first entry
` [JGIT PATCH 10/14] Make all AbstractTreeIterator implementations bi-directional
` [JGIT PATCH 11/14] Expose beginning of iterator indication from AbstractTreeIterator
` [JGIT PATCH 12/14] Allow application code to set ObjectIds in DirCacheEntry
` [JGIT PATCH 13/14] Create NameConflictTreeWalk to transparently detect D/F conflicts
` [JGIT PATCH 14/14] Add test case for NameConflictTreeWalk
[RFC] Plumbing-only support for storing object metadata
2008-08-18 23:28 UTC (11+ messages)
What's cooking in git.git (Aug 2008, #04; Sun, 17)
2008-08-18 22:41 UTC (2+ messages)
[RFC] Using git-p4 on project with branches
2008-08-18 21:44 UTC (2+ messages)
Merging repositories and their histories
2008-08-18 21:25 UTC (5+ messages)
[PATCH] add boolean diff.suppress-blank-empty config option
2008-08-18 20:20 UTC (2+ messages)
[PATCH 1/6] Disable IPv6 support for Haiku
2008-08-18 20:04 UTC (4+ messages)
fetch problem or was master on kernel.org reset?
2008-08-18 19:50 UTC (3+ messages)
[QGIT RFC] Unit tests for QGit
2008-08-18 18:00 UTC (5+ messages)
[PATCH] count-objects: Add total pack size to verbose output
2008-08-18 17:28 UTC (7+ messages)
` [PATCH 2] count-objects: add human-readable size option
[EGIT PATCH 1/4] Detect path names which overflow the name length field in the index
2008-08-18 16:35 UTC (4+ messages)
` [EGIT PATCH 2/4] Fix NB.decodeUInt16 to correctly handle the high byte
` [EGIT PATCH 3/4] Add test cases for NB.encode and NB.decode family of routines
` [EGIT PATCH 4/4] Fix DirCache's skip over null byte padding when reading a DIRC file
[PATCH] Update t/.gitignore to ignore all trash directories
2008-08-18 16:25 UTC
SeLinux integration
2008-08-18 14:29 UTC (7+ messages)
[JGIT PATCH 0/3] jgit: Verbase branch command
2008-08-18 14:20 UTC (6+ messages)
` [JGIT PATCH 1/3] Extract RefComparator to sort collection of Refs
` [JGIT PATCH 2/3] Cleanup of Branch command ready for verbose mode
` [JGIT PATCH 3/3] Verbose branch command
Best method of detecting if list of commit refs is a parent
2008-08-18 13:37 UTC (3+ messages)
[TopGit PATCH] tg-create.sh: Introduce --add option to add a dependency
2008-08-18 9:18 UTC (5+ messages)
[TopGit PATCH] tg redepend: New command
2008-08-18 9:23 UTC (3+ messages)
[StGit] Debian packaging update
2008-08-18 10:10 UTC
Problem with --work-tree
2008-08-18 9:32 UTC (2+ messages)
BUG simple "revert" fails
2008-08-18 9:14 UTC (2+ messages)
[BUG] git rebase is confuse if conflict resolution doesn't produce diff
2008-08-18 9:10 UTC (3+ messages)
[JGIT RFC] JGit mavenization done right
2008-08-18 6:33 UTC (3+ messages)
[EGIT PATCH] Enable diff=java for all *.java source files
2008-08-18 5:49 UTC (3+ messages)
[JGIT PATCH] On error in DirCache.lock, do not leave the index locked
2008-08-18 5:46 UTC (2+ messages)
[PATCH] Allow emails with boundaries to work again [v2]
2008-08-18 5:42 UTC (2+ messages)
[PATCH 0/7] prefix discovery at runtime (on Windows)
2008-08-18 5:28 UTC (9+ messages)
` [PATCH 1/7] Windows: Add workaround for MSYS' path conversion
` [PATCH 2/7] system_path(): Add prefix computation at runtime if RUNTIME_PREFIX set
` [PATCH 5/7] Add calls to git_extract_argv0_path() in programs that call git_config_*
` [PATCH 6/7] Modify setup_path() to only add git_exec_path() to PATH
git submodules
2008-08-18 0:46 UTC (12+ messages)
[ANNOUNCE] GIT 1.6.0
2008-08-17 23:58 UTC (3+ messages)
` A note from the maintainer
[newbe question]: why is git-upload-archive a copy and not hardlink?
2008-08-17 21:58 UTC
Install on opensolaris 2008.05
2008-08-17 20:52 UTC (4+ messages)
[EGIT PATCH 00/31] Push GUI, GUI improvements, various jgit stuff
2008-08-17 20:44 UTC (32+ messages)
` [EGIT PATCH 01/31] Fix Repository.mapObject() for missing objects
` [EGIT PATCH 02/31] Fix Repository isValidRefName() for empty names
` [EGIT PATCH 03/31] Fix Repository.resolve() to not throw runtime exceptions
` [EGIT PATCH 04/31] Document/fix Transport open method for specific case
` [EGIT PATCH 05/31] Fix RefSpec javadoc regarding spec expanding
` [EGIT PATCH 06/31] Make wildcard checking public in RefSpec
` [EGIT PATCH 07/31] Add openAll() and applyConfig() methods to Transport
` [EGIT PATCH 08/31] Add dryRun option to Transport and console push
` [EGIT PATCH 09/31] Extract Transport findRemoteRefUpdatesFor() as static method
` [EGIT PATCH 10/31] Improve javadoc of Transport push()
` [EGIT PATCH 11/31] Clean up exception issues in RemoteRefUpdate
` [EGIT PATCH 12/31] Add another RemoteRefUpdate constructor, useful for 2-stage push
` [EGIT PATCH 13/31] Add getAllRemoteConfigs() to RemoteConfig
` [EGIT PATCH 14/31] Add setFetchRefSpecs and setPushRefSpecs "
` [EGIT PATCH 15/31] Add simple abbreviate() method to ObjectId
` [EGIT PATCH 16/31] Remove debug/test console output from GitIndex
` [EGIT PATCH 17/31] Fix typo in uitext.properties message
` [EGIT PATCH 18/31] Refactor/rewrite CloneSourcePage to universal RepositorySelectionPage
` [EGIT PATCH 19/31] Clone wizard and related: refactor, clean-up, fixes or improvements
` [EGIT PATCH 20/31] Move clone logic away from GitCloneWizard to CloneOperation
` [EGIT PATCH 21/31] Add canCreateSubdir() heuristic in CloneDestinationPage
` [EGIT PATCH 22/31] Set FileDialog selection appropriately in clone wizard
` [EGIT PATCH 23/31] Allow selecting empty dir "
` [EGIT PATCH 24/31] Clone wizard: force dir to suggested path only if repo selection change
` [EGIT PATCH 25/31] Create ListRemoteOperation for listing remote repo branches
` [EGIT PATCH 26/31] Make Clone's SourceBranchPage more user-friendly
` [EGIT PATCH 27/31] Add few EPL Eclipse icons
` [EGIT PATCH 28/31] Checkbox images/screenshots
` [EGIT PATCH 29/31] Universal GUI for specifications edition: RefSpecPanel and related
` [EGIT PATCH 30/31] Add PushOperation to plugin
` [EGIT PATCH 31/31] Push GUI
page: next (older) | prev (newer) | latest
- recent:[subjects (threaded)|topics (new)|topics (active)]
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox