summaryrefslogtreecommitdiff
Commit message (Expand)AuthorAgeFilesLines
...
| | * | | | Cygwin needs NO_C99_FORMAT???Junio C Hamano2006-08-021-0/+1
| * | | | | Fix crash when GIT_DIR is invalidJohannes Schindelin2006-08-041-1/+1
| * | | | | git-tar-tree: fix minor memory leakRene Scharfe2006-08-041-2/+4
| * | | | | Document rev-list's option --mergeUwe Zeisberger2006-08-041-0/+5
| * | | | | Further clean-up: usage() vs die()Junio C Hamano2006-08-034-5/+5
| * | | | | Replace some calls to die(usage_str) with usage(usage_str).Ramsay Allan Jones2006-08-035-7/+7
| * | | | | Fixup command names in some usage strings.Ramsay Allan Jones2006-08-035-5/+5
| * | | | | GIT 1.4.2-rc3v1.4.2-rc3Junio C Hamano2006-08-031-1/+1
| * | | | | Documentation/git.txt: link git-svn and git-instaweb from the main page.Junio C Hamano2006-08-031-0/+6
| * | | | | Merge branch 'jc/sideband'Junio C Hamano2006-08-031-1/+3
| |\ \ \ \ \
| | * | | | | sideband: do not use color, just say "remote:"Junio C Hamano2006-08-031-4/+3
| | * | | | | fetch/clone: mark messages from remote side stand out.Junio C Hamano2006-08-011-0/+3
| * | | | | | Show both blob names from "git diff blob1 blob2"Junio C Hamano2006-08-031-1/+1
| * | | | | | diff.c: do not use pathname comparison to tell renamesJunio C Hamano2006-08-033-6/+4
| * | | | | | Add a couple of subdirectory tests.Junio C Hamano2006-08-032-0/+136
| * | | | | | read-tree: shadowed variable fix.Junio C Hamano2006-08-031-1/+1
| * | | | | | fixed variable declaration in gitkMichael2006-08-031-1/+1
| * | | | | | Fix "git diff blob1 blob2" showing the diff in reverse.Junio C Hamano2006-08-031-4/+1
| | |/ / / / | |/| | | |
| * | | | | 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
| |/ / /
* | | | discard_cache(): discard index, even if no file was mmap()edJohannes Schindelin2006-08-101-3/+3
* | | | merge-recur: do not die unnecessarilyJohannes Schindelin2006-08-091-2/+4
* | | | merge-recur: try to merge older merge bases firstJohannes Schindelin2006-08-091-1/+12
* | | | merge-recur: if there is no common ancestor, fake empty oneJohannes Schindelin2006-08-091-0/+12
* | | | merge-recur: do not setenv("GIT_INDEX_FILE")Johannes Schindelin2006-08-091-13/+9
* | | | merge-recur: do not call git-write-treeJohannes Schindelin2006-08-091-24/+20
* | | | merge-recursive: fix rename handlingJohannes Schindelin2006-08-041-2/+4