summaryrefslogtreecommitdiff
AgeCommit message (Expand)Author
2007-02-24object name: introduce ':/<oneline prefix>' notationJohannes Schindelin
2007-02-24Merge branch 'js/apply'Junio C Hamano
2007-02-24Merge branch 'js/no-limit-boundary'Junio C Hamano
2007-02-24Merge branch 'js/etc-config'Junio C Hamano
2007-02-24Merge branch 'maint'Junio C Hamano
2007-02-24diff-patch: Avoid emitting double-slashes in textual patch.Junio C Hamano
2007-02-24Reword git-am 3-way fallback failure message.Junio C Hamano
2007-02-24Limit filename for format-patchRobin Rosenberg
2007-02-24core.legacyheaders: Use the description used in RelNotes-1.5.0Santi BĂ©jar
2007-02-24git-show-ref --verify: Fail if called without a referenceDmitry V. Levin
2007-02-23.mailmap maintenance after pulling from git-svnJunio C Hamano
2007-02-23git-svn: fix some potential bugs with --follow-parentEric Wong
2007-02-23git-svn: fix reconnections to different paths of svn:// repositoriesEric Wong
2007-02-23git-svn: fix clone when a target directory has been specifiedEric Wong
2007-02-23git-svn: document --usernameSam Vilain
2007-02-23git-svn: don't consider SVN URL usernames significant when comparingSam Vilain
2007-02-23git-svn: ensure we're at the top-level and can access $GIT_DIREric Wong
2007-02-23git-svn: give show-ignore HEAD smarts, like dcommit and logEric Wong
2007-02-23git-svn: allow metadata options to be specified with 'init' and 'clone'Eric Wong
2007-02-23git-svn: documentation updatesEric Wong
2007-02-23git-svn: add test for useSvnsyncPropsEric Wong
2007-02-23git-svn: fix useSvmProps, hopefully for the last timeEric Wong
2007-02-23git-svn: add support for using svnsync propertiesEric Wong
2007-02-23git-svn: allow overriding of the SVN repo root in metadataEric Wong
2007-02-23git-svn: add 'clone' command, an alias for init + fetchEric Wong
2007-02-23git-svn: hide the private git-svn 'config' file as '.metadata'Eric Wong
2007-02-23git-svn: fix some issues for people migrating from older versionsEric Wong
2007-02-23git-svn: add a 'rebase' commandEric Wong
2007-02-23git-svn: checkout files on new fetchesEric Wong
2007-02-23git-svn: add support for --stat in the log commandEric Wong
2007-02-23git-svn: documentation updates for new functionalityEric Wong
2007-02-23git-svn: allow dcommit for those who only fetch from SVM with useSvmPropsEric Wong
2007-02-23git-svn: error checking for invalid [svn-remote "..."] sectionsEric Wong
2007-02-23git-svn: remember to check for clean indices on globbed refs, tooEric Wong
2007-02-23git-svn: allow --log-window-size to be specified, default to 100Eric Wong
2007-02-23git-svn: simplify the (multi-)init methods of fetchingEric Wong
2007-02-23git-svn: brown paper bag fixesEric Wong
2007-02-23git-svn: allow 'init' to act as multi-initEric Wong
2007-02-23git-svn: hopefully make 'fetch' more user-friendlyEric Wong
2007-02-23t910*: s/repo-config/config/g; poke around possible race conditionsEric Wong
2007-02-23git-svn: usability fixes for the 'git svn log' commandEric Wong
2007-02-23git-svn: include merges when calling rev-list for decommitEric Wong
2007-02-23git-svn: make dcommit usable for glob usersEric Wong
2007-02-23git-svn: make test for SVK mirror path importsam@vilain.net
2007-02-23git-svn: handle multi-init without --trunk, UseSvmProps fixesEric Wong
2007-02-23git-svn: write the highest maxRex out for branches and tagsEric Wong
2007-02-23git-svn: use separate, per-repository .rev_db filesEric Wong
2007-02-23git-svn: extra safety for noMetadata and useSvmProps usersEric Wong
2007-02-23git-svn: use private $GIT_DIR/svn/config file moreEric Wong
2007-02-23git-svn: add support for per-[svn-remote "..."] optionsEric Wong