summaryrefslogtreecommitdiff
Commit message (Expand)AuthorAgeFilesLines
* Document the sendemail.smtpserverport config variableKevin Ballard2008-03-191-0/+3
* Add --reverse to the git-rev-list usage stringKevin Ballard2008-03-191-0/+1
* make it easier for people who just want to get rid of 'git gc --auto'Nicolas Pitre2008-03-191-2/+9
* builtin-gc.c: allow disabling all auto-gc'ing by assigning 0 to gc.autoBrandon Casey2008-03-191-3/+3
* Documentation/git-merge: document subtree strategy.Miklos Vajna2008-03-191-0/+7
* Fix tag followingDaniel Barkalow2008-03-191-0/+16
* Make revision limiting more robust against occasional bad commit datesLinus Torvalds2008-03-192-11/+39
* Fix t3200 configDaniel Barkalow2008-03-181-10/+10
* Tighten refspec processingDaniel Barkalow2008-03-181-9/+38
* Fix possible Solaris problem in 'checkout_entry()'Linus Torvalds2008-03-181-2/+2
* Fix read-tree not to discard errorsJunio C Hamano2008-03-182-4/+7
* Add tests to catch problems with un-unlinkable symlinksJunio C Hamano2008-03-181-0/+35
* Test: catch if trash cannot be removedJunio C Hamano2008-03-181-1/+6
* git-merge-one-file: fix longstanding stupid thinkoJunio C Hamano2008-03-182-2/+49
* Merge branch 'jc/makefile'Junio C Hamano2008-03-171-150/+276
|\
| * Makefile: flatten enumeration of headers, objects and programsJunio C Hamano2008-03-121-148/+276
| * Makefile: DIFF_OBJS is not special at all these daysJunio C Hamano2008-03-121-7/+5
* | Don't update unchanged merge entriesLinus Torvalds2008-03-162-3/+47
* | fast-import: Allow "reset" to delete a new branch without errorEyvind Bernhardsen2008-03-161-0/+2
* | t1000: use "test_must_fail git frotz", not "! git frotz"Junio C Hamano2008-03-161-18/+18
* | Update draft release notes for 1.5.5v1.5.5-rc0Junio C Hamano2008-03-161-9/+42
* | Resurrect git-rerere to contrib/examplesJunio C Hamano2008-03-161-0/+284
* | Merge branch 'maint'Junio C Hamano2008-03-162-1/+54
|\ \
| * | Start draft ReleaseNotes for 1.5.4.5Junio C Hamano2008-03-162-1/+54
| * | rebase -m: do not trigger pre-commit verificationJunio C Hamano2008-03-161-1/+1
* | | Merge branch 'master' of git://repo.or.cz/git-guiJunio C Hamano2008-03-1512-2431/+3155
|\ \ \
| * | | git-gui: Improve directions regarding POT update in po/READMEJunio C Hamano2008-03-161-12/+50
| * | | git-gui: Update Japanese translationしらいしななこ2008-03-151-13/+9
| * | | git-gui: Adjusted Japanese translation to updated POTShawn O. Pearce2008-03-151-249/+277
| * | | git-gui: Update Japanese translationしらいしななこ2008-03-151-291/+266
| * | | git-gui: Don't translate the special Apple menuShawn O. Pearce2008-03-152-2/+2
| * | | git-gui: Updated Hungarian translation (e5fba18)Miklos Vajna2008-03-151-14/+9
| * | | git-gui: update russian translationAlex Riesen2008-03-151-27/+21
| * | | git-gui: remove spurious "fuzzy" attributes in po/it.poMichele Ballabio2008-03-151-2/+0
| * | | git-gui: updated Swedish translationPeter Karlsson2008-03-141-290/+375
| * | | git-gui: Regenerated po template and merged translations with itPeter Karlsson2008-03-148-1841/+2311
| * | | Update Hungarian translation. 100% completed.Miklos Vajna2008-03-131-38/+102
| * | | git-gui: update Italian translationMichele Ballabio2008-03-131-265/+346
* | | | Redo "add test_cmp function for test scripts"Junio C Hamano2008-03-152-2/+2
* | | | Merge branch 'jk/portable'Junio C Hamano2008-03-1570-202/+247
|\ \ \ \
| * | | | t6000lib: re-fix tr portabilityJeff King2008-03-141-4/+7
| * | | | t7505: use SHELL_PATH in hookJeff King2008-03-131-2/+3
| * | | | t9112: add missing #!/bin/sh headerJeff King2008-03-131-0/+2
| * | | | filter-branch: use $SHELL_PATH instead of 'sh'Jeff King2008-03-132-1/+2
| * | | | filter-branch: don't use xargs -0Jeff King2008-03-131-1/+1
| * | | | add NO_EXTERNAL_GREP build optionJeff King2008-03-132-2/+16
| * | | | t6000lib: tr portability fixJeff King2008-03-131-1/+4
| * | | | t4020: don't use grep -aJeff King2008-03-132-1/+2
| * | | | add test_cmp function for test scriptsJeff King2008-03-1340-115/+133
| * | | | remove use of "tail -n 1" and "tail -1"Jeff King2008-03-137-20/+20