summaryrefslogtreecommitdiff
Commit message (Expand)AuthorAgeFilesLines
...
| * | | | | | | | | | | | sha1_name: tweak @{-N} lookupThomas Rast2009-01-172-25/+32
| * | | | | | | | | | | | checkout: implement "@{-N}" shortcut name for N-th last branchJunio C Hamano2009-01-173-2/+87
* | | | | | | | | | | | | gitweb: check if-modified-since for feedsGiuseppe Bilotta2009-01-281-1/+19
* | | | | | | | | | | | | gitweb: last-modified time should be commiter, not authorGiuseppe Bilotta2009-01-281-1/+1
* | | | | | | | | | | | | gitweb: rss channel dateGiuseppe Bilotta2009-01-281-0/+4
* | | | | | | | | | | | | gitweb: rss feed managingEditorGiuseppe Bilotta2009-01-281-1/+3
* | | | | | | | | | | | | gitweb: feed generator metadataGiuseppe Bilotta2009-01-281-0/+2
* | | | | | | | | | | | | gitweb: channel image in rss feedGiuseppe Bilotta2009-01-281-0/+10
* | | | | | | | | | | | | Makefile: Make 'configure --with-expat=path' actually workSerge van den Boom2009-01-281-1/+9
* | | | | | | | | | | | | git-am: minor cleanupsJay Soffian2009-01-281-8/+4
* | | | | | | | | | | | | Windows: Fix intermittent failures of t7701Johannes Sixt2009-01-281-7/+7
* | | | | | | | | | | | | Merge branch 'maint'Junio C Hamano2009-01-284-24/+129
|\ \ \ \ \ \ \ \ \ \ \ \ \ | | |/ / / / / / / / / / / | |/| | | | | | | | | | |
| * | | | | | | | | | | | send-pack: do not send unknown object name from ".have" to pack-objectsJunio C Hamano2009-01-272-22/+127
| * | | | | | | | | | | | Merge branch 'maint-1.6.0' into maintJunio C Hamano2009-01-272-2/+2
| |\ \ \ \ \ \ \ \ \ \ \ \ | | | |/ / / / / / / / / / | | |/| | | | | | | | | |
| | * | | | | | | | | | | test-path-utils: Fix off by one, found by valgrindJohannes Schindelin2009-01-271-1/+1
| | * | | | | | | | | | | get_sha1_basic(): fix invalid memory access, found by valgrindJohannes Schindelin2009-01-271-1/+1
* | | | | | | | | | | | | tests: Avoid single-shot environment export for shell function invocationJunio C Hamano2009-01-262-5/+25
* | | | | | | | | | | | | rebase -i: correctly remember --root flag across --continueJunio C Hamano2009-01-262-2/+102
* | | | | | | | | | | | | make: Remove -pthread on Darwin (it is included by cstdlib).Ted Pavlic2009-01-261-0/+1
* | | | | | | | | | | | | Mention "local convention" rule in the CodingGuidelinesNanako Shiraishi2009-01-261-2/+7
* | | | | | | | | | | | | Merge git://git.bogomips.org/git-svnJunio C Hamano2009-01-253-12/+135
|\ \ \ \ \ \ \ \ \ \ \ \ \
| * | | | | | | | | | | | | git-svn: Add test for --ignore-paths parameterVitaly \"_Vi\" Shukela2009-01-251-0/+98
| * | | | | | | | | | | | | git-svn: documented --ignore-pathsVitaly \"_Vi\" Shukela2009-01-251-0/+13
| * | | | | | | | | | | | | git-svn: add --ignore-paths option for fetchingVitaly \"_Vi\" Shukela2009-01-251-11/+22
| * | | | | | | | | | | | | git-svn: fix memory leak when checking for empty symlinksEric Wong2009-01-251-1/+2
* | | | | | | | | | | | | | 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
|\ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \