Code

git.git
2007-02-23 Eric Wonggit-svn: disallow ambigious local refspecs
2007-02-23 Eric Wonggit-svn: --follow-parent works with svn-remotes multipl...
2007-02-23 Eric Wonggit-svn: fix --follow-parent to work with Git::SVN
2007-02-23 Eric Wonggit-svn: enable --minimize to simplify the config and...
2007-02-23 Eric Wonggit-svn: reuse open SVN::Ra connections by URL
2007-02-23 Eric Wonggit-svn: fix a regression in dcommit that caused empty...
2007-02-23 Eric Wonggit-svn: add support for metadata in .git/config
2007-02-23 Eric Wonggit-svn: remove graft-branches command
2007-02-23 Eric Wonggit-svn: convert 'set-tree' command to use Git::SVN
2007-02-23 Eric Wonggit-svn: switch dcommit to using Git::SVN code
2007-02-23 Eric Wonggit-svn: fetch/multi-fetch converted over to Git::SVN...
2007-02-23 Eric Wonggit-svn: get rid of Memoize for now...
2007-02-23 Eric Wonggit-svn: convert the 'commit-diff' command to Git::SVN
2007-02-23 Eric Wonggit-svn: do not let Git.pm warn if we prematurely close...
2007-02-23 Eric Wonggit-svn: port the 'rebuild' command to use Git::SVN...
2007-02-23 Eric Wonggit-svn: moved the 'log' command into its own namespace
2007-02-23 Eric Wonggit-svn: convert show-ignore over to Git::SVN
2007-02-23 Eric Wonggit-svn: add a test for show-ignore
2007-02-23 Eric Wonggit-svn: make multi-init capable of reusing the Ra...
2007-02-23 Eric Wonggit-svn: convert multi-init over to using Git::SVN
2007-02-23 Eric Wonggit-svn: convert 'init' to use Git::SVN
2007-02-23 Eric Wonggit-svn: add Git::SVN module (to avoid global variables)
2007-02-23 Eric Wonggit-svn: cleanup: avoid re-use()ing Git.pm in sub-packages
2007-02-23 Eric Wonggit-svn: cleanup: put SVN workarounds into their own...
2007-02-23 Eric Wonggit-svn: cleanup: move process_rm around
2007-02-23 Eric Wonggit-svn: move authentication prompts into their own...
2007-02-23 Junio C HamanoMerge branches 'lt/crlf' and 'jc/apply-config'
2007-02-23 Junio C HamanoMerge branch 'maint'
2007-02-23 Johannes Schindelingit-diff: fix combined diff
2007-02-23 Fredrik KuivinenFix 'git commit -a' in a newly initialized repository
2007-02-22 Shawn O. PearceInclude git-gui credits file in dist.
2007-02-22 Shawn O. PearceDocument the new core.bare configuration option.
2007-02-22 Junio C Hamanot4119: test autocomputing -p<n> for traditional diff...
2007-02-22 Junio C Hamanogit-apply: guess correct -p<n> value for non-git patches.
2007-02-21 Junio C Hamanogit-apply: notice "diff --git" patch again
2007-02-21 Junio C HamanoMerge branch 'maint'
2007-02-21 Junio C HamanoMerge branch 'master' of git://repo.or.cz/git-gui into...
2007-02-21 Michael LoefflerUse gunzip -c over gzcat in import-tars example.
2007-02-21 Junio C HamanoFix botched "leak fix"
2007-02-21 Junio C Hamanot4119: add test for traditional patch and different...
2007-02-21 Pavel Roskingit-remote: support remotes with a dot in the name
2007-02-21 Johannes SchindelinTeach diff -B about colours
2007-02-21 Theodore Ts'oAllow git-remote to update named groups of remotes
2007-02-21 Theodore Ts'oAdd config_boolean() method to the Git perl module
2007-02-21 Simon 'corecode... Allow passing of an alternative CVSROOT via -d.
2007-02-21 Alex Riesendisable t4016-diff-quote.sh on some filesystems
2007-02-21 Martin WaitzSupport for large files on 32bit systems.
2007-02-21 Johannes Schindelingit grep: use pager
2007-02-21 Shawn O. Pearcegit-gui: Don't crash in citool mode on initial commit. gitgui-0.6.1
2007-02-21 Shawn O. Pearcegit-gui: Remove TODO list.
2007-02-21 Junio C HamanoMerge branch 'fk/autoconf'
2007-02-21 Shawn O. Pearcegit-gui: Include browser in our usage message.
2007-02-21 Junio C HamanoMerge branch 'js/name-rev-fix'
2007-02-21 Junio C Hamanoprefixcmp(): fix-up leftover strncmp().
2007-02-21 Junio C Hamanoprefixcmp(): fix-up mechanical conversion.
2007-02-21 Junio C HamanoMechanical conversion to use prefixcmp()
2007-02-21 Junio C HamanoAdd prefixcmp()
2007-02-21 Junio C HamanoMerge branch 'maint'
2007-02-21 Shawn O. Pearcegit-gui: Change summary of git-gui.
2007-02-21 Shawn O. Pearcegit-gui: Display all authors of git-gui.
2007-02-21 Shawn O. Pearcegit-gui: Use mixed path for docs on Cygwin.
2007-02-21 Jason RiedyCheck for PRIuMAX rather than NO_C99_FORMAT in fast...
2007-02-20 Junio C HamanoLink 1.5.0.1 documentation from the main page.
2007-02-20 Johannes Schindelinname-rev: avoid "^0" when unneeded
2007-02-20 Johannes Schindelinapply: fix memory leak in prefix_one()
2007-02-20 Junio C Hamanogit-apply: require -p<n> when working in a subdirectory.
2007-02-20 Junio C Hamanogit-apply: do not lose cwd when run from a subdirectory.
2007-02-20 Theodore Ts'oTeach git-remote to update existing remotes by fetching...
2007-02-20 Junio C HamanoMerge branch 'js/diff-color-check'
2007-02-20 Junio C HamanoMerge branch 'jc/fetch-notags'
2007-02-20 Junio C HamanoMerge branch 'maint'
2007-02-20 Jason RiedyObey NO_C99_FORMAT in fast-import.c.
2007-02-20 Jason RiedyAdd a compat/strtoumax.c for Solaris 8.
2007-02-20 Christian Schlottergit-clone: Sync documentation to usage note.
2007-02-19 Junio C HamanoMerge branch 'ap/cvsserver'
2007-02-19 Junio C HamanoMerge branch 'maint'
2007-02-19 Junio C HamanoGIT 1.5.0.1 v1.5.0.1
2007-02-18 Fredrik KuivinenDocumentation/i18n.txt: it is i18n.commitencoding not...
2007-02-18 Fredrik KuivinenRead the config in rev-list
2007-02-18 Fredrik KuivinenNew autoconf test for iconv
2007-02-18 Johannes Schindelindiff --check: use colour
2007-02-18 Junio C HamanoTeach 'git apply' to look at $HOME/.gitconfig even...
2007-02-18 Shawn O. Pearcegit-gui: Correct crash when saving options in blame...
2007-02-18 Junio C HamanoUpdate draft release notes for 1.5.1
2007-02-18 Junio C HamanoMerge branch 'maint'
2007-02-18 Junio C HamanoUpdate draft release notes for 1.5.0.1
2007-02-18 Junio C HamanoMerge git://git./pub/scm/gitk/gitk into maint
2007-02-17 Junio C HamanoTeach core.autocrlf to 'git apply'
2007-02-17 Junio C HamanoTeach 'git apply' to look at $GIT_DIR/config
2007-02-17 Johannes Schindelinname-rev: introduce the --refs=<pattern> option
2007-02-17 Shawn O. PearceConvert update-index references in docs to add.
2007-02-17 Shawn O. PearceAttempt to improve git-rebase lead-in description.
2007-02-17 Junio C HamanoDo not take mode bits from index after type change.
2007-02-17 Tommi Kyntolagit-blame: prevent argument parsing segfault
2007-02-16 Junio C HamanoMerge branch 'maint'
2007-02-16 Junio C Hamanogit-merge: minor fix for no_trivial_merge_strategies.
2007-02-16 Shawn O. Pearcegit-gui: Expose the browser as a subcommand.
2007-02-16 Junio C HamanoMerge branch 'maint'
2007-02-16 Junio C Hamanopretend-sha1: grave bugfix.
2007-02-15 Junio C Hamanoremotes.not-origin.tagopt
next