summaryrefslogtreecommitdiff
Commit message (Expand)AuthorAgeFilesLines
* rebase -i --root: fix check for number of argumentsJohannes Schindelin2009-01-251-1/+2
* gittutorial: remove misleading noteMiklos Vajna2009-01-251-3/+1
* Merge branch 'kb/lstat-cache'Junio C Hamano2009-01-254-67/+238
|\
| * lstat_cache(): introduce clear_lstat_cache() functionKjetil Barvik2009-01-182-0/+9
| * lstat_cache(): introduce invalidate_lstat_cache() functionKjetil Barvik2009-01-182-8/+37
| * lstat_cache(): introduce has_dirs_only_path() functionKjetil Barvik2009-01-183-39/+60
| * lstat_cache(): introduce has_symlink_or_noent_leading_path() functionKjetil Barvik2009-01-183-36/+63
| * lstat_cache(): more cache effective symlink/directory detectionKjetil Barvik2009-01-181-40/+125
* | Merge branch 'js/diff-color-words'Junio C Hamano2009-01-2510-87/+492
|\ \
| * | Change the spelling of "wordregex".Boyd Stephen Smith Jr2009-01-214-9/+9
| * | color-words: Support diff.wordregex config optionBoyd Stephen Smith Jr2009-01-214-5/+58
| * | color-words: make regex configurable via attributesThomas Rast2009-01-176-15/+135
| * | color-words: expand docs with precise semanticsThomas Rast2009-01-171-5/+10
| * | color-words: enable REG_NEWLINE to help userThomas Rast2009-01-171-1/+2
| * | color-words: take an optional regular expression describing wordsJohannes Schindelin2009-01-174-10/+118
| * | color-words: change algorithm to allow for 0-character word boundariesJohannes Schindelin2009-01-172-66/+157
| * | color-words: refactor word splitting and use ALLOC_GROW()Johannes Schindelin2009-01-171-21/+19
| * | Add color_fwrite_lines(), a function coloring each line individuallyJohannes Schindelin2009-01-172-0/+29
* | | Merge branch 'cb/add-pathspec'Junio C Hamano2009-01-255-51/+17
|\ \ \
| * | | remove pathspec_match, use match_pathspec insteadClemens Buchacher2009-01-145-51/+17
| * | | clean up pathspec matchingClemens Buchacher2009-01-141-1/+1
* | | | Merge branch 'js/maint-all-implies-HEAD'Junio C Hamano2009-01-256-2/+63
|\ \ \ \
| * | | | bundle: allow the same ref to be given more than onceJunio C Hamano2009-01-174-1/+23
| * | | | revision walker: include a detached HEAD in --allJohannes Schindelin2009-01-173-2/+41
* | | | | Merge branch 'sr/clone-empty'Junio C Hamano2009-01-252-4/+29
|\ \ \ \ \
| * | | | | Allow cloning an empty repositorySverre Rabbelier2009-01-232-4/+29
* | | | | | diff-options.txt: Fix asciidoc markup issueTeemu Likonen2009-01-251-1/+1
* | | | | | Sync with 1.6.1.1Junio C Hamano2009-01-253-9/+20
|\ \ \ \ \ \
| * | | | | | GIT 1.6.1.1v1.6.1.1Junio C Hamano2009-01-252-8/+18
* | | | | | | Ignore test-ctypeBenjamin Kramer2009-01-251-0/+1
* | | | | | | http-push.c: style fixesJunio C Hamano2009-01-251-4/+5
* | | | | | | Merge branch 'js/patience-diff'Junio C Hamano2009-01-2310-2/+564
|\ \ \ \ \ \ \
| * | | | | | | bash completions: Add the --patience optionJohannes Schindelin2009-01-071-0/+2
| * | | | | | | Introduce the diff option '--patience'Johannes Schindelin2009-01-074-1/+174
| * | | | | | | Implement the patience diff algorithmJohannes Schindelin2009-01-075-1/+389
* | | | | | | | Merge branch 'maint'Junio C Hamano2009-01-231-1/+1
|\ \ \ \ \ \ \ \ | | |/ / / / / / | |/| | | | | |
| * | | | | | | Merge branch 'cb/maint-unpack-trees-absense' into maintJunio C Hamano2009-01-232-18/+67
| |\ \ \ \ \ \ \
| * \ \ \ \ \ \ \ Merge branch 'tr/maint-no-index-fixes' into maintJunio C Hamano2009-01-233-10/+20
| |\ \ \ \ \ \ \ \
| * \ \ \ \ \ \ \ \ Merge branch 'rs/maint-shortlog-foldline' into maintJunio C Hamano2009-01-232-5/+8
| |\ \ \ \ \ \ \ \ \
| * \ \ \ \ \ \ \ \ \ Merge branch 'pj/maint-ldflags' into maintJunio C Hamano2009-01-231-2/+2
| |\ \ \ \ \ \ \ \ \ \
| * \ \ \ \ \ \ \ \ \ \ Merge branch 'pb/maint-git-pm-false-dir' into maintJunio C Hamano2009-01-231-3/+4
| |\ \ \ \ \ \ \ \ \ \ \
| * \ \ \ \ \ \ \ \ \ \ \ Merge branch 'js/maint-bisect-gitk' into maintJunio C Hamano2009-01-231-1/+1
| |\ \ \ \ \ \ \ \ \ \ \ \
| * \ \ \ \ \ \ \ \ \ \ \ \ Merge branch 'js/add-not-submodule' into maintJunio C Hamano2009-01-232-0/+53
| |\ \ \ \ \ \ \ \ \ \ \ \ \
| * \ \ \ \ \ \ \ \ \ \ \ \ \ Merge branch 'jc/maint-format-patch' into maintJunio C Hamano2009-01-231-0/+7
| |\ \ \ \ \ \ \ \ \ \ \ \ \ \
| * \ \ \ \ \ \ \ \ \ \ \ \ \ \ Merge branch 'am/maint-push-doc' into maintJunio C Hamano2009-01-231-7/+8
| |\ \ \ \ \ \ \ \ \ \ \ \ \ \ \
| * \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ Merge branch 'maint-1.6.0' into maintJunio C Hamano2009-01-231-1/+1
| |\ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \
| | * | | | | | | | | | | | | | | | Fix Documentation for git-describeBoyd Stephen Smith Jr2009-01-231-1/+1
* | | | | | | | | | | | | | | | | | http-push: refactor lock-related headers creation for curl requestsRay Chuan2009-01-231-29/+39
* | | | | | | | | | | | | | | | | | git-am: implement --reject option passed to git-applymartin f. krafft2009-01-234-1/+36
* | | | | | | | | | | | | | | | | | t/t4202-log.sh: Add testcasesArjen Laarhoven2009-01-231-9/+50
| |_|_|_|_|_|_|_|_|_|_|_|/ / / / / |/| | | | | | | | | | | | | | | |