summaryrefslogtreecommitdiff
Commit message (Expand)AuthorAgeFilesLines
* branch: optionally setup branch.*.merge from upstream local branchesJay Soffian2008-02-199-39/+98
* Clean up reporting differences on branch switchDaniel Barkalow2008-02-191-71/+7
* builtin-checkout.c: fix possible usage segfaultJay Soffian2008-02-181-0/+1
* checkout: notice when the switched branch is behind or forkedJunio C Hamano2008-02-161-0/+136
* Build in checkoutDaniel Barkalow2008-02-166-8/+481
* Move code to clean up after a branch change to branch.cDaniel Barkalow2008-02-093-6/+28
* Library function to check for unmerged index entriesDaniel Barkalow2008-02-094-26/+15
* Use diff -u instead of diff in t7201Daniel Barkalow2008-02-091-9/+9
* Move create_branch into a library fileDaniel Barkalow2008-02-094-137/+151
* Build-in merge-recursiveDaniel Barkalow2008-02-095-22/+46
* Add "skip_unmerged" option to unpack_trees.Daniel Barkalow2008-02-092-3/+18
* Discard "deleted" cache entries after using them to update the working treeDaniel Barkalow2008-02-091-7/+9
* Send unpack-trees debugging output to stderrDaniel Barkalow2008-02-091-7/+7
* Add flag to make unpack_trees() not print errors.Daniel Barkalow2008-02-092-14/+30
* Allow callers of unpack_trees() to handle failureDaniel Barkalow2008-02-094-41/+56
* lazy index hashingJunio C Hamano2008-01-222-3/+24
* Create pathname-based hash-table lookup into indexLinus Torvalds2008-01-223-11/+95
* read-cache.c: introduce is_racy_timestamp() helperJunio C Hamano2008-01-221-5/+8
* read-cache.c: fix a couple more CE_REMOVE conversionJunio C Hamano2008-01-221-3/+4
* Also use unpack_trees() in do_diff_cache()Johannes Schindelin2008-01-211-79/+13
* Make run_diff_index() use unpack_trees(), not read_tree()Linus Torvalds2008-01-213-24/+138
* Avoid running lstat(2) on the same cache entry.Junio C Hamano2008-01-213-10/+32
* index: be careful when handling long namesJunio C Hamano2008-01-213-3/+46
* Make on-disk index representation separate from in-core oneLinus Torvalds2008-01-2121-169/+217
* GIT 1.5.4-rc4v1.5.4-rc4Junio C Hamano2008-01-201-1/+6
* Merge git://repo.or.cz/git-guiJunio C Hamano2008-01-2011-71/+2119
|\
| * git-gui: Makefile - Handle $DESTDIR on CygwinMark Levedahl2008-01-171-2/+3
| * git-gui: add french glossary: glossary/fr.poChristian Couder2008-01-171-0/+166
| * git-gui: Refresh file status description after hunk applicationShawn O. Pearce2008-01-161-0/+2
| * git-gui: Allow 'Create New Repository' on existing directoriesShawn O. Pearce2008-01-161-28/+22
| * git-gui: Initial french translationChristian Couder2008-01-161-0/+1875
| * git-gui: Improve German translation.Christian Stimming2008-01-162-9/+9
| * git-gui: Updated Swedish translation after mailing list review.Peter Karlsson2008-01-161-11/+11
| * git-gui: Fix broken revert confirmation.Christian Stimming2008-01-161-1/+3
| * git-gui: Update German translationChristian Stimming2008-01-162-21/+24
| * git-gui: Update glossary: add term "hunk"Christian Stimming2008-01-162-1/+6
* | Merge git://git.kernel.org/pub/scm/gitk/gitkJunio C Hamano2008-01-201-0/+1
|\ \
| * | [PATCH] gitk: make Ctrl "+" really increase the font sizeJohannes Schindelin2008-01-141-0/+1
* | | http-push and http-fetch: handle URLs without trailing /Grégoire Barbier2008-01-202-0/+21
* | | http-push: clarify the reason of error from the initial PROPFIND requestJunio C Hamano2008-01-201-2/+9
* | | http-push: fail when info/refs exists and is already lockedGrégoire Barbier2008-01-201-0/+5
* | | http-push: fix webdav lock leak.Grégoire Barbier2008-01-201-5/+8
* | | parse_commit_buffer: tighten checks while parsingMartin Koegler2008-01-201-7/+20
* | | Update git-completion for new 'remote rm' optionDan McGee2008-01-191-3/+3
* | | doc typo: s/prior committing/prior to committing/Jim Meyering2008-01-192-2/+2
* | | Include rev-list options in git-log manpage.Miklos Vajna2008-01-183-376/+365
* | | http-push: disable http-push without USE_CURL_MULTIGrégoire Barbier2008-01-181-0/+4
* | | send-email: add no-validate optionJeff King2008-01-182-3/+19
* | | send-email: validate patches before sending anythingJeff King2008-01-182-0/+37
* | | send-email: detect invocation errors earlierJeff King2008-01-181-28/+27