summaryrefslogtreecommitdiff
Commit message (Expand)AuthorAgeFilesLines
* Git 1.7.3.5v1.7.3.5Junio C Hamano2011-01-052-1/+3
* gitweb: skip logo in atom feed when there is noneJonathan Nieder2011-01-041-1/+1
* t9001: Fix test prerequisitesRobin H. Johnson2010-12-291-2/+2
* Prepare for 1.7.3.5Junio C Hamano2010-12-282-1/+33
* Merge branch 'jk/commit-die-on-bogus-ident' into maintJunio C Hamano2010-12-283-24/+40
|\
| * commit: die before asking to edit the log messageJunio C Hamano2010-12-201-22/+32
| * ident: die on bogus date formatJeff King2010-12-202-2/+8
* | Merge branch 'ks/blame-worktree-textconv-cached' into maintJunio C Hamano2010-12-282-2/+23
|\ \
| * | fill_textconv(): Don't get/put cache if sha1 is not validKirill Smelkov2010-12-192-4/+3
| * | t/t8006: Demonstrate blame is broken when cachetextconv is onKirill Smelkov2010-12-191-0/+22
| |/
* | Merge branch 'jc/maint-rebase-rewrite-last-skip' into maintJunio C Hamano2010-12-282-8/+17
|\ \
| * | rebase --skip: correctly wrap-up when skipping the last patchJunio C Hamano2010-12-222-8/+17
* | | Merge branch 'jc/maint-am-abort-safely' into maintJunio C Hamano2010-12-282-2/+34
|\ \ \
| * | | am --abort: keep unrelated commits since the last failure and warnJunio C Hamano2010-12-212-2/+34
| | |/ | |/|
* | | Merge branch 'kb/maint-status-cquote' into maintJunio C Hamano2010-12-281-0/+10
|\ \ \
| * | | status: Quote paths with spaces in short formatKevin Ballard2010-11-091-0/+10
* | | | Fix false positives in t3404 due to SHELL=/bin/falseRobin H. Johnson2010-12-281-1/+2
* | | | Merge branch 'rs/maint-diff-fd-leak' into maintJunio C Hamano2010-12-261-1/+3
|\ \ \ \
| * | | | close file on error in read_mmfile()René Scharfe2010-12-261-1/+3
* | | | | test-lib.sh/test_decode_color(): use octal not hex in awk scriptBrandon Casey2010-12-221-1/+1
| |_|_|/ |/| | |
* | | | t0050: fix printf format strings for portabilityJonathan Nieder2010-12-211-2/+2
* | | | t3419-*.sh: Fix arithmetic expansion syntax errorRamsay Jones2010-12-211-2/+2
| |_|/ |/| |
* | | gitweb: Include links to feeds in HTML header only for '200 OK' responseJakub Narebski2010-12-181-42/+47
* | | fsck docs: remove outdated and useless diagnosticMark Lodato2010-12-181-3/+0
* | | userdiff: fix typo in ruby and python word regexesThomas Rast2010-12-181-2/+2
* | | trace.c: mark file-local function staticVasyl' Vavrychuk2010-12-171-1/+1
* | | Fix typo in git-gc document.Jiang Xin2010-12-172-2/+2
* | | difftool: provide basename to external toolsMichael J Gruber2010-12-162-0/+2
* | | git-difftool.txt: correct the description of $BASE and describe $MERGEDMichael J Gruber2010-12-161-2/+3
* | | Git 1.7.3.4v1.7.3.4Junio C Hamano2010-12-159-18/+113
|\ \ \
| * \ \ Git 1.7.2.5v1.7.2.5Junio C Hamano2010-12-159-19/+111
| |\ \ \
| | * \ \ Git 1.7.1.4v1.7.1.4Junio C Hamano2010-12-158-19/+104
| | |\ \ \
| | | * \ \ Git 1.7.0.9v1.7.0.9Junio C Hamano2010-12-157-19/+96
| | | |\ \ \ | | | | |/ /
| | | | * | Git 1.6.6.3v1.6.6.3Junio C Hamano2010-12-156-19/+88
| | | | |\ \
| | | | | * \ Git 1.6.5.9v1.6.5.9Junio C Hamano2010-12-155-18/+64
| | | | | |\ \
| | | | | | * | 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
* | | | | | | | Prepare for 1.7.3.4Junio C Hamano2010-12-141-0/+10
* | | | | | | | use persistent memory for rejected pathsClemens Buchacher2010-12-144-42/+38
* | | | | | | | do not overwrite files in leading pathClemens Buchacher2010-12-144-10/+31
* | | | | | | | lstat_cache: optionally return match_lenClemens Buchacher2010-12-141-16/+27
* | | | | | | | add function check_ok_to_remove()Clemens Buchacher2010-12-141-49/+58
* | | | | | | | t7607: add leading-path testsClemens Buchacher2010-12-141-0/+51
* | | | | | | | t7607: use test-lib functions and check MERGE_HEADClemens Buchacher2010-12-141-23/+15
* | | | | | | | Merge branch 'jc/maint-no-openssl-build-fix' into maintJunio C Hamano2010-12-141-0/+4
|\ \ \ \ \ \ \ \
| * | | | | | | | Do not link with -lcrypto under NO_OPENSSLJunio C Hamano2010-12-081-0/+4
* | | | | | | | | Merge branch 'ja/maint-pull-rebase-doc' into maintJunio C Hamano2010-12-141-2/+3
|\ \ \ \ \ \ \ \ \
| * | | | | | | | | git-pull.txt: Mention branch.autosetuprebaseJari Aalto2010-12-031-2/+3
* | | | | | | | | | Merge branch 'tc/http-urls-ends-with-slash' into maintJunio C Hamano2010-12-149-40/+55
|\ \ \ \ \ \ \ \ \ \
| * | | | | | | | | | http-fetch: rework url handlingTay Ray Chuan2010-11-261-11/+5