summaryrefslogtreecommitdiff
Commit message (Expand)AuthorAgeFilesLines
* builtin-init-db: use warning() instead of fprintf(stderr, "warning: ")Miklos Vajna2009-03-231-4/+3
* builtin-fetch-pack: use warning() instead of fprintf(stderr, "warning: ")Miklos Vajna2009-03-231-1/+1
* builtin-checkout: use warning() instead of fprintf(stderr, "warning: ")Miklos Vajna2009-03-231-2/+2
* builtin-apply: use warning() instead of fprintf(stderr, "warning: ")Miklos Vajna2009-03-231-8/+7
* http-push: using error() and warning() as appropriateMiklos Vajna2009-03-231-3/+3
* Makefile: turn on USE_ST_TIMESPEC for FreeBSDJeff King2009-03-221-0/+1
* bash completion: add options for 'git fsck'Arto Jonsson2009-03-221-0/+16
* Add --staged to bash completion for git diffKevin McConnell2009-03-221-1/+1
* Improve error message about fetch into current branchAlex Riesen2009-03-221-1/+2
* Merge branch 'maint'Junio C Hamano2009-03-221-1/+1
|\
| * Merge branch 'maint-1.6.1' into maintJunio C Hamano2009-03-221-1/+1
| |\
| | * Merge branch 'maint-1.6.0' into maint-1.6.1Junio C Hamano2009-03-221-1/+1
| | |\
| | | * everyday: use the dashless form of git-initDavid Aguilar2009-03-221-1/+1
* | | | Merge branch 'dm/maint-docco'Junio C Hamano2009-03-216-150/+154
|\ \ \ \
| * | | | Documentation: reword example text in git-bisect.txt.David J. Mellor2009-03-201-20/+24
| * | | | Documentation: reworded the "Description" section of git-bisect.txt.David J. Mellor2009-03-191-8/+9
| * | | | Documentation: minor grammatical fixes in git-branch.txt.David J. Mellor2009-03-171-25/+25
| * | | | Documentation: minor grammatical fixes in git-blame.txt.David J. Mellor2009-03-173-38/+37
| * | | | Documentation: reword the "Description" section of git-bisect.txt.David J. Mellor2009-03-171-77/+77
| * | | | Documentation: minor grammatical fixes in git-archive.txt.David J. Mellor2009-03-171-4/+4
* | | | | Merge branch 'mg/test-installed'Junio C Hamano2009-03-211-3/+11
|\ \ \ \ \
| * | | | | test-lib.sh: Allow running the test suite against installed gitMichael J Gruber2009-03-161-2/+10
| * | | | | test-lib.sh: Test for presence of git-init in the right path.Michael J Gruber2009-03-161-1/+1
* | | | | | Sync with maintJunio C Hamano2009-03-214-22/+35
|\ \ \ \ \ \ | | |_|/ / / | |/| | | |
| * | | | | Update draft release notes to 1.6.2.2Junio C Hamano2009-03-212-1/+36
| * | | | | ls-files: require worktree when --deleted is givenJeff King2009-03-211-0/+1
| * | | | | pickaxe: count regex matches only onceRené Scharfe2009-03-211-2/+4
| * | | | | Merge branch 'maint-1.6.1' into maintJunio C Hamano2009-03-210-0/+0
| |\ \ \ \ \ | | | |_|/ / | | |/| | |
| | * | | | Merge branch 'js/maint-1.6.0-path-normalize' into maint-1.6.1Junio C Hamano2009-03-216-152/+115
| | |\ \ \ \
| | * \ \ \ \ Merge branch 'jc/maint-1.6.0-pack-directory' into maint-1.6.1Junio C Hamano2009-03-217-27/+73
| | |\ \ \ \ \
| * | \ \ \ \ \ Merge branch 'tr/maint-1.6.0-send-email-irt' into maintJunio C Hamano2009-03-212-1/+12
| |\ \ \ \ \ \ \
| * \ \ \ \ \ \ \ Merge branch 'mg/maint-submodule-normalize-path' into maintJunio C Hamano2009-03-212-3/+61
| |\ \ \ \ \ \ \ \
| * \ \ \ \ \ \ \ \ Merge branch 'rs/memmem' into maintJunio C Hamano2009-03-212-11/+12
| |\ \ \ \ \ \ \ \ \
| * \ \ \ \ \ \ \ \ \ Merge branch 'js/rsync-local' into maintJunio C Hamano2009-03-212-27/+35
| |\ \ \ \ \ \ \ \ \ \
| * \ \ \ \ \ \ \ \ \ \ Merge branch 'db/maint-missing-origin' into maintJunio C Hamano2009-03-213-8/+20
| |\ \ \ \ \ \ \ \ \ \ \
| * \ \ \ \ \ \ \ \ \ \ \ Merge branch 'jc/maint-1.6.0-read-tree-overlay' into maintJunio C Hamano2009-03-212-3/+34
| |\ \ \ \ \ \ \ \ \ \ \ \
| * | | | | | | | | | | | | format-patch: --numbered-files and --stdout aren't mutually exclusiveStephen Boyd2009-03-212-3/+0
* | | | | | | | | | | | | | http tests: Darwin is not that specialJunio C Hamano2009-03-201-6/+1
* | | | | | | | | | | | | | Merge branch 'maint'Junio C Hamano2009-03-201-1/+4
|\ \ \ \ \ \ \ \ \ \ \ \ \ \ | |/ / / / / / / / / / / / /
| * | | | | | | | | | | | | doc: clarify how -S worksJeff King2009-03-191-1/+4
| | |_|_|_|_|_|_|_|_|_|/ / | |/| | | | | | | | | | |
* | | | | | | | | | | | | Merge branch 'mv/parseopt-ls-files'Junio C Hamano2009-03-2010-163/+163
|\ \ \ \ \ \ \ \ \ \ \ \ \
| * | | | | | | | | | | | | ls-files: fix broken --no-empty-directoryJeff King2009-03-072-3/+15
| * | | | | | | | | | | | | t3000: use test_cmp instead of diffJeff King2009-03-071-2/+2
| * | | | | | | | | | | | | parse-opt: migrate builtin-ls-files.Miklos Vajna2009-02-181-135/+120
| * | | | | | | | | | | | | Turn the flags in struct dir_struct into a single variableJohannes Schindelin2009-02-189-29/+33
* | | | | | | | | | | | | | Merge branch 'bw/autoconf'Junio C Hamano2009-03-201-118/+268
|\ \ \ \ \ \ \ \ \ \ \ \ \ \
| * | | | | | | | | | | | | | configure: rework pthread handling to allow for user defined flagsBen Walton2009-03-121-15/+74
| * | | | | | | | | | | | | | configure: make iconv tests aware of user argumentsBen Walton2009-03-121-14/+34
| * | | | | | | | | | | | | | configure: asciidoc version test cleanupBen Walton2009-03-121-1/+1
| * | | | | | | | | | | | | | configure: wrap some library tests with GIT_STASH_FLAGSBen Walton2009-03-121-1/+35