summaryrefslogtreecommitdiff
Commit message (Expand)AuthorAgeFilesLines
...
| * init: handle empty "template" parameterJeff King2008-08-012-0/+28
| * builtin-revert.c: typofixStephan Beyer2008-08-011-1/+1
* | Allow "non-option" revision options in parse_option-enabled commandsPierre Habouzit2008-07-311-1/+1
* | Teach --find-copies-harder to "git blame"Junio C Hamano2008-07-311-0/+4
* | Compact commit template messageJeff King2008-07-312-13/+17
* | Make the DESCRIPTION match <x>... items in the SYNOPSISAbhijit Menon-Sen2008-07-3011-20/+20
* | documentation: user-manual: update "using-bisect" sectionChristian Couder2008-07-301-6/+21
* | Fix test-parse-options "integer" testJunio C Hamano2008-07-302-4/+15
* | Replace uses of "git-var" with "git var"Todd Zullinger2008-07-307-9/+9
* | Fix merge name generation in "merge in C"Junio C Hamano2008-07-301-2/+2
* | Documentation/git-rev-parse.txt: update for new git-describe output formatCesar Eduardo Barros2008-07-301-2/+3
* | Merge git://repo.or.cz/git-guiJunio C Hamano2008-07-304-11/+36
|\ \
| * | git-gui (Windows): Change wrapper to execdir 'libexec/git-core'Steffen Prohaska2008-07-291-4/+7
| * | git-gui (Windows): Switch to relative discovery of oguilibSteffen Prohaska2008-07-291-0/+1
| * | git-gui: Correct installation of library to be $prefix/shareSteffen Prohaska2008-07-291-0/+4
| * | git-gui: Fix gitk search in $PATH to work on WindowsShawn O. Pearce2008-07-291-3/+9
| * | git-gui: Preserve scroll position on reshow_diff.Alexander Gavrilov2008-07-271-4/+14
| * | git-gui: Fix the Remote menu separator.Alexander Gavrilov2008-07-271-0/+1
* | | Teach gitlinks to ie_modified() and ce_modified_check_fs()Junio C Hamano2008-07-301-5/+22
* | | Advertise the ability to abort a commitAnders Melchiorsen2008-07-302-3/+5
* | | Support copy and rename detection in fast-export.Alexander Gavrilov2008-07-293-2/+81
* | | format-patch: Produce better output with --inline or --attachKevin Ballard2008-07-2910-3/+34
* | | Documentation: Remove mentions of git-svnimport.Brian Gernhardt2008-07-291-14/+12
* | | Make it clear that push can take multiple refspecsAbhijit Menon-Sen2008-07-291-8/+9
* | | `git submodule add` now requires a <path>Abhijit Menon-Sen2008-07-291-4/+4
* | | Make use of stat.ctime configurableAlex Riesen2008-07-286-1/+19
* | | merge-base: die with an error message if not passed a commit refChristian Couder2008-07-281-9/+17
* | | t7001: fix "git mv" testJunio C Hamano2008-07-281-0/+2
* | | Documentation: clarify what is shown in "git-ls-files -s" outputJunio C Hamano2008-07-281-1/+1
* | | run-command (Windows): Run dashless "git <cmd>"Steffen Prohaska2008-07-281-7/+4
* | | Refactor, adding prepare_git_cmd(const char **argv)Steffen Prohaska2008-07-282-1/+7
* | | builtin-verify-tag: fix -v option parsingOlivier Marin2008-07-281-4/+5
* | | ls-tree documentation: enhance notes on subdirectory and pathspec behaviourJunio C Hamano2008-07-281-4/+14
* | | Allow installing in the traditional wayJunio C Hamano2008-07-281-1/+4
* | | Allow building without any git installedJunio C Hamano2008-07-281-1/+1
* | | init: handle empty "template" parameterJeff King2008-07-272-0/+28
* | | GIT 1.6.0-rc1v1.6.0-rc1Junio C Hamano2008-07-271-1/+18
* | | git-mv: Keep moved index entries inactPetr Baudis2008-07-274-55/+80
* | | git-mv: Remove dead code branchPetr Baudis2008-07-271-9/+7
* | | fsck: Don't require tmp_obj_ file names are 14 bytes in lengthShawn O. Pearce2008-07-271-4/+2
* | | Avoid chdir() in list_commands_in_dir()Johannes Schindelin2008-07-271-2/+10
* | | builtin-branch: fix -v for --[no-]mergedLars Hjemli2008-07-271-0/+15
* | | builtin-branch: factor out merge_filter matchingLars Hjemli2008-07-271-5/+13
* | | builtin-branch: remove duplicated codeLars Hjemli2008-07-271-7/+2
* | | rev-parse: Add support for the ^! and ^@ syntaxBjörn Steinbrink2008-07-272-0/+34
* | | make sure parsed wildcard refspec ends with slashJunio C Hamano2008-07-272-18/+64
* | | gitweb: More about how gitweb gets 'owner' of repositoryJakub Narebski2008-07-271-1/+2
* | | t6030 (bisect): work around Mac OS X "ls"Jonathan Nieder2008-07-271-1/+1
* | | Documentation/git-submodule.txt: fix doubled wordCesar Eduardo Barros2008-07-271-1/+1
* | | bash completion: Add completion for 'git help'Lee Marlow2008-07-271-7/+39