summaryrefslogtreecommitdiffstats
path: root/run-command.c (unfollow)
Commit message (Expand)AuthorFilesLines
2012-08-05tests: Introduce test_seqMichał Kiedrowicz3-2/+23
2012-07-30Git 1.7.11.4v1.7.11.4Junio C Hamano4-3/+35
2012-07-24commit: document the temporary commit message fileJeff King1-0/+9
2012-07-23advice: pass varargs to strbuf_vaddf, not strbuf_addfJeff King1-1/+1
2012-07-22Git 1.7.11.3v1.7.11.3Junio C Hamano4-3/+57
2012-07-19diff: test precedence of external diff driversJeff King1-0/+40
2012-07-18diff: correctly disable external_diff with --no-ext-diffJunio C Hamano2-3/+24
2012-07-17Revert "git-commit-tree(1): update synopsis"Junio C Hamano1-1/+1
2012-07-17commit-tree: resurrect command line parsing updatesJunio C Hamano2-3/+17
2012-07-14am: indicate where a failed patch is to be foundPaul Gortmaker2-0/+8
2012-07-12t7003: add test to filter a branch with a commit at epochJunio C Hamano2-3/+13
2012-07-12date.c: Fix off by one error in object-header date parsingJunio C Hamano1-1/+1
2012-07-12submodules: don't stumble over symbolic links when cloning recursivelyJens Lehmann2-2/+17
2012-07-11Git 1.7.11.2v1.7.11.2Junio C Hamano4-3/+57
2012-07-11cache_name_compare(): do not truncate while comparing pathsJunio C Hamano2-4/+48
2012-07-10commit: fix "--amend --only" with no pathspecJeff King2-1/+14
2012-07-10add: create ADD_EDIT.patch with mode 0666Jeff King1-1/+1
2012-07-10filter-branch: do not forget the '@' prefix to force git-timestampJunio C Hamano1-1/+1
2012-07-10rerere: make rr-cache fanout directory honor umaskJunio C Hamano1-1/+1
2012-07-09Restore umasks influence on the permissions of work tree created by cloneAlex Riesen1-1/+1
2012-07-09Allow edit of empty message with commit --amendChris Webb2-1/+16
2012-07-03push: don't guess at qualifying remote refs on deletionJeff King1-0/+3
2012-07-02blame: compute abbreviation width that ensures uniquenessJunio C Hamano1-4/+21
2012-07-02Update Swedish translation (1066t0f0u)Peter Krefting1-562/+2270
2012-06-29diff-index.c: "git diff" has no need to read blob from the standard inputJunio C Hamano4-31/+55
2012-06-29diff-index.c: unify handling of command line pathsJunio C Hamano1-16/+11
2012-06-29diff-index.c: do not pretend paths are pathspecsJunio C Hamano1-7/+5
2012-06-28fast-export: quote paths with spacesJay Soffian2-1/+3
2012-06-27add test case for rebase of empty commitMartin von Zweigbergk1-0/+8
2012-06-26index-pack: Disable threading on cygwinJunio C Hamano2-2/+10
2012-06-26git-checkout: disallow --detach on unborn branchChris Webb2-0/+8
2012-06-25git-submodule.sh: fix filename in comment.Michał Górny1-1/+1
2012-06-25git-add--interactive.perl: Remove two unused variablesThomas Badie1-2/+0
2012-06-25t/README: add a bit more Don'tsJunio C Hamano1-3/+22
2012-06-25tests: enclose $PERL_PATH in double quotesJunio C Hamano24-41/+41
2012-06-25t/test-lib.sh: export PERL_PATH for use in scriptsJunio C Hamano1-0/+2
2012-06-22Documentation: Fix misspellingsLeila Muhtasib5-6/+6
2012-06-22clone: fix ref selection in --single-branch --branch=xxxNguyễn Thái Ngọc Duy2-3/+11
2012-06-22diff-no-index: exit(1) if 'diff --quiet <repo file> <external file>' finds ch...Tim Henigan2-2/+73
2012-06-22diff: handle relative paths in no-indexJeff King4-22/+39
2012-06-21Git 1.7.11.1v1.7.11.1Junio C Hamano4-3/+13
2012-06-21docs: always define git-relative-html-prefix attributeJeff King1-0/+2
2012-06-19show: fix "range implies walking"Junio C Hamano2-2/+5
2012-06-19Demonstrate git-show is broken with rangesThomas Rast1-0/+91
2012-06-19git-commit-tree(1): update synopsisJunio C Hamano1-1/+1
2012-06-19Documentation: spelling fixesMiklos Vajna6-6/+6
2012-06-19verify_filename(): ask the caller to chose the kind of diagnosisMatthieu Moy7-10/+33
2012-06-19sha1_name: do not trigger detailed diagnosis for file argumentsMatthieu Moy2-1/+12
2012-06-17Git 1.7.11v1.7.11Junio C Hamano3-10/+6
2012-06-17Git 1.7.10.5v1.7.10.5Junio C Hamano4-3/+16