summaryrefslogtreecommitdiffstats
path: root/git-am.sh (unfollow)
Commit message (Expand)AuthorFilesLines
2009-03-24builtin-show-branch: use warning() instead of fprintf(stderr, "warning: ")Miklos Vajna1-2/+1
2009-03-24builtin-rm: use warning() instead of fprintf(stderr, "warning: ")Miklos Vajna1-2/+1
2009-03-24builtin-init-db: use warning() instead of fprintf(stderr, "warning: ")Miklos Vajna1-4/+3
2009-03-24builtin-fetch-pack: use warning() instead of fprintf(stderr, "warning: ")Miklos Vajna1-1/+1
2009-03-24builtin-checkout: use warning() instead of fprintf(stderr, "warning: ")Miklos Vajna1-2/+2
2009-03-24builtin-apply: use warning() instead of fprintf(stderr, "warning: ")Miklos Vajna1-8/+7
2009-03-24http-push: using error() and warning() as appropriateMiklos Vajna1-3/+3
2009-03-23Makefile: turn on USE_ST_TIMESPEC for FreeBSDJeff King1-0/+1
2009-03-23bash completion: add options for 'git fsck'Arto Jonsson1-0/+16
2009-03-23Add --staged to bash completion for git diffKevin McConnell1-1/+1
2009-03-23Improve error message about fetch into current branchAlex Riesen1-1/+2
2009-03-22everyday: use the dashless form of git-initDavid Aguilar1-1/+1
2009-03-22Update draft release notes to 1.6.2.2Junio C Hamano2-1/+36
2009-03-22ls-files: require worktree when --deleted is givenJeff King1-0/+1
2009-03-22pickaxe: count regex matches only onceRené Scharfe1-2/+4
2009-03-22format-patch: --numbered-files and --stdout aren't mutually exclusiveStephen Boyd2-3/+0
2009-03-20http tests: Darwin is not that specialJunio C Hamano1-6/+1
2009-03-20Microoptimize strbuf_cmpAlex Riesen1-8/+5
2009-03-20Produce a nicer output in case of sha1_object_info failures in ls-tree -lAlex Riesen1-10/+12
2009-03-20Documentation: reword example text in git-bisect.txt.David J. Mellor1-20/+24
2009-03-20import-tars: separate author from committerGiuseppe Bilotta1-5/+11
2009-03-19t5602: Work around path mangling on MSYSJohannes Sixt1-2/+2
2009-03-19t5300, t5302, t5303: Do not use /dev/zeroJohannes Sixt3-15/+16
2009-03-19t2200, t7004: Avoid glob pattern that also matches filesJohannes Sixt2-3/+4
2009-03-19t7300: fix clean up on WindowsJohannes Schindelin1-3/+3
2009-03-19test-lib: Introduce test_chmod and use it instead of update-index --chmodJohannes Sixt7-43/+24
2009-03-19test-lib: Simplify test counting.Johannes Sixt3-11/+5
2009-03-19test-lib: Replace uses of $(expr ...) by POSIX shell features.Johannes Sixt1-12/+11
2009-03-19Call 'say' outside test_expect_successJohannes Sixt3-19/+22
2009-03-19test suite: Use 'say' to say something instead of 'test_expect_success'Johannes Sixt10-15/+15
2009-03-19doc: clarify how -S worksJeff King1-1/+4
2009-03-19Documentation: reworded the "Description" section of git-bisect.txt.David J. Mellor1-8/+9
2009-03-19rebase: add options passed to git-amMichele Ballabio2-0/+9
2009-03-19document --force-rebaseMichele Ballabio1-0/+7
2009-03-19MinGW: implement mmapJanos Laube4-4/+73
2009-03-19gc --aggressive: make it really aggressiveJohannes Schindelin1-1/+2
2009-03-19git log: avoid segfault with --all-matchMichele Ballabio1-1/+2
2009-03-19apply: hide unused options from short helpMichele Ballabio1-4/+4
2009-03-19apply: consistent spelling of "don't"Michele Ballabio1-1/+1
2009-03-19format-patch: Respect --quiet optionNate Case1-4/+6
2009-03-18t9400, t9401: Do not force hard-linked cloneJohannes Sixt2-3/+3
2009-03-18Update draft release notes to 1.6.3Junio C Hamano1-3/+32
2009-03-18grep: prefer builtin over external one when coloring resultsNguyễn Thái Ngọc Duy1-0/+2
2009-03-18config.txt: Describe special 'none' handling in core.gitProxy.Emil Sit1-0/+5
2009-03-17ls-files: require worktree when --deleted is givenJeff King1-0/+1
2009-03-17git-branch.txt: document -f correctlyMichael J Gruber1-2/+2
2009-03-17pickaxe: count regex matches only onceRené Scharfe1-2/+4
2009-03-17git-send-email.txt: describe --compose betterStephen Boyd1-7/+6
2009-03-17Tests: use test_cmp instead of diff where possibleMiklos Vajna7-24/+24
2009-03-17Documentation: remove extra quoting/emphasis around literal textsChris Johnsen7-37/+37