Age | Commit message (Expand) | Author | Files | Lines |
2007-11-21 | Fix "quote" misconversion for rewrite diff output. | Junio C Hamano | 2 | -1/+27 |
2007-11-21 | git-svn: allow `info' command to work offline | Eric Wong | 1 | -3/+23 |
2007-11-21 | git-svn: info --url [path] | David D. Kilzer | 3 | -3/+102 |
2007-11-21 | git-svn info: implement info command | David D. Kilzer | 3 | -0/+413 |
2007-11-21 | git-svn: extract reusable code into utility functions | David D. Kilzer | 1 | -32/+64 |
2007-11-21 | t9106: fix a race condition that caused svn to miss modifications | Eric Wong | 1 | -0/+1 |
2007-11-21 | Merge git://repo.or.cz/git-gui | Junio C Hamano | 53 | -892/+16419 |
2007-11-20 | git-p4: Fix typo in --detect-labels | Shun Kei Leung | 1 | -1/+1 |
2007-11-20 | send-pack: cluster ref status reporting | Jeff King | 1 | -40/+53 |
2007-11-20 | avoid "defined but not used" warning for fetch_objs_via_walker | Jeff King | 1 | -0/+2 |
2007-11-21 | git-gui 0.9.0 | Shawn O. Pearce | 1 | -1/+1 |
2007-11-20 | Merge branch 'maint' | Junio C Hamano | 3 | -7/+19 |
2007-11-20 | send-email: add transfer encoding header with content-type | Jeff King | 1 | -1/+2 |
2007-11-20 | git-compat-util.h: auto-adjust to compiler support of FLEX_ARRAY a bit better | Junio C Hamano | 1 | -4/+18 |
2007-11-20 | Flush progress message buffer in display(). | Johannes Sixt | 1 | -0/+3 |
2007-11-20 | autoconf: Add tests for memmem, strtoumax and mkdtemp functions | Jakub Narebski | 2 | -0/+21 |
2007-11-20 | gitweb: Put project README in div.readme, fix its padding | Jakub Narebski | 2 | -1/+7 |
2007-11-20 | gitweb: Style all tables using CSS | Jakub Narebski | 2 | -15/+11 |
2007-11-20 | send-email: Don't add To: recipients to the Cc: header | Ask Bjørn Hansen | 1 | -1/+5 |
2007-11-20 | Bisect reset: do nothing when not bisecting. | Christian Couder | 2 | -1/+30 |
2007-11-20 | Doc fix for git-reflog: mention @{...} syntax, and <ref> in synopsys. | Matthieu Moy | 1 | -4/+11 |
2007-11-20 | config: clarify compression defaults | Brian Downing | 1 | -1/+5 |
2007-11-20 | config: correct core.loosecompression documentation | Brian Downing | 1 | -1/+1 |
2007-11-19 | gitview: import only one of gtksourceview and gtksourceview2 | Anton Gyllenberg | 1 | -10/+7 |
2007-11-19 | git-send-email: show all headers when sending mail | David D. Kilzer | 2 | -2/+39 |
2007-11-19 | Merge branch 'maint' | Junio C Hamano | 3 | -7/+80 |
2007-11-19 | Further clarify clean.requireForce changes | Wincent Colaiuta | 1 | -2/+3 |
2007-11-18 | Merge branch 'maint' of git://linux-nfs.org/~bfields/git into maint | Junio C Hamano | 4 | -13/+81 |
2007-11-18 | Teach git clean to use setup_standard_excludes() | Shawn Bohrer | 1 | -12/+5 |
2007-11-18 | git-clean: Fix error message if clean.requireForce is not set. | Junio C Hamano | 1 | -3/+9 |
2007-11-18 | Make git-clean a builtin | Shawn Bohrer | 5 | -1/+158 |
2007-11-18 | Documentation: Fix references to deprecated commands | J. Bruce Fields | 2 | -8/+3 |
2007-11-18 | Bisect: use "$GIT_DIR/BISECT_NAMES" to check if we are bisecting. | Christian Couder | 1 | -5/+2 |
2007-11-18 | Update draft release notes for 1.5.4 | Junio C Hamano | 1 | -1/+12 |
2007-11-18 | user-manual: mention "..." in "Generating diffs", etc. | J. Bruce Fields | 1 | -4/+11 |
2007-11-18 | Merge branch 'lt/rev-list-gitlink' | Junio C Hamano | 4 | -3/+59 |
2007-11-18 | Merge branch 'ds/checkout-upper' | Junio C Hamano | 2 | -3/+85 |
2007-11-18 | Merge branch 'sh/p4' | Junio C Hamano | 1 | -2/+13 |
2007-11-18 | Merge branch 'lt/rev-list-interactive' | Junio C Hamano | 7 | -176/+286 |
2007-11-18 | Merge branch 'ph/diffopts' | Junio C Hamano | 21 | -257/+297 |
2007-11-18 | Draft release notes: fix clean.requireForce description | Junio C Hamano | 1 | -4/+4 |
2007-11-18 | Merge branch 'maint' to synchronize with 1.5.3.6 | Junio C Hamano | 3 | -12/+9 |
2007-11-18 | user-manual: Add section "Why bisecting merge commits can be harder ..." | Steffen Prohaska | 1 | -0/+66 |
2007-11-18 | GIT 1.5.3.6 | Junio C Hamano | 2 | -10/+6 |
2007-11-18 | Use compat mkdtemp() on Solaris boxes | Guido Ostkamp | 1 | -2/+1 |
2007-11-18 | send-pack: fix "everything up-to-date" message | Jeff King | 1 | -1/+15 |
2007-11-18 | send-pack: tighten remote error reporting | Jeff King | 2 | -43/+54 |
2007-11-18 | make "find_ref_by_name" a public function | Jeff King | 3 | -8/+10 |
2007-11-18 | Fix warning about bitfield in struct ref | Shawn O. Pearce | 1 | -4/+4 |
2007-11-17 | Merge branch 'ph/parseopt-sh' | Junio C Hamano | 23 | -322/+540 |