summaryrefslogtreecommitdiff
Commit message (Expand)AuthorAgeFilesLines
* test: do not LoadModule log_config_module unconditionallyJohannes Schindelin2009-03-111-1/+3
* git-instaweb: fix lighttpd configuration on cygwinRamsay Jones2009-03-101-3/+66
* Include log_config module in apache.confDaniel Barkalow2009-03-101-0/+1
* Typo and language fixes for git-checkout.txtMichael J Gruber2009-03-101-17/+16
* connect.c: remove a few globals by using git_config callback dataErik Faye-Lund2009-03-101-6/+3
* Merge git://git.bogomips.org/git-svnJunio C Hamano2009-03-091-1/+4
|\
| * git-svn: support intermediate paths when matching tags/branchesMichael Lai2009-03-091-1/+4
* | parseopt: prevent KEEP_UNKNOWN and STOP_AT_NON_OPTION from being used togetherRené Scharfe2009-03-092-1/+5
* | parseopt: document KEEP_ARGV0, KEEP_UNKNOWN, NO_INTERNAL_HELPRené Scharfe2009-03-091-0/+27
|/
* archive: use parseopt for local-only optionsRené Scharfe2009-03-082-81/+40
* parseopt: make usage optionalRené Scharfe2009-03-081-0/+3
* parseopt: add PARSE_OPT_NO_INTERNAL_HELPRené Scharfe2009-03-082-4/+7
* parseopt: add PARSE_OPT_KEEP_UNKNOWNRené Scharfe2009-03-082-3/+10
* Merge branch 'maint'Junio C Hamano2009-03-077-9/+48
|\
| * Merge branch 'maint-1.6.1' into maintJunio C Hamano2009-03-072-0/+34
| |\
| | * builtin-revert.c: release index lock when cherry-picking an empty commitChris Johnsen2009-03-072-0/+34
| * | document config --bool-or-intJeff King2009-03-071-0/+4
| * | t1300: use test_must_fail as appropriateJeff King2009-03-071-5/+5
| * | cleanup: add isascii()René Scharfe2009-03-072-2/+3
| * | Documentation: fix badly indented paragraphs in "--bisect-all" descriptionChristian Couder2009-03-071-2/+2
* | | http.c: use strbuf API in quote_ref_urlTay Ray Chuan2009-03-071-20/+10
* | | Move local variables to narrower scopesBenjamin Kramer2009-03-074-12/+8
* | | Remove unused function scope local variablesBenjamin Kramer2009-03-078-27/+9
* | | MinGW: fix diff --no-index /dev/null ...Johannes Schindelin2009-03-072-1/+5
* | | git-p4: remove tabs from usermap filePete Wyckoff2009-03-071-1/+1
* | | Add an (optional, since expensive) test for >2gb clonesJohannes Schindelin2009-03-071-0/+45
* | | bash completion: teach fetch, pull, and push to complete their optionsJay Soffian2009-03-071-5/+56
* | | bash completion: refactor --strategy completionJay Soffian2009-03-071-18/+20
* | | bash completion: fix completion issues with fetch, pull, and pushJay Soffian2009-03-071-49/+60
* | | Brown paper bag fix for MinGW 64-bit statJohannes Schindelin2009-03-071-1/+1
* | | Update draft release notes to 1.6.3Junio C Hamano2009-03-061-0/+60
* | | Merge branch 'en/maint-hash-object'Junio C Hamano2009-03-051-2/+2
|\ \ \
| * | | Ensure proper setup of git_dir for git-hash-objectElijah Newren2009-02-281-2/+2
* | | | Merge branch 'jc/blame'Junio C Hamano2009-03-051-64/+43
|\ \ \ \
| * | | | blame: show "previous" information in --porcelain/--incremental formatJunio C Hamano2008-10-121-30/+12
| * | | | git-blame: refactor code to emit "porcelain format" outputJunio C Hamano2008-10-121-34/+31
* | | | | Merge branch 'ns/pretty-format'Junio C Hamano2009-03-056-9/+85
|\ \ \ \ \
| * | | | | bash completion: add --format= and --oneline options for "git log"Teemu Likonen2009-02-271-2/+12
| * | | | | Add tests for git log --pretty, --format and --oneline.Felipe Contreras2009-02-251-0/+40
| * | | | | Add --oneline that is a synonym to "--pretty=oneline --abbrev-commit"Nanako Shiraishi2009-02-242-0/+8
| * | | | | Give short-hands to --pretty=tformat:%formatstringNanako Shiraishi2009-02-242-6/+23
| * | | | | Add --format that is a synonym to --prettyNanako Shiraishi2009-02-242-1/+2
* | | | | | Merge branch 'jk/sane-relative-time'Junio C Hamano2009-03-051-1/+19
|\ \ \ \ \ \
| * | | | | | never fallback relative times to absoluteJeff King2009-02-251-1/+19
| |/ / / / /
* | | | | | Merge branch 'fc/config-editor'Junio C Hamano2009-03-052-4/+18
|\ \ \ \ \ \
| * | | | | | git config: trivial cleanup for editor actionJohannes Schindelin2009-02-211-6/+3
| * | | | | | git config: codestyle cleanupsFelipe Contreras2009-02-211-3/+3
| * | | | | | config: Add new option to open an editor.Felipe Contreras2009-02-082-1/+18
* | | | | | | Merge branch 'js/send-email'Junio C Hamano2009-03-053-151/+479
|\ \ \ \ \ \ \
| * | | | | | | send-email: add --confirm option and configuration settingJay Soffian2009-03-023-39/+174