summaryrefslogtreecommitdiffstats
path: root/diff.c (unfollow)
Commit message (Expand)AuthorFilesLines
2006-08-05autoconf: NO_IPV6Junio C Hamano1-2/+8
2006-08-05autoconf: Set NEEDS_LIBICONV unconditionally if there is no iconv in libcJakub Narebski1-2/+1
2006-08-05autoconf: fix NEEDS_SSL_WITH_CRYPTOJunio C Hamano1-2/+2
2006-08-04Copy description of new build configuration variables to configure.acJakub Narebski1-0/+12
2006-08-04autoconf: Typo cleanup, reordering etc.Jakub Narebski2-21/+24
2006-08-04autoconf: Check for ll hh j z t size specifiers introduced by C99Jakub Narebski1-0/+21
2006-08-03autoconf: Add support for setting PYTHON_PATH or NO_PYTHONJakub Narebski1-0/+22
2006-08-03autoconf: Move site configuration section earlier in configure.acJakub Narebski1-50/+50
2006-08-03autoconf: Add support for setting SHELL_PATH and PERL_PATHJakub Narebski1-2/+33
2006-08-03git-grep: document --and, --or, --not, ( and )Matthias Lederhofer1-3/+17
2006-08-03use declarations from builtin.h for builtin commandsMatthias Kestenholz2-2/+4
2006-08-03Make git-repo-config a builtinMatthias Kestenholz4-4/+8
2006-08-02Make git-prune-packed a builtinMatthias Kestenholz4-6/+6
2006-08-02git-annotate: remove extraneous debugging lineJeff King1-1/+0
2006-08-02Documentation: convert uses of git-link macro to gitlinkJeff King2-4/+4
2006-08-02git-push: remove obsolete git-push.shJeff King1-87/+0
2006-08-02git-push: allow -f as an alias for --forceJeff King2-3/+3
2006-08-02Remove cmd_usage() routine and re-organize the help/usage code.Ramsay Allan Jones4-42/+33
2006-08-02Fix header breakage due to redefining PATH_MAX.Ramsay Allan Jones1-4/+1
2006-08-02Add NO_C99_FORMAT to support older compilers.Ramsay Allan Jones3-6/+35
2006-08-02New tests and en-passant modifications to mktag.Ramsay Allan Jones2-17/+245
2006-08-02Fix installation of templates on ancient systems.Ramsay Allan Jones2-8/+6
2006-08-02Fix annotate test script; notice when git-annotate fails.Ramsay Allan Jones1-1/+2
2006-08-02Ensure git-clone exits with error if perl script fails.Ramsay Allan Jones1-2/+3
2006-08-01pager: config variable pager.colorMatthias Lederhofer5-1/+12
2006-08-01Builtins: control the use of pager from the command table.Junio C Hamano2-6/+8
2006-07-31Fix up some fallout from "setup_git_directory()" cleanupsLinus Torvalds1-8/+7
2006-07-31Fix double "close()" in ce_compare_dataLinus Torvalds1-1/+1
2006-07-31git-checkout: allow "checkout HEAD -- path"Junio C Hamano1-0/+4
2006-07-31rebase: Make the fast-fowarding message more user-friendly by using branch na...Robert Shearman1-1/+1
2006-07-31rebase: Fix the detection of fast-forwarding of the current branch to upstream.Robert Shearman1-8/+5
2006-07-31tar-tree: illustrate an obscure feature betterJohannes Schindelin1-0/+5
2006-07-31git.c: allow alias expansion without a git directoryMatthias Lederhofer1-40/+36
2006-07-31setup_git_directory_gently: do not barf when GIT_DIR is given.Matthias Lederhofer1-0/+4
2006-07-30Build on Debian GNU/kFreeBSDGerrit Pape1-0/+3
2006-07-29Call setup_git_directory() much earlierLinus Torvalds35-144/+128
2006-07-29Call setup_git_directory() earlyLinus Torvalds12-22/+25
2006-07-29Display an error from update-ref if target ref name is invalid.Shawn Pearce2-0/+17
2006-07-29Fix http-fetchJohannes Schindelin1-3/+3
2006-07-28t4103: fix binary patch application test.Junio C Hamano1-2/+2
2006-07-28git-apply -R: binary patches are irreversible for now.Junio C Hamano1-0/+6
2006-07-28Teach git-apply about '-R'Johannes Schindelin2-12/+77
2006-07-28Makefile: ssh-pull.o depends on ssh-fetch.cJohannes Schindelin1-0/+2
2006-07-28log and diff family: honor config even from subdirectoriesJunio C Hamano5-7/+11
2006-07-28git-reset: detect update-ref error and report it.Junio C Hamano1-1/+4
2006-07-28lost-found: use fsck-objects --fullJunio C Hamano1-1/+1
2006-07-28Teach git-http-fetch the --stdin switchPetr Baudis2-17/+36
2006-07-28Teach git-local-fetch the --stdin switchPetr Baudis4-10/+74
2006-07-28Make pull() support fetching multiple targets at oncePetr Baudis5-37/+49
2006-07-28Make pull() take some implicit data as explicit argumentsPetr Baudis5-17/+12