Commit message (Expand) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Merge branch 'lt/revision-walker' | Junio C Hamano | 2008-02-20 | 4 | -7/+33 |
|\ | |||||
| * | Add "--show-all" revision walker flag for debugging | Linus Torvalds | 2008-02-13 | 4 | -7/+33 |
* | | Merge branch 'mc/prefix' | Junio C Hamano | 2008-02-20 | 3 | -108/+83 |
|\ \ | |||||
| * | | Avoid a useless prefix lookup in strbuf_expand() | Marco Costalba | 2008-02-09 | 3 | -108/+83 |
* | | | Merge branch 'bc/fopen' | Junio C Hamano | 2008-02-20 | 3 | -0/+38 |
|\ \ \ | |||||
| * | | | Add compat/fopen.c which returns NULL on attempt to open directory | Brandon Casey | 2008-02-11 | 3 | -0/+38 |
* | | | | Merge branch 'jc/setup' | Junio C Hamano | 2008-02-20 | 7 | -49/+348 |
|\ \ \ \ | |||||
| * | | | | builtin-mv: minimum fix to avoid losing files | Junio C Hamano | 2008-02-05 | 2 | -1/+43 |
| * | | | | git-add: adjust to the get_pathspec() changes. | Junio C Hamano | 2008-02-05 | 2 | -0/+59 |
| * | | | | Make blame accept absolute paths | Robin Rosenberg | 2008-02-05 | 1 | -3/+1 |
| * | | | | setup: sanitize absolute and funny paths in get_pathspec() | Junio C Hamano | 2008-02-05 | 4 | -45/+245 |
* | | | | | Merge branch 'maint' | Junio C Hamano | 2008-02-20 | 5 | -9/+28 |
|\ \ \ \ \ | |||||
| * | | | | | Clarified the meaning of git-add -u in the documentation | Pekka Kaitaniemi | 2008-02-20 | 1 | -2/+2 |
| * | | | | | git-clone.sh: properly configure remote even if remote's head is dangling | Gerrit Pape | 2008-02-20 | 2 | -5/+21 |
| * | | | | | Documentation/git-stash: document options for git stash list | Miklos Vajna | 2008-02-20 | 1 | -1/+4 |
| * | | | | | send-email: squelch warning due to comparing undefined $_ to "" | Jay Soffian | 2008-02-20 | 1 | -1/+1 |
* | | | | | | git.el: Set process-environment instead of invoking env | David Kågedal | 2008-02-20 | 1 | -4/+3 |
* | | | | | | Merge branch 'maint' | Junio C Hamano | 2008-02-20 | 3 | -34/+92 |
|\ \ \ \ \ \ | |/ / / / / | |||||
| * | | | | | Rename git-core rpm to just git and rename the meta-pacakge to git-all. | Kristian Høgsberg | 2008-02-19 | 1 | -30/+39 |
| * | | | | | push: document the status output | Jeff King | 2008-02-19 | 1 | -0/+49 |
| * | | | | | Documentation/push: clarify matching refspec behavior | Jeff King | 2008-02-19 | 1 | -3/+3 |
| * | | | | | push: indicate partialness of error message | Jeff King | 2008-02-19 | 1 | -1/+1 |
* | | | | | | Technical documentation of the run-command API. | Johannes Sixt | 2008-02-19 | 1 | -5/+166 |
* | | | | | | Correct git-pull documentation | Jay Soffian | 2008-02-19 | 1 | -8/+12 |
* | | | | | | gitweb: Fix bug in href(..., -replay=>1) when using 'pathinfo' form | Jakub Narebski | 2008-02-19 | 1 | -2/+2 |
* | | | | | | API documentation for remote.h | Daniel Barkalow | 2008-02-19 | 1 | -0/+123 |
* | | | | | | Simplify setup of $GIT_DIR in git-sh-setup.sh | Lars Hjemli | 2008-02-18 | 1 | -7/+1 |
* | | | | | | Merge branch 'mk/maint-parse-careful' | Junio C Hamano | 2008-02-18 | 8 | -12/+41 |
|\ \ \ \ \ \ | |||||
| * | | | | | | 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 |
| |/ / / / / | |||||
* | | | | | | check return code of prepare_revision_walk | Martin Koegler | 2008-02-17 | 11 | -14/+28 |
* | | | | | | deref_tag: handle tag->tagged = NULL | Martin Koegler | 2008-02-17 | 1 | -1/+4 |
* | | | | | | deref_tag: handle return value NULL | Martin Koegler | 2008-02-17 | 5 | -3/+12 |
* | | | | | | help.c: use 'git_config_string' to get 'help_default_format'. | Christian Couder | 2008-02-17 | 1 | -6/+2 |
* | | | | | | Merge branch 'br/gitweb' | Junio C Hamano | 2008-02-17 | 2 | -1/+9 |
|\ \ \ \ \ \ | |||||
| * | | | | | | gitweb: Use the config file to set repository owner's name. | Bruno Ribas | 2008-02-09 | 2 | -1/+9 |
| | |_|_|/ / | |/| | | | | |||||
* | | | | | | gitweb: Add new option -nohtml to quot_xxx subroutines | Jakub Narebski | 2008-02-17 | 1 | -13/+24 |
* | | | | | | gitweb: Fix displaying unchopped argument in chop_and_escape_str | Jakub Narebski | 2008-02-17 | 1 | -2/+2 |
* | | | | | | bisect view: check for MinGW32 and MacOSX in addition to X11 | Johannes Schindelin | 2008-02-17 | 1 | -2/+2 |
* | | | | | | sending errors to stdout under $PAGER | Junio C Hamano | 2008-02-17 | 1 | -0/+1 |