aboutsummaryrefslogtreecommitdiff
path: root/Makefile
Commit message (Expand)AuthorAge
...
| | * | | | Merge branch 'db/delta-applier' into svn-feJonathan Nieder2011-06-15
| | |\ \ \ \
| | | * | | | vcs-svn: skeleton of an svn delta parserJonathan Nieder2011-03-27
| | | * | | | vcs-svn: learn to maintain a sliding view of a fileJonathan Nieder2011-03-27
| | | * | | | Makefile: list one vcs-svn/xdiff object or header per lineJonathan Nieder2011-03-27
| | * | | | | Merge branch 'db/svn-fe-code-purge' into svn-feJonathan Nieder2011-05-26
| | |\ \ \ \ \
| | | * | | | | vcs-svn: drop obj_poolDavid Barr2011-03-22
| | | * | | | | vcs-svn: drop treapDavid Barr2011-03-22
| | | * | | | | vcs-svn: drop string_poolDavid Barr2011-03-22
| | | |/ / / /
* | | | | | | Merge branch 'ar/i18n-no-gettext'Junio C Hamano2012-01-31
|\ \ \ \ \ \ \ | |/ / / / / / |/| | | | | |
| * | | | | | i18n: Do not force USE_GETTEXT_SCHEME=fallthrough on NO_GETTEXTJunio C Hamano2012-01-27
| * | | | | | i18n: Make NO_GETTEXT imply fallthrough scheme in shell l10nJunio C Hamano2012-01-23
| * | | | | | add a Makefile switch to avoid gettext translation in shell scriptsAlex Riesen2012-01-23
* | | | | | | Merge branch 'jk/git-prompt'Junio C Hamano2011-12-22
|\ \ \ \ \ \ \ | |/ / / / / / |/| | | | | |
| * | | | | | Makefile: OS X has /dev/ttyJeff King2011-12-12
| * | | | | | Makefile: linux has /dev/ttyJeff King2011-12-12
| * | | | | | add generic terminal prompt functionJeff King2011-12-12
| * | | | | | move git_getpass to its own source fileJeff King2011-12-12
* | | | | | | Merge branch 'ab/enable-i18n'Junio C Hamano2011-12-19
|\ \ \ \ \ \ \
| * | | | | | | i18n: add infrastructure for translating Git with gettextÆvar Arnfjörð Bjarmason2011-12-05
* | | | | | | | Merge branch 'tr/cache-tree'Junio C Hamano2011-12-19
|\ \ \ \ \ \ \ \
| * | | | | | | | Add test-scrap-cache-treeThomas Rast2011-12-06
| | |_|_|_|/ / / | |/| | | | | |
* | | | | | | | Merge branch 'jk/credentials'Junio C Hamano2011-12-19
|\ \ \ \ \ \ \ \ | | |_|/ / / / / | |/| | | | | |
| * | | | | | | credentials: add "store" helperJeff King2011-12-12
| * | | | | | | Makefile: unix sockets may not available on some platformsJohannes Sixt2011-12-12
| * | | | | | | credentials: add "cache" helperJeff King2011-12-11
| * | | | | | | introduce credentials APIJeff King2011-12-11
| |/ / / / / /
* | | | | | | Merge branch 'jc/stream-to-pack'Junio C Hamano2011-12-16
|\ \ \ \ \ \ \
| * | | | | | | bulk-checkin: replace fast-import based implementationJunio C Hamano2011-12-01
* | | | | | | | Merge branch 'jc/pull-signed-tag'Junio C Hamano2011-12-09
|\ \ \ \ \ \ \ \
| * | | | | | | | Split GPG interface into its own helper libraryJunio C Hamano2011-11-04
* | | | | | | | | Merge branch 'jc/request-pull-show-head-4'Junio C Hamano2011-12-09
|\ \ \ \ \ \ \ \ \
| * | | | | | | | | fmt-merge-msg: use branch.$name.descriptionJunio C Hamano2011-10-07
* | | | | | | | | | Merge branch 'na/strtoimax'Junio C Hamano2011-12-05
|\ \ \ \ \ \ \ \ \ \ | |_|_|_|/ / / / / / |/| | | | | | | / / | | |_|_|_|_|_|/ / | |/| | | | | | |
| * | | | | | | | Add strtoimax() compatibility function.Nick Alcock2011-11-02
* | | | | | | | | Makefile: add option to disable automatic dependency generationJonathan Nieder2011-11-18
* | | | | | | | | Sync with 1.7.7.4Junio C Hamano2011-11-18
|\ \ \ \ \ \ \ \ \ | |_|_|_|_|/ / / / |/| | | | | | | / | | |_|_|_|_|_|/ | |/| | | | | |
| * | | | | | | Makefile: add missing header file dependenciesJonathan Nieder2011-11-18
| * | | | | | | Merge branch 'jk/argv-array' into maintJunio C Hamano2011-10-26
| |\ \ \ \ \ \ \
* | | | | | | | | mingw: poll.h is no longer in sys/Erik Faye-Lund2011-11-01
* | | | | | | | | mingw: move poll out of sys-folderErik Faye-Lund2011-10-30
| |_|_|_|_|/ / / |/| | | | | | |
* | | | | | | | Merge branch 'jc/make-tags'Junio C Hamano2011-10-21
|\ \ \ \ \ \ \ \ | |_|_|_|_|/ / / |/| | | | | | |
| * | | | | | | Makefile: ask "ls-files" to list source files if availableJunio C Hamano2011-10-18
| | |_|_|/ / / | |/| | | | |
* | | | | | | Merge branch 'jn/no-g-plus-s-on-bsd'Junio C Hamano2011-10-13
|\ \ \ \ \ \ \ | | |/ / / / / | |/| | | | |
| * | | | | | Makefile: do not set setgid bit on directories on GNU/kFreeBSDJonathan Nieder2011-10-03
| |/ / / / /
* | | | | | Makefile: fix permissions of mergetools/ checked out with permissive umaskJunio C Hamano2011-10-09
|\ \ \ \ \ \
| * | | | | | Makefile: fix permissions of mergetools/ checked out with permissive umaskJonathan Nieder2011-10-09
* | | | | | | Merge branch 'jk/argv-array'Junio C Hamano2011-10-05
|\ \ \ \ \ \ \ | | |_|/ / / / | |/| | | | |
| * | | | | | refactor argv_array into generic codeJeff King2011-09-14
| | |_|/ / / | |/| | | |
* | | | | | Merge branch 'rj/quietly-create-dep-dir'Junio C Hamano2011-10-05
|\ \ \ \ \ \
| * | | | | | Makefile: Make dependency directory creation less noisyRamsay Jones2011-09-11