summaryrefslogtreecommitdiff
AgeCommit message (Expand)AuthorFilesLines
2006-08-03Merge branch 'jc/sideband'Libravatar Junio C Hamano1-1/+3
2006-08-03sideband: do not use color, just say "remote:"Libravatar Junio C Hamano1-4/+3
2006-08-03Show both blob names from "git diff blob1 blob2"Libravatar Junio C Hamano1-1/+1
2006-08-03diff.c: do not use pathname comparison to tell renamesLibravatar Junio C Hamano3-6/+4
2006-08-03Add a couple of subdirectory tests.Libravatar Junio C Hamano2-0/+136
2006-08-03read-tree: shadowed variable fix.Libravatar Junio C Hamano1-1/+1
2006-08-03fixed variable declaration in gitkLibravatar Michael1-1/+1
2006-08-03Fix "git diff blob1 blob2" showing the diff in reverse.Libravatar Junio C Hamano1-4/+1
2006-08-02Cygwin needs NO_C99_FORMAT???Libravatar Junio C Hamano1-0/+1
2006-08-02git-grep: document --and, --or, --not, ( and )Libravatar Matthias Lederhofer1-3/+17
2006-08-02use declarations from builtin.h for builtin commandsLibravatar Matthias Kestenholz2-2/+4
2006-08-02Make git-repo-config a builtinLibravatar Matthias Kestenholz4-4/+8
2006-08-02Make git-prune-packed a builtinLibravatar Matthias Kestenholz4-6/+6
2006-08-02git-annotate: remove extraneous debugging lineLibravatar Jeff King1-1/+0
2006-08-02Documentation: convert uses of git-link macro to gitlinkLibravatar Jeff King2-4/+4
2006-08-02git-push: remove obsolete git-push.shLibravatar Jeff King1-87/+0
2006-08-02git-push: allow -f as an alias for --forceLibravatar Jeff King2-3/+3
2006-08-02Fix header breakage with _XOPEN_SOURCE.Libravatar Ramsay Allan Jones1-0/+1
2006-08-02Remove cmd_usage() routine and re-organize the help/usage code.Libravatar Ramsay Allan Jones4-42/+33
2006-08-02Fix header breakage due to redefining PATH_MAX.Libravatar Ramsay Allan Jones1-4/+1
2006-08-02Add NO_C99_FORMAT to support older compilers.Libravatar Ramsay Allan Jones3-6/+35
2006-08-02New tests and en-passant modifications to mktag.Libravatar Ramsay Allan Jones2-17/+245
2006-08-02Fix installation of templates on ancient systems.Libravatar Ramsay Allan Jones2-8/+6
2006-08-02Fix annotate test script; notice when git-annotate fails.Libravatar Ramsay Allan Jones1-1/+2
2006-08-02Ensure git-clone exits with error if perl script fails.Libravatar Ramsay Allan Jones1-2/+3
2006-08-01fetch/clone: mark messages from remote side stand out.Libravatar Junio C Hamano1-0/+3
2006-07-31Merge branch 'rs/rebase'Libravatar Junio C Hamano1-9/+6
2006-07-31Merge branch 'ml/pager'Libravatar Junio C Hamano7-7/+20
2006-07-31Merge branch 'jc/checkout'Libravatar Junio C Hamano1-0/+4
2006-07-31pager: config variable pager.colorLibravatar Matthias Lederhofer5-1/+12
2006-07-31Builtins: control the use of pager from the command table.Libravatar Junio C Hamano2-6/+8
2006-07-31Fix up some fallout from "setup_git_directory()" cleanupsLibravatar Linus Torvalds1-8/+7
2006-07-31Fix double "close()" in ce_compare_dataLibravatar Linus Torvalds1-1/+1
2006-07-31git-checkout: allow "checkout HEAD -- path"Libravatar Junio C Hamano1-0/+4
2006-07-31rebase: Make the fast-fowarding message more user-friendly by using branch na...Libravatar Robert Shearman1-1/+1
2006-07-31rebase: Fix the detection of fast-forwarding of the current branch to upstream.Libravatar Robert Shearman1-8/+5
2006-07-30tar-tree: illustrate an obscure feature betterLibravatar Johannes Schindelin1-0/+5
2006-07-30git.c: allow alias expansion without a git directoryLibravatar Matthias Lederhofer1-40/+36
2006-07-30setup_git_directory_gently: do not barf when GIT_DIR is given.Libravatar Matthias Lederhofer1-0/+4
2006-07-30Build on Debian GNU/kFreeBSDLibravatar Gerrit Pape1-0/+3
2006-07-30Merge branch 'lt/web'Libravatar Junio C Hamano1-2/+75
2006-07-30Merge branch '__/setup-n-mv'Libravatar Junio C Hamano40-156/+142
2006-07-30Merge branch 'js/mv'Libravatar Junio C Hamano11-340/+522
2006-07-30Merge branch 'jn/make'Libravatar Junio C Hamano5-0/+225
2006-07-29Merge branch 'lt/setup' into __/setup-n-mvLibravatar Junio C Hamano60-326/+585
2006-07-29Call setup_git_directory() much earlierLibravatar Linus Torvalds35-144/+128
2006-07-28Call setup_git_directory() earlyLibravatar Linus Torvalds12-22/+25
2006-07-28Display an error from update-ref if target ref name is invalid.Libravatar Shawn Pearce2-0/+17
2006-07-28Fix http-fetchLibravatar Johannes Schindelin1-3/+3
2006-07-28Merge branch 'pb/multi-fetch'Libravatar Junio C Hamano7-72/+162