Commit message (Expand) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Fix up default abbrev in setup_revisions() argument parser. | Junio C Hamano | 2006-04-14 | 3 | -0/+7 |
* | Common option parsing for "git log --diff" and friends | Linus Torvalds | 2006-04-14 | 6 | -227/+218 |
* | Merge branch 'js/diffstat' | Junio C Hamano | 2006-04-14 | 4 | -7/+226 |
|\ | |||||
| * | diff --stat: no need to ask funcnames nor context. | Junio C Hamano | 2006-04-13 | 1 | -2/+2 |
| * | diff-options: add --stat (take 2) | Johannes Schindelin | 2006-04-13 | 1 | -5/+5 |
| * | diff-options: add --stat (take 2) | Johannes Schindelin | 2006-04-13 | 4 | -7/+226 |
* | | Merge branch 'jc/fix5500' | Junio C Hamano | 2006-04-14 | 1 | -19/+14 |
|\ \ | |||||
| * | | t5500: test fix | Junio C Hamano | 2006-04-13 | 1 | -19/+14 |
* | | | Clean up trailing whitespace when pretty-printing commits | Linus Torvalds | 2006-04-14 | 1 | -10/+5 |
* | | | "git cmd -h" for shell scripts. | Junio C Hamano | 2006-04-14 | 1 | -1/+1 |
* | | | git-log <diff-options> <paths> documentation | Junio C Hamano | 2006-04-14 | 1 | -4/+20 |
* | | | Retire git-log.sh (take #4) | Junio C Hamano | 2006-04-14 | 1 | -15/+0 |
* | | | stripspace: incomplete line fix (take #2) | Junio C Hamano | 2006-04-14 | 1 | -1/+3 |
|/ / | |||||
* | | Fix-up previous expr changes. | Junio C Hamano | 2006-04-13 | 2 | -3/+3 |
|/ | |||||
* | Shell utilities: Guard against expr' magic tokens. | Mark Wooding | 2006-04-13 | 9 | -30/+30 |
* | t3600-rm: skip failed-remove test when we cannot make an unremovable file. | Junio C Hamano | 2006-04-13 | 1 | -3/+15 |
* | Use less memory in "git log" | Linus Torvalds | 2006-04-13 | 1 | -0/+2 |
* | git-log: do not output excess blank line between commits | Junio C Hamano | 2006-04-13 | 1 | -1/+1 |
* | Makefile: $(MAKE) check-docs | Junio C Hamano | 2006-04-13 | 1 | -0/+20 |
* | Documentation: add a couple of missing docs. | Junio C Hamano | 2006-04-13 | 3 | -0/+93 |
* | Merge branch 'jc/combine' into next | Junio C Hamano | 2006-04-12 | 5 | -60/+24 |
|\ | |||||
| * | Merge branch 'master' into jc/combine | Junio C Hamano | 2006-04-12 | 4 | -58/+22 |
| |\ | |||||
| | * | stripspace: make sure not to leave an incomplete line. | Junio C Hamano | 2006-04-12 | 1 | -3/+8 |
| | * | git-commit: do not muck with commit message when no_edit is set. | Junio C Hamano | 2006-04-12 | 1 | -5/+12 |
| | * | When showing a commit message, do not lose an incomplete line. | Linus Torvalds | 2006-04-12 | 1 | -2/+2 |
| | * | Retire t5501-old-fetch-and-upload test. | Junio C Hamano | 2006-04-11 | 1 | -48/+0 |
| * | | combine-diff: type fix. | Junio C Hamano | 2006-04-12 | 1 | -2/+2 |
* | | | Merge branch 'jc/combine' into next | Junio C Hamano | 2006-04-11 | 1 | -26/+37 |
|\ \ \ | |/ / | |||||
| * | | combine-diff: fix hunks at the end (take #2). | Junio C Hamano | 2006-04-11 | 1 | -28/+21 |
| * | | combine-diff: do not lose hunks with only deletion at end. | Junio C Hamano | 2006-04-11 | 1 | -11/+29 |
| |/ | |||||
* | | Merge branch 'jc/diff' into next | Junio C Hamano | 2006-04-11 | 9 | -47/+77 |
|\ \ | |||||
| * | | blame and friends: adjust to multiple pathspec change. | Junio C Hamano | 2006-04-10 | 6 | -23/+34 |
| * | | git log --full-diff | Junio C Hamano | 2006-04-10 | 1 | -1/+12 |
| * | | tree-diff: do not assume we use only one pathspec | Junio C Hamano | 2006-04-10 | 4 | -24/+32 |
| * | | Merge branch 'master' into jc/diff | Junio C Hamano | 2006-04-10 | 10 | -108/+45 |
| |\ \ | |||||
* | \ \ | Merge branch 'ds/index' into next | Junio C Hamano | 2006-04-11 | 3 | -9/+14 |
|\ \ \ \ | |||||
| * | | | | Replace index() with strchr(). | Dennis Stosberg | 2006-04-11 | 2 | -7/+7 |
| | |_|/ | |/| | | |||||
| * | | | Solaris 9 also wants our own unsetenv/setenv. | Dennis Stosberg | 2006-04-11 | 1 | -0/+4 |
| * | | | Retire git-log.sh (take #3) | Junio C Hamano | 2006-04-11 | 1 | -2/+3 |
* | | | | Merge branch 'jc/withraw' into next | Junio C Hamano | 2006-04-11 | 4 | -0/+7 |
|\ \ \ \ | |||||
| * | | | | Separate the raw diff and patch with a newline | Petr Baudis | 2006-04-11 | 2 | -0/+2 |
| * | | | | Document --patch-with-raw | Petr Baudis | 2006-04-11 | 2 | -0/+5 |
* | | | | | Merge branch 'eb/apply' into next | Junio C Hamano | 2006-04-10 | 2 | -19/+112 |
|\ \ \ \ \ | |||||
| * | | | | | Implement limited context matching in git-apply. | Eric W. Biederman | 2006-04-10 | 2 | -19/+112 |
| | |/ / / | |/| | | | |||||
* | | | | | Merge branch 'jc/withraw' into next | Junio C Hamano | 2006-04-10 | 7 | -125/+95 |
|\ \ \ \ \ | | |/ / / | |/| | | | |||||
| * | | | | diff-* --patch-with-raw | Junio C Hamano | 2006-04-10 | 3 | -33/+61 |
| |/ / / | |||||
| * | | | Retire git-log.sh (take#2) | Junio C Hamano | 2006-04-10 | 1 | -3/+3 |
| * | | | Retire git-log.sh | Junio C Hamano | 2006-04-10 | 1 | -3/+8 |
| | |/ | |/| | |||||
| * | | Merge branch 'lt/rev' | Junio C Hamano | 2006-04-10 | 4 | -18/+18 |
| |\ \ | |||||
| * | | | Retire diffcore-pathspec. | Junio C Hamano | 2006-04-10 | 5 | -81/+11 |