Commit message (Expand) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Merge branch 'svn-fe' of git://repo.or.cz/git/jrn into jn/svn-fe | Junio C Hamano | 2012-01-27 | 1 | -19/+40 |
|\ | |||||
| * | Merge branch 'db/delta-applier' into svn-fe | Jonathan Nieder | 2011-06-15 | 1 | -14/+41 |
| |\ | |||||
| | * | vcs-svn: skeleton of an svn delta parser | Jonathan Nieder | 2011-03-27 | 1 | -0/+2 |
| | * | vcs-svn: learn to maintain a sliding view of a file | Jonathan Nieder | 2011-03-27 | 1 | -0/+2 |
| | * | Makefile: list one vcs-svn/xdiff object or header per line | Jonathan Nieder | 2011-03-27 | 1 | -16/+44 |
| * | | Merge branch 'db/svn-fe-code-purge' into svn-fe | Jonathan Nieder | 2011-05-26 | 1 | -10/+3 |
| |\ \ | |||||
| | * | | vcs-svn: drop obj_pool | David Barr | 2011-03-22 | 1 | -3/+1 |
| | * | | vcs-svn: drop treap | David Barr | 2011-03-22 | 1 | -3/+2 |
| | * | | vcs-svn: drop string_pool | David Barr | 2011-03-22 | 1 | -8/+4 |
| | |/ | |||||
* | | | Merge branch 'jk/git-prompt' | Junio C Hamano | 2011-12-22 | 1 | -0/+13 |
|\ \ \ | |||||
| * | | | Makefile: OS X has /dev/tty | Jeff King | 2011-12-12 | 1 | -0/+1 |
| * | | | Makefile: linux has /dev/tty | Jeff King | 2011-12-12 | 1 | -0/+1 |
| * | | | add generic terminal prompt function | Jeff King | 2011-12-12 | 1 | -0/+9 |
| * | | | move git_getpass to its own source file | Jeff King | 2011-12-12 | 1 | -0/+2 |
* | | | | Merge branch 'ab/enable-i18n' | Junio C Hamano | 2011-12-19 | 1 | -4/+77 |
|\ \ \ \ | |||||
| * | | | | i18n: add infrastructure for translating Git with gettextab/enable-i18n | Ævar Arnfjörð Bjarmason | 2011-12-05 | 1 | -4/+77 |
* | | | | | Merge branch 'tr/cache-tree' | Junio C Hamano | 2011-12-19 | 1 | -0/+1 |
|\ \ \ \ \ | |||||
| * | | | | | Add test-scrap-cache-tree | Thomas Rast | 2011-12-06 | 1 | -0/+1 |
* | | | | | | Merge branch 'jk/credentials' | Junio C Hamano | 2011-12-19 | 1 | -0/+15 |
|\ \ \ \ \ \ | | |_|/ / / | |/| | | | | |||||
| * | | | | | credentials: add "store" helper | Jeff King | 2011-12-12 | 1 | -0/+1 |
| * | | | | | Makefile: unix sockets may not available on some platforms | Johannes Sixt | 2011-12-12 | 1 | -3/+11 |
| * | | | | | credentials: add "cache" helper | Jeff King | 2011-12-11 | 1 | -0/+3 |
| * | | | | | introduce credentials API | Jeff King | 2011-12-11 | 1 | -0/+3 |
| |/ / / / | |||||
* | | | | | Merge branch 'jc/stream-to-pack' | Junio C Hamano | 2011-12-16 | 1 | -0/+2 |
|\ \ \ \ \ | |||||
| * | | | | | bulk-checkin: replace fast-import based implementationjc/stream-to-pack | Junio C Hamano | 2011-12-01 | 1 | -0/+2 |
* | | | | | | 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 |
|\ \ \ \ \ \ \ |