2034 Commits (b98712b9aa97f20a142ca3fcfd027c7b26642e3b)

Author SHA1 Message Date
Jeff King 620c293abd Makefile: split GIT_USER_AGENT from GIT-CFLAGS 13 years ago
Jeff King 47eb28ec0c Makefile: do not replace @@GIT_USER_AGENT@@ in scripts 13 years ago
Jeff King c0219dd5d8 Makefile: apply dependencies consistently to sparse/asm targets 13 years ago
Jeff King eea8c32b92 Makefile: do not have git.o depend on common-cmds.h 13 years ago
Jonathan Nieder 60d24dd255 Makefile: fold XDIFF_H and VCSSVN_H into LIB_H 13 years ago
Torsten Bögershausen 76759c7dff git on Mac OS and precomposed unicode 13 years ago
Junio C Hamano c0f86547c5 index-pack: Disable threading on cygwin 13 years ago
Javier Roucher Iglesias e30b2feb1b add 'git credential' plumbing command 13 years ago
Jeff King b8ba629264 Makefile: fold MISC_H into LIB_H 13 years ago
Jeff King fc890030c1 Makefile: sort LIB_H list 13 years ago
Vincent van Ravesteijn 1cc8af044c help: use HTML as the default help format on Windows 13 years ago
Jeff King 745c7c8e62 http: get default user-agent from git_user_agent 13 years ago
Jeff King 42dcbb738b version: add git_user_agent function 13 years ago
Jeff King 816fb46be6 move git_version_string into version.c 13 years ago
Erik Faye-Lund 38475f972c Makefile: add missing GIT-VERSION-FILE dependency 13 years ago
Jeff King bf17126211 docs: drop asciidoc7compatible flag 13 years ago
Nguyễn Thái Ngọc Duy b8a2486f15 index-pack: support multithreaded delta resolving 13 years ago
Junio C Hamano 70de5e65e8 Makefile: NO_INSTALL_HARDLINKS 13 years ago
Nguyễn Thái Ngọc Duy 8275905e7e Makefile: keep many variable list sorted 13 years ago
Nguyễn Thái Ngọc Duy d96e3c150f tag: add --column 13 years ago
Nguyễn Thái Ngọc Duy 323d053091 status: add --column 13 years ago
Nguyễn Thái Ngọc Duy ebe31ef2ed branch: add --column 13 years ago
Nguyễn Thái Ngọc Duy 7e29b8254f Add column layout skeleton and git-column 13 years ago
Nguyễn Thái Ngọc Duy 9665627d8c i18n: help: mark strings for translation 13 years ago
Nguyễn Thái Ngọc Duy 1b8b2e4dc8 Makefile: feed all header files to xgettext 13 years ago
René Scharfe 0db71e0fa9 add mergesort() for linked lists 13 years ago
Jonathan Nieder 5b58619aa0 var doc: advertise current DEFAULT_PAGER and DEFAULT_EDITOR settings 13 years ago
Thomas Rast 6942efcfa9 xdiff: load full words in the inner loop of xdl_hash_record 13 years ago
Pete Wyckoff b6f9305764 git-p4: move to toplevel 13 years ago
Ben Walton b3e34dddc0 Use SHELL_PATH from build system in run_command.c:prepare_shell_cmd 13 years ago
Junio C Hamano d2c1898571 varint: make it available outside the context of pack 13 years ago
Heiko Voigt bcc0a3ea38 Teach revision walking machinery to walk multiple times sequencially 13 years ago
Dmitry V. Levin 39cb6445d9 Makefile: add thread-utils.h to LIB_H 13 years ago
Thomas Rast 342e9ef2d9 Introduce a performance testing framework 13 years ago
Jiang Xin dce37b66fb l10n: initial git.pot for 1.7.10 upcoming release 13 years ago
Ævar Arnfjörð Bjarmason 6d62c983f7 Makefile: Change the default compiler from "gcc" to "cc" 13 years ago
Дилян Палаузов b5225286b2 Makefile: introduce CHARSET_LIB to link with -lcharset 13 years ago
Michael Palimaka ace5e97ecd Explicitly set X to avoid potential build breakage 13 years ago
Johannes Sixt e60ec75948 Makefile: fix syntax for older make 13 years ago
Theodore Ts'o f2d713fc3e Fix build problems related to profile-directed optimization 13 years ago
Junio C Hamano 60f40791f9 i18n: Do not force USE_GETTEXT_SCHEME=fallthrough on NO_GETTEXT 13 years ago
Junio C Hamano ba8c6ef627 i18n: Make NO_GETTEXT imply fallthrough scheme in shell l10n 13 years ago
Alex Riesen ad17ea7347 add a Makefile switch to avoid gettext translation in shell scripts 13 years ago
Jeff King 3f3a9701ae Makefile: OS X has /dev/tty 13 years ago
Jeff King 9b4b894601 Makefile: linux has /dev/tty 13 years ago
Jeff King 21aeafceda add generic terminal prompt function 13 years ago
Jeff King 71e1b4b6bf credentials: add "store" helper 13 years ago
Jeff King d3c58b83ae move git_getpass to its own source file 13 years ago
Johannes Sixt 6320358e31 Makefile: unix sockets may not available on some platforms 13 years ago
Jeff King e2770979fe credentials: add "cache" helper 13 years ago