aboutsummaryrefslogtreecommitdiff
Commit message (Expand)AuthorAge
* Merge branch 'maint'Junio C Hamano2008-02-20
|\
| * Clarified the meaning of git-add -u in the documentationPekka Kaitaniemi2008-02-20
| * git-clone.sh: properly configure remote even if remote's head is danglingGerrit Pape2008-02-20
| * Documentation/git-stash: document options for git stash listMiklos Vajna2008-02-20
| * send-email: squelch warning due to comparing undefined $_ to ""Jay Soffian2008-02-20
* | git.el: Set process-environment instead of invoking envDavid Kågedal2008-02-20
* | Merge branch 'maint'Junio C Hamano2008-02-20
|\ \ | |/
| * Rename git-core rpm to just git and rename the meta-pacakge to git-all.Kristian Høgsberg2008-02-19
| * push: document the status outputJeff King2008-02-19
| * Documentation/push: clarify matching refspec behaviorJeff King2008-02-19
| * push: indicate partialness of error messageJeff King2008-02-19
* | Technical documentation of the run-command API.Johannes Sixt2008-02-19
* | Correct git-pull documentationJay Soffian2008-02-19
* | gitweb: Fix bug in href(..., -replay=>1) when using 'pathinfo' formJakub Narebski2008-02-19
* | API documentation for remote.hDaniel Barkalow2008-02-19
* | Simplify setup of $GIT_DIR in git-sh-setup.shLars Hjemli2008-02-18
* | Merge branch 'mk/maint-parse-careful'Junio C Hamano2008-02-18
|\ \
| * | peel_onion: handle NULLMartin Koegler2008-02-18
| * | check return value from parse_commit() in various functionsMartin Koegler2008-02-18
| * | parse_commit: don't fail, if object is NULLMartin Koegler2008-02-18
| * | revision.c: handle tag->tagged == NULLMartin Koegler2008-02-18
| * | reachable.c::process_tree/blob: check for NULLMartin Koegler2008-02-18
| * | process_tag: handle tag->tagged == NULLMartin Koegler2008-02-18
| * | check results of parse_commit in merge_basesMartin Koegler2008-02-18
| * | list-objects.c::process_tree/blob: check for NULLMartin Koegler2008-02-18
| * | reachable.c::add_one_tree: handle NULL from lookup_treeMartin Koegler2008-02-18
| * | mark_blob/tree_uninteresting: check for NULLMartin Koegler2008-02-18
| * | get_sha1_oneline: check return value of parse_objectMartin Koegler2008-02-18
| * | read_object_with_reference: don't read beyond the bufferMartin Koegler2008-02-18
| |/
* | check return code of prepare_revision_walkMartin Koegler2008-02-17
* | deref_tag: handle tag->tagged = NULLMartin Koegler2008-02-17
* | deref_tag: handle return value NULLMartin Koegler2008-02-17
* | help.c: use 'git_config_string' to get 'help_default_format'.Christian Couder2008-02-17
* | Merge branch 'br/gitweb'Junio C Hamano2008-02-17
|\ \
| * | gitweb: Use the config file to set repository owner's name.Bruno Ribas2008-02-09
* | | gitweb: Add new option -nohtml to quot_xxx subroutinesJakub Narebski2008-02-17
* | | gitweb: Fix displaying unchopped argument in chop_and_escape_strJakub Narebski2008-02-17
* | | bisect view: check for MinGW32 and MacOSX in addition to X11Johannes Schindelin2008-02-17
* | | sending errors to stdout under $PAGERJunio C Hamano2008-02-17
* | | Sync with 1.5.4.2 and start 1.5.5 Release NotesJunio C Hamano2008-02-17
* | | Merge branch 'maint'Junio C Hamano2008-02-17
|\ \ \ | | |/ | |/|
| * | GIT 1.5.4.2v1.5.4.2Junio C Hamano2008-02-17
* | | Merge branch 'bd/qsort'Junio C Hamano2008-02-16
|\ \ \
| * | | compat: Add simplified merge sort implementation from glibcBrian Downing2008-02-06
* | | | Merge branch 'sp/safecrlf'Junio C Hamano2008-02-16
|\ \ \ \
| * | | | safecrlf: Add mechanism to warn about irreversible crlf conversionsSteffen Prohaska2008-02-06
* | | | | Merge branch 'cc/browser'Junio C Hamano2008-02-16
|\ \ \ \ \
| * | | | | Documentation: add 'git-web--browse.txt' and simplify other docs.Christian Couder2008-02-16
| * | | | | git-web--browse: fix misplaced quote in init_browser_path()jaysoffian+git@gmail.com2008-02-11
| * | | | | web--browse: Add a few quotes in 'init_browser_path'.Christian Couder2008-02-09