summaryrefslogtreecommitdiff
Commit message (Expand)AuthorAgeFilesLines
* Merge branch 'jc/setup'Junio C Hamano2008-02-207-49/+348
|\
| * builtin-mv: minimum fix to avoid losing filesJunio C Hamano2008-02-052-1/+43
| * git-add: adjust to the get_pathspec() changes.Junio C Hamano2008-02-052-0/+59
| * Make blame accept absolute pathsRobin Rosenberg2008-02-051-3/+1
| * setup: sanitize absolute and funny paths in get_pathspec()Junio C Hamano2008-02-054-45/+245
* | Merge branch 'maint'Junio C Hamano2008-02-205-9/+28
|\ \
| * | Clarified the meaning of git-add -u in the documentationPekka Kaitaniemi2008-02-201-2/+2
| * | git-clone.sh: properly configure remote even if remote's head is danglingGerrit Pape2008-02-202-5/+21
| * | Documentation/git-stash: document options for git stash listMiklos Vajna2008-02-201-1/+4
| * | send-email: squelch warning due to comparing undefined $_ to ""Jay Soffian2008-02-201-1/+1
* | | git.el: Set process-environment instead of invoking envDavid Kågedal2008-02-201-4/+3
* | | Merge branch 'maint'Junio C Hamano2008-02-203-34/+92
|\ \ \ | |/ /
| * | Rename git-core rpm to just git and rename the meta-pacakge to git-all.Kristian Høgsberg2008-02-191-30/+39
| * | push: document the status outputJeff King2008-02-191-0/+49
| * | Documentation/push: clarify matching refspec behaviorJeff King2008-02-191-3/+3
| * | push: indicate partialness of error messageJeff King2008-02-191-1/+1
* | | Technical documentation of the run-command API.Johannes Sixt2008-02-191-5/+166
* | | Correct git-pull documentationJay Soffian2008-02-191-8/+12
* | | gitweb: Fix bug in href(..., -replay=>1) when using 'pathinfo' formJakub Narebski2008-02-191-2/+2
* | | API documentation for remote.hDaniel Barkalow2008-02-191-0/+123
* | | Simplify setup of $GIT_DIR in git-sh-setup.shLars Hjemli2008-02-181-7/+1
* | | Merge branch 'mk/maint-parse-careful'Junio C Hamano2008-02-188-12/+41
|\ \ \
| * | | peel_onion: handle NULLMartin Koegler2008-02-181-1/+4
| * | | check return value from parse_commit() in various functionsMartin Koegler2008-02-183-4/+5
| * | | parse_commit: don't fail, if object is NULLMartin Koegler2008-02-181-0/+2
| * | | revision.c: handle tag->tagged == NULLMartin Koegler2008-02-181-0/+4
| * | | reachable.c::process_tree/blob: check for NULLMartin Koegler2008-02-181-0/+4
| * | | process_tag: handle tag->tagged == NULLMartin Koegler2008-02-181-1/+2
| * | | check results of parse_commit in merge_basesMartin Koegler2008-02-181-3/+6
| * | | list-objects.c::process_tree/blob: check for NULLMartin Koegler2008-02-181-0/+4
| * | | reachable.c::add_one_tree: handle NULL from lookup_treeMartin Koegler2008-02-181-1/+2
| * | | mark_blob/tree_uninteresting: check for NULLMartin Koegler2008-02-181-0/+4
| * | | get_sha1_oneline: check return value of parse_objectMartin Koegler2008-02-181-1/+2
| * | | read_object_with_reference: don't read beyond the bufferMartin Koegler2008-02-181-1/+2
| |/ /
* | | check return code of prepare_revision_walkMartin Koegler2008-02-1711-14/+28
* | | deref_tag: handle tag->tagged = NULLMartin Koegler2008-02-171-1/+4
* | | deref_tag: handle return value NULLMartin Koegler2008-02-175-3/+12
* | | help.c: use 'git_config_string' to get 'help_default_format'.Christian Couder2008-02-171-6/+2
* | | Merge branch 'br/gitweb'Junio C Hamano2008-02-172-1/+9
|\ \ \
| * | | gitweb: Use the config file to set repository owner's name.Bruno Ribas2008-02-092-1/+9
* | | | gitweb: Add new option -nohtml to quot_xxx subroutinesJakub Narebski2008-02-171-13/+24
* | | | gitweb: Fix displaying unchopped argument in chop_and_escape_strJakub Narebski2008-02-171-2/+2
* | | | bisect view: check for MinGW32 and MacOSX in addition to X11Johannes Schindelin2008-02-171-2/+2
* | | | sending errors to stdout under $PAGERJunio C Hamano2008-02-171-0/+1
* | | | Sync with 1.5.4.2 and start 1.5.5 Release NotesJunio C Hamano2008-02-175-3/+83
* | | | Merge branch 'maint'Junio C Hamano2008-02-174-11/+64
|\ \ \ \ | | |/ / | |/| |
| * | | GIT 1.5.4.2v1.5.4.2Junio C Hamano2008-02-175-11/+65
* | | | Merge branch 'bd/qsort'Junio C Hamano2008-02-163-0/+76
|\ \ \ \
| * | | | compat: Add simplified merge sort implementation from glibcBrian Downing2008-02-063-0/+76
| | |_|/ | |/| |
* | | | Merge branch 'sp/safecrlf'Junio C Hamano2008-02-1611-11/+189
|\ \ \ \