Commit message (Expand) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Merge branch 'jc/pull-signed-tag' | Junio C Hamano | 2011-12-09 | 1 | -0/+2 |
|\ | |||||
| * | Split GPG interface into its own helper library | Junio C Hamano | 2011-11-04 | 1 | -0/+2 |
* | | Merge branch 'jc/request-pull-show-head-4' | Junio C Hamano | 2011-12-09 | 1 | -0/+1 |
|\ \ | |||||
| * | | fmt-merge-msg: use branch.$name.description | Junio C Hamano | 2011-10-07 | 1 | -0/+1 |
* | | | Merge branch 'na/strtoimax' | Junio C Hamano | 2011-12-05 | 1 | -3/+3 |
|\ \ \ | |||||
| * | | | Add strtoimax() compatibility function. | Nick Alcock | 2011-11-02 | 1 | -3/+3 |
* | | | | Makefile: add option to disable automatic dependency generation | Jonathan Nieder | 2011-11-18 | 1 | -7/+24 |
* | | | | Sync with 1.7.7.4 | Junio C Hamano | 2011-11-18 | 1 | -2/+3 |
|\ \ \ \ | |||||
| * | | | | Makefile: add missing header file dependencies | Jonathan Nieder | 2011-11-18 | 1 | -2/+3 |
| * | | | | Merge branch 'jk/argv-array' into maint | Junio C Hamano | 2011-10-26 | 1 | -0/+2 |
| |\ \ \ \ | |||||
* | | | | | | mingw: poll.h is no longer in sys/ | Erik Faye-Lund | 2011-11-01 | 1 | -1/+1 |
* | | | | | | mingw: move poll out of sys-folder | Erik Faye-Lund | 2011-10-30 | 1 | -2/+4 |
* | | | | | | Merge branch 'jc/make-tags' | Junio C Hamano | 2011-10-21 | 1 | -3/+7 |
|\ \ \ \ \ \ | |_|_|_|_|/ |/| | | | | | |||||
| * | | | | | Makefile: ask "ls-files" to list source files if availablejc/make-tags | Junio C Hamano | 2011-10-18 | 1 | -3/+7 |
| | |_|_|/ | |/| | | | |||||
* | | | | | Merge branch 'jn/no-g-plus-s-on-bsd' | Junio C Hamano | 2011-10-13 | 1 | -0/+1 |
|\ \ \ \ \ | | |/ / / | |/| | | | |||||
| * | | | | Makefile: do not set setgid bit on directories on GNU/kFreeBSD | Jonathan Nieder | 2011-10-03 | 1 | -0/+1 |
| |/ / / | |||||
* | | | | Makefile: fix permissions of mergetools/ checked out with permissive umask | Junio C Hamano | 2011-10-09 | 1 | -2/+1 |
|\ \ \ \ | |||||
| * | | | | Makefile: fix permissions of mergetools/ checked out with permissive umask | Jonathan Nieder | 2011-10-09 | 1 | -2/+1 |
* | | | | | Merge branch 'jk/argv-array' | Junio C Hamano | 2011-10-05 | 1 | -0/+2 |
|\ \ \ \ \ | | |_|/ / | |/| | | | |||||
| * | | | | refactor argv_array into generic code | Jeff King | 2011-09-14 | 1 | -0/+2 |
| | |_|/ | |/| | | |||||
* | | | | Merge branch 'rj/quietly-create-dep-dir' | Junio C Hamano | 2011-10-05 | 1 | -1/+1 |
|\ \ \ \ | |||||
| * | | | | Makefile: Make dependency directory creation less noisyrj/quietly-create-dep-dir | Ramsay Jones | 2011-09-11 | 1 | -1/+1 |
* | | | | | Merge branch 'jc/receive-verify' | Junio C Hamano | 2011-10-05 | 1 | -0/+2 |
|\ \ \ \ \ | |||||
| * | | | | | check_everything_connected(): libify | Junio C Hamano | 2011-09-09 | 1 | -0/+2 |
| | |/ / / | |/| | | | |||||
* | | | | | Merge branch 'rr/revert-cherry-pick-continue' | Junio C Hamano | 2011-10-05 | 1 | -0/+2 |
|\ \ \ \ \ | |||||
| * | | | | | revert: Introduce --reset to remove sequencer state | Ramkumar Ramachandra | 2011-08-04 | 1 | -0/+2 |
| |/ / / / | |||||
* | | | | | Merge branch 'da/make-auto-header-dependencies' | Junio C Hamano | 2011-10-05 | 1 | -3/+3 |
|\ \ \ \ \ | |||||
| * | | | | | Makefile: Improve compiler header dependency check | David Aguilar | 2011-08-30 | 1 | -3/+3 |
* | | | | | | Merge branch 'fk/make-auto-header-dependencies' | Junio C Hamano | 2011-10-05 | 1 | -4/+9 |
|\ \ \ \ \ \ | |/ / / / / | | | | | / | |_|_|_|/ |/| | | | | |||||
| * | | | | Makefile: Use computed header dependencies if the compiler supports itfk/make-auto-header-dependencies | Fredrik Kuivinen | 2011-08-18 | 1 | -4/+9 |
* | | | | | Merge branch 'fk/use-kwset-pickaxe-grep-f' | Junio C Hamano | 2011-09-02 | 1 | -0/+4 |
|\ \ \ \ \ | |||||
| * | | | | | Use kwset in pickaxe | Fredrik Kuivinen | 2011-08-20 | 1 | -0/+2 |
| * | | | | | Add obstack.[ch] from EGLIBC 2.10 | Fredrik Kuivinen | 2011-08-20 | 1 | -0/+2 |
| |/ / / / | |||||
* | | | | | Merge branch 'da/difftool-mergtool-refactor' | Junio C Hamano | 2011-08-25 | 1 | -0/+11 |
|\ \ \ \ \ | | |_|_|/ | |/| | | | |||||
| * | | | | mergetool--lib: Refactor tools into separate files | David Aguilar | 2011-08-19 | 1 | -0/+11 |
| |/ / / | |||||
* | | | | Merge branch 'di/parse-options-split' | Junio C Hamano | 2011-08-25 | 1 | -1/+2 |
|\ \ \ \ | |/ / / |/| | | | |||||
| * | | | Reduce parse-options.o dependencies | Dmitry Ivankov | 2011-08-11 | 1 | -1/+2 |
* | | | | Merge branch 'rc/histogram-diff' | Junio C Hamano | 2011-08-17 | 1 | -1/+1 |
|\ \ \ \ | |||||
| * | | | | teach --histogram to diff | Tay Ray Chuan | 2011-07-12 | 1 | -1/+1 |
| | |/ / | |/| | | |||||
* | | | | Merge branch 'rc/maint-http-wrong-free' | Junio C Hamano | 2011-08-11 | 1 | -3/+3 |
|\ \ \ \ | |_|/ / |/| | | | |||||
| * | | | Makefile: some changes for http-related flag documentation | Tay Ray Chuan | 2011-08-03 | 1 | -3/+3 |
| * | | | Merge branch 'kk/maint-prefix-in-config-mak' into maint | Junio C Hamano | 2011-05-26 | 1 | -9/+9 |
| |\ \ \ | |||||
* | | | | | Makefile: add Minix configuration options. | Thomas Cort | 2011-07-20 | 1 | -1/+29 |
* | | | | | Merge branch 'ak/gcc46-profile-feedback' | Junio C Hamano | 2011-07-19 | 1 | -0/+22 |
|\ \ \ \ \ | |||||
| * | | | | | Add profile feedback build to git | Andi Kleen | 2011-06-20 | 1 | -0/+16 |
| * | | | | | Add option to disable NORETURN | Junio C Hamano | 2011-06-20 | 1 | -0/+6 |
| | |_|/ / | |/| | | | |||||
* | | | | | Merge branch 'fk/relink-upon-ldflags-update' | Junio C Hamano | 2011-07-13 | 1 | -8/+17 |
|\ \ \ \ \ | |||||
| * | | | | | Makefile: Track changes to LDFLAGS and relink when necessary | Fredrik Kuivinen | 2011-06-22 | 1 | -8/+17 |
| |/ / / / | |||||
* | | | | | Merge branch 'md/interix-update' | Junio C Hamano | 2011-07-13 | 1 | -2/+4 |
|\ \ \ \ \ | |||||
| * | | | | | Update the Interix default build configuration. | Markus Duft | 2011-06-15 | 1 | -2/+4 |