Commit message (Expand) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | trace: add trace_strbuf | Jeff King | 2011-03-08 | 2 | -7/+17 |
* | trace: factor out "do we want to trace" logic | Jeff King | 2011-03-08 | 2 | -3/+12 |
* | trace: refactor to support multiple env variables | Jeff King | 2011-03-08 | 2 | -11/+19 |
* | trace: add trace_vprintf | Jeff King | 2011-03-08 | 2 | -5/+10 |
* | compat: fall back on __va_copy if available | Jonathan Nieder | 2011-03-08 | 1 | -1/+10 |
* | strbuf: add strbuf_vaddf | Jeff King | 2011-02-26 | 5 | -63/+25 |
* | compat: provide a fallback va_copy definition | Jeff King | 2011-02-26 | 2 | -1/+4 |
* | update-index --refresh --porcelain: add missing const | Jonathan Nieder | 2011-02-22 | 2 | -3/+3 |
* | checkout: add missing const to describe_detached_head | Jonathan Nieder | 2011-02-22 | 1 | -1/+1 |
* | Merge branch 'maint' | Junio C Hamano | 2011-02-21 | 2 | -14/+14 |
|\ | |||||
| * | Documentation: clarify -u<mode> option defaults | Clemens Buchacher | 2011-02-21 | 2 | -14/+14 |
* | | Merge branch 'maint' | Junio C Hamano | 2011-02-21 | 5 | -92/+15 |
|\ \ | |/ | |||||
| * | t/t7500-commit.sh: use test_cmp instead of test | Ævar Arnfjörð Bjarmason | 2011-02-21 | 1 | -1/+6 |
| * | t/gitweb-lib.sh: Ensure that errors are shown for --debug --immediate | Ævar Arnfjörð Bjarmason | 2011-02-21 | 3 | -88/+6 |
| * | gitweb/gitweb.perl: don't call S_ISREG() with undef | Ævar Arnfjörð Bjarmason | 2011-02-21 | 1 | -1/+1 |
| * | gitweb/gitweb.perl: remove use of qw(...) as parentheses | Ævar Arnfjörð Bjarmason | 2011-02-21 | 1 | -2/+2 |
* | | Merge branch 'maint' | Junio C Hamano | 2011-02-16 | 1 | -2/+4 |
|\ \ | |/ | |||||
| * | Merge branch 'maint-1.7.3' into maint | Junio C Hamano | 2011-02-16 | 0 | -0/+0 |
| |\ | |||||
| | * | Merge branch 'maint-1.7.2' into maint-1.7.3 | Junio C Hamano | 2011-02-16 | 3 | -20/+26 |
| | |\ | |||||
| | | * | Merge branch 'maint-1.7.1' into maint-1.7.2 | Junio C Hamano | 2011-02-16 | 3 | -20/+26 |
| | | |\ | |||||
| | | | * | Merge branch 'maint-1.7.0' into maint-1.7.1 | Junio C Hamano | 2011-02-16 | 3 | -20/+26 |
| | | | |\ | |||||
| * | | | | | parse_tag_buffer(): do not prefixcmp() out of range | Nguyễn Thái Ngọc Duy | 2011-02-16 | 1 | -2/+4 |
* | | | | | | Merge branch 'maint' | Junio C Hamano | 2011-02-15 | 15 | -63/+49 |
|\ \ \ \ \ \ | |/ / / / / | |||||
| * | | | | | pull: do not display fetch usage on --help-all | Michael J Gruber | 2011-02-15 | 1 | -1/+1 |
| * | | | | | git-tag.txt: list all modes in the description | Michael J Gruber | 2011-02-15 | 1 | -5/+6 |
| * | | | | | commit,status: describe -u likewise | Michael J Gruber | 2011-02-15 | 1 | -1/+1 |
| * | | | | | add: describe --patch like checkout, reset | Michael J Gruber | 2011-02-15 | 1 | -1/+1 |
| * | | | | | commit,merge,tag: describe -m likewise | Michael J Gruber | 2011-02-15 | 3 | -5/+5 |
| * | | | | | clone,init: describe --template using the same wording | Michael J Gruber | 2011-02-15 | 2 | -3/+3 |
| * | | | | | commit,status: describe --porcelain just like push | Michael J Gruber | 2011-02-15 | 1 | -2/+2 |
| * | | | | | commit,tag: use same wording for -F | Michael J Gruber | 2011-02-15 | 2 | -2/+2 |
| * | | | | | configure: use AC_LANG_PROGRAM consistently | Ralf Wildenhues | 2011-02-14 | 2 | -39/+21 |
| * | | | | | string_list_append: always set util pointer to NULL | Jeff King | 2011-02-14 | 1 | -0/+1 |
| * | | | | | correct type of EMPTY_TREE_SHA1_BIN | Jonathan Nieder | 2011-02-14 | 4 | -4/+6 |
* | | | | | | Revert "unpack_trees(): skip trees that are the same in all input" | Junio C Hamano | 2011-02-15 | 1 | -56/+0 |
* | | | | | | Obey p4 views when using client spec | Ian Wienand | 2011-02-14 | 2 | -4/+51 |
* | | | | | | gitignore: add test-mktemp to ignore list | Ævar Arnfjörð Bjarmason | 2011-02-13 | 1 | -0/+1 |
* | | | | | | repo-config: add deprecation warning | René Scharfe | 2011-02-13 | 3 | -2/+9 |
* | | | | | | Merge branch 'maint' | Junio C Hamano | 2011-02-11 | 4 | -2/+33 |
|\ \ \ \ \ \ | |/ / / / / | |||||
| * | | | | | Git 1.7.4.1v1.7.4.1 | Junio C Hamano | 2011-02-11 | 4 | -3/+31 |
| * | | | | | Merge branch 'jc/fsck-fixes' into maint | Junio C Hamano | 2011-02-11 | 1 | -9/+22 |
| |\ \ \ \ \ | |||||
| * | | | | | | clone: fixup recurse_submodules option | Chris Packham | 2011-02-11 | 1 | -1/+1 |
| * | | | | | | svn-fe: warn about experimental status | Jonathan Nieder | 2011-02-11 | 1 | -0/+3 |
* | | | | | | | Merge branch 'maint' | Junio C Hamano | 2011-02-10 | 4 | -4/+11 |
|\ \ \ \ \ \ \ | |/ / / / / / | |||||
| * | | | | | | compat: helper for detecting unsigned overflow | Jonathan Nieder | 2011-02-10 | 4 | -4/+11 |
* | | | | | | | Merge branch 'tr/merge-unborn-clobber' | Junio C Hamano | 2011-02-09 | 1 | -0/+16 |
|\ \ \ \ \ \ \ | |||||
| * | | | | | | | Exhibit merge bug that clobbers index&WT | Thomas Rast | 2010-08-25 | 1 | -0/+16 |
* | | | | | | | | Merge branch 'jc/unpack-trees' | Junio C Hamano | 2011-02-09 | 1 | -2/+62 |
|\ \ \ \ \ \ \ \ | |||||
| * | | | | | | | | unpack_trees(): skip trees that are the same in all input | Junio C Hamano | 2011-01-04 | 1 | -0/+56 |
| * | | | | | | | | unpack-trees.c: cosmetic fix | Junio C Hamano | 2010-12-22 | 1 | -4/+8 |