Commit message (Expand) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | user-manual: typo and grammar fixes | Eric Hanchrow | 2008-07-08 | 1 | -9/+9 |
* | Merge branch 'qq/maint' | Junio C Hamano | 2008-07-07 | 1 | -0/+2 |
|\ | |||||
| * | run_command(): respect GIT_TRACE | Johannes Schindelin | 2008-07-07 | 1 | -0/+2 |
* | | gitweb: Describe projects_index format in more detail | Jakub Narebski | 2008-07-07 | 2 | -6/+46 |
* | | Merge branch 'js/maint-daemon-syslog' | Junio C Hamano | 2008-07-07 | 1 | -20/+50 |
|\ \ | |||||
| * | | git daemon: avoid calling syslog() from a signal handler | Johannes Schindelin | 2008-07-06 | 1 | -20/+50 |
* | | | Merge branch 'maint' | Junio C Hamano | 2008-07-07 | 1 | -0/+2 |
|\ \ \ | |||||
| * \ \ | Merge branch 'qq/maint' (early part) into maint | Junio C Hamano | 2008-07-07 | 15 | -88/+73 |
| |\ \ \ | | | |/ | | |/| | |||||
| | * | | git-svn.perl: workaround assertions in svn library 1.5.0 | Gerrit Pape | 2008-07-07 | 1 | -0/+2 |
* | | | | Update draft release notes for 1.6.0 | Junio C Hamano | 2008-07-07 | 1 | -8/+22 |
* | | | | Merge branch 'jc/rerere' | Junio C Hamano | 2008-07-07 | 3 | -44/+95 |
|\ \ \ \ | |||||
| * | | | | rerere.autoupdate | Junio C Hamano | 2008-06-22 | 3 | -0/+52 |
| * | | | | t4200: fix rerere test | Junio C Hamano | 2008-06-22 | 1 | -3/+3 |
| * | | | | rerere: remove dubious "tail_optimization" | Junio C Hamano | 2008-06-22 | 1 | -10/+9 |
| * | | | | git-rerere: detect unparsable conflicts | Junio C Hamano | 2008-06-22 | 1 | -0/+5 |
| * | | | | rerere: rerere_created_at() and has_resolution() abstraction | Junio C Hamano | 2008-06-22 | 1 | -31/+26 |
* | | | | | Merge branch 'dr/ceiling' | Junio C Hamano | 2008-07-07 | 12 | -32/+406 |
|\ \ \ \ \ | |||||
| * | | | | | Eliminate an unnecessary chdir("..") | David Reiss | 2008-05-23 | 1 | -1/+1 |
| * | | | | | Add support for GIT_CEILING_DIRECTORIES | David Reiss | 2008-05-23 | 8 | -11/+282 |
| * | | | | | Fold test-absolute-path into test-path-utils | David Reiss | 2008-05-23 | 5 | -17/+13 |
| * | | | | | Implement normalize_absolute_path | David Reiss | 2008-05-23 | 6 | -1/+109 |
* | | | | | | Merge branch 'db/no-git-config' | Junio C Hamano | 2008-07-07 | 5 | -45/+33 |
|\ \ \ \ \ \ | |||||
| * | | | | | | Only use GIT_CONFIG in "git config", not other programs | Daniel Barkalow | 2008-07-01 | 5 | -45/+33 |
* | | | | | | | Merge branch 'js/import-zip' | Junio C Hamano | 2008-07-07 | 1 | -0/+72 |
|\ \ \ \ \ \ \ | |||||
| * | | | | | | | Add another fast-import example, this time for .zip files | Johannes Schindelin | 2008-07-01 | 1 | -0/+72 |
| |/ / / / / / | |||||
* | | | | | | | Merge branch 'maint' | Junio C Hamano | 2008-07-07 | 1 | -2/+2 |
|\ \ \ \ \ \ \ | | |_|_|/ / / | |/| | | | | | |||||
| * | | | | | | Fix grammar in git-rev-parse(1). | Mikael Magnusson | 2008-07-06 | 1 | -2/+2 |
* | | | | | | | Merge branch 'qq/maint' | Junio C Hamano | 2008-07-07 | 2 | -1/+1 |
|\ \ \ \ \ \ \ | | |_|_|_|/ / | |/| | | | | | |||||
| * | | | | | | mailinfo: feed the correct line length to decode_transfer_encoding() | Junio C Hamano | 2008-07-06 | 1 | -0/+1 |
| * | | | | | | git-clone: remove leftover debugging fprintf(). | Alex Riesen | 2008-07-06 | 1 | -1/+0 |
* | | | | | | | completion.bash: add 'skip' and 'run' to git-bisect | Dmitry Potapov | 2008-07-07 | 1 | -2/+2 |
* | | | | | | | Merge git://repo.or.cz/git-gui | Junio C Hamano | 2008-07-06 | 2 | -3/+125 |
|\ \ \ \ \ \ \ | |||||
| * | | | | | | | git-gui: Implement "Stage/Unstage Line" | Johannes Sixt | 2008-07-02 | 2 | -0/+95 |
| * | | | | | | | git-gui: Don't select the wrong file if the last listed file is staged. | Abhijit Menon-Sen | 2008-06-25 | 1 | -2/+4 |
| * | | | | | | | git-gui: Fix accidental staged state toggle when clicking top pixel row | Richard Quirk | 2008-06-20 | 1 | -1/+1 |
| * | | | | | | | git-gui: Move on to the next filename after staging/unstaging a change | Abhijit Menon-Sen | 2008-06-13 | 1 | -2/+27 |
* | | | | | | | | Merge branch 'qq/maint' | Junio C Hamano | 2008-07-06 | 0 | -0/+0 |
|\ \ \ \ \ \ \ \ | | |/ / / / / / | |/| | | | | | | |||||
| * | | | | | | | Fix "config_error_nonbool" used with value instead of key | Christian Couder | 2008-07-05 | 1 | -1/+1 |
* | | | | | | | | hg-to-git: use git init instead of git init-db | Miklos Vajna | 2008-07-05 | 1 | -1/+1 |
* | | | | | | | | hg-to-git: rewrite "git-frotz" to "git frotz" | Miklos Vajna | 2008-07-05 | 1 | -10/+10 |
* | | | | | | | | hg-to-git: abort if the project directory is not a hg repo | Miklos Vajna | 2008-07-05 | 1 | -1/+4 |
* | | | | | | | | hg-to-git: avoid raising a string exception | Miklos Vajna | 2008-07-05 | 1 | -1/+1 |
* | | | | | | | | INSTALL: Update section about git-frotz form. | Miklos Vajna | 2008-07-05 | 1 | -12/+6 |
* | | | | | | | | Fix "config_error_nonbool" used with value instead of key | Christian Couder | 2008-07-05 | 2 | -2/+2 |
* | | | | | | | | Merge branch 'qq/maint' | Junio C Hamano | 2008-07-05 | 11 | -92/+75 |
|\ \ \ \ \ \ \ \ | |/ / / / / / / | |||||
| * | | | | | | | clone -q: honor "quiet" option over native transports. | Junio C Hamano | 2008-07-05 | 1 | -1/+3 |
| * | | | | | | | attribute documentation: keep EXAMPLE at end | Junio C Hamano | 2008-07-05 | 1 | -16/+17 |
| * | | | | | | | builtin-commit.c: Use 'git_config_string' to get 'commit.template' | Brian Hetro | 2008-07-05 | 1 | -7/+4 |
| * | | | | | | | http.c: Use 'git_config_string' to clean up SSL config. | Brian Hetro | 2008-07-05 | 1 | -24/+12 |
| * | | | | | | | diff.c: Use 'git_config_string' to get 'diff.external' | Brian Hetro | 2008-07-05 | 1 | -6/+2 |