summaryrefslogtreecommitdiff
AgeCommit message (Expand)Author
2006-08-04Make git-pack-objects a builtinMatthias Kestenholz
2006-08-04Make git-name-rev a builtinMatthias Kestenholz
2006-08-04Further clean-up: usage() vs die()Junio C Hamano
2006-08-04Replace some calls to die(usage_str) with usage(usage_str).Ramsay Allan Jones
2006-08-04Fixup command names in some usage strings.Ramsay Allan Jones
2006-08-03GIT 1.4.2-rc3v1.4.2-rc3Junio C Hamano
2006-08-03Documentation/git.txt: link git-svn and git-instaweb from the main page.Junio C Hamano
2006-08-03Merge branch 'jc/sideband'Junio C Hamano
2006-08-03sideband: do not use color, just say "remote:"Junio C Hamano
2006-08-03Show both blob names from "git diff blob1 blob2"Junio C Hamano
2006-08-03diff.c: do not use pathname comparison to tell renamesJunio C Hamano
2006-08-03Add a couple of subdirectory tests.Junio C Hamano
2006-08-03read-tree: shadowed variable fix.Junio C Hamano
2006-08-03fixed variable declaration in gitkMichael
2006-08-03Fix "git diff blob1 blob2" showing the diff in reverse.Junio C Hamano
2006-08-03git-grep: document --and, --or, --not, ( and )Matthias Lederhofer
2006-08-03use declarations from builtin.h for builtin commandsMatthias Kestenholz
2006-08-03Make git-repo-config a builtinMatthias Kestenholz
2006-08-02Make git-prune-packed a builtinMatthias Kestenholz
2006-08-02git-annotate: remove extraneous debugging lineJeff King
2006-08-02Documentation: convert uses of git-link macro to gitlinkJeff King
2006-08-02git-push: remove obsolete git-push.shJeff King
2006-08-02git-push: allow -f as an alias for --forceJeff King
2006-08-02Remove cmd_usage() routine and re-organize the help/usage code.Ramsay Allan Jones
2006-08-02Fix header breakage due to redefining PATH_MAX.Ramsay Allan Jones
2006-08-02Add NO_C99_FORMAT to support older compilers.Ramsay Allan Jones
2006-08-02New tests and en-passant modifications to mktag.Ramsay Allan Jones
2006-08-02Fix installation of templates on ancient systems.Ramsay Allan Jones
2006-08-02Fix annotate test script; notice when git-annotate fails.Ramsay Allan Jones
2006-08-02Ensure git-clone exits with error if perl script fails.Ramsay Allan Jones
2006-08-01fetch/clone: mark messages from remote side stand out.Junio C Hamano
2006-08-01Merge branch 'rs/rebase'Junio C Hamano
2006-08-01Merge branch 'ml/pager'Junio C Hamano
2006-08-01Merge branch 'jc/checkout'Junio C Hamano
2006-07-31pager: config variable pager.colorMatthias Lederhofer
2006-07-31Builtins: control the use of pager from the command table.Junio C Hamano
2006-07-31Fix up some fallout from "setup_git_directory()" cleanupsLinus Torvalds
2006-07-31Fix double "close()" in ce_compare_dataLinus Torvalds
2006-07-31git-checkout: allow "checkout HEAD -- path"Junio C Hamano
2006-07-31rebase: Make the fast-fowarding message more user-friendly by using branch na...Robert Shearman
2006-07-31rebase: Fix the detection of fast-forwarding of the current branch to upstream.Robert Shearman
2006-07-31tar-tree: illustrate an obscure feature betterJohannes Schindelin
2006-07-31git.c: allow alias expansion without a git directoryMatthias Lederhofer
2006-07-31setup_git_directory_gently: do not barf when GIT_DIR is given.Matthias Lederhofer
2006-07-30Build on Debian GNU/kFreeBSDGerrit Pape
2006-07-30Merge branch 'lt/web'Junio C Hamano
2006-07-30Merge branch '__/setup-n-mv'Junio C Hamano
2006-07-30Merge branch 'js/mv'Junio C Hamano
2006-07-30Merge branch 'jn/make'Junio C Hamano
2006-07-29Merge branch 'lt/setup' into __/setup-n-mvJunio C Hamano