Commit message (Expand) | Author | Age | Files | Lines | ||
---|---|---|---|---|---|---|
... | ||||||
* | | | | | | | | | | Merge branch 'mh/status-optionally-refresh' | Junio C Hamano | 2010-05-08 | 2 | -0/+34 | |
|\ \ \ \ \ \ \ \ \ \ | ||||||
| * | | | | | | | | | | t7508: add a test for "git status" in a read-only repository | Markus Heidelberg | 2010-04-03 | 1 | -0/+15 | |
| * | | | | | | | | | | git status: refresh the index if possible | Markus Heidelberg | 2010-04-02 | 2 | -1/+10 | |
| * | | | | | | | | | | t7508: add test for "git status" refreshing the index | Markus Heidelberg | 2010-04-02 | 1 | -0/+10 | |
* | | | | | | | | | | | Merge branch 'cw/ws-indent-with-tab' | Junio C Hamano | 2010-05-08 | 6 | -85/+162 | |
|\ \ \ \ \ \ \ \ \ \ \ | ||||||
| * | | | | | | | | | | | whitespace: tests for git-apply --whitespace=fix with tab-in-indent | Chris Webb | 2010-04-04 | 1 | -24/+29 | |
| * | | | | | | | | | | | whitespace: add tab-in-indent support for --whitespace=fix | Chris Webb | 2010-04-04 | 1 | -0/+14 | |
| * | | | | | | | | | | | whitespace: replumb ws_fix_copy to take a strbuf *dst instead of char *dst | Chris Webb | 2010-04-04 | 3 | -54/+48 | |
| * | | | | | | | | | | | whitespace: tests for git-diff --check with tab-in-indent error class | Chris Webb | 2010-04-04 | 1 | -0/+42 | |
| * | | | | | | | | | | | whitespace: add tab-in-indent error class | Chris Webb | 2010-04-02 | 3 | -5/+25 | |
| * | | | | | | | | | | | whitespace: we cannot "catch all errors known to git" anymore | Junio C Hamano | 2010-04-02 | 1 | -2/+4 | |
* | | | | | | | | | | | | Merge branch 'cc/revert-strategy' | Junio C Hamano | 2010-05-08 | 3 | -110/+153 | |
|\ \ \ \ \ \ \ \ \ \ \ \ | ||||||
| * | | | | | | | | | | | | revert: add "--strategy" option to choose merge strategy | Christian Couder | 2010-04-01 | 1 | -2/+23 | |
| * | | | | | | | | | | | | merge: make function try_merge_command non static | Christian Couder | 2010-04-01 | 2 | -2/+5 | |
| * | | | | | | | | | | | | merge: refactor code that calls "git merge-STRATEGY" | Christian Couder | 2010-04-01 | 1 | -36/+45 | |
| * | | | | | | | | | | | | revert: refactor merge recursive code into its own function | Christian Couder | 2010-04-01 | 1 | -48/+58 | |
| * | | | | | | | | | | | | revert: use strbuf to refactor the code that writes the merge message | Christian Couder | 2010-04-01 | 1 | -36/+34 | |
* | | | | | | | | | | | | | Merge branch 'sc/http-late-auth' | Junio C Hamano | 2010-05-08 | 3 | -2/+24 | |
|\ \ \ \ \ \ \ \ \ \ \ \ \ | ||||||
| * | | | | | | | | | | | | | Prompt for a username when an HTTP request 401s | Scott Chacon | 2010-04-01 | 3 | -2/+24 | |
* | | | | | | | | | | | | | | Merge branch 'jk/cached-textconv' | Junio C Hamano | 2010-05-08 | 14 | -118/+403 | |
|\ \ \ \ \ \ \ \ \ \ \ \ \ \ | ||||||
| * | | | | | | | | | | | | | | diff: avoid useless filespec population | Jeff King | 2010-04-02 | 1 | -5/+4 | |
| * | | | | | | | | | | | | | | diff: cache textconv output | Jeff King | 2010-04-02 | 5 | -9/+185 | |
| * | | | | | | | | | | | | | | textconv: refactor calls to run_textconv | Jeff King | 2010-04-02 | 1 | -36/+30 | |
| * | | | | | | | | | | | | | | introduce notes-cache interface | Jeff King | 2010-04-01 | 3 | -0/+116 | |
| * | | | | | | | | | | | | | | make commit_tree a library function | Jeff King | 2010-04-01 | 6 | -72/+72 | |
* | | | | | | | | | | | | | | | Merge branch 'pc/remove-warn' | Junio C Hamano | 2010-05-08 | 6 | -21/+68 | |
|\ \ \ \ \ \ \ \ \ \ \ \ \ \ \ | |_|_|_|_|_|_|_|_|_|_|_|_|_|/ |/| | | | | | | | | | | | | | | ||||||
| * | | | | | | | | | | | | | | Remove a redundant errno test in a usage of remove_path | Peter Collingbourne | 2010-03-28 | 1 | -1/+1 | |
| * | | | | | | | | | | | | | | Introduce remove_or_warn function | Peter Collingbourne | 2010-03-28 | 5 | -15/+51 | |
| * | | | | | | | | | | | | | | Implement the rmdir_or_warn function | Peter Collingbourne | 2010-03-28 | 2 | -0/+9 | |
| * | | | | | | | | | | | | | | Generalise the unlink_or_warn function | Peter Collingbourne | 2010-03-28 | 1 | -5/+7 | |
* | | | | | | | | | | | | | | | cherry-pick: do not dump core when iconv fails | Jonathan Nieder | 2010-05-08 | 1 | -2/+7 | |
* | | | | | | | | | | | | | | | Makefile: Fix 'clean' target to remove all gitweb build files | Ramsay Jones | 2010-05-08 | 1 | -1/+1 | |
* | | | | | | | | | | | | | | | Documentation/config.txt: GIT_NOTES_REWRITE_REF overrides notes.rewriteRef | Leif Arne Storset | 2010-05-07 | 1 | -4/+4 | |
* | | | | | | | | | | | | | | | test-lib: some shells do not let $? propagate into an eval | Jonathan Nieder | 2010-05-06 | 2 | -3/+25 | |
* | | | | | | | | | | | | | | | test-lib: Let tests specify commands to be run at end of test | Jonathan Nieder | 2010-05-04 | 1 | -1/+27 | |
* | | | | | | | | | | | | | | | Merge branch 'maint-1.7.0' into maint | Junio C Hamano | 2010-05-04 | 4 | -19/+13 | |
|\ \ \ \ \ \ \ \ \ \ \ \ \ \ \ | ||||||
| * | | | | | | | | | | | | | | | remove ecb parameter from xdi_diff_outf() | René Scharfe | 2010-05-04 | 4 | -19/+13 | |
* | | | | | | | | | | | | | | | | Documentation/git-send-email: Add "Use gmail as the smtp server" | Ping Yin | 2010-05-04 | 1 | -0/+15 | |
* | | | | | | | | | | | | | | | | clone: quell the progress report from init and report on clone | Junio C Hamano | 2010-05-04 | 2 | -2/+6 | |
* | | | | | | | | | | | | | | | | test-lib.sh: Add explicit license detail, with change from GPLv2 to GPLv2+. | Michal Sojka | 2010-05-04 | 1 | -0/+12 | |
* | | | | | | | | | | | | | | | | Gitweb: ignore built file | Sverre Rabbelier | 2010-05-02 | 1 | -0/+1 | |
* | | | | | | | | | | | | | | | | Merge branch 'maint' | Junio C Hamano | 2010-05-01 | 2 | -1/+3 | |
|\ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ | |/ / / / / / / / / / / / / / / | ||||||
| * | | | | | | | | | | | | | | | index-pack: fix trivial typo in usage string | Michael J Gruber | 2010-05-01 | 1 | -1/+1 | |
| * | | | | | | | | | | | | | | | git-submodule.sh: properly initialize shell variables | Gerrit Pape | 2010-05-01 | 1 | -0/+2 | |
* | | | | | | | | | | | | | | | | xdiff/xmerge.c: use memset() instead of explicit for-loop | Alexey Mahotkin | 2010-05-01 | 1 | -9/+8 | |
* | | | | | | | | | | | | | | | | Git 1.7.1v1.7.1 | Junio C Hamano | 2010-04-23 | 3 | -9/+8 | |
* | | | | | | | | | | | | | | | | Merge branch 'maint' | Junio C Hamano | 2010-04-23 | 1 | -9/+34 | |
|\ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ | |/ / / / / / / / / / / / / / / | ||||||
| * | | | | | | | | | | | | | | | Documentation improvements for the description of short format. | Eric Raymond | 2010-04-23 | 1 | -9/+34 | |
* | | | | | | | | | | | | | | | | Sync with 1.7.0.6 | Junio C Hamano | 2010-04-22 | 2 | -1/+15 | |
|\ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ | |/ / / / / / / / / / / / / / / | ||||||
| * | | | | | | | | | | | | | | | Git 1.7.0.6v1.7.0.6 | Junio C Hamano | 2010-04-22 | 4 | -3/+17 |