Commit message (Expand) | Author | Age | Files | Lines | ||
---|---|---|---|---|---|---|
... | ||||||
| | * | | | | Cygwin needs NO_C99_FORMAT??? | Junio C Hamano | 2006-08-02 | 1 | -0/+1 | |
| * | | | | | Fix crash when GIT_DIR is invalid | Johannes Schindelin | 2006-08-04 | 1 | -1/+1 | |
| * | | | | | git-tar-tree: fix minor memory leak | Rene Scharfe | 2006-08-04 | 1 | -2/+4 | |
| * | | | | | Document rev-list's option --merge | Uwe Zeisberger | 2006-08-04 | 1 | -0/+5 | |
| * | | | | | Further clean-up: usage() vs die() | Junio C Hamano | 2006-08-03 | 4 | -5/+5 | |
| * | | | | | Replace some calls to die(usage_str) with usage(usage_str). | Ramsay Allan Jones | 2006-08-03 | 5 | -7/+7 | |
| * | | | | | Fixup command names in some usage strings. | Ramsay Allan Jones | 2006-08-03 | 5 | -5/+5 | |
| * | | | | | GIT 1.4.2-rc3v1.4.2-rc3 | Junio C Hamano | 2006-08-03 | 1 | -1/+1 | |
| * | | | | | Documentation/git.txt: link git-svn and git-instaweb from the main page. | Junio C Hamano | 2006-08-03 | 1 | -0/+6 | |
| * | | | | | Merge branch 'jc/sideband' | Junio C Hamano | 2006-08-03 | 1 | -1/+3 | |
| |\ \ \ \ \ | ||||||
| | * | | | | | sideband: do not use color, just say "remote:" | Junio C Hamano | 2006-08-03 | 1 | -4/+3 | |
| | * | | | | | fetch/clone: mark messages from remote side stand out. | Junio C Hamano | 2006-08-01 | 1 | -0/+3 | |
| * | | | | | | Show both blob names from "git diff blob1 blob2" | Junio C Hamano | 2006-08-03 | 1 | -1/+1 | |
| * | | | | | | diff.c: do not use pathname comparison to tell renames | Junio C Hamano | 2006-08-03 | 3 | -6/+4 | |
| * | | | | | | Add a couple of subdirectory tests. | Junio C Hamano | 2006-08-03 | 2 | -0/+136 | |
| * | | | | | | read-tree: shadowed variable fix. | Junio C Hamano | 2006-08-03 | 1 | -1/+1 | |
| * | | | | | | fixed variable declaration in gitk | Michael | 2006-08-03 | 1 | -1/+1 | |
| * | | | | | | Fix "git diff blob1 blob2" showing the diff in reverse. | Junio C Hamano | 2006-08-03 | 1 | -4/+1 | |
| | |/ / / / | |/| | | | | ||||||
| * | | | | | git-grep: document --and, --or, --not, ( and ) | Matthias Lederhofer | 2006-08-02 | 1 | -3/+17 | |
| * | | | | | use declarations from builtin.h for builtin commands | Matthias Kestenholz | 2006-08-02 | 2 | -2/+4 | |
| * | | | | | Make git-repo-config a builtin | Matthias Kestenholz | 2006-08-02 | 4 | -4/+8 | |
| * | | | | | Make git-prune-packed a builtin | Matthias Kestenholz | 2006-08-02 | 4 | -6/+6 | |
| * | | | | | git-annotate: remove extraneous debugging line | Jeff King | 2006-08-02 | 1 | -1/+0 | |
| * | | | | | Documentation: convert uses of git-link macro to gitlink | Jeff King | 2006-08-02 | 2 | -4/+4 | |
| * | | | | | git-push: remove obsolete git-push.sh | Jeff King | 2006-08-02 | 1 | -87/+0 | |
| * | | | | | git-push: allow -f as an alias for --force | Jeff King | 2006-08-02 | 2 | -3/+3 | |
| | |/ / / | |/| | | | ||||||
| * | | | | Remove cmd_usage() routine and re-organize the help/usage code. | Ramsay Allan Jones | 2006-08-02 | 4 | -42/+33 | |
| * | | | | Fix header breakage due to redefining PATH_MAX. | Ramsay Allan Jones | 2006-08-02 | 1 | -4/+1 | |
| * | | | | Add NO_C99_FORMAT to support older compilers. | Ramsay Allan Jones | 2006-08-02 | 3 | -6/+35 | |
| * | | | | New tests and en-passant modifications to mktag. | Ramsay Allan Jones | 2006-08-02 | 2 | -17/+245 | |
| * | | | | Fix installation of templates on ancient systems. | Ramsay Allan Jones | 2006-08-02 | 2 | -8/+6 | |
| * | | | | Fix annotate test script; notice when git-annotate fails. | Ramsay Allan Jones | 2006-08-02 | 1 | -1/+2 | |
| * | | | | Ensure git-clone exits with error if perl script fails. | Ramsay Allan Jones | 2006-08-02 | 1 | -2/+3 | |
| |/ / / | ||||||
| * | | | Merge branch 'rs/rebase' | Junio C Hamano | 2006-07-31 | 1 | -9/+6 | |
| |\ \ \ | ||||||
| | * | | | rebase: Make the fast-fowarding message more user-friendly by using branch na... | Robert Shearman | 2006-07-31 | 1 | -1/+1 | |
| | * | | | rebase: Fix the detection of fast-forwarding of the current branch to upstream. | Robert Shearman | 2006-07-31 | 1 | -8/+5 | |
| * | | | | Merge branch 'ml/pager' | Junio C Hamano | 2006-07-31 | 7 | -7/+20 | |
| |\ \ \ \ | ||||||
| | * | | | | pager: config variable pager.color | Matthias Lederhofer | 2006-07-31 | 5 | -1/+12 | |
| | * | | | | Builtins: control the use of pager from the command table. | Junio C Hamano | 2006-07-31 | 2 | -6/+8 | |
| * | | | | | Merge branch 'jc/checkout' | Junio C Hamano | 2006-07-31 | 1 | -0/+4 | |
| |\ \ \ \ \ | | |/ / / / | |/| | | | | ||||||
| | * | | | | git-checkout: allow "checkout HEAD -- path" | Junio C Hamano | 2006-07-31 | 1 | -0/+4 | |
| | |/ / / | ||||||
| * | | | | Fix up some fallout from "setup_git_directory()" cleanups | Linus Torvalds | 2006-07-31 | 1 | -8/+7 | |
| * | | | | Fix double "close()" in ce_compare_data | Linus Torvalds | 2006-07-31 | 1 | -1/+1 | |
| |/ / / | ||||||
* | | | | discard_cache(): discard index, even if no file was mmap()ed | Johannes Schindelin | 2006-08-10 | 1 | -3/+3 | |
* | | | | merge-recur: do not die unnecessarily | Johannes Schindelin | 2006-08-09 | 1 | -2/+4 | |
* | | | | merge-recur: try to merge older merge bases first | Johannes Schindelin | 2006-08-09 | 1 | -1/+12 | |
* | | | | merge-recur: if there is no common ancestor, fake empty one | Johannes Schindelin | 2006-08-09 | 1 | -0/+12 | |
* | | | | merge-recur: do not setenv("GIT_INDEX_FILE") | Johannes Schindelin | 2006-08-09 | 1 | -13/+9 | |
* | | | | merge-recur: do not call git-write-tree | Johannes Schindelin | 2006-08-09 | 1 | -24/+20 | |
* | | | | merge-recursive: fix rename handling | Johannes Schindelin | 2006-08-04 | 1 | -2/+4 |