summaryrefslogtreecommitdiff
Commit message (Expand)AuthorAgeFilesLines
* autoconf: Typo cleanup, reordering etc.Jakub Narebski2006-08-042-21/+24
* autoconf: Check for ll hh j z t size specifiers introduced by C99Jakub Narebski2006-08-041-0/+21
* autoconf: Add support for setting PYTHON_PATH or NO_PYTHONJakub Narebski2006-08-021-0/+22
* autoconf: Move site configuration section earlier in configure.acJakub Narebski2006-08-021-50/+50
* autoconf: Add support for setting SHELL_PATH and PERL_PATHJakub Narebski2006-08-021-2/+33
* git-grep: document --and, --or, --not, ( and )Matthias Lederhofer2006-08-021-3/+17
* use declarations from builtin.h for builtin commandsMatthias Kestenholz2006-08-022-2/+4
* Make git-repo-config a builtinMatthias Kestenholz2006-08-024-4/+8
* Make git-prune-packed a builtinMatthias Kestenholz2006-08-024-6/+6
* git-annotate: remove extraneous debugging lineJeff King2006-08-021-1/+0
* Documentation: convert uses of git-link macro to gitlinkJeff King2006-08-022-4/+4
* git-push: remove obsolete git-push.shJeff King2006-08-021-87/+0
* git-push: allow -f as an alias for --forceJeff King2006-08-022-3/+3
* Remove cmd_usage() routine and re-organize the help/usage code.Ramsay Allan Jones2006-08-024-42/+33
* Fix header breakage due to redefining PATH_MAX.Ramsay Allan Jones2006-08-021-4/+1
* Add NO_C99_FORMAT to support older compilers.Ramsay Allan Jones2006-08-023-6/+35
* New tests and en-passant modifications to mktag.Ramsay Allan Jones2006-08-022-17/+245
* Fix installation of templates on ancient systems.Ramsay Allan Jones2006-08-022-8/+6
* Fix annotate test script; notice when git-annotate fails.Ramsay Allan Jones2006-08-021-1/+2
* Ensure git-clone exits with error if perl script fails.Ramsay Allan Jones2006-08-021-2/+3
* Merge branch 'rs/rebase'Junio C Hamano2006-07-311-9/+6
|\
| * rebase: Make the fast-fowarding message more user-friendly by using branch na...Robert Shearman2006-07-311-1/+1
| * rebase: Fix the detection of fast-forwarding of the current branch to upstream.Robert Shearman2006-07-311-8/+5
* | Merge branch 'ml/pager'Junio C Hamano2006-07-317-7/+20
|\ \
| * | pager: config variable pager.colorMatthias Lederhofer2006-07-315-1/+12
| * | Builtins: control the use of pager from the command table.Junio C Hamano2006-07-312-6/+8
* | | Merge branch 'jc/checkout'Junio C Hamano2006-07-311-0/+4
|\ \ \ | |/ / |/| |
| * | git-checkout: allow "checkout HEAD -- path"Junio C Hamano2006-07-311-0/+4
| |/
* | Fix up some fallout from "setup_git_directory()" cleanupsLinus Torvalds2006-07-311-8/+7
* | Fix double "close()" in ce_compare_dataLinus Torvalds2006-07-311-1/+1
|/
* tar-tree: illustrate an obscure feature betterJohannes Schindelin2006-07-301-0/+5
* git.c: allow alias expansion without a git directoryMatthias Lederhofer2006-07-301-40/+36
* setup_git_directory_gently: do not barf when GIT_DIR is given.Matthias Lederhofer2006-07-301-0/+4
* Build on Debian GNU/kFreeBSDGerrit Pape2006-07-301-0/+3
* Merge branch 'lt/web'Junio C Hamano2006-07-301-2/+75
|\
| * gitweb.cgi: git_blame2: slight optimization reading the blame linesLuben Tuikov2006-07-241-14/+5
| * gitweb.cgi: git_blame2: Revision blocks now have alternating colorsLuben Tuikov2006-07-241-4/+11
| * gitweb.cgi: git_blame2: Allow back-trekking through commitsLuben Tuikov2006-07-241-1/+7
| * gitweb.cgi: git_blame2: an alternative simple working git blameLuben Tuikov2006-07-241-1/+70
* | Merge branch '__/setup-n-mv'Junio C Hamano2006-07-3040-156/+142
|\ \
| * \ Merge branch 'lt/setup' into __/setup-n-mvJunio C Hamano2006-07-2960-326/+585
| |\ \
| | * | Call setup_git_directory() much earlierLinus Torvalds2006-07-2935-144/+128
| | * | Call setup_git_directory() earlyLinus Torvalds2006-07-2812-22/+25
* | | | Merge branch 'js/mv'Junio C Hamano2006-07-3011-340/+522
|\ \ \ \ | |/ / /
| * | | builtin git-mv: support moving directoriesJohannes Schindelin2006-07-262-5/+86
| * | | Make git-mv a builtinJohannes Schindelin2006-07-268-295/+269
| * | | Extract helper bits from c-merge-recursive workJohannes Schindelin2006-07-264-45/+172
* | | | Merge branch 'jn/make'Junio C Hamano2006-07-305-0/+225
|\ \ \ \ | |_|/ / |/| | |
| * | | Set datarootdir in config.mak.inPavel Roskin2006-07-141-0/+1
| * | | Quote all calls to GIT_CONF_APPEND_LINEPavel Roskin2006-07-141-12/+12