aboutsummaryrefslogtreecommitdiff
Commit message (Expand)AuthorAge
...
| * | | | | | | | | | | | | git: use run_command() to execute dashed externalsJeff King2009-01-28
| * | | | | | | | | | | | | run_command(): help callers distinguish errorsJeff King2009-01-28
| * | | | | | | | | | | | | run_command(): handle missing command errors more gracefullyJeff King2009-01-28
| * | | | | | | | | | | | | git: s/run_command/run_builtin/Jeff King2009-01-28
| |/ / / / / / / / / / / /
* | | | | | | | | | | | | t3412: use log|name-rev instead of log --graphThomas Rast2009-02-01
* | | | | | | | | | | | | gitweb: Update README that gitweb works better with PATH_INFOJakub Narebski2009-02-01
* | | | | | | | | | | | | mailinfo: cleanup extra spaces for complex 'From:'Kirill Smelkov2009-02-01
* | | | | | | | | | | | | Merge branch 'ks/maint-mailinfo-folded'Junio C Hamano2009-01-31
|\ \ \ \ \ \ \ \ \ \ \ \ \
| * | | | | | | | | | | | | mailinfo: tests for RFC2047 examplesKirill Smelkov2009-01-28
| * | | | | | | | | | | | | mailinfo: add explicit test for mails like '<a.u.thor@example.com> (A U Thor)'Kirill Smelkov2009-01-28
| * | | | | | | | | | | | | mailinfo: 'From:' header should be unfold as wellKirill Smelkov2009-01-12
| * | | | | | | | | | | | | mailinfo: correctly handle multiline 'Subject:' headerKirill Smelkov2009-01-10
* | | | | | | | | | | | | | Merge branch 'jc/maint-apply-fix'Junio C Hamano2009-01-31
|\ \ \ \ \ \ \ \ \ \ \ \ \ \ | | |_|_|_|_|_|_|_|_|_|_|_|/ | |/| | | | | | | | | | | |
| * | | | | | | | | | | | | builtin-apply.c: do not set bogus mode in check_preimage() for deleted pathJunio C Hamano2009-01-28
| | |/ / / / / / / / / / / | |/| | | | | | | | | | |
* | | | | | | | | | | | | Merge branch 'am/maint-push-doc'Junio C Hamano2009-01-31
|\ \ \ \ \ \ \ \ \ \ \ \ \ | | |_|_|_|_|_|_|_|_|_|_|/ | |/| | | | | | | | | | |
| * | | | | | | | | | | | Documentation: rework src/dst description in git pushAnders Melchiorsen2009-01-25
| * | | | | | | | | | | | Documentation: more git push examplesAnders Melchiorsen2009-01-25
| * | | | | | | | | | | | Documentation: simplify refspec format descriptionJunio C Hamano2009-01-25
* | | | | | | | | | | | | Merge branch 'jc/maint-allow-uninteresting-missing'Junio C Hamano2009-01-31
|\ \ \ \ \ \ \ \ \ \ \ \ \
| * | | | | | | | | | | | | revision traversal: allow UNINTERESTING objects to be missingJunio C Hamano2009-01-28
| | |/ / / / / / / / / / / | |/| | | | | | | | | | |
* | | | | | | | | | | | | Merge branch 'jg/tag-contains'Junio C Hamano2009-01-31
|\ \ \ \ \ \ \ \ \ \ \ \ \
| * | | | | | | | | | | | | git-tag: Add --contains optionJake Goulding2009-01-28
| * | | | | | | | | | | | | Make has_commit() non-staticJake Goulding2009-01-28
| * | | | | | | | | | | | | Make opt_parse_with_commit() non-staticJake Goulding2009-01-28
* | | | | | | | | | | | | | Merge branch 'js/maint-rebase-i-submodule'Junio C Hamano2009-01-31
|\ \ \ \ \ \ \ \ \ \ \ \ \ \
| * | | | | | | | | | | | | | Fix submodule squashing into unrelated commitJohannes Schindelin2009-01-28
| * | | | | | | | | | | | | | rebase -i squashes submodule changes into unrelated commitJunio C Hamano2009-01-28
| | |/ / / / / / / / / / / / | |/| | | | | | | | | | | |
* | | | | | | | | | | | | | Merge branch 'jc/maint-split-diff-metainfo'Junio C Hamano2009-01-31
|\ \ \ \ \ \ \ \ \ \ \ \ \ \ | | |_|_|_|_|_|_|_|_|_|/ / / | |/| | | | | | | | | | | |
| * | | | | | | | | | | | | Merge branch 'jc/maint-1.6.0-split-diff-metainfo' into jc/maint-split-diff-me...Junio C Hamano2009-01-27
| |\ \ \ \ \ \ \ \ \ \ \ \ \ | | |_|_|/ / / / / / / / / / | |/| | | | | | | | | | | |
| | * | | | | | | | | | | | diff.c: output correct index lines for a split diffJunio C Hamano2009-01-27
* | | | | | | | | | | | | | Merge branch 'sp/runtime-prefix'Junio C Hamano2009-01-31
|\ \ \ \ \ \ \ \ \ \ \ \ \ \
| * | | | | | | | | | | | | | Windows: Revert to default paths and convert them by RUNTIME_PREFIXSteffen Prohaska2009-01-26
| * | | | | | | | | | | | | | Compute prefix at runtime if RUNTIME_PREFIX is setSteffen Prohaska2009-01-26
| * | | | | | | | | | | | | | Modify setup_path() to only add git_exec_path() to PATHSteffen Prohaska2009-01-26
| * | | | | | | | | | | | | | Add calls to git_extract_argv0_path() in programs that call git_config_*Steffen Prohaska2009-01-26
| * | | | | | | | | | | | | | git_extract_argv0_path(): Move check for valid argv0 from caller to calleeSteffen Prohaska2009-01-26
| * | | | | | | | | | | | | | Refactor git_set_argv0_path() to git_extract_argv0_path()Steve Haslam2009-01-26
| * | | | | | | | | | | | | | Move computation of absolute paths from Makefile to runtime (in preparation f...Steffen Prohaska2009-01-26
* | | | | | | | | | | | | | | Merge branch 'jk/signal-cleanup'Junio C Hamano2009-01-31
|\ \ \ \ \ \ \ \ \ \ \ \ \ \ \
| * | | | | | | | | | | | | | | t0005: use SIGTERM for sigchain testJeff King2009-01-30
| * | | | | | | | | | | | | | | pager: do wait_for_pager on signal deathJeff King2009-01-21
| * | | | | | | | | | | | | | | refactor signal handling for cleanup functionsJeff King2009-01-21
| * | | | | | | | | | | | | | | chain kill signals for cleanup functionsJeff King2009-01-21
| * | | | | | | | | | | | | | | diff: refactor tempfile cleanup handlingJeff King2009-01-21
| * | | | | | | | | | | | | | | Windows: Fix signal numbersJohannes Sixt2009-01-21
* | | | | | | | | | | | | | | | Merge branch 'jg/mergetool'Junio C Hamano2009-01-31
|\ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \
| * | | | | | | | | | | | | | | | mergetool: Don't repeat merge tool candidatesJohannes Gilger2009-01-27
* | | | | | | | | | | | | | | | | Merge branch 'maint'Junio C Hamano2009-01-31
|\ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ | | |_|_|_|_|_|_|_|/ / / / / / / / | |/| | | | | | | | | | | | | | |
| * | | | | | | | | | | | | | | | Merge branch 'maint-1.6.0' into maintJunio C Hamano2009-01-31
| |\ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ | | | |_|_|_|_|_|_|_|/ / / / / / / | | |/| | | | | | | | | | | | | |
| | * | | | | | | | | | | | | | | merge: fix out-of-bounds memory accessRené Scharfe2009-01-31