summaryrefslogtreecommitdiff
Commit message (Expand)AuthorAgeFilesLines
...
| * | | | | | | | attr: Allow multiple changes to an attribute on the same line.Henrik Grubbström2010-04-102-1/+7
| * | | | | | | | attr: Fixed debug output for macro expansion.Henrik Grubbström2010-04-101-1/+3
* | | | | | | | | Merge branch 'eb/unpretty-b-format'Junio C Hamano2010-05-083-0/+14
|\ \ \ \ \ \ \ \ \
| * | | | | | | | | Add `%B' in format strings for raw commit body in `git log' and friendsEli Barzilay2010-04-053-0/+14
* | | | | | | | | | Merge branch 'ab/commit-empty-message'Junio C Hamano2010-05-083-4/+38
|\ \ \ \ \ \ \ \ \ \
| * | | | | | | | | | Add option to git-commit to allow empty log messagesÆvar Arnfjörð Bjarmason2010-04-073-4/+38
* | | | | | | | | | | Merge branch 'jc/test-sleepless'Junio C Hamano2010-05-083-6/+7
|\ \ \ \ \ \ \ \ \ \ \
| * | | | | | | | | | | war on "sleep" in testsJunio C Hamano2010-04-063-6/+7
| |/ / / / / / / / / /
* | | | | | | | | | | Merge branch 'jc/maint-reflog-expire-unreachable'Junio C Hamano2010-05-081-40/+56
|\ \ \ \ \ \ \ \ \ \ \
| * | | | | | | | | | | reflog --expire-unreachable: avoid merge-base computationJunio C Hamano2010-04-071-40/+56
* | | | | | | | | | | | Merge branch 'sd/log-decorate'Junio C Hamano2010-05-088-13/+118
|\ \ \ \ \ \ \ \ \ \ \ \
| * | | | | | | | | | | | log.decorate: only ignore it under "log --pretty=raw"Junio C Hamano2010-04-082-30/+19
| * | | | | | | | | | | | script with rev-list instead of logJeff King2010-04-082-2/+2
| * | | | | | | | | | | | log --pretty/--oneline: ignore log.decorateJunio C Hamano2010-04-062-16/+39
| * | | | | | | | | | | | log.decorate: usability fixesJunio C Hamano2010-02-173-11/+76
| * | | | | | | | | | | | Add `log.decorate' configuration variable.Steven Drake2010-02-172-1/+15
| * | | | | | | | | | | | git_config_maybe_bool()Junio C Hamano2010-02-172-4/+18
| | |_|_|_|/ / / / / / / | |/| | | | | | | | | |
* | | | | | | | | | | | Merge branch 'mh/status-optionally-refresh'Junio C Hamano2010-05-082-0/+34
|\ \ \ \ \ \ \ \ \ \ \ \
| * | | | | | | | | | | | t7508: add a test for "git status" in a read-only repositoryMarkus Heidelberg2010-04-031-0/+15
| * | | | | | | | | | | | git status: refresh the index if possibleMarkus Heidelberg2010-04-022-1/+10
| * | | | | | | | | | | | t7508: add test for "git status" refreshing the indexMarkus Heidelberg2010-04-021-0/+10
* | | | | | | | | | | | | Merge branch 'cw/ws-indent-with-tab'Junio C Hamano2010-05-086-85/+162
|\ \ \ \ \ \ \ \ \ \ \ \ \
| * | | | | | | | | | | | | whitespace: tests for git-apply --whitespace=fix with tab-in-indentChris Webb2010-04-041-24/+29
| * | | | | | | | | | | | | whitespace: add tab-in-indent support for --whitespace=fixChris Webb2010-04-041-0/+14
| * | | | | | | | | | | | | whitespace: replumb ws_fix_copy to take a strbuf *dst instead of char *dstChris Webb2010-04-043-54/+48
| * | | | | | | | | | | | | whitespace: tests for git-diff --check with tab-in-indent error classChris Webb2010-04-041-0/+42
| * | | | | | | | | | | | | whitespace: add tab-in-indent error classChris Webb2010-04-023-5/+25
| * | | | | | | | | | | | | whitespace: we cannot "catch all errors known to git" anymoreJunio C Hamano2010-04-021-2/+4
* | | | | | | | | | | | | | Merge branch 'cc/revert-strategy'Junio C Hamano2010-05-083-110/+153
|\ \ \ \ \ \ \ \ \ \ \ \ \ \
| * | | | | | | | | | | | | | revert: add "--strategy" option to choose merge strategyChristian Couder2010-04-011-2/+23
| * | | | | | | | | | | | | | merge: make function try_merge_command non staticChristian Couder2010-04-012-2/+5
| * | | | | | | | | | | | | | merge: refactor code that calls "git merge-STRATEGY"Christian Couder2010-04-011-36/+45
| * | | | | | | | | | | | | | revert: refactor merge recursive code into its own functionChristian Couder2010-04-011-48/+58
| * | | | | | | | | | | | | | revert: use strbuf to refactor the code that writes the merge messageChristian Couder2010-04-011-36/+34
* | | | | | | | | | | | | | | Merge branch 'sc/http-late-auth'Junio C Hamano2010-05-083-2/+24
|\ \ \ \ \ \ \ \ \ \ \ \ \ \ \
| * | | | | | | | | | | | | | | Prompt for a username when an HTTP request 401sScott Chacon2010-04-013-2/+24
* | | | | | | | | | | | | | | | Merge branch 'jk/cached-textconv'Junio C Hamano2010-05-0814-118/+403
|\ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \
| * | | | | | | | | | | | | | | | diff: avoid useless filespec populationJeff King2010-04-021-5/+4
| * | | | | | | | | | | | | | | | diff: cache textconv outputJeff King2010-04-025-9/+185
| * | | | | | | | | | | | | | | | textconv: refactor calls to run_textconvJeff King2010-04-021-36/+30
| * | | | | | | | | | | | | | | | introduce notes-cache interfaceJeff King2010-04-013-0/+116
| * | | | | | | | | | | | | | | | make commit_tree a library functionJeff King2010-04-016-72/+72
* | | | | | | | | | | | | | | | | Merge branch 'pc/remove-warn'Junio C Hamano2010-05-086-21/+68
|\ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ | |_|_|_|_|_|_|_|_|_|_|_|_|_|/ / / |/| | | | | | | | | | | | | | | |
| * | | | | | | | | | | | | | | | Remove a redundant errno test in a usage of remove_pathPeter Collingbourne2010-03-281-1/+1
| * | | | | | | | | | | | | | | | Introduce remove_or_warn functionPeter Collingbourne2010-03-285-15/+51
| * | | | | | | | | | | | | | | | Implement the rmdir_or_warn functionPeter Collingbourne2010-03-282-0/+9
| * | | | | | | | | | | | | | | | Generalise the unlink_or_warn functionPeter Collingbourne2010-03-281-5/+7
| | |_|_|_|_|_|_|_|_|_|_|_|_|_|/ | |/| | | | | | | | | | | | | |
* | | | | | | | | | | | | | | | cherry-pick: do not dump core when iconv failsJonathan Nieder2010-05-081-2/+7
* | | | | | | | | | | | | | | | Makefile: Fix 'clean' target to remove all gitweb build filesRamsay Jones2010-05-081-1/+1
* | | | | | | | | | | | | | | | Documentation/config.txt: GIT_NOTES_REWRITE_REF overrides notes.rewriteRefLeif Arne Storset2010-05-071-4/+4