]> git.ipfire.org Git - thirdparty/git.git/shortlog
thirdparty/git.git
2007-02-25  Eric WongUpdate tests to use test-chmtime
2007-02-25  Eric WongAdd test-chmtime: a utility to change mtime on files
2007-02-25  Junio C HamanoMerge branch 'maint'
2007-02-25  Junio C HamanoAdd Release Notes to prepare for 1.5.0.2
2007-02-25  Roland DreierAllow arbitrary number of arguments to git-pack-objects
2007-02-25  Junio C Hamanorerere: do not deal with symlinks.
2007-02-25  Junio C Hamanorerere: do not skip two conflicted paths next to each...
2007-02-25  Junio C HamanoMerge git://repo.or.cz/git-gui into maint
2007-02-25  Junio C HamanoDon't modify CREDITS-FILE if it hasn't changed.
2007-02-24  Junio C HamanoMerge branch 'js/apply'
2007-02-24  Junio C HamanoMerge branch 'js/no-limit-boundary'
2007-02-24  Junio C HamanoMerge branch 'js/etc-config'
2007-02-24  Junio C HamanoMerge branch 'maint'
2007-02-24  Junio C Hamanodiff-patch: Avoid emitting double-slashes in textual...
2007-02-24  Junio C HamanoReword git-am 3-way fallback failure message.
2007-02-24  Robin RosenbergLimit filename for format-patch
2007-02-24  Santi Béjarcore.legacyheaders: Use the description used in RelNote...
2007-02-24  Dmitry V. Levingit-show-ref --verify: Fail if called without a reference
2007-02-23  Junio C Hamano.mailmap maintenance after pulling from git-svn
2007-02-23  Eric Wonggit-svn: fix some potential bugs with --follow-parent
2007-02-23  Eric Wonggit-svn: fix reconnections to different paths of svn...
2007-02-23  Eric Wonggit-svn: fix clone when a target directory has been...
2007-02-23  Sam Vilaingit-svn: document --username
2007-02-23  Sam Vilaingit-svn: don't consider SVN URL usernames significant...
2007-02-23  Eric Wonggit-svn: ensure we're at the top-level and can access...
2007-02-23  Eric Wonggit-svn: give show-ignore HEAD smarts, like dcommit...
2007-02-23  Eric Wonggit-svn: allow metadata options to be specified with...
2007-02-23  Eric Wonggit-svn: documentation updates
2007-02-23  Eric Wonggit-svn: add test for useSvnsyncProps
2007-02-23  Eric Wonggit-svn: fix useSvmProps, hopefully for the last time
2007-02-23  Eric Wonggit-svn: add support for using svnsync properties
2007-02-23  Eric Wonggit-svn: allow overriding of the SVN repo root in metadata
2007-02-23  Eric Wonggit-svn: add 'clone' command, an alias for init + fetch
2007-02-23  Eric Wonggit-svn: hide the private git-svn 'config' file as...
2007-02-23  Eric Wonggit-svn: fix some issues for people migrating from...
2007-02-23  Eric Wonggit-svn: add a 'rebase' command
2007-02-23  Eric Wonggit-svn: checkout files on new fetches
2007-02-23  Eric Wonggit-svn: add support for --stat in the log command
2007-02-23  Eric Wonggit-svn: documentation updates for new functionality
2007-02-23  Eric Wonggit-svn: allow dcommit for those who only fetch from...
2007-02-23  Eric Wonggit-svn: error checking for invalid [svn-remote "....
2007-02-23  Eric Wonggit-svn: remember to check for clean indices on globbed...
2007-02-23  Eric Wonggit-svn: allow --log-window-size to be specified, defau...
2007-02-23  Eric Wonggit-svn: simplify the (multi-)init methods of fetching
2007-02-23  Eric Wonggit-svn: brown paper bag fixes
2007-02-23  Eric Wonggit-svn: allow 'init' to act as multi-init
2007-02-23  Eric Wonggit-svn: hopefully make 'fetch' more user-friendly
2007-02-23  Eric Wongt910*: s/repo-config/config/g; poke around possible...
2007-02-23  Eric Wonggit-svn: usability fixes for the 'git svn log' command
2007-02-23  Eric Wonggit-svn: include merges when calling rev-list for decommit
2007-02-23  Eric Wonggit-svn: make dcommit usable for glob users
2007-02-23  sam@vilain.netgit-svn: make test for SVK mirror path import
2007-02-23  Eric Wonggit-svn: handle multi-init without --trunk, UseSvmProps...
2007-02-23  Eric Wonggit-svn: write the highest maxRex out for branches...
2007-02-23  Eric Wonggit-svn: use separate, per-repository .rev_db files
2007-02-23  Eric Wonggit-svn: extra safety for noMetadata and useSvmProps...
2007-02-23  Eric Wonggit-svn: use private $GIT_DIR/svn/config file more
2007-02-23  Eric Wonggit-svn: add support for per-[svn-remote "..."] options
2007-02-23  Eric Wonggit-svn: add support for SVN::Mirror/svk using revprops...
2007-02-23  Eric Wonggit-svn: remove optimized commit stuff for set-tree
2007-02-23  Eric Wonggit-svn: correctly handle globs with a right-hand-side...
2007-02-23  Eric Wonggit-svn: correctly handle the -q flag in SVN::Git:...
2007-02-23  Eric Wonggit-svn: fix buggy regular expression usage in several...
2007-02-23  Eric Wonggit-svn: enable follow-parent functionality by default
2007-02-23  Eric Wonggit-svn: remove some noisy debugging messages
2007-02-23  Eric Wonggit-svn: remove check_path calls before calling do_update
2007-02-23  Eric Wonggit-svn: --follow-parent tracks multi-parent paths
2007-02-23  Eric Wonggit-svn: implement auto-discovery of branches/tags
2007-02-23  Eric Wonggit-svn: run get_log() on a sub-directory if possible
2007-02-23  Eric Wonggit-svn: reintroduce using a single get_log() to fetch
2007-02-23  Eric Wonggit-svn: prepare multi-init for wildcard support
2007-02-23  Eric Wonggit-svn: just name the default svn-remote "svn" instead...
2007-02-23  Eric Wonggit-svn: avoid extra get_log calls when refspecs are...
2007-02-23  Eric Wonggit-svn: get rid of revisions_eq check for --follow...
2007-02-23  Eric Wonggit-svn: migrations default to [svn-remote "git-svn"]
2007-02-23  Eric Wonggit-svn: save paths to tags/branches with for future...
2007-02-23  Eric Wonggit-svn: don't write to the config file from --follow...
2007-02-23  Eric Wonggit-svn: use sys* IO functions for reading rev_db
2007-02-23  Eric Wonggit-svn: avoid redundant get_log calls between invocations
2007-02-23  Eric Wonggit-svn: do our best to ensure that our ref and rev_db...
2007-02-23  Eric Wonggit-svn: re-enable repacking flags
2007-02-23  Eric Wonggit-svn: avoid a huge memory spike with high-numbered...
2007-02-23  Eric Wonggit-svn: make (multi-)fetch safer but slower
2007-02-23  Eric Wonggit-svn: gracefully handle --follow-parent failures
2007-02-23  Eric Wonggit-svn: reinstate --no-metadata, add --svn-remote...
2007-02-23  Eric Wonggit-svn: fix several fetch bugs related to repeated...
2007-02-23  Eric Wonggit-svn: remove the 'rebuild' command and make the...
2007-02-23  Eric Wonggit-svn: fetch tracks initial change with --follow...
2007-02-23  Eric Wonggit-svn: don't rely on do_switch + reparenting with...
2007-02-23  Eric Wonggit-svn: reinstate the default SVN error handler after...
2007-02-23  Eric Wonggit-svn: just use Digest::MD5 instead of requiring it
2007-02-23  Eric Wonggit-svn: cleanup: move editor-specific variables into...
2007-02-23  Eric Wonggit-svn: stop using path names as refnames with --follo...
2007-02-23  Eric Wonggit-svn: correctly handle do_{switch,update} in deep...
2007-02-23  Eric Wonggit-svn: correctly track diff-less copies with do_switch
2007-02-23  Eric Wonggit-svn: allow multi-fetch to fetch things chronologically
2007-02-23  Eric Wonggit-svn: cleanup remove unused function
2007-02-23  Eric Wonggit-svn: simplify usage of the SVN::Git::Editor interface
2007-02-23  Eric Wonggit-svn: avoid an extra svn_ra connection during commits
2007-02-23  Eric Wonggit-svn: fix committing to subdirectories, add tests
next