Commit message (Expand) | Author | Age | |
---|---|---|---|
* | Merge branch 'jk/git-prompt' | Junio C Hamano | 2011-12-22 |
|\ | |||
| * | Makefile: OS X has /dev/tty | Jeff King | 2011-12-12 |
| * | Makefile: linux has /dev/tty | Jeff King | 2011-12-12 |
| * | add generic terminal prompt function | Jeff King | 2011-12-12 |
| * | move git_getpass to its own source file | Jeff King | 2011-12-12 |
* | | Merge branch 'ab/enable-i18n' | Junio C Hamano | 2011-12-19 |
|\ \ | |||
| * | | i18n: add infrastructure for translating Git with gettext | Ævar Arnfjörð Bjarmason | 2011-12-05 |
* | | | Merge branch 'tr/cache-tree' | Junio C Hamano | 2011-12-19 |
|\ \ \ | |||
| * | | | Add test-scrap-cache-tree | Thomas Rast | 2011-12-06 |
* | | | | Merge branch 'jk/credentials' | Junio C Hamano | 2011-12-19 |
|\ \ \ \ | | |_|/ | |/| | | |||
| * | | | credentials: add "store" helper | Jeff King | 2011-12-12 |
| * | | | Makefile: unix sockets may not available on some platforms | Johannes Sixt | 2011-12-12 |
| * | | | credentials: add "cache" helper | Jeff King | 2011-12-11 |
| * | | | introduce credentials API | Jeff King | 2011-12-11 |
| |/ / | |||
* | | | Merge branch 'jc/stream-to-pack' | Junio C Hamano | 2011-12-16 |
|\ \ \ | |||
| * | | | bulk-checkin: replace fast-import based implementation | Junio C Hamano | 2011-12-01 |
* | | | | Merge branch 'jc/pull-signed-tag' | Junio C Hamano | 2011-12-09 |
|\ \ \ \ | |||
| * | | | | Split GPG interface into its own helper library | Junio C Hamano | 2011-11-04 |
* | | | | | Merge branch 'jc/request-pull-show-head-4' | Junio C Hamano | 2011-12-09 |
|\ \ \ \ \ | |||
| * | | | | | fmt-merge-msg: use branch.$name.description | Junio C Hamano | 2011-10-07 |
* | | | | | | Merge branch 'na/strtoimax' | Junio C Hamano | 2011-12-05 |
|\ \ \ \ \ \ | |_|_|_|/ / |/| | | | | | |||
| * | | | | | Add strtoimax() compatibility function. | Nick Alcock | 2011-11-02 |
* | | | | | | Makefile: add option to disable automatic dependency generation | Jonathan Nieder | 2011-11-18 |
* | | | | | | Sync with 1.7.7.4 | Junio C Hamano | 2011-11-18 |
|\ \ \ \ \ \ | |_|_|_|_|/ |/| | | | | | |||
| * | | | | | Makefile: add missing header file dependencies | Jonathan Nieder | 2011-11-18 |
| * | | | | | Merge branch 'jk/argv-array' into maint | Junio C Hamano | 2011-10-26 |
| |\ \ \ \ \ | |||
* | | | | | | | mingw: poll.h is no longer in sys/ | Erik Faye-Lund | 2011-11-01 |
* | | | | | | | mingw: move poll out of sys-folder | Erik Faye-Lund | 2011-10-30 |
| |_|_|_|_|/ |/| | | | | | |||
* | | | | | | Merge branch 'jc/make-tags' | Junio C Hamano | 2011-10-21 |
|\ \ \ \ \ \ | |_|_|_|_|/ |/| | | | | | |||
| * | | | | | Makefile: ask "ls-files" to list source files if available | Junio C Hamano | 2011-10-18 |
| | |_|_|/ | |/| | | | |||
* | | | | | Merge branch 'jn/no-g-plus-s-on-bsd' | Junio C Hamano | 2011-10-13 |
|\ \ \ \ \ | | |/ / / | |/| | | | |||
| * | | | | Makefile: do not set setgid bit on directories on GNU/kFreeBSD | Jonathan Nieder | 2011-10-03 |
| |/ / / | |||
* | | | | Makefile: fix permissions of mergetools/ checked out with permissive umask | Junio C Hamano | 2011-10-09 |
|\ \ \ \ | |||
| * | | | | Makefile: fix permissions of mergetools/ checked out with permissive umask | Jonathan Nieder | 2011-10-09 |
* | | | | | Merge branch 'jk/argv-array' | Junio C Hamano | 2011-10-05 |
|\ \ \ \ \ | | |_|/ / | |/| | | | |||
| * | | | | refactor argv_array into generic code | Jeff King | 2011-09-14 |
| | |_|/ | |/| | | |||
* | | | | Merge branch 'rj/quietly-create-dep-dir' | Junio C Hamano | 2011-10-05 |
|\ \ \ \ | |||
| * | | | | Makefile: Make dependency directory creation less noisy | Ramsay Jones | 2011-09-11 |
* | | | | | Merge branch 'jc/receive-verify' | Junio C Hamano | 2011-10-05 |
|\ \ \ \ \ | |||
| * | | | | | check_everything_connected(): libify | Junio C Hamano | 2011-09-09 |
| | |/ / / | |/| | | | |||
* | | | | | Merge branch 'rr/revert-cherry-pick-continue' | Junio C Hamano | 2011-10-05 |
|\ \ \ \ \ | |||
| * | | | | | revert: Introduce --reset to remove sequencer state | Ramkumar Ramachandra | 2011-08-04 |
| |/ / / / | |||
* | | | | | Merge branch 'da/make-auto-header-dependencies' | Junio C Hamano | 2011-10-05 |
|\ \ \ \ \ | |||
| * | | | | | Makefile: Improve compiler header dependency check | David Aguilar | 2011-08-30 |
* | | | | | | Merge branch 'fk/make-auto-header-dependencies' | Junio C Hamano | 2011-10-05 |
|\ \ \ \ \ \ | |/ / / / / | | | | | / | |_|_|_|/ |/| | | | | |||
| * | | | | Makefile: Use computed header dependencies if the compiler supports it | Fredrik Kuivinen | 2011-08-18 |
* | | | | | Merge branch 'fk/use-kwset-pickaxe-grep-f' | Junio C Hamano | 2011-09-02 |
|\ \ \ \ \ | |||
| * | | | | | Use kwset in pickaxe | Fredrik Kuivinen | 2011-08-20 |
| * | | | | | Add obstack.[ch] from EGLIBC 2.10 | Fredrik Kuivinen | 2011-08-20 |
| |/ / / / | |||
* | | | | | Merge branch 'da/difftool-mergtool-refactor' | Junio C Hamano | 2011-08-25 |
|\ \ \ \ \ | | |_|_|/ | |/| | | |