Age | Commit message (Expand) | Author | Files | Lines |
2010-01-26 | Makefile: rearrange dependency rules | Jonathan Nieder | 1 | -24/+25 |
2010-01-26 | Makefile: transport.o depends on branch.h now | Jonathan Nieder | 1 | -1/+1 |
2010-01-26 | Merge branch 'master' of git://repo.or.cz/alt-git into jn/autodep | Jonathan Nieder | 414 | -3660/+14975 |
2010-01-26 | Makefile: drop dependency on $(wildcard */*.h) | Jonathan Nieder | 1 | -1/+1 |
2010-01-26 | Makefile: clean up http-walker.o dependency rules | Jonathan Nieder | 1 | -1/+1 |
2010-01-26 | Makefile: remove wt-status.h from LIB_H | Jonathan Nieder | 1 | -2/+1 |
2010-01-26 | Makefile: make sure test helpers are rebuilt when headers change | Jonathan Nieder | 1 | -16/+16 |
2010-01-26 | Makefile: add missing header file dependencies | Jonathan Nieder | 1 | -3/+20 |
2010-01-25 | "log --author=me --grep=it" should find intersection, not union | Junio C Hamano | 6 | -10/+57 |
2010-01-25 | am: fix patch format detection for Thunderbird "Save As" emails | Stephen Boyd | 2 | -1/+17 |
2010-01-25 | t0022: replace non-portable literal CR | Stephen Boyd | 1 | -1/+1 |
2010-01-25 | tests: consolidate CR removal/addition functions | Stephen Boyd | 6 | -58/+37 |
2010-01-25 | grep: expose "status-only" feature via -q | Junio C Hamano | 1 | -2/+14 |
2010-01-25 | commit-tree: remove unused #define | Stephen Boyd | 1 | -2/+0 |
2010-01-25 | t5541-http-push: make grep expression check for one line only | Tay Ray Chuan | 1 | -8/+4 |
2010-01-25 | rebase: replace antiquated sed invocation | Stephen Boyd | 1 | -4/+2 |
2010-01-25 | Add test-run-command to .gitignore | Alejandro Riveira Fernández | 1 | -0/+1 |
2010-01-25 | git_connect: use use_shell instead of explicit "sh", "-c" | Johannes Sixt | 1 | -2/+1 |
2010-01-25 | git-gui: Remove unused icon file_parttick | Shawn O. Pearce | 1 | -9/+0 |
2010-01-25 | git-gui: use different icon for new and modified files in the index | Peter Oberndorfer | 1 | -1/+1 |
2010-01-24 | Teach diff --submodule that modified submodule directory is dirty | Jens Lehmann | 4 | -1/+72 |
2010-01-24 | git diff: Don't test submodule dirtiness with --ignore-submodules | Jens Lehmann | 1 | -4/+6 |
2010-01-24 | gitweb.js: Workaround for IE8 bug | Jakub Narebski | 1 | -1/+6 |
2010-01-24 | Merge branch 'jc/fix-tree-walk' | Junio C Hamano | 19 | -140/+734 |
2010-01-24 | Make test numbers unique | Johannes Sixt | 1 | -0/+0 |
2010-01-24 | Merge branch 'maint' | Junio C Hamano | 5 | -23/+48 |
2010-01-24 | Merge branch 'maint' of git://git.spearce.org/git-gui into maint | Junio C Hamano | 5 | -23/+48 |
2010-01-24 | Windows: Remove dependency on pthreadGC2.dll | Michael Lukashov | 1 | -1/+3 |
2010-01-24 | Documentation: move away misplaced 'push --upstream' description | Thomas Rast | 1 | -7/+7 |
2010-01-24 | Documentation: add missing :: in config.txt | Thomas Rast | 1 | -1/+1 |
2010-01-24 | Merge branch 'doc-style/for-next' of git://repo.or.cz/git/trast | Junio C Hamano | 3 | -80/+102 |
2010-01-24 | pull: re-fix command line generation | Junio C Hamano | 2 | -1/+36 |
2010-01-24 | Documentation: merge: use MERGE_HEAD to refer to the remote branch | Jonathan Nieder | 1 | -6/+8 |
2010-01-24 | Documentation: simplify How Merge Works | Jonathan Nieder | 1 | -36/+16 |
2010-01-24 | Documentation: merge: add a section about fast-forward | Jonathan Nieder | 1 | -13/+18 |
2010-01-24 | Documentation: emphasize when git merge terminates early | Jonathan Nieder | 1 | -10/+21 |
2010-01-24 | Documentation: merge: add an overview | Jonathan Nieder | 1 | -2/+26 |
2010-01-24 | Documentation: merge: move merge strategy list to end | Jonathan Nieder | 1 | -2/+2 |
2010-01-24 | Documentation: suggest `reset --merge` in How Merge Works section | Jonathan Nieder | 1 | -3/+3 |
2010-01-24 | Documentation: merge: move configuration section to end | Jonathan Nieder | 1 | -9/+9 |
2010-01-24 | Make ce_uptodate() trustworthy again | Junio C Hamano | 3 | -3/+7 |
2010-01-23 | rebase -i: Export GIT_AUTHOR_* variables explicitly | Junio C Hamano | 1 | -4/+4 |
2010-01-23 | git-gui: set GIT_DIR and GIT_WORK_TREE after setup | Giuseppe Bilotta | 1 | -23/+20 |
2010-01-23 | git-gui: update shortcut tools to use _gitworktree | Giuseppe Bilotta | 1 | -3/+4 |
2010-01-23 | git-gui: handle bare repos correctly | Giuseppe Bilotta | 1 | -7/+36 |
2010-01-23 | git-gui: handle non-standard worktree locations | Giuseppe Bilotta | 1 | -9/+28 |
2010-01-23 | git-gui: Support applying a range of changes at once | Jeff Epler | 2 | -104/+153 |
2010-01-23 | git-gui: Add a special diff popup menu for submodules | Jens Lehmann | 1 | -16/+110 |
2010-01-23 | git-gui: Use git diff --submodule when available | Jens Lehmann | 1 | -4/+13 |
2010-01-23 | git-gui: work from the .git dir | Giuseppe Bilotta | 1 | -0/+10 |