summaryrefslogtreecommitdiff
path: root/Makefile
Commit message (Expand)AuthorAgeFilesLines
* Merge branch 'svn-fe' of git://repo.or.cz/git/jrn into jn/svn-feJunio C Hamano2012-01-271-19/+40
|\
| * Merge branch 'db/delta-applier' into svn-feJonathan Nieder2011-06-151-14/+41
| |\
| | * vcs-svn: skeleton of an svn delta parserJonathan Nieder2011-03-271-0/+2
| | * vcs-svn: learn to maintain a sliding view of a fileJonathan Nieder2011-03-271-0/+2
| | * Makefile: list one vcs-svn/xdiff object or header per lineJonathan Nieder2011-03-271-16/+44
| * | Merge branch 'db/svn-fe-code-purge' into svn-feJonathan Nieder2011-05-261-10/+3
| |\ \
| | * | vcs-svn: drop obj_poolDavid Barr2011-03-221-3/+1
| | * | vcs-svn: drop treapDavid Barr2011-03-221-3/+2
| | * | vcs-svn: drop string_poolDavid Barr2011-03-221-8/+4
| | |/
* | | 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
|\ \ \ \ \ \ \