Commit message (Expand) | Author | Age | Files | Lines | ||
---|---|---|---|---|---|---|
... | ||||||
* | | | | | | | | | | | | | | | Merge branch 'nd/misc-cleanups' | Junio C Hamano | 2011-12-05 | 10 | -95/+112 | |
|\ \ \ \ \ \ \ \ \ \ \ \ \ \ \ | ||||||
| * | | | | | | | | | | | | | | | unpack_object_header_buffer(): clear the size field upon errornd/misc-cleanups | Junio C Hamano | 2011-10-27 | 1 | -1/+2 | |
| * | | | | | | | | | | | | | | | tree_entry_interesting: make use of local pointer "item" | Nguyễn Thái Ngọc Duy | 2011-10-27 | 1 | -2/+2 | |
| * | | | | | | | | | | | | | | | tree_entry_interesting(): give meaningful names to return values | Nguyễn Thái Ngọc Duy | 2011-10-27 | 6 | -44/+56 | |
| * | | | | | | | | | | | | | | | read_directory_recursive: reduce one indentation level | Nguyễn Thái Ngọc Duy | 2011-10-27 | 1 | -25/+25 | |
| * | | | | | | | | | | | | | | | get_tree_entry(): do not call find_tree_entry() on an empty tree | Junio C Hamano | 2011-10-27 | 1 | -3/+7 | |
| * | | | | | | | | | | | | | | | tree-walk.c: do not leak internal structure in tree_entry_len() | Nguyễn Thái Ngọc Duy | 2011-10-27 | 7 | -20/+20 | |
* | | | | | | | | | | | | | | | | Merge branch 'maint' | Junio C Hamano | 2011-12-05 | 2 | -2/+1 | |
|\ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ | | |_|_|_|_|_|_|_|_|_|_|_|/ / / | |/| | | | | | | | | | | | | | | ||||||
| * | | | | | | | | | | | | | | | Merge branch 'maint-1.7.7' into maint | Junio C Hamano | 2011-12-05 | 2 | -2/+1 | |
| |\ \ \ \ \ \ \ \ \ \ \ \ \ \ \ | | | |_|_|_|_|_|_|_|_|_|_|_|/ / | | |/| | | | | | | | | | | | | | ||||||
| | * | | | | | | | | | | | | | | Merge branch 'maint-1.7.6' into maint-1.7.7 | Junio C Hamano | 2011-12-05 | 2 | -2/+1 | |
| | |\ \ \ \ \ \ \ \ \ \ \ \ \ \ | ||||||
| | | * | | | | | | | | | | | | | | stripspace: fix outdated comment | Jeff King | 2011-12-05 | 1 | -2/+0 | |
| | | * | | | | | | | | | | | | | | Add MYMETA.yml to perl/.gitignore | Sebastian Morr | 2011-12-05 | 1 | -0/+1 | |
* | | | | | | | | | | | | | | | | | git-p4: introduce skipSubmitEdit | Pete Wyckoff | 2011-12-05 | 3 | -24/+136 | |
|/ / / / / / / / / / / / / / / / | ||||||
* | | | | | | | | | | | | | | | | Merge branch 'js/merge-edit-option' | Junio C Hamano | 2011-12-05 | 1 | -1/+0 | |
|\ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ | ||||||
| * | | | | | | | | | | | | | | | | Documentation: fix formatting error in merge-options.txtjs/merge-edit-option | Jack Nagel | 2011-12-05 | 1 | -1/+0 | |
* | | | | | | | | | | | | | | | | | Git 1.7.8v1.7.8 | Junio C Hamano | 2011-12-02 | 3 | -11/+8 | |
| |_|_|_|_|_|_|_|_|_|_|_|_|_|/ / |/| | | | | | | | | | | | | | | | ||||||
* | | | | | | | | | | | | | | | | Git 1.7.8-rc4v1.7.8-rc4 | Junio C Hamano | 2011-11-28 | 2 | -2/+2 | |
* | | | | | | | | | | | | | | | | builtin-reset: Documentation update | Vincent van Ravesteijn | 2011-11-23 | 1 | -4/+4 | |
* | | | | | | | | | | | | | | | | builtin-branch: Fix crash on invalid use of --force | Vincent van Ravesteijn | 2011-11-23 | 1 | -2/+2 | |
* | | | | | | | | | | | | | | | | revert --abort: do not leave behind useless sequencer-old directory | Jonathan Nieder | 2011-11-23 | 2 | -0/+9 | |
* | | | | | | | | | | | | | | | | Fix revert --abort on Windows | Johannes Sixt | 2011-11-23 | 1 | -2/+2 | |
* | | | | | | | | | | | | | | | | revert: do not pass non-literal string as format to git_path() | Nguyễn Thái Ngọc Duy | 2011-11-23 | 1 | -1/+1 | |
* | | | | | | | | | | | | | | | | Update 1.7.8 draft release notes in preparation for rc4 | Junio C Hamano | 2011-11-22 | 1 | -1/+1 | |
* | | | | | | | | | | | | | | | | Merge branch 'jn/revert-quit' | Junio C Hamano | 2011-11-22 | 10 | -54/+314 | |
|\ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ | ||||||
| * | | | | | | | | | | | | | | | | revert: remove --reset compatibility optionjn/revert-quit | Jonathan Nieder | 2011-11-22 | 2 | -5/+2 | |
| * | | | | | | | | | | | | | | | | revert: introduce --abort to cancel a failed cherry-pick | Jonathan Nieder | 2011-11-22 | 5 | -3/+185 | |
| * | | | | | | | | | | | | | | | | revert: write REVERT_HEAD pseudoref during conflicted revert | Jonathan Nieder | 2011-11-22 | 4 | -3/+61 | |
| * | | | | | | | | | | | | | | | | revert: improve error message for cherry-pick during cherry-pick | Jonathan Nieder | 2011-11-22 | 1 | -7/+6 | |
| * | | | | | | | | | | | | | | | | revert: rearrange pick_revisions() for clarity | Jonathan Nieder | 2011-11-22 | 1 | -24/+24 | |
| * | | | | | | | | | | | | | | | | revert: rename --reset option to --quit | Jonathan Nieder | 2011-11-22 | 7 | -25/+49 | |
* | | | | | | | | | | | | | | | | | Merge branch 'maint' | Junio C Hamano | 2011-11-21 | 1 | -1/+1 | |
|\ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ | |/ / / / / / / / / / / / / / / / |/| | / / / / / / / / / / / / / / | | |/ / / / / / / / / / / / / / | |/| | | | | | | | | | | | | | | ||||||
| * | | | | | | | | | | | | | | | documentation fix: git difftool uses diff tools, not merge tools. | Thomas Hochstein | 2011-11-21 | 1 | -1/+1 | |
| | |_|_|_|_|_|_|_|_|_|/ / / / | |/| | | | | | | | | | | | | | ||||||
* | | | | | | | | | | | | | | | Merge branch 'rr/misc-fixes' | Junio C Hamano | 2011-11-21 | 1 | -1/+1 | |
|\ \ \ \ \ \ \ \ \ \ \ \ \ \ \ | ||||||
| * | | | | | | | | | | | | | | | convert.c: Fix return type of git_path_check_eol()rr/misc-fixes | Ramsay Jones | 2011-11-21 | 1 | -1/+1 | |
* | | | | | | | | | | | | | | | | config.c: Fix a static buffer overwrite bug by avoiding mkpath() | Ramsay Jones | 2011-11-20 | 1 | -2/+2 | |
* | | | | | | | | | | | | | | | | t5501-*.sh: Fix url passed to clone in setup test | Ramsay Jones | 2011-11-20 | 1 | -1/+1 | |
* | | | | | | | | | | | | | | | | Hopefully final update of release notes before 1.7.8 final | Junio C Hamano | 2011-11-18 | 1 | -1/+1 | |
* | | | | | | | | | | | | | | | | Merge branch 'rr/misc-fixes' | Junio C Hamano | 2011-11-18 | 4 | -13/+5 | |
|\ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ | |/ / / / / / / / / / / / / / / | ||||||
| * | | | | | | | | | | | | | | | git-compat-util: don't assume value for undefined variable | Ramkumar Ramachandra | 2011-11-15 | 1 | -1/+1 | |
| * | | | | | | | | | | | | | | | sha1_file: don't mix enum with int | Ramkumar Ramachandra | 2011-11-15 | 1 | -1/+1 | |
| * | | | | | | | | | | | | | | | convert: don't mix enum with int | Ramkumar Ramachandra | 2011-11-15 | 1 | -3/+3 | |
| * | | | | | | | | | | | | | | | http: remove unused function hex() | Ramkumar Ramachandra | 2011-11-15 | 1 | -8/+0 | |
| | |_|_|_|_|_|_|_|_|_|_|_|/ / | |/| | | | | | | | | | | | | | ||||||
* | | | | | | | | | | | | | | | Makefile: add option to disable automatic dependency generation | Jonathan Nieder | 2011-11-18 | 1 | -7/+24 | |
* | | | | | | | | | | | | | | | Sync with 1.7.7.4 | Junio C Hamano | 2011-11-18 | 5 | -49/+81 | |
|\ \ \ \ \ \ \ \ \ \ \ \ \ \ \ | | |/ / / / / / / / / / / / / | |/| | | | | | | | | | | | | | ||||||
| * | | | | | | | | | | | | | | Git 1.7.7.4v1.7.7.4 | Junio C Hamano | 2011-11-18 | 3 | -2/+16 | |
| * | | | | | | | | | | | | | | Merge branch 'jc/maint-name-rev-all' into maint | Junio C Hamano | 2011-11-18 | 1 | -1/+1 | |
| |\ \ \ \ \ \ \ \ \ \ \ \ \ \ | ||||||
| | * | | | | | | | | | | | | | | name-rev --all: do not even attempt to describe non-commit objectjc/maint-name-rev-all | Junio C Hamano | 2011-11-15 | 1 | -1/+1 | |
| * | | | | | | | | | | | | | | | Merge branch 'ml/mailmap' into maint | Junio C Hamano | 2011-11-18 | 1 | -3/+2 | |
| |\ \ \ \ \ \ \ \ \ \ \ \ \ \ \ | ||||||
| | * | | | | | | | | | | | | | | | mailmap: xcalloc mailmap_infoml/mailmap | Marc-André Lureau | 2011-11-16 | 1 | -3/+2 | |
| * | | | | | | | | | | | | | | | | Merge branch 'jn/maint-notes-avoid-va-args' into maint | Junio C Hamano | 2011-11-18 | 1 | -43/+61 | |
| |\ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ |