summaryrefslogtreecommitdiff
path: root/Makefile
Commit message (Expand)AuthorAgeFilesLines
* Merge branch 'mk/grep-pcre'Junio C Hamano2011-05-301-0/+16
|\
| * Makefile: Pass USE_LIBPCRE down in GIT-BUILD-OPTIONSJunio C Hamano2011-05-161-0/+1
| * git-grep: Learn PCREMichał Kiedrowicz2011-05-091-0/+15
* | Merge branch 'jk/haves-from-alternate-odb'Junio C Hamano2011-05-291-0/+2
|\ \
| * | bisect: refactor sha1_array into a generic sha1 listJeff King2011-05-191-0/+2
* | | Merge branch 'rg/no-gecos-in-pwent'Junio C Hamano2011-05-261-0/+3
|\ \ \
| * | | ident: add NO_GECOS_IN_PWENT for systems without pw_gecos in struct passwdRafael Gieschke2011-05-191-0/+3
* | | | Merge branch 'ab/i18n-scripts-basic'Junio C Hamano2011-05-231-1/+7
|\ \ \ \
| * | | | Makefile: add xgettext target for *.sh filesÆvar Arnfjörð Bjarmason2011-05-141-1/+5
| * | | | git-sh-i18n.sh: add no-op gettext() and eval_gettext() wrappersÆvar Arnfjörð Bjarmason2011-05-141-0/+1
| * | | | git-sh-i18n--envsubst: our own envsubst(1) for eval_gettext()Ævar Arnfjörð Bjarmason2011-05-141-0/+1
* | | | | Makefile: sort TEST_PROGRAMS listJeff King2011-05-191-2/+2
* | | | | Merge branch 'kk/maint-prefix-in-config-mak'Junio C Hamano2011-05-161-9/+9
|\ \ \ \ \
| * | | | | Honor $(prefix) set in config.mak* when defining ETC_GIT*Johannes Sixt2011-05-091-9/+9
| * | | | | Revert "Honor $(prefix) set in config.mak* when defining ETC_GIT* and sysconf...Junio C Hamano2011-05-091-10/+9
| * | | | | Honor $(prefix) set in config.mak* when defining ETC_GIT* and sysconfdirKacper Kornet2011-04-281-9/+10
| * | | | | Merge branch 'mr/hpux' into maintJunio C Hamano2011-03-201-0/+1
| |\ \ \ \ \
| * \ \ \ \ \ Merge branch 'ae/better-template-failure-report' into maintJunio C Hamano2011-03-201-0/+1
| |\ \ \ \ \ \
* | \ \ \ \ \ \ Merge branch 'jn/gitweb-dependency'Junio C Hamano2011-05-111-27/+1
|\ \ \ \ \ \ \ \ | |_|_|_|/ / / / |/| | | | | / / | | |_|_|_|/ / | |/| | | | |
| * | | | | | Remove gitweb/gitweb.cgi and other legacy targets from main MakefileJakub Narebski2011-05-081-26/+0
| * | | | | | git-instaweb: Simplify build dependency on gitwebJakub Narebski2011-05-081-1/+1
| | |_|_|_|/ | |/| | | |
* | | | | | Merge branch 'js/info-man-path'Junio C Hamano2011-05-061-1/+3
|\ \ \ \ \ \
| * | | | | | git: add --info-path and --man-path optionsJon Seymour2011-05-011-1/+3
| |/ / / / /
* | | | | | Merge branch 'mz/rebase'Junio C Hamano2011-04-281-1/+3
|\ \ \ \ \ \
| * | | | | | Makefile: do not install sourced rebase scriptsMartin von Zweigbergk2011-02-251-3/+3
| * | | | | | rebase: extract am code to new source fileMartin von Zweigbergk2011-02-101-0/+1
| * | | | | | rebase: extract merge code to new source fileMartin von Zweigbergk2011-02-101-0/+1
* | | | | | | sparse: Fix errors due to missing target-specific variablesRamsay Jones2011-04-221-17/+28
* | | | | | | sparse: Fix an "symbol 'merge_file' not decared" warningRamsay Jones2011-04-111-0/+1
* | | | | | | Makefile: Use cgcc rather than sparse in the check targetRamsay Jones2011-04-111-5/+6
| |/ / / / / |/| | | | |
* | | | | | Makefile: extract Q_() source strings as ngettext()Ævar Arnfjörð Bjarmason2011-04-111-1/+2
* | | | | | Merge branch 'sb/sparse-more'Junio C Hamano2011-04-011-1/+1
|\ \ \ \ \ \
| * | | | | | Makefile: Cover more files with make checkStephen Boyd2011-03-211-1/+1
* | | | | | | Merge branch 'jn/maint-c99-format'Junio C Hamano2011-03-231-14/+0
|\ \ \ \ \ \ \ | |/ / / / / / |/| | | | | |
| * | | | | | unbreak and eliminate NO_C99_FORMATJonathan Nieder2011-03-171-14/+0
| | |/ / / / | |/| | | |
* | | | | | Merge branch 'ab/i18n-basic'Junio C Hamano2011-03-191-0/+28
|\ \ \ \ \ \
| * | | | | | i18n: "make distclean" should clean up after "make pot"Jonathan Nieder2011-03-091-0/+1
| * | | | | | i18n: Makefile: "pot" target to extract messages marked for translationÆvar Arnfjörð Bjarmason2011-03-091-0/+16
| * | | | | | i18n: do not poison translations unless GIT_GETTEXT_POISON envvar is setJonathan Nieder2011-03-081-1/+4
| * | | | | | i18n: add GETTEXT_POISON to simulate unfriendly translatorÆvar Arnfjörð Bjarmason2011-03-081-0/+7
| * | | | | | i18n: add no-op _() and N_() wrappersÆvar Arnfjörð Bjarmason2011-03-081-0/+1
| | |/ / / / | |/| | | |
* | | | | | Merge branch 'mr/hpux'Junio C Hamano2011-03-151-0/+1
|\ \ \ \ \ \ | |/ / / / / |/| | | / / | | |_|/ / | |/| | |
| * | | | Makefile: add NO_FNMATCH_CASEFOLD to HP-UX sectionMichal Rokos2011-03-081-0/+1
| |/ / /
* | | | Merge branch 'ae/better-template-failure-report'Junio C Hamano2011-02-091-0/+1
|\ \ \ \ | |/ / / |/| / / | |/ /
| * | Improve error messages when temporary file creation failsArnout Engelen2010-12-211-0/+1
* | | Merge branch 'nd/setup'Junio C Hamano2010-12-281-0/+1
|\ \ \
| * | | setup_work_tree: adjust relative $GIT_WORK_TREE after moving cwdNguyễn Thái Ngọc Duy2010-12-271-0/+1
* | | | Makefile: add NO_FNMATCH_CASEFOLD to IRIX sectionsBrandon Casey2010-12-221-0/+2
| |/ / |/| |
* | | Merge branch 'rj/msvc-fix'Junio C Hamano2010-12-161-1/+1
|\ \ \
| * | | msvc: git-daemon.exe: Fix linker "unresolved externals" errorRamsay Jones2010-12-091-1/+1