summaryrefslogtreecommitdiff
Commit message (Expand)AuthorAgeFilesLines
* Git 1.6.4.5v1.6.4.5Junio C Hamano2010-12-153-2/+22
* gitweb: Introduce esc_attr to escape attributes of HTML elementsJakub Narebski2010-12-151-15/+22
* Check size of path buffer before writing into itGreg Brockman2010-07-251-0/+2
* rev-parse: fix --parse-opt --keep-dashdash --stop-at-non-optionUwe Kleine-König2010-07-072-2/+20
* Merge branch 'maint-1.6.3' into maint-1.6.4Junio C Hamano2010-01-188-43/+47
|\
| * Merge branch 'maint-1.6.2' into maint-1.6.3Junio C Hamano2010-01-188-43/+47
| |\
| | * Merge branch 'maint-1.6.1' into maint-1.6.2Junio C Hamano2010-01-108-43/+47
| | |\
| | | * Merge branch 'maint-1.6.0' into maint-1.6.1Junio C Hamano2010-01-104-28/+28
| | | |\
| | | | * base85: Make the code more obvious instead of explaining the non-obviousAndreas Gruenbacher2010-01-091-8/+2
| | | | * base85: encode_85() does not use the decode tableAndreas Gruenbacher2010-01-091-2/+0
| | | | * base85 debug code: Fix length byte calculationAndreas Gruenbacher2010-01-091-1/+1
| | | | * checkout -m: do not try to fall back to --merge from an unborn branchJunio C Hamano2010-01-061-2/+8
| | | | * branch: die explicitly why when calling "git branch [-a|-r] branchname".Matthieu Moy2009-12-312-15/+17
| | | * | textconv: stop leaking file descriptorsJeff King2009-12-301-0/+2
| | | * | Merge branch 'maint-1.6.0' into maint-1.6.1Junio C Hamano2009-12-292-9/+11
| | | |\ \ | | | | |/
| | | | * commit: --cleanup is a message optionGreg Price2009-12-291-2/+4
| | | | * t7102: make the test fail if one of its check failsNguyễn Thái Ngọc Duy2009-12-291-7/+7
| | | * | git count-objects: handle packs bigger than 4GAndreas Schwab2009-12-291-6/+6
* | | | | Merge commit 'v1.6.4.4-8-g8de6518' into maint-1.6.4Junio C Hamano2010-01-181-1/+5
|\ \ \ \ \
| * | | | | Fix mis-backport of t7002Junio C Hamano2010-01-181-1/+5
* | | | | | rebase -i: more graceful handling of invalid commandsJan Krüger2009-10-271-1/+6
* | | | | | help -i: properly error out if no info viewer can be foundGerrit Pape2009-10-271-0/+1
* | | | | | Merge branch 'jk/maint-1.6.3-ls-files-no-ignore-cached' into maint-1.6.4Junio C Hamano2009-10-252-8/+32
|\ \ \ \ \ \
| * | | | | | ls-files: excludes should not impact tracked filesJeff King2009-10-122-8/+32
* | | | | | | Merge branch 'jn/maint-1.6.3-check-ref-format-doc' into maint-1.6.4Junio C Hamano2009-10-251-3/+6
|\ \ \ \ \ \ \ | |_|/ / / / / |/| | | | | |
| * | | | | | Documentation: describe check-ref-format --branchJonathan Nieder2009-10-121-3/+6
| |/ / / / /
* | | | | | grep: do not segfault when -f is usedMatt Kraai2009-10-162-1/+67
* | | | | | git-stash documentation: mention default options for 'list'Miklos Vajna2009-10-121-1/+2
* | | | | | ls-files: die instead of fprintf/exit in -i errorBen Walton2009-10-081-5/+2
* | | | | | fast-import.c::validate_raw_date(): really validate the valueJunio C Hamano2009-10-071-3/+6
* | | | | | Merge branch 'jc/maint-1.6.4-show-branch-default' into maintJunio C Hamano2009-10-042-3/+19
|\ \ \ \ \ \
| * | | | | | show-branch: fix segfault when showbranch.default existsJunio C Hamano2009-10-042-3/+19
* | | | | | | push: Correctly initialize nonfastforward in transport_push.Matthieu Moy2009-09-201-1/+2
* | | | | | | GIT 1.6.4.4v1.6.4.4Junio C Hamano2009-09-164-3/+30
* | | | | | | Merge branch 'jc/maint-unpack-objects-strict' into maintJunio C Hamano2009-09-162-7/+44
|\ \ \ \ \ \ \
| * | | | | | | Fix "unpack-objects --strict"Junio C Hamano2009-08-142-7/+44
* | | | | | | | Merge branch 'tf/diff-whitespace-incomplete-line' into maintJunio C Hamano2009-09-161-33/+53
|\ \ \ \ \ \ \ \
| * | | | | | | | xutils: Fix xdl_recmatch() on incomplete linesJunio C Hamano2009-08-231-31/+49
| * | | | | | | | xutils: Fix hashing an incomplete line with whitespaces at the endJunio C Hamano2009-08-231-2/+4
* | | | | | | | | Merge branch 'jk/maint-1.6.3-checkout-unborn' into maintJunio C Hamano2009-09-162-9/+43
|\ \ \ \ \ \ \ \ \
| * | | | | | | | | checkout: do not imply "-f" on unborn branchesJeff King2009-08-252-9/+43
| | |/ / / / / / / | |/| | | | | | |
* | | | | | | | | Merge branch 'jc/maint-checkout-index-to-prefix' into maintJunio C Hamano2009-09-163-5/+18
|\ \ \ \ \ \ \ \ \
| * | | | | | | | | check_path(): allow symlinked directories to checkout-index --prefixJunio C Hamano2009-08-183-5/+18
* | | | | | | | | | Merge branch 'rc/maint-http-no-head-pack-check' into maintJunio C Hamano2009-09-141-1/+1
|\ \ \ \ \ \ \ \ \ \
| * | | | | | | | | | http.c: avoid freeing an uninitialized pointerJunio C Hamano2009-09-141-1/+1
* | | | | | | | | | | GIT 1.6.4.3v1.6.4.3Junio C Hamano2009-09-134-3/+33
* | | | | | | | | | | svn: properly escape arguments for authors-progMark Lodato2009-09-132-0/+15
* | | | | | | | | | | Merge branch 'cb/maint-1.6.3-grep-relative-up' into maintJunio C Hamano2009-09-133-27/+30
|\ \ \ \ \ \ \ \ \ \ \ | |/ / / / / / / / / / |/| | | | | | | | | |
| * | | | | | | | | | grep: accept relative paths outside current working directoryClemens Buchacher2009-09-073-27/+29
| * | | | | | | | | | grep: fix exit status if external_grep() puntsClemens Buchacher2009-09-071-0/+1