summaryrefslogtreecommitdiff
path: root/Makefile
Commit message (Expand)AuthorAgeFilesLines
* Merge branch 'jk/git-prompt'Junio C Hamano2011-12-221-0/+13
|\
| * Makefile: OS X has /dev/ttyJeff King2011-12-121-0/+1
| * Makefile: linux has /dev/ttyJeff King2011-12-121-0/+1
| * add generic terminal prompt functionJeff King2011-12-121-0/+9
| * move git_getpass to its own source fileJeff King2011-12-121-0/+2
* | Merge branch 'ab/enable-i18n'Junio C Hamano2011-12-191-4/+77
|\ \
| * | i18n: add infrastructure for translating Git with gettextab/enable-i18nÆvar Arnfjörð Bjarmason2011-12-051-4/+77
* | | Merge branch 'tr/cache-tree'Junio C Hamano2011-12-191-0/+1
|\ \ \
| * | | Add test-scrap-cache-treeThomas Rast2011-12-061-0/+1
* | | | Merge branch 'jk/credentials'Junio C Hamano2011-12-191-0/+15
|\ \ \ \ | | |_|/ | |/| |
| * | | credentials: add "store" helperJeff King2011-12-121-0/+1
| * | | Makefile: unix sockets may not available on some platformsJohannes Sixt2011-12-121-3/+11
| * | | credentials: add "cache" helperJeff King2011-12-111-0/+3
| * | | introduce credentials APIJeff King2011-12-111-0/+3
| |/ /
* | | Merge branch 'jc/stream-to-pack'Junio C Hamano2011-12-161-0/+2
|\ \ \
| * | | bulk-checkin: replace fast-import based implementationjc/stream-to-packJunio C Hamano2011-12-011-0/+2
* | | | Merge branch 'jc/pull-signed-tag'Junio C Hamano2011-12-091-0/+2
|\ \ \ \
| * | | | Split GPG interface into its own helper libraryJunio C Hamano2011-11-041-0/+2
* | | | | Merge branch 'jc/request-pull-show-head-4'Junio C Hamano2011-12-091-0/+1
|\ \ \ \ \
| * | | | | fmt-merge-msg: use branch.$name.descriptionJunio C Hamano2011-10-071-0/+1
* | | | | | Merge branch 'na/strtoimax'Junio C Hamano2011-12-051-3/+3
|\ \ \ \ \ \ | |_|_|_|/ / |/| | | | |
| * | | | | Add strtoimax() compatibility function.Nick Alcock2011-11-021-3/+3
* | | | | | Makefile: add option to disable automatic dependency generationJonathan Nieder2011-11-181-7/+24
* | | | | | Sync with 1.7.7.4Junio C Hamano2011-11-181-2/+3
|\ \ \ \ \ \ | |_|_|_|_|/ |/| | | | |
| * | | | | Makefile: add missing header file dependenciesJonathan Nieder2011-11-181-2/+3
| * | | | | Merge branch 'jk/argv-array' into maintJunio C Hamano2011-10-261-0/+2
| |\ \ \ \ \
* | | | | | | mingw: poll.h is no longer in sys/Erik Faye-Lund2011-11-011-1/+1
* | | | | | | mingw: move poll out of sys-folderErik Faye-Lund2011-10-301-2/+4
| |_|_|_|_|/ |/| | | | |
* | | | | | Merge branch 'jc/make-tags'Junio C Hamano2011-10-211-3/+7
|\ \ \ \ \ \ | |_|_|_|_|/ |/| | | | |
| * | | | | Makefile: ask "ls-files" to list source files if availablejc/make-tagsJunio C Hamano2011-10-181-3/+7
| | |_|_|/ | |/| | |
* | | | | Merge branch 'jn/no-g-plus-s-on-bsd'Junio C Hamano2011-10-131-0/+1
|\ \ \ \ \ | | |/ / / | |/| | |
| * | | | Makefile: do not set setgid bit on directories on GNU/kFreeBSDJonathan Nieder2011-10-031-0/+1
| |/ / /
* | | | Makefile: fix permissions of mergetools/ checked out with permissive umaskJunio C Hamano2011-10-091-2/+1
|\ \ \ \
| * | | | Makefile: fix permissions of mergetools/ checked out with permissive umaskJonathan Nieder2011-10-091-2/+1
* | | | | Merge branch 'jk/argv-array'Junio C Hamano2011-10-051-0/+2
|\ \ \ \ \ | | |_|/ / | |/| | |
| * | | | refactor argv_array into generic codeJeff King2011-09-141-0/+2
| | |_|/ | |/| |
* | | | Merge branch 'rj/quietly-create-dep-dir'Junio C Hamano2011-10-051-1/+1
|\ \ \ \
| * | | | Makefile: Make dependency directory creation less noisyrj/quietly-create-dep-dirRamsay Jones2011-09-111-1/+1
* | | | | Merge branch 'jc/receive-verify'Junio C Hamano2011-10-051-0/+2
|\ \ \ \ \
| * | | | | check_everything_connected(): libifyJunio C Hamano2011-09-091-0/+2
| | |/ / / | |/| | |
* | | | | Merge branch 'rr/revert-cherry-pick-continue'Junio C Hamano2011-10-051-0/+2
|\ \ \ \ \
| * | | | | revert: Introduce --reset to remove sequencer stateRamkumar Ramachandra2011-08-041-0/+2
| |/ / / /
* | | | | Merge branch 'da/make-auto-header-dependencies'Junio C Hamano2011-10-051-3/+3
|\ \ \ \ \
| * | | | | Makefile: Improve compiler header dependency checkDavid Aguilar2011-08-301-3/+3
* | | | | | Merge branch 'fk/make-auto-header-dependencies'Junio C Hamano2011-10-051-4/+9
|\ \ \ \ \ \ | |/ / / / / | | | | | / | |_|_|_|/ |/| | | |
| * | | | Makefile: Use computed header dependencies if the compiler supports itfk/make-auto-header-dependenciesFredrik Kuivinen2011-08-181-4/+9
* | | | | Merge branch 'fk/use-kwset-pickaxe-grep-f'Junio C Hamano2011-09-021-0/+4
|\ \ \ \ \
| * | | | | Use kwset in pickaxeFredrik Kuivinen2011-08-201-0/+2
| * | | | | Add obstack.[ch] from EGLIBC 2.10Fredrik Kuivinen2011-08-201-0/+2
| |/ / / /
* | | | | Merge branch 'da/difftool-mergtool-refactor'Junio C Hamano2011-08-251-0/+11
|\ \ \ \ \ | | |_|_|/ | |/| | |