summaryrefslogtreecommitdiff
Commit message (Expand)AuthorAgeFilesLines
* GIT 1.5.4v1.5.4Junio C Hamano2008-02-012-12/+6
* Fix "git checkout -b foo ':/substring'"Junio C Hamano2008-02-011-3/+4
* Fix typo in a comment in t/test-lib.shMichele Ballabio2008-01-311-1/+1
* git rev-parse manpage: spelling fixMiklos Vajna2008-01-311-2/+2
* Revert "filter-branch docs: remove brackets so not to imply revision arg is o...Junio C Hamano2008-01-312-2/+2
* Documentation/git-cvsserver: Fix typoJean-Luc Herren2008-01-301-1/+1
* filter-branch: assume HEAD if no revision suppliedBrandon Casey2008-01-301-2/+1
* filter-branch docs: remove brackets so not to imply revision arg is optionalBrandon Casey2008-01-302-2/+2
* Use 'printf %s $x' notation in t5401Shawn O. Pearce2008-01-301-4/+4
* filter-branch.sh: remove temporary directory on failureBrandon Casey2008-01-301-0/+5
* git-relink: avoid hard linking in objects/info directoryBrandon Casey2008-01-301-1/+1
* gitweb: Make use of the $git_dir variable at sub git_get_project_descriptionBruno Ribas2008-01-291-1/+1
* gitweb: Add info about $projectroot and $projects_list to gitweb/READMEJakub Narebski2008-01-291-2/+15
* fix doc typosJim Meyering2008-01-295-8/+8
* reflog-expire: Avoid creating new files in a directory inside readdir(3) loopJunio C Hamano2008-01-291-2/+38
* gitweb: Convert generated contents to utf8 in commitdiff_plainYasushi SHOJI2008-01-291-6/+5
* instaweb: use 'browser.<tool>.path' config option if it's set.Christian Couder2008-01-292-2/+11
* Documentation: help: specify supported html browsers.Christian Couder2008-01-291-0/+10
* Documentation: config: add "browser.<tool>.path".Christian Couder2008-01-291-0/+4
* Add test for rebase -i with commits that do not pass pre-commitJohannes Schindelin2008-01-281-0/+16
* t9001: add missing && operatorsJeff King2008-01-281-4/+4
* GIT 1.5.4-rc5v1.5.4-rc5Junio C Hamano2008-01-262-13/+14
* pull --rebase: be cleverer with rebased upstream branchesJohannes Schindelin2008-01-263-2/+33
* cvsserver: Fix for histories with multiple rootsSteffen Prohaska2008-01-262-2/+17
* t9400-git-cvsserver-server: Wrap setup into test caseSteffen Prohaska2008-01-261-3/+4
* Documentation: add a bit about sendemail.to configurationMike Hommey2008-01-261-0/+2
* parse-options: catch likely typo in presense of aggregated options.Pierre Habouzit2008-01-263-2/+40
* Add a missing dependency on http.hMike Hommey2008-01-261-1/+1
* git pull manpage: don't include -n from fetch-options.txtMiklos Vajna2008-01-252-4/+9
* git-svn(1): update instructions for resuming a git-svn cloneSam Vilain2008-01-251-4/+7
* autoconf: define NO_SYS_SELECT_H on systems without <sys/select.h>.Jakub Narebski2008-01-252-0/+7
* Makefile: customization for supporting HP-UXRobert Schiele2008-01-241-0/+11
* pre-POSIX.1-2001 systems do not have <sys/select.h>Robert Schiele2008-01-242-0/+7
* Merge git://repo.or.cz/git-guiJunio C Hamano2008-01-233-5/+28
|\
| * git-gui: Correctly cleanup msgfmt '1 message untranslated' outputgitgui-0.9.2Shawn O. Pearce2008-01-221-1/+1
| * git-gui: Make the statistics of po2msg match those of msgfmtShawn O. Pearce2008-01-221-3/+22
| * git-gui: Fallback to Tcl based po2msg.sh if msgfmt isn't availableShawn O. Pearce2008-01-221-0/+3
| * git-gui: Work around random missing scrollbar in revision listShawn O. Pearce2008-01-221-1/+2
* | git-commit: exit non-zero if we fail to commit the indexBrandon Casey2008-01-231-4/+11
* | git-clone -s: document problems with git gc --pruneMiklos Vajna2008-01-231-0/+8
* | git-svn: default to repacking every 1000 commitsEric Wong2008-01-221-6/+4
* | Clarify that http-push being temporarily disabled with older cURLJunio C Hamano2008-01-223-2/+23
* | pack-objects: Fix segfault when object count is less than thread countNicolas Pitre2008-01-211-1/+2
* | Make t5710 more strict when creating nested reposAlex Riesen2008-01-211-4/+8
* | send-email, fix breakage in combination with --composeGustaf Hendeby2008-01-211-1/+1
* | Document the hairy gfi_unpack_entry part of fast-importShawn O. Pearce2008-01-211-0/+33
* | Teach fast-import to honor pack.compression and pack.depthShawn O. Pearce2008-01-211-3/+29
* | submodule: Document the details of the command line syntaxSteffen Prohaska2008-01-211-2/+3
* | git-submodule: add test for the subcommand parser fixJunio C Hamano2008-01-201-28/+28
* | git-submodule: fix subcommand parserJunio C Hamano2008-01-201-41/+116