Age | Commit message (Expand) | Author | Files | Lines |
2010-01-31 | Makefile: tuck away generated makefile fragments in .depend | Jonathan Nieder | 1 | -3/+3 |
2010-01-27 | Teach Makefile to check header dependencies | Jonathan Nieder | 1 | -15/+80 |
2010-01-27 | Makefile: list standalone program object files in PROGRAM_OBJS | Jonathan Nieder | 1 | -12/+16 |
2010-01-26 | Makefile: lazily compute header dependencies | Jonathan Nieder | 2 | -5/+45 |
2010-01-26 | Makefile: list generated object files in OBJECTS | Jonathan Nieder | 1 | -2/+7 |
2010-01-26 | Makefile: disable default implicit rules | Jonathan Nieder | 1 | -0/+2 |
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 | 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 | 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-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-23 | rebase -i: Export GIT_AUTHOR_* variables explicitly | Junio C Hamano | 1 | -4/+4 |
2010-01-23 | git-gui: work from the .git dir | Giuseppe Bilotta | 1 | -0/+10 |
2010-01-23 | git-gui: Fix applying a line when all following lines are deletions | Jeff Epler | 1 | -0/+1 |
2010-01-23 | git-gui: Correct file_states when unstaging partly staged entry | Jens Lehmann | 1 | -0/+3 |
2010-01-23 | git-gui: Fix gitk for branch whose name matches local file | Peter Krefting | 1 | -1/+1 |
2010-01-23 | git-gui: Keep repo_config(gui.recentrepos) and .gitconfig in sync | Christopher Beelby | 1 | -0/+4 |
2010-01-23 | git-gui: handle really long error messages in updateindex. | Pat Thoyts | 1 | -16/+18 |
2010-01-23 | Documentation: rev-list: fix synopsys for --tags and and --remotes | Christian Couder | 1 | -2/+2 |
2010-01-23 | Merge git://git.bogomips.org/git-svn | Junio C Hamano | 9 | -162/+1018 |
2010-01-23 | git-svn: allow subset of branches/tags to be specified in glob spec | Jay Soffian | 4 | -20/+320 |