| Commit message (Expand) | Author | Age | Files | Lines |
* | builtin-fsck: move away from object-refs to fsck_walk | Martin Koegler | 2008-02-25 | 1 | -28/+71 |
* | add generic, type aware object chain walker | Martin Koegler | 2008-02-25 | 4 | -2/+117 |
* | peel_onion: handle NULL | Martin Koegler | 2008-02-18 | 1 | -1/+4 |
* | check return value from parse_commit() in various functions | Martin Koegler | 2008-02-18 | 3 | -4/+5 |
* | parse_commit: don't fail, if object is NULL | Martin Koegler | 2008-02-18 | 1 | -0/+2 |
* | revision.c: handle tag->tagged == NULL | Martin Koegler | 2008-02-18 | 1 | -0/+4 |
* | reachable.c::process_tree/blob: check for NULL | Martin Koegler | 2008-02-18 | 1 | -0/+4 |
* | process_tag: handle tag->tagged == NULL | Martin Koegler | 2008-02-18 | 1 | -1/+2 |
* | check results of parse_commit in merge_bases | Martin Koegler | 2008-02-18 | 1 | -3/+6 |
* | list-objects.c::process_tree/blob: check for NULL | Martin Koegler | 2008-02-18 | 1 | -0/+4 |
* | reachable.c::add_one_tree: handle NULL from lookup_tree | Martin Koegler | 2008-02-18 | 1 | -1/+2 |
* | mark_blob/tree_uninteresting: check for NULL | Martin Koegler | 2008-02-18 | 1 | -0/+4 |
* | get_sha1_oneline: check return value of parse_object | Martin Koegler | 2008-02-18 | 1 | -1/+2 |
* | read_object_with_reference: don't read beyond the buffer | Martin Koegler | 2008-02-18 | 1 | -1/+2 |
* | GIT 1.5.4.2v1.5.4.2 | Junio C Hamano | 2008-02-17 | 5 | -11/+65 |
* | Documentation/git-reset: Add an example of resetting selected paths | Pieter de Bie | 2008-02-16 | 1 | -0/+17 |
* | Documentation/git-reset: don't mention --mixed for selected-paths reset | Pieter de Bie | 2008-02-16 | 1 | -2/+2 |
* | Documentation/git-reset: | Junio C Hamano | 2008-02-16 | 1 | -1/+1 |
* | commit: discard index after setting up partial commit | Jeff King | 2008-02-16 | 2 | -0/+25 |
* | filter-branch: handle filenames that need quoting | Junio C Hamano | 2008-02-15 | 2 | -4/+19 |
* | diff: Fix miscounting of --check output | Junio C Hamano | 2008-02-15 | 2 | -2/+11 |
* | hg-to-git: fix parent analysis | Stelian Pop | 2008-02-15 | 1 | -1/+1 |
* | mailinfo: feed only one line to handle_filter() for QP input | Jay Soffian | 2008-02-15 | 6 | -1/+45 |
* | diff.c: add "const" qualifier to "char *cmd" member of "struct ll_diff_driver" | Christian Couder | 2008-02-15 | 1 | -5/+2 |
* | Add "const" qualifier to "char *excludes_file". | Christian Couder | 2008-02-15 | 3 | -8/+4 |
* | Add "const" qualifier to "char *editor_program". | Christian Couder | 2008-02-15 | 3 | -8/+4 |
* | Add "const" qualifier to "char *pager_program". | Christian Couder | 2008-02-15 | 3 | -8/+4 |
* | config: add 'git_config_string' to refactor string config variables. | Christian Couder | 2008-02-15 | 2 | -13/+13 |
* | diff.c: remove useless check for value != NULL | Christian Couder | 2008-02-15 | 1 | -7/+2 |
* | fast-import: check return value from unpack_entry() | Shawn O. Pearce | 2008-02-15 | 1 | -0/+2 |
* | Validate nicknames of remote branches to prohibit confusing ones | Daniel Barkalow | 2008-02-15 | 1 | -1/+11 |
* | diff.c: replace a 'strdup' with 'xstrdup'. | Christian Couder | 2008-02-15 | 1 | -1/+1 |
* | diff.c: fixup garding of config parser from value=NULL | Junio C Hamano | 2008-02-15 | 1 | -1/+1 |
* | config: add test cases for empty value and no value config variables. | Christian Couder | 2008-02-13 | 1 | -0/+23 |
* | cvsimport: have default merge regex also match beginning of commit message | Gerrit Pape | 2008-02-13 | 1 | -1/+1 |
* | git clone -s documentation: force a new paragraph for the NOTE | Miklos Vajna | 2008-02-13 | 1 | -6/+7 |
* | status: suggest "git rm --cached" to unstage for initial commit | Jeff King | 2008-02-13 | 2 | -2/+11 |
* | Protect get_author_ident_from_commit() from filenames in work tree | Junio C Hamano | 2008-02-13 | 2 | -1/+23 |
* | upload-pack: Initialize the exec-path. | Johannes Sixt | 2008-02-13 | 1 | -0/+3 |
* | bisect: use verbatim commit subject in the bisect log | Johannes Schindelin | 2008-02-13 | 1 | -1/+1 |
* | git-cvsimport.txt: fix '-M' description. | Sergei Organov | 2008-02-13 | 1 | -2/+2 |
* | Revert "pack-objects: only throw away data during memory pressure" | Junio C Hamano | 2008-02-12 | 1 | -11/+2 |
* | config.c: guard config parser from value=NULL | Junio C Hamano | 2008-02-11 | 1 | -1/+15 |
* | builtin-log.c: guard config parser from value=NULL | Junio C Hamano | 2008-02-11 | 1 | -3/+2 |
* | imap-send.c: guard config parser from value=NULL | Junio C Hamano | 2008-02-11 | 1 | -0/+4 |
* | wt-status.c: guard config parser from value=NULL | Junio C Hamano | 2008-02-11 | 1 | -0/+2 |
* | setup.c: guard config parser from value=NULL | Junio C Hamano | 2008-02-11 | 1 | -0/+2 |
* | remote.c: guard config parser from value=NULL | Junio C Hamano | 2008-02-11 | 1 | -3/+6 |
* | merge-recursive.c: guard config parser from value=NULL | Junio C Hamano | 2008-02-11 | 1 | -5/+6 |
* | http.c: guard config parser from value=NULL | Junio C Hamano | 2008-02-11 | 1 | -10/+15 |