| Commit message (Expand) | Author | Age | Files | Lines |
* | Fix git-diff A...B | Junio C Hamano | 2006-08-10 | 1 | -0/+1 |
* | combine-diff: use color | Junio C Hamano | 2006-08-10 | 1 | -16/+34 |
* | git-apply: applying a patch to make a symlink shorter. | Junio C Hamano | 2006-08-09 | 2 | -0/+60 |
* | allow diff.renamelimit to be set regardless of -M/-Cv1.4.2-rc4 | Junio C Hamano | 2006-08-09 | 1 | -3/+0 |
* | make --find-copies-harder imply -C | Junio C Hamano | 2006-08-09 | 1 | -3/+4 |
* | find_unique_abbrev() with len=0 should not abbreviate | Junio C Hamano | 2006-08-09 | 1 | -1/+1 |
* | check return value from diff_setup_done() | Junio C Hamano | 2006-08-09 | 2 | -2/+4 |
* | Fix tutorial-2.html | Junio C Hamano | 2006-08-09 | 1 | -0/+1 |
* | Documentation: git-status takes the same options as git-commit | Junio C Hamano | 2006-08-08 | 1 | -1/+5 |
* | Update git-init-db(1) and documentation of core.sharedRepository | Jonas Fonseca | 2006-08-08 | 2 | -19/+41 |
* | git-push: allow pushing from subdirectories | Jeff King | 2006-08-08 | 1 | -1/+1 |
* | GIT-VERSION-GEN: adjust for ancient git | Junio C Hamano | 2006-08-08 | 1 | -1/+9 |
* | builtin-mv: fix use of uninitialized memory. | Junio C Hamano | 2006-08-08 | 1 | -1/+2 |
* | debugging: XMALLOC_POISON | Junio C Hamano | 2006-08-08 | 1 | -0/+3 |
* | annotate: Fix bug when parsing merges with differing real and logical parents. | Ryan Anderson | 2006-08-07 | 1 | -6/+122 |
* | log-tree: show_log() should respect the setting of diffopt->line_termination | Ryan Anderson | 2006-08-07 | 1 | -1/+1 |
* | handle https:// protocol in git-clone | Michael Krelin | 2006-08-07 | 1 | -1/+1 |
* | Fix "grep -w" | Junio C Hamano | 2006-08-06 | 2 | -10/+110 |
* | Makefile: Cygwin does not seem to need NO_STRLCPY | Junio C Hamano | 2006-08-05 | 1 | -1/+0 |
* | commit walkers: setup_ident() to record correct committer in ref-log. | Ramsay Jones | 2006-08-05 | 3 | -0/+3 |
* | Allow config file to specify Signed-off-by identity in format-patch. | Ramsay Jones | 2006-08-04 | 1 | -1/+1 |
* | Merge branch 'jc/c99' | Junio C Hamano | 2006-08-04 | 1 | -0/+1 |
|\ |
|
| * | 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 |