Commit message (Expand) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | git-merge: a bit more readable user guidance. | Junio C Hamano | 2006-04-19 | 1 | -1/+1 |
* | Document git-clone --reference | Shawn Pearce | 2006-04-18 | 1 | -1/+20 |
* | Fix filename scaling for binary files | Jonas Fonseca | 2006-04-18 | 1 | -3/+4 |
* | GIT 1.3.0v1.3.0 | Junio C Hamano | 2006-04-18 | 1 | -1/+1 |
* | Add git-annotate(1) and git-blame(1) | Jonas Fonseca | 2006-04-18 | 4 | -1/+92 |
* | diff --stat: make sure to set recursive. | Junio C Hamano | 2006-04-18 | 3 | -5/+10 |
* | git-svnimport symlink support | Herbert Valerio Riedel | 2006-04-18 | 1 | -2/+16 |
* | packed_object_info_detail(): check for corrupt packfile. | Junio C Hamano | 2006-04-17 | 1 | -2/+4 |
* | cleanups: remove unused variable from exec_cmd.c | Serge E. Hallyn | 2006-04-17 | 1 | -3/+1 |
* | cleanups: prevent leak of two strduped strings in config.c | Serge E. Hallyn | 2006-04-17 | 1 | -11/+28 |
* | cleanups: Remove impossible case in quote.c | Serge E. Hallyn | 2006-04-17 | 1 | -2/+0 |
* | cleanups: Remove unused vars from combine-diff.c | Serge E. Hallyn | 2006-04-17 | 1 | -10/+2 |
* | cleanups: Fix potential bugs in connect.c | Serge E. Hallyn | 2006-04-17 | 1 | -4/+14 |
* | Merge branch 'jc/boundary' | Junio C Hamano | 2006-04-17 | 4 | -10/+36 |
|\ | |||||
| * | rev-list --boundary: show boundary commits even when limited otherwise. | Junio C Hamano | 2006-04-16 | 4 | -10/+36 |
* | | Merge branch 'jc/bottomless' | Junio C Hamano | 2006-04-17 | 1 | -0/+2 |
|\ \ | |||||
| * | | rev-list --bisect: limit list before bisecting. | Junio C Hamano | 2006-04-14 | 1 | -0/+2 |
* | | | Allow empty lines in info/grafts | Yann Dirson | 2006-04-17 | 1 | -1/+1 |
| |/ |/| | |||||
* | | Makefile fixups. | A Large Angry SCM | 2006-04-16 | 2 | -2/+2 |
* | | Merge git://git.kernel.org/pub/scm/gitk/gitk | Junio C Hamano | 2006-04-16 | 1 | -2/+3 |
|\ \ | |||||
| * | | gitk: Fix bug caused by missing commitlisted elements | Paul Mackerras | 2006-04-17 | 1 | -2/+3 |
* | | | reading $GIT_DIR/info/graft - skip comments correctly. | Junio C Hamano | 2006-04-16 | 1 | -1/+3 |
* | | | pager: do not fork a pager if PAGER is set to empty. | Johannes Schindelin | 2006-04-16 | 1 | -7/+10 |
* | | | diff-options: add --patch-with-stat | Johannes Schindelin | 2006-04-15 | 3 | -1/+22 |
* | | | diff-files --stat: do not dump core with unmerged index. | Junio C Hamano | 2006-04-15 | 1 | -4/+17 |
* | | | Support "git cmd --help" syntax | Linus Torvalds | 2006-04-15 | 1 | -0/+6 |
* | | | diff --stat: do not do its own three-dashes. | Junio C Hamano | 2006-04-15 | 2 | -3/+3 |
* | | | diff-tree: typefix. | Junio C Hamano | 2006-04-15 | 1 | -1/+1 |
* | | | GIT v1.3.0-rc4v1.3.0-rc4 | Junio C Hamano | 2006-04-14 | 1 | -1/+1 |
* | | | Merge branch 'dl/xdiff' | Junio C Hamano | 2006-04-14 | 2 | -5/+110 |
|\ \ \ | |||||
| * | | | xdiff: post-process hunks to make them consistent. | Davide Libenzi | 2006-04-13 | 2 | -5/+110 |
* | | | | 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 |
|\ \ |