Commit message (Expand) | Author | Age | ||
---|---|---|---|---|
... | ||||
| * | | | | | | check-docs: list git-gui as a command | Jeff King | 2012-08-08 | |
| * | | | | | | check-docs: factor out command-list | Jeff King | 2012-08-08 | |
| * | | | | | | check-docs: update non-command documentation list | Jeff King | 2012-08-08 | |
| * | | | | | | check-docs: mention gitweb specially | Jeff King | 2012-08-08 | |
* | | | | | | | Merge branch 'bw/maint-1.7.9-solaris-getpass' | Junio C Hamano | 2012-08-08 | |
|\ \ \ \ \ \ \ | |/ / / / / / |/| | | | | / | | |_|_|_|/ | |/| | | | | ||||
| * | | | | | Enable HAVE_DEV_TTY for Solaris | Ben Walton | 2012-08-06 | |
* | | | | | | Makefile: use overridable $(FIND) instead of hard-coded 'find' | Johannes Sixt | 2012-08-06 | |
* | | | | | | Merge branch 'jx/i18n-1.7.11' | Junio C Hamano | 2012-07-31 | |
|\ \ \ \ \ \ | ||||
| * | | | | | | i18n: New keywords for xgettext extraction from sh | Jiang Xin | 2012-07-25 | |
* | | | | | | | perl: detect new files in MakeMaker builds | Junio C Hamano | 2012-07-27 | |
* | | | | | | | Merge branch 'jn/block-sha1' | Junio C Hamano | 2012-07-23 | |
|\ \ \ \ \ \ \ | | |_|_|_|_|/ | |/| | | | | | ||||
| * | | | | | | Makefile: BLK_SHA1 does not require fast htonl() and unaligned loads | Jonathan Nieder | 2012-07-23 | |
* | | | | | | | Merge branch 'jn/make-assembly-in-right-directory' | Junio C Hamano | 2012-07-23 | |
|\ \ \ \ \ \ \ | | |_|_|_|_|/ | |/| | | | | | ||||
| * | | | | | | Makefile: fix location of listing produced by "make subdir/foo.s" | Jonathan Nieder | 2012-07-22 | |
| | |_|_|/ / | |/| | | | | ||||
* | | | | | | build: reconfigure automatically if configure.ac changes | Stefano Lattarini | 2012-07-19 | |
* | | | | | | build: "make clean" should not remove configure-generated files | Stefano Lattarini | 2012-07-19 | |
| |_|/ / / |/| | | | | ||||
* | | | | | Merge branch 'jn/makefile-cleanup' | Junio C Hamano | 2012-07-15 | |
|\ \ \ \ \ | ||||
| * | | | | | Makefile: document ground rules for target-specific dependencies | Jonathan Nieder | 2012-07-09 | |
| * | | | | | Makefile: move GIT-VERSION-FILE dependencies closer to use | Jeff King | 2012-07-09 | |
| * | | | | | Makefile: build instaweb similar to other scripts | Jeff King | 2012-07-09 | |
| * | | | | | Makefile: update scripts when build-time parameters change | Jeff King | 2012-07-09 | |
| * | | | | | Makefile: do not replace @@GIT_VERSION@@ in shell scripts | Jeff King | 2012-07-09 | |
| * | | | | | Makefile: split prefix flags from GIT-CFLAGS | Jeff King | 2012-07-09 | |
| * | | | | | Makefile: be silent when only GIT_USER_AGENT changes | Jonathan Nieder | 2012-07-09 | |
| * | | | | | Makefile: split GIT_USER_AGENT from GIT-CFLAGS | Jeff King | 2012-07-09 | |
| * | | | | | Makefile: do not replace @@GIT_USER_AGENT@@ in scripts | Jeff King | 2012-07-09 | |
| * | | | | | Makefile: apply dependencies consistently to sparse/asm targets | Jeff King | 2012-07-09 | |
| * | | | | | Makefile: do not have git.o depend on common-cmds.h | Jeff King | 2012-07-09 | |
| * | | | | | Makefile: fold XDIFF_H and VCSSVN_H into LIB_H | Jonathan Nieder | 2012-07-09 | |
| * | | | | | Makefile: fold MISC_H into LIB_H | Jeff King | 2012-06-20 | |
| * | | | | | Makefile: sort LIB_H list | Jeff King | 2012-06-20 | |
* | | | | | | Merge branch 'tb/sanitize-decomposed-utf-8-pathname' | Junio C Hamano | 2012-07-13 | |
|\ \ \ \ \ \ | ||||
| * | | | | | | git on Mac OS and precomposed unicode | Torsten Bögershausen | 2012-07-08 | |
* | | | | | | | Merge branch 'mm/credential-plumbing' | Junio C Hamano | 2012-07-09 | |
|\ \ \ \ \ \ \ | ||||
| * | | | | | | | add 'git credential' plumbing command | Javier Roucher Iglesias | 2012-06-25 | |
* | | | | | | | | Merge branch 'rj/platform-pread-may-be-thread-unsafe' | Junio C Hamano | 2012-07-09 | |
|\ \ \ \ \ \ \ \ | | |_|_|_|_|_|/ | |/| | | | | | | ||||
| * | | | | | | | index-pack: Disable threading on cygwin | Junio C Hamano | 2012-06-26 | |
| | |/ / / / / | |/| | | | | | ||||
* | | | | | | | Merge branch 'jk/no-more-asciidoc7' | Junio C Hamano | 2012-06-25 | |
|\ \ \ \ \ \ \ | |_|/ / / / / |/| | | | | | | ||||
| * | | | | | | docs: drop asciidoc7compatible flag | Jeff King | 2012-05-30 | |
* | | | | | | | Merge branch 'vr/help-per-platform' | Junio C Hamano | 2012-06-21 | |
|\ \ \ \ \ \ \ | |_|_|/ / / / |/| | | | | | | ||||
| * | | | | | | help: use HTML as the default help format on Windows | Vincent van Ravesteijn | 2012-06-06 | |
| |/ / / / / | ||||
* | | | | | | http: get default user-agent from git_user_agent | Jeff King | 2012-06-03 | |
* | | | | | | version: add git_user_agent function | Jeff King | 2012-06-03 | |
* | | | | | | move git_version_string into version.c | Jeff King | 2012-06-03 | |
| |/ / / / |/| | | | | ||||
* | | | | | Sync with maint | Junio C Hamano | 2012-06-01 | |
|\ \ \ \ \ | |/ / / / |/| | | | | ||||
| * | | | | Merge branch 'ef/http-o-depends-on-gvf' into maint | Junio C Hamano | 2012-06-01 | |
| |\ \ \ \ | ||||
| | * | | | | Makefile: add missing GIT-VERSION-FILE dependency | Erik Faye-Lund | 2012-05-31 | |
* | | | | | | Merge branch 'nd/threaded-index-pack' | Junio C Hamano | 2012-05-14 | |
|\ \ \ \ \ \ | ||||
| * | | | | | | index-pack: support multithreaded delta resolving | Nguyễn Thái Ngọc Duy | 2012-05-07 | |
* | | | | | | | Merge branch 'jc/install-no-hardlinks' | Junio C Hamano | 2012-05-10 | |
|\ \ \ \ \ \ \ |