summaryrefslogtreecommitdiff
AgeCommit message (Expand)AuthorFilesLines
2006-08-09check return value from diff_setup_done()Libravatar Junio C Hamano2-2/+4
2006-08-09Fix tutorial-2.htmlLibravatar Junio C Hamano1-0/+1
2006-08-08Documentation: git-status takes the same options as git-commitLibravatar Junio C Hamano1-1/+5
2006-08-08Update git-init-db(1) and documentation of core.sharedRepositoryLibravatar Jonas Fonseca2-19/+41
2006-08-08git-push: allow pushing from subdirectoriesLibravatar Jeff King1-1/+1
2006-08-08GIT-VERSION-GEN: adjust for ancient gitLibravatar Junio C Hamano1-1/+9
2006-08-08builtin-mv: fix use of uninitialized memory.Libravatar Junio C Hamano1-1/+2
2006-08-08debugging: XMALLOC_POISONLibravatar Junio C Hamano1-0/+3
2006-08-07annotate: Fix bug when parsing merges with differing real and logical parents.Libravatar Ryan Anderson1-6/+122
2006-08-07log-tree: show_log() should respect the setting of diffopt->line_terminationLibravatar Ryan Anderson1-1/+1
2006-08-07handle https:// protocol in git-cloneLibravatar Michael Krelin1-1/+1
2006-08-06Fix "grep -w"Libravatar Junio C Hamano2-10/+110
2006-08-05Makefile: Cygwin does not seem to need NO_STRLCPYLibravatar Junio C Hamano1-1/+0
2006-08-05commit walkers: setup_ident() to record correct committer in ref-log.Libravatar Ramsay Jones3-0/+3
2006-08-04Allow config file to specify Signed-off-by identity in format-patch.Libravatar Ramsay Jones1-1/+1
2006-08-04Merge branch 'jc/c99'Libravatar Junio C Hamano1-0/+1
2006-08-04Fix crash when GIT_DIR is invalidLibravatar Johannes Schindelin1-1/+1
2006-08-04git-tar-tree: fix minor memory leakLibravatar Rene Scharfe1-2/+4
2006-08-04Document rev-list's option --mergeLibravatar Uwe Zeisberger1-0/+5
2006-08-03Further clean-up: usage() vs die()Libravatar Junio C Hamano4-5/+5
2006-08-03Replace some calls to die(usage_str) with usage(usage_str).Libravatar Ramsay Allan Jones5-7/+7
2006-08-03Fixup command names in some usage strings.Libravatar Ramsay Allan Jones5-5/+5
2006-08-03GIT 1.4.2-rc3Libravatar Junio C Hamano1-1/+1
2006-08-03Documentation/git.txt: link git-svn and git-instaweb from the main page.Libravatar Junio C Hamano1-0/+6
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-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